summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-221-1/+1
|\
| * ARM: 8305/1: DMA: Fix kzalloc flags in __iommu_alloc_buffer()Alexandre Courbot2015-02-201-1/+1
* | ARM: mm: Remove Kconfig symbol CACHE_PL310Paul Bolle2015-02-181-7/+0Star
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-122-213/+231
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'debug', 'fixes', 'l2c' (early part), 'misc' and 'sa1100' into...Russell King2015-02-107-239/+252
| |\ \ \ \ | | | |_|/ | | |/| |
| | | | * ARM: 8286/1: mm: Fix dma_contiguous_reserve commentGeorge G. Davis2015-01-211-4/+1Star
| | |_|/ | |/| |
| | | * ARM: 8297/1: cache-l2x0: optimize aurora range operationsArnd Bergmann2015-02-061-46/+22Star
| | | * ARM: 8296/1: cache-l2x0: clean up aurora cache handlingArnd Bergmann2015-02-061-73/+38Star
| | | * ARM: 8262/1: l2c: Add support for overriding prefetch settingsTomasz Figa2015-01-161-0/+54
| | | * ARM: 8260/1: l2c: Add interface to ask hypervisor to configure L2CTomasz Figa2015-01-161-0/+6
| | | * ARM: 8259/1: l2c: Refactor the driver to use commit-like interfaceTomasz Figa2015-01-161-96/+116
| | | * ARM: 8258/1: l2c: use l2c_write_sec() for restoring latency and filter regsMarek Szyprowski2015-01-161-16/+16
| | |/ | |/|
* | | mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov2015-02-121-0/+4
* | | mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi2015-02-121-6/+0Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-02-111-2/+2
|\ \ \
| * | | ARM: cache-l2x0.c: Make it clear that cache-l2x0 handles L310 cache controllerPavel Machek2015-01-201-1/+1
| * | | ARM: l2c: fix commentGeert Uytterhoeven2015-01-201-1/+1
* | | | arm: drop L_PTE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-101-1/+1
* | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-043-15/+15
|\ \ \ \ | | |_|/ | |/| |
| * | | ARM: 8299/1: mm: ensure local active ASID is marked as allocated on rolloverWill Deacon2015-02-031-15/+11Star
| * | | ARM: 8298/1: ARM_KERNMEM_PERMS only works with MMU enabledArnd Bergmann2015-01-291-0/+1
| * | | ARM: 8288/1: dma-mapping: don't detach devices without an IOMMU during teardownWill Deacon2015-01-291-0/+3
* | | | arm: dma-mapping: Set DMA IOMMU ops in arm_iommu_attach_device()Laurent Pinchart2015-01-291-15/+38
|/ / /
* | | ARM: 8275/1: mm: fix PMD_SECT_RDONLY undeclared compile errorVictor Kamensky2015-01-091-2/+2
* | | ARM: 8253/1: mm: use phys_addr_t type in map_lowmem() for kernel mem regionGrygorii Strashko2015-01-071-2/+2
* | | ARM: 8249/1: mm: dump: don't skip regionsMark Rutland2015-01-071-7/+2Star
| |/ |/|
* | Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-161-7/+77
|\ \
| * | arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_opsWill Deacon2014-12-011-7/+76
| |/
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-12-1315-136/+405
|\ \
| * \ Merge branch 'devel-stable' into for-nextRussell King2014-12-054-13/+211
| |\ \
| | * \ Merge tag 'ronx-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/l...Russell King2014-11-034-13/+211
| | |\ \
| | | * | ARM: mm: allow text and rodata sections to be read-onlyKees Cook2014-10-162-1/+59
| | | * | ARM: mm: allow non-text sections to be non-executableKees Cook2014-10-163-2/+117
| | | * | arm: fixmap: implement __set_fixmap()Kees Cook2014-10-161-0/+24
| | | * | ARM: expand fixmap region to 3MBRob Herring2014-10-162-10/+11
| | | * | arm: use generic fixmap.hMark Salter2014-10-161-1/+1
| | | | |
| | \ \ \
| *-. | | | Merge branches 'fixes', 'misc', 'pm' and 'sa1100' into for-nextRussell King2014-12-0513-126/+197
| |\ \| | |
| | * | | | ARM: 8238/1: mm: Refine set_memory_* functionsJungseung Lee2014-12-033-39/+92
| | * | | | ARM: 8237/1: fix flush_pfn_aliasJungseung Lee2014-12-031-1/+1
| | * | | | ARM: 8236/1: mm: fix discard_old_kernel_dataJungseung Lee2014-12-031-1/+1
| | * | | | ARM: 8235/1: Support for the PXN CPU feature on ARMv7Jungseung Lee2014-12-031-1/+17
| | * | | | ARM: convert printk(KERN_* to pr_*Russell King2014-11-217-58/+49Star
| | * | | | ARM: 8203/1: mm: try to re-use old ASID assignments following a rolloverWill Deacon2014-11-211-24/+34
| | * | | | ARM: 8196/1: vfp: Workaround bad MVFR1 register on some KraitsStephen Boyd2014-11-211-2/+3
| | |/ / /
* | | | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2014-12-091-14/+14
|\ \ \ \ \
| * | | | | ARM: fix multiplatform allmodcompileLinus Walleij2014-11-111-14/+14
* | | | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-11-282-4/+2Star
|\ \ \ \ \ \ | | |/ / / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | ARM: 8222/1: mvebu: enable strex backoff delayThomas Petazzoni2014-11-271-2/+0Star
| * | | | ARM: 8216/1: xscale: correct auxiliary register in suspend/resumeDmitry Eremin-Solenikov2014-11-211-2/+2
* | | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-11-161-0/+1
|\| | | | | |/ / / |/| | |