summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-121-1/+1
| * | bpf: add a bpf_override_function helperJosef Bacik2017-12-121-0/+3
| |/
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-311-0/+4
|\ \
| * | dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-0/+4
| |/
* | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-091-2/+2
|/
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-201-3/+0
|\ \ | |/
| * Revert commit 1a8b6d76dc5b ("net:add one common config...")Ding Tianhong2017-10-091-3/+0
* | kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT=yMasami Hiramatsu2017-10-201-1/+1
|/
* Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-071-5/+14
|\
| * Merge branch 'for-next/gcc-plugin/structleak' into for-next/gcc-pluginsKees Cook2017-08-071-0/+7
| |\
| | * gcc-plugins: structleak: add option to init all vars used as byref argsArd Biesheuvel2017-08-071-0/+7
| * | randstruct: Enable function pointer struct detectionKees Cook2017-08-011-5/+7
| |/
* | locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook2017-08-171-0/+12
|/
* include/linux/string.h: add the option of fortified string.h functionsDaniel Micay2017-07-121-0/+6
* kernel/watchdog: split up config optionsNicholas Piggin2017-07-121-3/+22
* Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-071-1/+1
|\
| * kbuild: thin archives make default for all archsNicholas Piggin2017-06-301-1/+1
* | Merge tag 'gcc-plugins-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-051-1/+40
|\ \
| * \ Merge branch 'for-next/gcc-plugin-infrastructure' into merge/randstructKees Cook2017-07-041-1/+1
| |\ \
| | * | Fix English in description of GCC_PLUGIN_STRUCTLEAKJean Delvare2017-06-191-1/+1
| | |/
| * | gcc-plugins: Add the randstruct pluginKees Cook2017-06-221-0/+39
| |/
* | locking/refcount: Create unchecked atomic_t implementationKees Cook2017-06-281-0/+9
|/
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-0/+3
|\
OpenPOWER on IntegriCloud