aboutsummaryrefslogtreecommitdiff
path: root/arch/Kconfig
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-20kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT=yGravatar Masami Hiramatsu 1-1/+1
2017-10-09Revert commit 1a8b6d76dc5b ("net:add one common config...")Gravatar Ding Tianhong 1-3/+0
2017-09-07Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+14
2017-08-17locking/refcounts, x86/asm: Implement fast refcount overflow protectionGravatar Kees Cook 1-0/+12
2017-08-07Merge branch 'for-next/gcc-plugin/structleak' into for-next/gcc-pluginsGravatar Kees Cook 1-0/+7
2017-08-07gcc-plugins: structleak: add option to init all vars used as byref argsGravatar Ard Biesheuvel 1-0/+7
2017-08-01randstruct: Enable function pointer struct detectionGravatar Kees Cook 1-5/+7
2017-07-12include/linux/string.h: add the option of fortified string.h functionsGravatar Daniel Micay 1-0/+6
2017-07-12kernel/watchdog: split up config optionsGravatar Nicholas Piggin 1-3/+22
2017-07-07Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2017-07-05Merge tag 'gcc-plugins-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+40
2017-07-04Merge branch 'for-next/gcc-plugin-infrastructure' into merge/randstructGravatar Kees Cook 1-1/+1
2017-06-30kbuild: thin archives make default for all archsGravatar Nicholas Piggin 1-1/+1
2017-06-28locking/refcount: Create unchecked atomic_t implementationGravatar Kees Cook 1-0/+9
2017-06-22gcc-plugins: Add the randstruct pluginGravatar Kees Cook 1-0/+39
2017-06-19Fix English in description of GCC_PLUGIN_STRUCTLEAKGravatar Jean Delvare 1-1/+1
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+3
2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREGravatar Hari Bathini 1-0/+4
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-0/+6
2017-04-18rcu: Make arch select smp_mb__after_unlock_lock() strengthGravatar Paul E. McKenney 1-0/+3
2017-03-13x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Gravatar Dmitry Safonov 1-0/+7
2017-03-08stacktrace/x86: add function for detecting reliable stack tracesGravatar Josh Poimboeuf 1-0/+6
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesGravatar Matthew Wilcox 1-0/+3
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+7
2017-02-22Merge tag 'gcc-plugins-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+22
2017-02-21arch: add ARCH_HAS_SET_MEMORY configGravatar Daniel Borkmann 1-0/+4
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXGravatar Laura Abbott 1-2/+2
2017-02-07arch: Move CONFIG_DEBUG_RODATA and CONFIG_SET_MODULE_RONX to be commonGravatar Laura Abbott 1-0/+34
2017-01-18net:add one common config ARCH_WANT_RELAX_ORDER to support relax orderingGravatar Mao Wenan 1-0/+3
2017-01-18gcc-plugins: Add structleak for more stack initializationGravatar Kees Cook 1-0/+22
2016-12-20powerpc: ima: get the kexec buffer passed by the previous kernelGravatar Thiago Jung Bauermann 1-0/+3
2016-12-13Merge tag 'gcc-plugins-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+6
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+3
2016-12-11sparc64:Support User Probes for sparcGravatar Allen Pais 1-0/+1
2016-11-15sched/cputime, powerpc, s390: Make scaled cputime arch specificGravatar Stanislaw Gruszka 1-0/+3
2016-11-08gcc-plugins: Adjust Kconfig to avoid cyc_complexityGravatar Kees Cook 1-1/+6