summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-06-261-1/+1
|\
| * Merge branch 'for-arm-soc' of http://ftp.arm.linux.org.uk/pub/armlinux/kernel...Kevin Hilman2015-06-121-1/+1
| |\
| | * ARM: v7 setup function should invalidate L1 cacheRussell King2015-06-011-1/+1
* | | mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen2015-06-241-5/+0
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-06-241-0/+1
|\ \ \
| * | | of/fdt: split off FDT self reservation from memreserve processingArd Biesheuvel2015-06-021-0/+1
| |/ /
* | | Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-021-10/+10
|\ \ \
| * | | ARM: 8356/1: mm: handle non-pmd-aligned end of RAMMark Rutland2015-05-141-10/+10
| |/ /
* | | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-1/+1
* | | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2015-05-191-0/+3
|/ /
* | ARM: 8350/1: proc-feroceon: Fix feroceon_proc_info macroAndrew Lunn2015-05-031-1/+0
* | ARM: 8349/1: arch/arm/mm/proc-arm925.S: remove dead #ifdef blockValentin Rothberg2015-05-031-3/+0
* | ARM: 8348/1: remove comments on CPU_ARM1020_CPU_IDLEValentin Rothberg2015-05-032-4/+0
* | ARM: 8347/1: dma-mapping: fix off-by-one check in arm_setup_iommu_dma_opsMarek Szyprowski2015-05-031-8/+5
|/
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-04-241-1/+1
|\
| *-. Merge branches 'misc' and 'vdso' into for-nextRussell King2015-04-231-1/+1
| |\ \
| | | * ARM: 8342/1: VDSO: depend on CPU_V7Nathan Lynch2015-04-181-1/+1
* | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-04-1432-213/+256
|\ \ \ \ | |/ / /
| | | |
| | \ \
| *-. \ \ Merge branches 'misc', 'vdso' and 'fixes' into for-nextRussell King2015-04-148-60/+96
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | | * ARM: proc-arm94*.S: fix setup functionRussell King2015-04-103-34/+38
| | | * ARM: 8276/1: Make CPU_DCACHE_DISABLE depend on !SMPFlorian Fainelli2015-04-021-1/+1
| | | * ARM: 8337/1: mm: Do not invoke OOM for higher order IOMMU DMA allocationsTomasz Figa2015-04-021-6/+21
| | * | ARM: 8332/1: add CONFIG_VDSO Kconfig and Makefile bitsNathan Lynch2015-03-271-0/+14
| * | | ARM: switch to use the generic show_mem() implementationRussell King2015-04-141-49/+0
| * | | ARM: proc-v7: avoid errata 430973 workaround for non-Cortex A8 CPUsRussell King2015-04-142-4/+36
| * | | ARM: cache-v7: optimise test for Cortex A9 r0pX devicesRussell King2015-04-141-4/+3
| * | | ARM: cache-v7: optimise branches in v7_flush_cache_louisRussell King2015-04-141-9/+10
| * | | ARM: cache-v7: consolidate initialisation of cache level indexRussell King2015-04-141-2/+2
| * | | ARM: cache-v7: shift CLIDR to extract appropriate field before maskingRussell King2015-04-141-7/+6
| * | | ARM: cache-v7: use movw/movt instructionsRussell King2015-04-141-5/+6
| * | | ARM: 8322/1: keep .text and .fixup regions closer togetherArd Biesheuvel2015-03-291-3/+3
| * | | ARM: 8314/1: replace PROCINFO embedded branch with relative offsetArd Biesheuvel2015-03-2825-60/+65
| * | | ARM: 8289/1: dma-mapping: use to_dma_iommu_mapping instead of accessing archdataWill Deacon2015-03-181-11/+11
| * | | ARM: 8309/1: l2c: enforce use of cache-level propertyFlorian Fainelli2015-03-101-0/+7
| * | | ARM: 8304/1: Respect NO_KERNEL_MAPPING when we don't have an IOMMUCarlo Caione2015-02-231-26/+41
| |/ /
* | | arm: add support for memtestVladimir Murzin2015-04-141-0/+3
* | | mm: expose arch_mmap_rnd when availableKees Cook2015-04-141-2/+2
* | | arm: factor out mmap ASLR into mmap_rndKees Cook2015-04-141-4/+12
* | | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-131-0/+7
|\ \ \ | |_|/ |/| |
| * | arm: dma-mapping: limit IOMMU mapping sizeMurali Karicheri2015-03-121-0/+7
| |/
* | ARM: 8311/1: Don't use is_module_addr in setting page attributesLaura Abbott2015-03-181-1/+4
* | ARM: 8310/1: l2c: Fix prefetch settings dt parsingFabrice Gasnier2015-03-181-17/+16
* | ARM: dump pgd, pmd and pte states on unhandled data abort faultsRussell King2015-03-101-0/+1
* | ARM: dma-api: fix off-by-one error in __dma_supported()Russell King2015-03-101-1/+1
|/
* 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/+0
* | 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/+1
| | |_|/ | |/| |
OpenPOWER on IntegriCloud