summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * ARM: 8569/1: pl2x0: Add OF control of cache power managementBrad Mouring2016-05-051-5/+21
| | | | * ARM: 8548/1: dma-mapping: remove arm_dma_set_mask()Alexandre Courbot2016-04-071-16/+0
| | |_|/ | |/| |
| | | * ARM: provide improved virt_to_idmap() functionalityRussell King2016-05-031-1/+1
| | |/ | |/|
| | * Merge tag 'arm-memremap-for-v4.7' of git://git.linaro.org/people/ard.biesheuv...Russell King2016-04-202-2/+23
| | |\
| | | * ARM: memremap: implement arch_memremap_wb()Ard Biesheuvel2016-04-042-2/+15
| | | * ARM: reintroduce ioremap_cached() for creating cached I/O mappingsArd Biesheuvel2016-04-042-0/+8
| | |/ | |/|
* | | iommu: of: enforce const-ness of struct iommu_opsRobin Murphy2016-05-091-3/+3
* | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-05-071-7/+8
|\ \ \
| * | | ARM: 8572/1: nommu: change memory reserve for the vectorsJean-Philippe Brucker2016-05-051-1/+1
| * | | ARM: 8571/1: nommu: fix PMSAv7 setupJean-Philippe Brucker2016-05-051-6/+7
* | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-04-211-1/+2
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | ARM: 8551/2: DMA: Fix kzalloc flags in __dma_allocAlexandre Courbot2016-04-151-1/+2
* | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-04-101-5/+5
|\ \ \ | |/ /
| * | ARM: SMP enable of cache maintanence broadcastRussell King2016-04-011-5/+5
| |/
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-03-197-96/+256
|\
| *---. Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-nextRussell King2016-03-048-96/+259
| |\ \ \
| | | | * ARM: l2c: tauros2: use descriptive definitions for register bitsRussell King2015-11-261-5/+10
| | | | * ARM: l2c: tauros2: fix OF-enabled non-DT bootRussell King2015-11-261-9/+8
| | | * | ARM: 8546/1: dma-mapping: refactor to fix coherent+cma+gfp=0Rabin Vincent2016-03-041-37/+128
| | | * | ARM: 8547/1: dma-mapping: store buffer informationRabin Vincent2016-03-041-1/+48
| | | * | ARM: 8535/1: mm: DEBUG_RODATA makes no sense with XIP_KERNELArnd Bergmann2016-02-221-1/+1
| | | * | ARM: make the physical-relative calculation more obviousRussell King2016-02-171-1/+1
| | | * | ARM: 8512/1: proc-v7.S: Adjust stack address when XIP_KERNELNicolas Pitre2016-02-161-1/+1
| | | * | ARM: 8502/1: mm: mark section-aligned portion of rodata NXKees Cook2016-02-111-3/+4
| | | * | ARM: 8518/1: Use correct symbols for XIP_KERNELChris Brandt2016-02-111-2/+6
| | | * | ARM: 8507/1: dma-mapping: Use DMA_ATTR_ALLOC_SINGLE_PAGES hint to optimize allocDoug Anderson2016-02-111-0/+4
| | | * | ARM: 8505/1: dma-mapping: Optimize allocationDoug Anderson2016-02-111-14/+20
| | | * | ARM: 8501/1: mm: flip priority of CONFIG_DEBUG_RODATAKees Cook2016-02-082-25/+28
| | | * | ARM: make virt_to_idmap() return unsigned longRussell King2016-02-081-1/+1
| | |/ / | |/| |
* | | | mm: remove VM_FAULT_MINORJan Kara2016-03-171-1/+1
* | | | mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-172-4/+4
* | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-03-061-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | ARM: 8544/1: set_memory_xx fixesMika Penttilä2016-03-041-0/+3
| |/ /
* | | mm: ASLR: use get_random_long()Daniel Cashman2016-02-271-1/+1
|/ /
* | tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-221-9/+2
* | Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-204-19/+19
|\ \
| * \ Merge tag 'realview-multiplatform-tag' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2015-12-181-15/+15
| |\ \
| | * | ARM: no longer make CPU targets visible separatelyArnd Bergmann2015-12-181-15/+15
| * | | Merge tag 'realview-base-armsoc-1-tag' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2015-12-161-2/+0
| |\ \ \ | | |/ /
| | * | ARM: no longer force unbuffered DMA for realviewArnd Bergmann2015-12-151-2/+0
| * | | ARM: mohawk: allow building with MMU disabledArnd Bergmann2015-12-011-0/+2
| * | | ARM: make xscale iwmmxt code multiplatform awareArnd Bergmann2015-12-012-2/+2
| |/ /
* | | mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov2016-01-151-1/+1
* | | arm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-15/+0
* | | arm: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2016-01-141-2/+1
* | | Merge branch 'devel-stable' into for-linusRussell King2016-01-123-42/+100
|\ \ \
| * | | ARM: only consider memblocks with NOMAP cleared for linear mappingArd Biesheuvel2015-12-132-1/+7
| * | | ARM: implement create_mapping_late() for EFI useArd Biesheuvel2015-12-131-0/+20
| * | | ARM: add support for non-global kernel mappingsArd Biesheuvel2015-12-131-15/+20
OpenPOWER on IntegriCloud