aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-05Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-30/+46
2014-04-05Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2014-04-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds7-26/+31
2014-04-04Merge branch 'devel-stable' into for-nextRussell King1-1/+1
2014-04-04Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unstable/sa11x0' into for-nextRussell King10-29/+44
2014-04-02Merge branch 'for-3.15' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-30/+114
2014-03-31Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely1-0/+3
2014-03-27ARM: cache-tauros2: remove ARMv6 codeArnd Bergmann1-28/+1
2014-03-22Merge branch 'randconfig-fixes' into next/fixes-non-criticalArnd Bergmann1-1/+1
2014-03-21ARM: rpc: autoselect CPU_SA110Arnd Bergmann1-1/+1
2014-03-17Merge tag 'mvebu-soc-3.15-2' of git://git.infradead.org/linux-mvebu into next/socArnd Bergmann2-2/+45
2014-03-11arm: add support for reserved memory defined by device treeMarek Szyprowski1-0/+2
2014-03-07Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-0/+3
2014-02-28arm: dma-mapping: remove order parameter from arm_iommu_create_mapping()Marek Szyprowski1-22/+21
2014-02-28arm: dma-mapping: Add support to extend DMA IOMMU mappingsAndreas Herrmann1-19/+104
2014-02-22ARM: MM Enable building Feroceon L2 cache controller with ARCH_MVEBUAndrew Lunn1-1/+1
2014-02-22ARM: MM: Add DT binding for Feroceon L2 cacheAndrew Lunn1-0/+43
2014-02-22ARM: orion: Move cache-feroceon-l2.h out of plat-orionAndrew Lunn1-1/+1
2014-02-20Merge branch 'fixes-for-v3.14' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-1/+1
2014-02-18ARM: 7979/1: mm: Remove hugetlb warning from Coherent DMA allocatorSteven Capper1-3/+0
2014-02-18ARM: 7963/1: mm: report both sections from PMDKees Cook1-0/+3
2014-02-11ARM: dma-mapping: fix GFP_ATOMIC macro usageMarek Szyprowski1-1/+1
2014-02-10ARM: 7954/1: mm: remove remaining domain support from ARMv6Will Deacon4-22/+17
2014-02-10ARM: 7949/1: feroceon: Log a FW_BUG if the L2 cache is turned on at bootJason Gunthorpe1-1/+3
2014-02-10ARM: 7940/1: add support for the Cortex-A12 processorJonathan Austin1-0/+11
2014-02-10ARM: 7953/1: mm: ensure TLB invalidation is complete before enabling MMUWill Deacon2-2/+3
2014-02-10ARM: 7950/1: mm: Fix stage-2 device memory attributesChristoffer Dall2-1/+7
2014-01-28Merge branches 'fixes' and 'misc' into for-linusRussell King1-1/+2
2014-01-28ARM: 7941/2: Fix incorrect FDT initrd parameter overrideBen Peddell1-1/+2
2014-01-23Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds11-117/+573
2014-01-21arch/arm/mm/init.c: use memblock apis for early memory allocationsSantosh Shilimkar1-1/+1
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman1-3/+0
2014-01-21Merge branch 'devel-stable' into for-nextRussell King1-58/+4
2014-01-21Merge branches 'amba', 'fixes', 'kees', 'misc' and 'unstable/sa11x0' into for-nextRussell King12-63/+573
2014-01-13Merge branch 'for_3.14/arm-no-bootmem' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into devel-stableRussell King1-58/+4
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-09ARM: 7908/1: mm: Fix the arm_dma_limit calculationSantosh Shilimkar1-1/+1
2013-12-09ARM: another fix for the DMA mapping checksRussell King1-51/+40