aboutsummaryrefslogtreecommitdiff
path: root/arch/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+7
2018-10-30Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-0/+7
2018-10-10x86: ptrace: Add function argument access APIGravatar Masami Hiramatsu 1-0/+7
2018-09-27jump_label: Implement generic support for relative referencesGravatar Ard Biesheuvel 1-0/+3
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsGravatar Alexander Popov 1-0/+7
2018-08-23Merge branch 'tlb-fixes'Gravatar Linus Torvalds 1-0/+3
2018-08-23Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Gravatar Linus Torvalds 1-0/+8
2018-08-23mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEGravatar Peter Zijlstra 1-0/+3
2018-08-22arch: enable relative relocations for arm64, power and x86Gravatar Ard Biesheuvel 1-0/+10
2018-08-21compiler.h: Allow arch-specific asm/compiler.hGravatar Paul Burton 1-0/+8
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+13
2018-08-15Merge tag 'gcc-plugin-cleanup-v4.19-rc1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-144/+2
2018-08-02kconfig: use a menu in arch/Kconfig to reduce clutterGravatar Randy Dunlap 1-0/+4
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigGravatar Christoph Hellwig 1-0/+3
2018-08-02kconfig: include common Kconfig files from top-level KconfigGravatar Christoph Hellwig 1-0/+6
2018-07-24gcc-plugins: split out Kconfig entries to scripts/gcc-plugins/KconfigGravatar Masahiro Yamada 1-144/+2
2018-06-21cpu/hotplug: Provide knobs to control SMTGravatar Thomas Gleixner 1-0/+3
2018-06-15docs: Fix some broken referencesGravatar Mauro Carvalho Chehab 1-1/+1
2018-06-15Kbuild: rename HAVE_CC_STACKPROTECTOR config variableGravatar Masahiro Yamada 1-2/+2
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesGravatar Linus Torvalds 1-3/+3
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-25/+25
2018-06-11gcc-plugins: disable GCC_PLUGIN_STRUCTLEAK_BYREF_ALL for COMPILE_TESTGravatar Masahiro Yamada 1-0/+1
2018-06-11gcc-plugins: allow to enable GCC_PLUGINS for COMPILE_TESTGravatar Masahiro Yamada 1-4/+3
2018-06-11gcc-plugins: test plugin support in Kconfig and clean up MakefileGravatar Masahiro Yamada 1-0/+10
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+7
2018-06-08stack-protector: test compiler capability in Kconfig and drop AUTO modeGravatar Masahiro Yamada 1-21/+11
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-21/+0
2018-06-06rseq: Introduce restartable sequences system callGravatar Mathieu Desnoyers 1-0/+7
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+15
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-3/+0
2018-05-17kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectable if enabledGravatar Nicholas Piggin 1-15/+0
2018-05-17kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIXGravatar Masahiro Yamada 1-6/+0
2018-05-11KASAN: prohibit KASAN+STRUCTLEAK combinationGravatar Dmitry Vyukov 1-0/+4
2018-05-08dma-debug: remove CONFIG_HAVE_DMA_API_DEBUGGravatar Christoph Hellwig 1-3/+0
2018-04-19time: Introduce CONFIG_COMPAT_32BIT_TIMEGravatar Deepa Dinamani 1-0/+7
2018-04-19time: Introduce CONFIG_64BIT_TIME in architecturesGravatar Deepa Dinamani 1-0/+8
2018-03-26kbuild: remove incremental linking optionGravatar Nicholas Piggin 1-6/+0
2018-02-06Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTOGravatar Kees Cook 1-1/+7
2018-02-06Makefile: move stack-protector availability out of KconfigGravatar Kees Cook 1-8/+0
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+11
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+3
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-0/+4
2018-01-15fork: Provide usercopy whitelisting for task_structGravatar Kees Cook 1-0/+11
2018-01-12error-injection: Separate error-injection from kprobeGravatar Masami Hiramatsu 1-1/+1
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerGravatar Christoph Hellwig 1-0/+4
2018-01-09Construct init thread stack in the linker script rather than by unionGravatar David Howells 1-2/+2
2017-12-12bpf: add a bpf_override_function helperGravatar Josef Bacik 1-0/+3
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-20Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 1-3/+0