summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-06-061-0/+23
|\
| * ARM: spectre-v2: harden branch predictor on context switchesRussell King2018-05-311-0/+19
| * ARM: spectre: add Kconfig symbol for CPUs vulnerable to SpectreRussell King2018-05-311-0/+4
* | arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-091-3/+0
* | arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig2018-05-091-3/+1
|/
* ARM: 8725/1: Add Broadcom Brahma-B15 readahead cache supportFlorian Fainelli2017-12-171-0/+8
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-07-081-1/+5
|\
| * ARM: make configuration of userspace Thumb support an expert optionRussell King2017-05-301-1/+5
* | ARM: NOMMU: Set ARM_DMA_MEM_BUFFERABLE for M-class cpusVladimir Murzin2017-06-301-2/+6
|/
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-02-281-5/+26
|\
| * ARM: add CPU_THUMB_CAPABLE to indicate possible Thumb supportRussell King2017-02-121-5/+26
* | arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott2017-02-071-1/+1
* | arch: Move CONFIG_DEBUG_RODATA and CONFIG_SET_MODULE_RONX to be commonLaura Abbott2017-02-071-12/+0
|/
* ARM: 8623/1: mm: add ARM_L1_CACHE_SHIFT_7 for UniPhier outer cacheMasahiro Yamada2016-11-151-1/+7
* ARM: 8611/1: l2x0: add PMU supportMark Rutland2016-09-061-0/+7
* ARM: 8607/1: V7M: Wire up caches for V7M processors with cache support.Jonathan Austin2016-09-061-3/+7
* ARM: 8582/1: remove unused CONFIG_ARCH_HAS_BARRIERSMasahiro Yamada2016-07-021-6/+0
* lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng2016-05-201-0/+3
* ARM: 8535/1: mm: DEBUG_RODATA makes no sense with XIP_KERNELArnd Bergmann2016-02-221-1/+1
* ARM: 8501/1: mm: flip priority of CONFIG_DEBUG_RODATAKees Cook2016-02-081-16/+18
* ARM: no longer make CPU targets visible separatelyArnd Bergmann2015-12-181-15/+15
* ARM: no longer force unbuffered DMA for realviewArnd Bergmann2015-12-151-2/+0
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-11-101-0/+10
|\
| * ARM: uniphier: add outer cache supportMasahiro Yamada2015-10-271-0/+10
* | ARM: remove user cmpxchg syscallRussell King2015-10-031-12/+0
|/
* ARM: move heavy barrier support out of lineRussell King2015-07-251-0/+4
*---. Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-nextRussell King2015-06-121-0/+20
|\ \ \
| | | * ARM: re-implement physical address space switchingRussell King2015-06-011-0/+4
| | |/ | |/|
| | * ARM: 8369/1: ARMv7M: define size of vector table for VybridStefan Agner2015-06-021-0/+1
| | * ARM: 8340/1: ARMv7-M: Enlarge vector table up to 256 entriesMaxime Coquelin stm322015-05-081-0/+15
| |/
* | ARM: 8374/1: no longer expose CPU_ARM7TDMI/CPU_ARM9TDMIArnd Bergmann2015-05-281-2/+2
|/
*-. 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 branches 'misc', 'vdso' and 'fixes' into for-nextRussell King2015-04-141-1/+15
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * ARM: 8276/1: Make CPU_DCACHE_DISABLE depend on !SMPFlorian Fainelli2015-04-021-1/+1
| |/ |/|
| * ARM: 8332/1: add CONFIG_VDSO Kconfig and Makefile bitsNathan Lynch2015-03-271-0/+14
|/
* ARM: mm: Remove Kconfig symbol CACHE_PL310Paul Bolle2015-02-181-7/+0
* ARM: 8298/1: ARM_KERNMEM_PERMS only works with MMU enabledArnd Bergmann2015-01-291-0/+1
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-12-121-0/+21
|\
| * Merge branch 'devel-stable' into for-nextRussell King2014-12-051-0/+21
| |\
| | * ARM: mm: allow text and rodata sections to be read-onlyKees Cook2014-10-161-0/+12
| | * ARM: mm: allow non-text sections to be non-executableKees Cook2014-10-161-0/+9
* | | 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
| |/
* | ARM: 8198/1: make kuser helpers depend on MMUNathan Lynch2014-11-131-0/+1
|/
* Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-08-081-1/+1
|\
| * Merge tag 'mvebu-soc-3.17-2' of git://git.infradead.org/linux-mvebu into next...Olof Johansson2014-07-191-1/+1
| |\
| | * ARM: Kirkwood: Remove mach-kirkwoodAndrew Lunn2014-07-131-1/+1
* | | Merge branch 'swp' (early part) into for-nextRussell King2014-08-051-1/+1
|\ \ \
OpenPOWER on IntegriCloud