aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds11-5/+13
2012-03-28Disintegrate asm/system.h for ARMDavid Howells7-3/+6
2012-03-28ARM: move CP15 definitions to separate header fileRussell King7-2/+7
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-3/+0
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds10-52/+52
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2012-03-20highmem: kill all __kmap_atomic()Cong Wang1-2/+2
2012-03-20arm: remove the second argument of k[un]map_atomic()Cong Wang9-50/+50
2012-02-27ARM: 7345/1: errata: update workaround for A9 erratum #743622Will Deacon1-3/+1
2012-02-23arm/PCI: remove arch pci_flags definitionBjorn Helgaas1-3/+0
2012-02-15ARM: 7325/1: fix v7 boot with lockdep enabledRabin Vincent1-1/+1
2012-02-15ARM: 7323/1: Do not allow ARM_LPAE on pre-ARMv7 architecturesCatalin Marinas1-1/+2
2012-02-10ARM: Remove duplicate asm/memblock.h include from arch/arm/mm/init.cJesper Juhl1-1/+0
2012-02-09ARM: 7321/1: cache-v7: Disable preemption when reading CCSIDRStephen Boyd1-0/+6
2012-02-02Revert "ARM: 7304/1: ioremap: fix boundary check when reusing static mapping"Russell King1-2/+1
2012-01-27ARM: 7304/1: ioremap: fix boundary check when reusing static mappingPawel Moll1-1/+2
2012-01-23ARM: 7296/1: proc-v7.S: remove HARVARD_CACHE preprocessor guardsWill Deacon1-6/+0
2012-01-23ARM: 7295/1: cortex-a7: move proc_info out of !CONFIG_ARM_LPAE blockWill Deacon1-10/+10
2012-01-23ARM: 7291/1: cache: assume 64-byte L1 cachelines for ARMv7 CPUsWill Deacon1-0/+1
2012-01-19ARM: fix a section mismatch warning with our use of memblockRussell King1-1/+1
2012-01-13ARM: Add arm_memblock_steal() to allocate memory away from the kernelRussell King1-0/+17
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-21/+0
2012-01-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds42-417/+1163
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2012-01-05Merge branch 'devel-stable' into for-linusRussell King41-393/+945
2012-01-05Merge branches 'fixes' and 'misc' into for-linusRussell King3-24/+218
2011-12-23ARM: 7197/1: errata: Remove SMP dependency for erratum 751472Dave Martin1-2/+4
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/memblockIngo Molnar1-2/+2
2011-12-19Merge branch 'arm/common-kconfig-refactor+for-rmk' of git://git.linaro.org/people/dmart/linux-2.6-arm into devel-stableRussell King1-7/+16
2011-12-19ARM: l2x0/pl310: Refactor Kconfig to be more maintainableDave Martin1-7/+16
2011-12-11ARM: 7202/1: Add Cortex-A7 proc infoPawel Moll1-0/+11
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo1-1/+1
2011-12-08memblock: Kill memblock_init()Tejun Heo1-1/+0
2011-12-08memblock: Fix include breakages caused by 24aa07882bTejun Heo1-0/+1
2011-12-08Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux into devel-stableRussell King15-276/+713
2011-12-08ARM: LPAE: Add the Kconfig entriesCatalin Marinas1-0/+17
2011-12-08ARM: LPAE: mark memory banks with start > ULONG_MAX as highmemWill Deacon1-1/+15
2011-12-08ARM: LPAE: Add identity mapping support for the 3-level page table formatCatalin Marinas1-1/+27
2011-12-08ARM: LPAE: Add context switching supportCatalin Marinas1-2/+17
2011-12-08ARM: LPAE: Add fault handling supportCatalin Marinas4-1/+92
2011-12-08ARM: LPAE: MMU setup for the 3-level page table formatCatalin Marinas4-10/+200
2011-12-08ARM: LPAE: Page table maintenance for the 3-level formatCatalin Marinas2-7/+52
2011-12-08ARM: LPAE: Factor out classic-MMU specific code into proc-v7-2level.SCatalin Marinas2-149/+174
2011-12-08ARM: LPAE: Move the FSR definitions to separate filesCatalin Marinas3-93/+100
2011-12-08ARM: pgtable: Fix compiler warning in ioremap.c introduced by nopudCatalin Marinas1-12/+19
2011-12-06Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stableRussell King25-33/+102
2011-12-06ARM: SMP: use idmap_pgd for mapping MMU enable during secondary bootingWill Deacon1-32/+2
2011-12-06ARM: idmap: use idmap_pgd when setting up mm for rebootWill Deacon1-9/+10
2011-12-06ARM: proc-*.S: place cpu_reset functions into .idmap.text sectionWill Deacon24-0/+72
2011-12-06ARM: idmap: populate identity map pgd at init time using .init.textWill Deacon1-0/+26