summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* 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-111-5/+5
|\|
| * ARM: SMP enable of cache maintanence broadcastRussell King2016-04-021-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-207-96/+256
|\
| *---. Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-nextRussell King2016-03-058-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/+8Star
| | | * | ARM: 8546/1: dma-mapping: refactor to fix coherent+cma+gfp=0Rabin Vincent2016-03-051-37/+128
| | | * | ARM: 8547/1: dma-mapping: store buffer informationRabin Vincent2016-03-051-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-051-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-231-9/+2Star
* | Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-214-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/+0Star
| |\| |
| | * | ARM: no longer force unbuffered DMA for realviewArnd Bergmann2015-12-151-2/+0Star
| * | | 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-161-1/+1
* | | arm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-161-15/+0Star
* | | arm: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2016-01-151-2/+1Star
* | | 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
| * | | ARM: factor out allocation routine from __create_mapping()Ard Biesheuvel2015-12-131-11/+23
| * | | ARM: split off core mapping logic from create_mappingArd Biesheuvel2015-12-131-25/+31
| * | | ARM: add support for generic early_ioremap/early_memremapArd Biesheuvel2015-12-132-1/+10
| |/ /
* | | Merge branches 'misc' and 'misc-rc6' into for-linusRussell King2016-01-055-32/+53
|\ \ \
| * | | ARM: 8494/1: mm: Enable PXN when running non-LPAE kernel on LPAE processorJungseung Lee2016-01-041-1/+1
| * | | ARM: 8482/1: l2x0: make it possible to disable outer sync from DTLinus Walleij2015-12-221-3/+10
| * | | ARM: 8453/2: proc-v7.S: don't locate temporary stack space in .text sectionNicolas Pitre2015-12-171-7/+16