summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | kconfig: use a menu in arch/Kconfig to reduce clutterRandy Dunlap2018-08-021-0/+4
| * | kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-0/+3
| * | kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-0/+6
| |/
* | Merge tag 'gcc-plugin-cleanup-v4.19-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2018-08-151-144/+2
|\ \
| * | gcc-plugins: split out Kconfig entries to scripts/gcc-plugins/KconfigMasahiro Yamada2018-07-241-144/+2
| |/
* / cpu/hotplug: Provide knobs to control SMTThomas Gleixner2018-06-211-0/+3
|/
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* Kbuild: rename HAVE_CC_STACKPROTECTOR config variableMasahiro Yamada2018-06-151-2/+2
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-141-3/+3
* Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-131-25/+25
|\
| * gcc-plugins: disable GCC_PLUGIN_STRUCTLEAK_BYREF_ALL for COMPILE_TESTMasahiro Yamada2018-06-111-0/+1
| * gcc-plugins: allow to enable GCC_PLUGINS for COMPILE_TESTMasahiro Yamada2018-06-111-4/+3
| * gcc-plugins: test plugin support in Kconfig and clean up MakefileMasahiro Yamada2018-06-111-0/+10
| * stack-protector: test compiler capability in Kconfig and drop AUTO modeMasahiro Yamada2018-06-081-21/+11
* | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-101-0/+7
|\ \ | |/ |/|
| * rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-061-0/+7
* | Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-061-21/+0
|\ \ | |/ |/|
| * kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectable if enabledNicholas Piggin2018-05-171-15/+0
| * kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIXMasahiro Yamada2018-05-171-6/+0
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-0/+15
|\ \
| * | time: Introduce CONFIG_COMPAT_32BIT_TIMEDeepa Dinamani2018-04-191-0/+7
| * | time: Introduce CONFIG_64BIT_TIME in architecturesDeepa Dinamani2018-04-191-0/+8
| |/
* | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-3/+0
|\ \
| * | dma-debug: remove CONFIG_HAVE_DMA_API_DEBUGChristoph Hellwig2018-05-081-3/+0
| |/
* / KASAN: prohibit KASAN+STRUCTLEAK combinationDmitry Vyukov2018-05-111-0/+4
|/
* kbuild: remove incremental linking optionNicholas Piggin2018-03-261-6/+0
* Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTOKees Cook2018-02-061-1/+7
* Makefile: move stack-protector availability out of KconfigKees Cook2018-02-061-8/+0
* Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-0/+11
|\
| * fork: Provide usercopy whitelisting for task_structKees Cook2018-01-151-0/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-0/+3
|\ \