summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | ARM: 8462/1: cache-uniphier: use common API to find the next level cacheMasahiro Yamada2015-12-031-12/+1Star
| * | ARM: 8451/1: v7-M: Set an early stack for __v7m_setupEzequiel Garcia2015-11-161-9/+5Star
| * | ARM: 8448/1: add some L220 DT settingsLinus Walleij2015-11-161-0/+20
| |/
* | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-12-171-1/+1
|\ \
| * | Revert "scatterlist: use sg_phys()"Dan Williams2015-12-151-1/+1
| |/
* | ARM: 8471/1: need to save/restore arm register(r11) when it is corruptedAnson Huang2015-12-151-2/+2
* | ARM: 8464/1: Update all mm structures with section adjustmentsLaura Abbott2015-12-041-30/+62
* | ARM: 8465/1: mm: keep reserved ASIDs in sync with mm after multiple rolloversWill Deacon2015-12-031-12/+26
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-11-103-0/+566
|\
| * ARM: uniphier: add outer cache supportMasahiro Yamada2015-10-273-0/+566
* | kmap_atomic_to_page() has no users, remove itNicolas Pitre2015-11-101-10/+0Star
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-071-3/+3
* | uaccess: reimplement probe_kernel_address() using probe_kernel_read()Andrew Morton2015-11-061-1/+1
* | Merge branches 'fixes' and 'misc' into for-nextRussell King2015-10-295-12/+34
|\ \ | |/ |/|
| * ARM: 8447/1: catch pending imprecise abort on unmaskLucas Stach2015-10-193-1/+25
| * ARM: 8427/1: dma-mapping: add support for offset parameter in dma_mmap()Marek Szyprowski2015-10-031-0/+2
| * ARM: 8426/1: dma-mapping: add missing range check in dma_mmap()Marek Szyprowski2015-10-031-0/+5
| * ARM: remove user cmpxchg syscallRussell King2015-10-031-12/+0Star
| * ARM: 8422/1: enable imprecise aborts during early kernel startupLucas Stach2015-09-221-0/+3
* | ARM: alignment: fix alignment handling for uaccess changesRussell King2015-09-241-5/+25
|/
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-201-1/+3
|\
| * ARM: 8437/1: dma-mapping: fix build warning with new DMA_ERROR_CODE definitionAndre Przywara2015-09-171-1/+3
| * Merge branch 'uaccess' into fixesRussell King2015-09-119-15/+33
| |\
* | | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-101-12/+0Star
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-0416-39/+187
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ...Russell King2015-09-0319-68/+253
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | / | | | | | |/
| | | | | * ARM: entry: provide uaccess assembly macro hooksRussell King2015-08-267-3/+11
| | | | | * ARM: mm: improve do_ldrd_abort macroRussell King2015-08-254-11/+11