- 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
- a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- b5f00d1 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
- dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
- 397b080 arm: get rid of superfluous __GFP_REPEAT by Michal Hocko · 8 years ago
- 9eeb226 arm/l2c: Convert to hotplug state machine by Richard Cochran · 8 years ago
- 5650682 ARM: 8561/4: dma-mapping: Fix the coherent case when iommu is used by Gregory CLEMENT · 9 years ago
- f127089 ARM: 8561/3: dma-mapping: Don't use outer_flush_range when the L2C is coherent by Gregory CLEMENT · 9 years ago
- 9f6f935 ARM: 8560/1: errata: Workaround errata A12 825619 / A17 852421 by Doug Anderson · 9 years ago
- 416bcf2 ARM: 8559/1: errata: Workaround erratum A12 821420 by Doug Anderson · 9 years ago
- 62c0f4a ARM: 8558/1: errata: Workaround errata A12 818325/852422 A17 852423 by Doug Anderson · 9 years ago
- 520319d ARM: 8582/1: remove unused CONFIG_ARCH_HAS_BARRIERS by Masahiro Yamada · 9 years ago
- fff7fb0 lib/GCD.c: use binary GCD algorithm instead of Euclidean by Zhaoxiu Zeng · 9 years ago
- a1c28b7 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- 5632a9f Merge branches 'amba', 'devel-stable', 'kexec-for-next' and 'misc' into for-linus by Russell King · 9 years ago
- 53c92d7 iommu: of: enforce const-ness of struct iommu_ops by Robin Murphy · 9 years ago
- 9125aeb Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- 6427a84 ARM: 8567/1: cache-uniphier: activate ways for secondary CPUs by Masahiro Yamada · 9 years ago
- 5b526bd9 ARM: 8572/1: nommu: change memory reserve for the vectors by Jean-Philippe Brucker · 9 years ago
- 695665b ARM: 8571/1: nommu: fix PMSAv7 setup by Jean-Philippe Brucker · 9 years ago
- 204932d ARM: 8569/1: pl2x0: Add OF control of cache power management by Brad Mouring · 9 years ago
- 981b671 ARM: provide improved virt_to_idmap() functionality by Russell King · 9 years ago
- f862d66 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- e31db4c Merge tag 'arm-memremap-for-v4.7' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into devel-stable by Russell King · 9 years ago
- 9c18fcf ARM: 8551/2: DMA: Fix kzalloc flags in __dma_alloc by Alexandre Courbot · 9 years ago
- 08b15d1 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- b67dd2e ARM: 8548/1: dma-mapping: remove arm_dma_set_mask() by Alexandre Courbot · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 9ab9e4f ARM: memremap: implement arch_memremap_wb() by Ard Biesheuvel · 9 years ago
- 20c5ea4 ARM: reintroduce ioremap_cached() for creating cached I/O mappings by Ard Biesheuvel · 9 years ago
- 0fc03d4 ARM: SMP enable of cache maintanence broadcast by Russell King · 9 years ago
- de06dbf Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- 0e8fb93 mm: remove VM_FAULT_MINOR by Jan Kara · 9 years ago
- 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 9 years ago
- dd273a8 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- 1b3bf84 Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-next by Russell King · 9 years ago
- b426867 ARM: 8546/1: dma-mapping: refactor to fix coherent+cma+gfp=0 by Rabin Vincent · 9 years ago
- 19e6e5e ARM: 8547/1: dma-mapping: store buffer information by Rabin Vincent · 9 years ago
- f474c8c ARM: 8544/1: set_memory_xx fixes by Mika Penttilä · 9 years ago
- 5ef11c3 mm: ASLR: use get_random_long() by Daniel Cashman · 9 years ago
- ac96680 ARM: 8535/1: mm: DEBUG_RODATA makes no sense with XIP_KERNEL by Arnd Bergmann · 9 years ago
- 8ff97fa ARM: make the physical-relative calculation more obvious by Russell King · 9 years ago
- d781145 ARM: 8512/1: proc-v7.S: Adjust stack address when XIP_KERNEL by Nicolas Pitre · 9 years ago
- 64ac2e7 ARM: 8502/1: mm: mark section-aligned portion of rodata NX by Kees Cook · 9 years ago
- 02afa9a ARM: 8518/1: Use correct symbols for XIP_KERNEL by Chris Brandt · 9 years ago
- 14d3ae2 ARM: 8507/1: dma-mapping: Use DMA_ATTR_ALLOC_SINGLE_PAGES hint to optimize alloc by Doug Anderson · 9 years ago
- 33298ef ARM: 8505/1: dma-mapping: Optimize allocation by Doug Anderson · 9 years ago
- 25362dc ARM: 8501/1: mm: flip priority of CONFIG_DEBUG_RODATA by Kees Cook · 9 years ago
- 2841029 ARM: make virt_to_idmap() return unsigned long by Russell King · 9 years ago
- 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 9 years ago
- 6b5a12d Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
- e1534ae mm: differentiate page_mapped() from page_mapcount() for compound pages by Kirill A. Shutemov · 9 years ago
- 0ebd744 arm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
- e0c25d9 arm: mm: support ARCH_MMAP_RND_BITS by Daniel Cashman · 9 years ago
- 6660800 Merge branch 'devel-stable' into for-linus by Russell King · 9 years ago
- 598bcc6 Merge branches 'misc' and 'misc-rc6' into for-linus by Russell King · 9 years ago
- ad84f56 ARM: 8494/1: mm: Enable PXN when running non-LPAE kernel on LPAE processor by Jungseung Lee · 9 years ago
- 36f46d6 ARM: 8482/1: l2x0: make it possible to disable outer sync from DT by Linus Walleij · 9 years ago
- 86fff03 Merge tag 'realview-multiplatform-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator into next/multiplatform by Arnd Bergmann · 9 years ago
- 17d44d7 ARM: no longer make CPU targets visible separately by Arnd Bergmann · 9 years ago
- d7637d0 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
- b563d06 ARM: 8453/2: proc-v7.S: don't locate temporary stack space in .text section by Nicolas Pitre · 9 years ago
- 22ba14f Merge tag 'realview-base-armsoc-1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator into next/multiplatform by Arnd Bergmann · 9 years ago
- 3e6110f Revert "scatterlist: use sg_phys()" by Dan Williams · 9 years ago
- fa0708b ARM: 8471/1: need to save/restore arm register(r11) when it is corrupted by Anson Huang · 9 years ago
- 38541bf ARM: no longer force unbuffered DMA for realview by Arnd Bergmann · 9 years ago
- 09414d0 ARM: only consider memblocks with NOMAP cleared for linear mapping by Ard Biesheuvel · 9 years ago
- c793620 ARM: implement create_mapping_late() for EFI use by Ard Biesheuvel · 10 years ago
- b430e55 ARM: add support for non-global kernel mappings by Ard Biesheuvel · 9 years ago
- f579b2b ARM: factor out allocation routine from __create_mapping() by Ard Biesheuvel · 9 years ago
- 1bdb2d4 ARM: split off core mapping logic from create_mapping by Ard Biesheuvel · 9 years ago
- 2937367 ARM: add support for generic early_ioremap/early_memremap by Ard Biesheuvel · 9 years ago
- 08925c2 ARM: 8464/1: Update all mm structures with section adjustments by Laura Abbott · 9 years ago
- 89e69fb ARM: 8462/1: cache-uniphier: use common API to find the next level cache by Masahiro Yamada · 9 years ago
- 40ee068 ARM: 8465/1: mm: keep reserved ASIDs in sync with mm after multiple rollovers by Will Deacon · 9 years ago
- 0f67b87 ARM: mohawk: allow building with MMU disabled by Arnd Bergmann · 11 years ago
- d33c43a ARM: make xscale iwmmxt code multiplatform aware by Arnd Bergmann · 11 years ago
- 1d93ba2 ARM: l2c: tauros2: use descriptive definitions for register bits by Russell King · 9 years ago
- 172f3fc ARM: l2c: tauros2: fix OF-enabled non-DT boot by Russell King · 9 years ago
- a4124e7 ARM: 8451/1: v7-M: Set an early stack for __v7m_setup by Ezequiel Garcia · 9 years ago
- b522842 ARM: 8448/1: add some L220 DT settings by Linus Walleij · 9 years ago
- 56e0464 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
- 77c5b5d kmap_atomic_to_page() has no users, remove it by Nicolas Pitre · 9 years ago
- d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
- 0ab32b6 uaccess: reimplement probe_kernel_address() using probe_kernel_read() by Andrew Morton · 9 years ago
- 116ef0fc Merge branches 'fixes' and 'misc' into for-next by Russell King · 9 years ago
- e7ecbc0 ARM: uniphier: add outer cache support by Masahiro Yamada · 9 years ago
- 9254970 ARM: 8447/1: catch pending imprecise abort on unmask by Lucas Stach · 9 years ago
- 7e31210 ARM: 8427/1: dma-mapping: add support for offset parameter in dma_mmap() by Marek Szyprowski · 9 years ago
- 371f0f0 ARM: 8426/1: dma-mapping: add missing range check in dma_mmap() by Marek Szyprowski · 9 years ago
- db695c0 ARM: remove user cmpxchg syscall by Russell King · 9 years ago
- 274e91b ARM: alignment: fix alignment handling for uaccess changes by Russell King · 9 years ago
- bbeb920 ARM: 8422/1: enable imprecise aborts during early kernel startup by Lucas Stach · 9 years ago
- 99bc721 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- 90cde55 ARM: 8437/1: dma-mapping: fix build warning with new DMA_ERROR_CODE definition by Andre Przywara · 9 years ago
- c2172ce Merge branch 'uaccess' into fixes by Russell King · 9 years ago
- 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
- c706c7e Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- 40d3f02 Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into for-linus by Russell King · 9 years ago
- d975f30 Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago