summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-06-2611-231/+395
|\
| * Merge branch 'for-arm-soc' into for-nextRussell King2015-06-121-1/+1
| |\
| * \ Merge branch 'bsym' into for-nextRussell King2015-06-121-1/+1
| |\ \
| | * | ARM: replace BSYM() with badr assembly macroRussell King2015-05-081-1/+1
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-nextRussell King2015-06-1214-254/+405
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | | * | | ARM: proc-v7: sanitise and document registers around errataRussell King2015-06-011-30/+38
| | | | * | | ARM: proc-v7: clean up MIDR accessRussell King2015-06-011-5/+4
| | | | * | | ARM: proc-v7: move CPU errata out of lineRussell King2015-06-011-65/+78
| | | | * | | ARM: redo TTBR setup code for LPAERussell King2015-06-013-25/+21
| | | | * | | ARM: cleanup early_paging_init() callingRussell King2015-06-012-13/+2
| | | | * | | ARM: re-implement physical address space switchingRussell King2015-06-014-84/+133
| | | | * | | ARM: keystone2: rename init_meminfo to pv_fixupRussell King2015-06-011-4/+4
| | | | * | | ARM: keystone2: move address space switch printk into generic codeRussell King2015-06-011-0/+3
| | | | * | | ARM: keystone2: move update of the phys-to-virt constants into generic codeRussell King2015-06-011-4/+22
| | | |/ / / | | |/| | |
| | | * | | ARM: 8391/1: l2c: add options to overwrite prefetching behaviorHauke Mehrtens2015-06-101-0/+20
| | | * | | ARM: 8387/1: arm/mm/dma-mapping.c: Add arm_coherent_dma_mmapMike Looijmans2015-06-061-7/+25
| | | * | | ARM: 8369/1: ARMv7M: define size of vector table for VybridStefan Agner2015-06-021-0/+1
| | | * | | ARM: l2c: avoid passing auxiliary control register through enable methodRussell King2015-05-151-15/+17
| | | * | | ARM: l2c: only unlock caches if NS_LOCKDOWN bit is setRussell King2015-05-151-1/+25
| | | * | | ARM: l2c: clean up l2c_configure()Russell King2015-05-151-9/+14
| | | * | | ARM: l2c: write auxiliary control register firstRussell King2015-05-151-2/+2
| | | * | | ARM: l2c: restore the behaviour documented above l2c_enable()Russell King2015-05-151-5/+5
| | | * | | ARM: 8353/1: mm: Fix Cortex-A8 erratum 430973 segfaults for bootloaders and m...Tony Lindgren2015-05-081-2/+4
| | | * | | ARM: 8340/1: ARMv7-M: Enlarge vector table up to 256 entriesMaxime Coquelin stm322015-05-081-0/+15
| | |/ / /
| * | | | ARM: 8381/1: fix ARMv4+Feroceon multiplatform buildArnd Bergmann2015-05-281-0/+2
| * | | | ARM: 8374/1: no longer expose CPU_ARM7TDMI/CPU_ARM9TDMIArnd Bergmann2015-05-281-2/+2
| |/ / /
* | | | 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
OpenPOWER on IntegriCloud