summaryrefslogtreecommitdiff
path: root/arch/arm/mm
AgeCommit message (Expand)AuthorFilesLines
2014-01-22Merge branches 'amba', 'fixes', 'kees', 'misc' and 'unstable/sa11x0' into for...Russell King12-63/+573
2014-01-07Revert "ARM: 7908/1: mm: Fix the arm_dma_limit calculation"Russell King1-1/+1
2013-12-29ARM: 7926/1: mm: flesh out and fix the comments in the ASID allocatorWill Deacon1-6/+10
2013-12-29ARM: 7925/1: mm: keep track of last ASID allocation to improve bitmap searchingWill Deacon1-1/+3
2013-12-29ARM: 7924/1: mm: don't bother with reserved ttbr0 when running with LPAEWill Deacon1-10/+11
2013-12-29ARM: 7923/1: mm: fix dcache flush logic for compound high pagesSteven Capper1-3/+3
2013-12-29ARM: pgd allocation: retry on failureRussell King1-1/+1
2013-12-29ARM: 7922/1: l2x0: add Marvell Tauros3 supportSebastian Hesselbarth2-8/+81
2013-12-29ARM: 7919/1: mm: refactor v7 cache cleaning ops to use way/index sequenceLorenzo Pieralisi1-7/+7
2013-12-11ARM: fix executability of CMA mappingsRussell King2-4/+5
2013-12-11ARM: mm: Define set_memory_* functions for ARMLaura Abbott1-0/+38
2013-12-11ARM: implement basic NX support for kernel lowmem mappingsRussell King1-5/+50
2013-12-11ARM: add permission annotations to MT_MEMORY* mapping typesRussell King2-17/+17
2013-12-11ARM: add support to dump the kernel page tablesRussell King2-0/+346
2013-12-10ARM: 7908/1: mm: Fix the arm_dma_limit calculationSantosh Shilimkar1-1/+1
2013-12-10ARM: another fix for the DMA mapping checksRussell King1-51/+40
2013-11-30ARM: fix booting low-vectors machinesRussell King2-2/+3
2013-11-30ARM: dma-mapping: check DMA mask against available memoryRussell King1-2/+7
2013-11-22Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds3-7/+15
2013-11-15mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKSKirill A. Shutemov1-3/+3
2013-11-14ARM: 7885/1: Save/Restore 64-bit TTBR registers on LPAE suspend/resumeMahesh Sivasubramanian1-5/+12
2013-11-14ARM: 7884/1: mm: Fix ECC mem policy printkMichal Simek1-2/+2
2013-11-14ARM: Fix nommu.c build warningRussell King1-0/+1
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds11-22/+122
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds3-12/+53
2013-11-12Merge branches 'fixes', 'mmci' and 'sa11x0' into for-nextRussell King2-3/+8
2013-11-12Merge branch 'devel-stable' into for-nextRussell King8-15/+112
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+5
2013-11-07ARM: 7878/1: nommu: Implement dummy early_paging_init()Thierry Reding1-0/+9
2013-11-07ARM: 7876/1: clear Thumb-2 IT state on exception handlingMarc Zyngier1-1/+6
2013-10-31ARM: 7805/1: mm: change max*pfn to include the physical offset of memorySantosh Shilimkar1-6/+4
2013-10-31ARM: DMA-API: better handing of DMA masks for coherent allocationsRussell King3-6/+49
2013-10-31Merge branch 'baserock/bjdooks/312-rc4/be/core-v3' of git://git.baserock.org/...Russell King5-11/+17
2013-10-29ARM: 7840/1: LPAE: don't reject mapping /dev/mem above 4GBSergey Dyasly1-4/+2
2013-10-24ARM: dma-mapping: don't allow DMA mappings to be marked executableRussell King1-2/+2
2013-10-19ARM: alignment: correctly decode instructions in BE8 mode.Ben Dooks1-2/+7
2013-10-19ARM: asm: Add ARM_BE8() assembly helperBen Dooks3-9/+4
2013-10-19ARM: fix ARCH_IXP4xx usage of ARCH_SUPPORTS_BIG_ENDIANBen Dooks1-0/+6
2013-10-16Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-3/+0
2013-10-15Revert "ARM: init: add support for reserved memory defined by device tree"Marek Szyprowski1-3/+0
2013-10-11ARM: mm: Recreate kernel mappings in early_paging_init()Santosh Shilimkar1-0/+82
2013-10-11ARM: mm: Move the idmap print to appropriate place in the codeSantosh Shilimkar1-2/+1
2013-10-11ARM: mm: Introduce virt_to_idmap() with an arch hookSantosh Shilimkar1-2/+3
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring1-8/+0
2013-10-09arm: set initrd_start/initrd_end for fdt scanRob Herring1-3/+8
2013-10-02ARM: dma-mapping: Always pass proper prot flags to iommu_map()Andreas Herrmann1-15/+28
2013-09-13arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-3/+6
2013-09-13arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner1-7/+7
2013-09-12mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi1-0/+5
2013-09-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+1