aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-01ARM: re-implement physical address space switchingRussell King1-0/+4
2015-05-28ARM: 8374/1: no longer expose CPU_ARM7TDMI/CPU_ARM9TDMIArnd Bergmann1-2/+2
2015-05-08ARM: 8340/1: ARMv7-M: Enlarge vector table up to 256 entriesMaxime Coquelin stm321-0/+15
2015-04-23Merge branches 'misc' and 'vdso' into for-nextRussell King1-1/+1
2015-04-18ARM: 8342/1: VDSO: depend on CPU_V7Nathan Lynch1-1/+1
2015-04-14Merge branches 'misc', 'vdso' and 'fixes' into for-nextRussell King1-1/+15
2015-04-02ARM: 8276/1: Make CPU_DCACHE_DISABLE depend on !SMPFlorian Fainelli1-1/+1
2015-03-27ARM: 8332/1: add CONFIG_VDSO Kconfig and Makefile bitsNathan Lynch1-0/+14
2015-02-18ARM: mm: Remove Kconfig symbol CACHE_PL310Paul Bolle1-7/+0
2015-01-29ARM: 8298/1: ARM_KERNMEM_PERMS only works with MMU enabledArnd Bergmann1-0/+1
2014-12-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-0/+21
2014-12-09Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-14/+14
2014-12-05Merge branch 'devel-stable' into for-nextRussell King1-0/+21
2014-11-13ARM: 8198/1: make kuser helpers depend on MMUNathan Lynch1-0/+1
2014-11-11ARM: fix multiplatform allmodcompileLinus Walleij1-14/+14
2014-10-16ARM: mm: allow text and rodata sections to be read-onlyKees Cook1-0/+12
2014-10-16ARM: mm: allow non-text sections to be non-executableKees Cook1-0/+9
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2014-08-05Merge branch 'swp' (early part) into for-nextRussell King1-1/+1
2014-07-19Merge tag 'mvebu-soc-3.17-2' of git://git.infradead.org/linux-mvebu into next/socOlof Johansson1-1/+1
2014-07-18ARM: SWP emulation: always enable when SMP is enabledRussell King1-1/+1
2014-07-18ARM: 8090/1: add revision info for PL310 errata 588369 and 727915Shawn Guo1-3/+4
2014-07-13ARM: Kirkwood: Remove mach-kirkwoodAndrew Lunn1-1/+1
2014-06-19ARM: l2c: fix dependencies on PL310 errata symbolsRussell King1-5/+4
2014-05-30ARM: l2c: move errata configuration options to arch/arm/mm/KconfigRussell King1-0/+51
2014-04-23ARM: keep arch/arm/Kconfig and arch/arm/mm/Kconfig select entries sortedRussell King1-4/+4
2014-04-05Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2014-04-05Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2014-03-21ARM: rpc: autoselect CPU_SA110Arnd Bergmann1-1/+1
2014-02-22ARM: MM Enable building Feroceon L2 cache controller with ARCH_MVEBUAndrew Lunn1-1/+1
2014-02-10ARM: 7954/1: mm: remove remaining domain support from ARMv6Will Deacon1-2/+1
2013-10-19ARM: fix ARCH_IXP4xx usage of ARCH_SUPPORTS_BIG_ENDIANBen Dooks1-0/+6
2013-08-20ARM: 7816/1: CONFIG_KUSER_HELPERS: fix help textNicolas Pitre1-3/+6
2013-07-31ARM: allow kuser helpers to be removed from the vector pageRussell King1-0/+34
2013-06-07ARM: select CPU_CPU15_MMU/MPU appropriatelyJonathan Austin1-1/+2
2013-05-22Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-stableRussell King1-1/+20
2013-05-02Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'smp-hotplug' into for-linusRussell King1-4/+1
2013-04-17ARM: ARMv7-M: Allow the building of new kernel portUwe Kleine-König1-1/+20
2013-03-26ARM: cache: remove ARMv3 support codeWill Deacon1-4/+1
2013-03-09Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-stableRussell King1-1/+8
2013-01-31ARM: let CPUs not being able to run in ARM mode enter in THUMB modeUwe Kleine-König1-1/+8
2013-01-10ARM: virt: hide CONFIG_ARM_VIRT_EXT from userWill Deacon1-7/+3
2012-11-21arm: mm: Add support for PJ4B cpu and init routinesGregory CLEMENT1-0/+4
2012-10-13ARM: config: sort select statements alphanumericallyRussell King1-53/+53
2012-09-19ARM: virt: Add CONFIG_ARM_VIRT_EXT optionDave Martin1-0/+17
2012-05-05ARM: Remove support for ARMv3 ARM610 and ARM710 CPUsRussell King1-45/+1
2012-04-13ARM: 7381/1: nommu: fix typo in mm/KconfigWill Deacon1-1/+1
2012-02-15ARM: 7323/1: Do not allow ARM_LPAE on pre-ARMv7 architecturesCatalin Marinas1-1/+2
2012-01-23ARM: 7291/1: cache: assume 64-byte L1 cachelines for ARMv7 CPUsWill Deacon1-0/+1
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