summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
AgeCommit message (Expand)AuthorLines
2015-03-18ARM: 8311/1: Don't use is_module_addr in setting page attributesLaura Abbott-1/+4
2015-03-18ARM: 8310/1: l2c: Fix prefetch settings dt parsingFabrice Gasnier-17/+16
2015-03-10ARM: dump pgd, pmd and pte states on unhandled data abort faultsRussell King-0/+1
2015-03-10ARM: dma-api: fix off-by-one error in __dma_supported()Russell King-1/+1
2015-02-22Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-1/+1
2015-02-20ARM: 8305/1: DMA: Fix kzalloc flags in __iommu_alloc_buffer()Alexandre Courbot-1/+1
2015-02-18ARM: mm: Remove Kconfig symbol CACHE_PL310Paul Bolle-7/+0
2015-02-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-213/+231
2015-02-11mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov-0/+4
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi-6/+0
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2015-02-10arm: drop L_PTE_FILE and pte_file()-related helpersKirill A. Shutemov-1/+1
2015-02-10Merge branches 'debug', 'fixes', 'l2c' (early part), 'misc' and 'sa1100' into...Russell King-239/+252
2015-02-06ARM: 8297/1: cache-l2x0: optimize aurora range operationsArnd Bergmann-46/+22
2015-02-06ARM: 8296/1: cache-l2x0: clean up aurora cache handlingArnd Bergmann-73/+38
2015-02-04Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-15/+15
2015-02-03ARM: 8299/1: mm: ensure local active ASID is marked as allocated on rolloverWill Deacon-15/+11
2015-01-29arm: dma-mapping: Set DMA IOMMU ops in arm_iommu_attach_device()Laurent Pinchart-15/+38
2015-01-29ARM: 8298/1: ARM_KERNMEM_PERMS only works with MMU enabledArnd Bergmann-0/+1
2015-01-29ARM: 8288/1: dma-mapping: don't detach devices without an IOMMU during teardownWill Deacon-0/+3
2015-01-21ARM: 8286/1: mm: Fix dma_contiguous_reserve commentGeorge G. Davis-4/+1
2015-01-20ARM: cache-l2x0.c: Make it clear that cache-l2x0 handles L310 cache controllerPavel Machek-1/+1
2015-01-20ARM: l2c: fix commentGeert Uytterhoeven-1/+1
2015-01-16ARM: 8262/1: l2c: Add support for overriding prefetch settingsTomasz Figa-0/+54
2015-01-16ARM: 8260/1: l2c: Add interface to ask hypervisor to configure L2CTomasz Figa-0/+6
2015-01-16ARM: 8259/1: l2c: Refactor the driver to use commit-like interfaceTomasz Figa-96/+116
2015-01-16ARM: 8258/1: l2c: use l2c_write_sec() for restoring latency and filter regsMarek Szyprowski-16/+16
2015-01-09ARM: 8275/1: mm: fix PMD_SECT_RDONLY undeclared compile errorVictor Kamensky-2/+2
2015-01-07ARM: 8253/1: mm: use phys_addr_t type in map_lowmem() for kernel mem regionGrygorii Strashko-2/+2
2015-01-07ARM: 8249/1: mm: dump: don't skip regionsMark Rutland-7/+2
2014-12-16Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-7/+77
2014-12-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-136/+405
2014-12-09Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds-14/+14
2014-12-05Merge branch 'devel-stable' into for-nextRussell King-13/+211
2014-12-05Merge branches 'fixes', 'misc', 'pm' and 'sa1100' into for-nextRussell King-126/+197
2014-12-03ARM: 8238/1: mm: Refine set_memory_* functionsJungseung Lee-39/+92
2014-12-03ARM: 8237/1: fix flush_pfn_aliasJungseung Lee-1/+1
2014-12-03ARM: 8236/1: mm: fix discard_old_kernel_dataJungseung Lee-1/+1
2014-12-03ARM: 8235/1: Support for the PXN CPU feature on ARMv7Jungseung Lee-1/+17
2014-12-01arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_opsWill Deacon-7/+76
2014-11-28Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-4/+2
2014-11-27ARM: 8222/1: mvebu: enable strex backoff delayThomas Petazzoni-2/+0
2014-11-21ARM: 8216/1: xscale: correct auxiliary register in suspend/resumeDmitry Eremin-Solenikov-2/+2
2014-11-21ARM: convert printk(KERN_* to pr_*Russell King-58/+49
2014-11-21ARM: 8203/1: mm: try to re-use old ASID assignments following a rolloverWill Deacon-24/+34
2014-11-21ARM: 8196/1: vfp: Workaround bad MVFR1 register on some KraitsStephen Boyd-2/+3
2014-11-15Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-0/+1
2014-11-13ARM: 8198/1: make kuser helpers depend on MMUNathan Lynch-0/+1
2014-11-11ARM: fix multiplatform allmodcompileLinus Walleij-14/+14
2014-11-03Merge tag 'ronx-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/l...Russell King-13/+211