summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* arm64, mm: make randomization selected by generic topdown mmap layoutAlexandre Ghiti2019-09-241-0/+1
* arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti2019-09-241-0/+10
* Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-201-0/+3
|\
| * x86, s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/KconfigThiago Jung Bauermann2019-08-091-0/+3
* | Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-201-0/+7
|\ \
| * | kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada2019-08-221-0/+7
| |/
* | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-3/+0
|\ \
| * | dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig2019-09-041-3/+0
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-161-1/+1
|\ \
| * | rcu: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-311-1/+1
| |/
* | Merge branch 'parisc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-161-0/+3
|\ \
| * | kexec: add KEXEC_ELFSven Schnelle2019-09-061-0/+3
| |/
* / arm64: Add support for relocating the kernel with RELR relocationsPeter Collingbourne2019-08-051-0/+14
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-201-0/+3
|\
| * sched/rt, Kconfig: Introduce CONFIG_PREEMPT_RTThomas Gleixner2019-07-181-0/+3
* | Merge tag 'riscv/for-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-181-0/+3
|\ \
| * | x86, arm64: Move ARCH_WANT_HUGE_PMD_SHARE config in arch/KconfigAlexandre Ghiti2019-07-031-0/+3
| |/
* | Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-07-181-16/+0
|\ \
| * | ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESSSteven Rostedt (VMware)2019-05-281-16/+0
| |/
* / dma-direct: provide generic support for uncached kernel segmentsChristoph Hellwig2019-06-031-0/+8
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-161-1/+1
|\
| * y2038: Make CONFIG_64BIT_TIME unconditionalArnd Bergmann2019-04-291-1/+1
* | initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig2019-05-141-0/+7
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-061-0/+4
|\ \
| * | x86/mm/cpa: Add set_direct_map_*() functionsRick Edgecombe2019-04-301-0/+4
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-0/+9
|\ \
| * | locking/rwsem: Enable lock event countingWaiman Long2019-04-101-1/+0
| * | locking/lock_events: Make lock_events available for all archs & other locksWaiman Long2019-04-101-0/+10
| |/
* | asm-generic/tlb: Introduce CONFIG_HAVE_MMU_GATHER_NO_GATHER=yMartin Schwidefsky2019-04-031-0/+3
* | asm-generic/tlb, arch: Invert CONFIG_HAVE_RCU_TABLE_INVALIDATEPeter Zijlstra2019-04-031-1/+1
* | asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2019-04-031-0/+3
|/
* Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-061-0/+3
|\
| * m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRA...Finn Thain2019-01-221-0/+3
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-061-0/+3
|\ \
| * | x86: Make ARCH_USE_MEMREMAP_PROT a generic Kconfig symbolArd Biesheuvel2019-02-041-0/+3
| |/
* | 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-0/+10
* | y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-1/+1
|/
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-0/+1
* mm: speed up mremap by 20x on large regionsJoel Fernandes (Google)2019-01-041-0/+5
* Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-011-0/+7
|\
| * x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov2018-09-041-0/+7
* | Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-10-301-0/+7
|\ \
| * | x86: ptrace: Add function argument access APIMasami Hiramatsu2018-10-101-0/+7
| |/
* / jump_label: Implement generic support for relative referencesArd Biesheuvel2018-09-271-0/+3
|/
* Merge branch 'tlb-fixes'Linus Torvalds2018-08-231-0/+3
|\
| * mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra2018-08-231-0/+3
* | Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2018-08-231-0/+8
|\ \ | |/ |/|
| * compiler.h: Allow arch-specific asm/compiler.hPaul Burton2018-08-211-0/+8
* | arch: enable relative relocations for arm64, power and x86Ard Biesheuvel2018-08-221-0/+10
* | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-0/+13
|\ \