summaryrefslogtreecommitdiffstats
path: root/init/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTOMasahiro Yamada2021-02-281-1/+0
* init/Kconfig: fix a typo in CC_VERSION_TEXT help textBhaskar Chowdhury2021-02-261-1/+1
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-12/+18
|\
| * kbuild: check the minimum linker version in KconfigMasahiro Yamada2021-02-221-8/+13
| * kbuild: check the minimum compiler version in KconfigMasahiro Yamada2021-02-161-4/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-02-241-14/+0
|\ \
| * | mm, slub: remove slub_memcg_sysfs boot param and CONFIG_SLUB_MEMCG_SYSFS_ONVlastimil Babka2021-02-241-14/+0
* | | Kbuild: enable TRIM_UNUSED_KSYMS again, with some guardingLinus Torvalds2021-02-241-2/+2
|/ /
* | Kbuild: disable TRIM_UNUSED_KSYMS optionLinus Torvalds2021-02-231-0/+1
* | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-231-17/+0
|\ \
| * | module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-081-17/+0
* | | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-231-0/+1
|\ \ \
| * | | kbuild: lto: add a default list of used symbolsSami Tolvanen2021-01-141-0/+1
| |/ /
* | | Merge tag 'topic/kcmp-kconfig-2021-02-22' of git://anongit.freedesktop.org/dr...Linus Torvalds2021-02-221-0/+11
|\ \ \
| * | | kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson2021-02-161-0/+11
| | |/ | |/|
* | | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-211-1/+1
|\ \ \
| * | | Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branchIngo Molnar2021-02-171-1/+0
| |\| |
| * | | init/Kconfig: Correct thermal pressure help textYue Hu2021-01-271-1/+1
| | |/ | |/|
* | | Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-211-1/+1
|\ \ \ | |_|/ |/| |
| * | drivers: Remove CONFIG_OPROFILE supportViresh Kumar2021-01-291-1/+1
| |/
* / init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcovJohannes Berg2021-02-051-1/+0
|/
* Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-12-141-1/+1
|\
| * init/Kconfig: make COMPILE_TEST depend on !S390Heiko Carstens2020-11-201-1/+1
* | Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-061-0/+10
|\ \
| * | kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1Nathan Chancellor2020-12-011-0/+5
| * | kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor2020-12-011-0/+5
| |/
* / init/Kconfig: Fix CPU number in LOG_CPU_MAX_BUF_SHIFT descriptionPaul Menzel2020-11-031-1/+1
|/
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-0/+3
|\
| * bpf: Introduce sleepable BPF programsAlexei Starovoitov2020-08-281-0/+1
| * bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov2020-08-201-0/+2
* | Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-131-1/+2
|\ \
| * \ Merge branch 'printk-rework' into for-linusPetr Mladek2020-10-121-1/+2
| |\ \
| | * | printk: reduce LOG_BUF_SHIFT range for H8300John Ogness2020-09-081-1/+2
* | | | Fix references to nommu-mmap.rstStephen Kitt2020-09-241-1/+1
| |_|/ |/| |
* | | mm/slab: expand CONFIG_SLAB_FREELIST_HARDENED to include SLABKees Cook2020-08-071-4/+5
* | | Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-041-1/+1
|\ \ \ | |/ / |/| |
| * | docs: move nommu-mmap.txt to admin-guide and rename to ReSTMauro Carvalho Chehab2020-06-261-1/+1
| |/
* | Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-031-1/+14
|\ \
| * | init: Add support for zstd compressed kernelNick Terrell2020-07-311-1/+14
* | | arm, arm64: Fix selection of CONFIG_SCHED_THERMAL_PRESSUREValentin Schneider2020-07-291-0/+2
* | | sched: Cleanup SCHED_THERMAL_PRESSURE kconfig entryValentin Schneider2020-07-221-1/+14
|/ /
* / kbuild: fix CONFIG_CC_CAN_LINK(_STATIC) for cross-compilation with ClangMasahiro Yamada2020-07-021-4/+4
|/
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-7/+7
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-7/+7
* | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-131-0/+12
|\ \ | |/ |/|
| * pipe: Add general notification queue supportDavid Howells2020-05-191-0/+12
* | Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-101-1/+0
|\ \
| * | compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon2020-04-151-1/+0
* | | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-061-3/+27
|\ \ \
| * | | bpfilter: check if $(CC) can link static libc in KconfigMasahiro Yamada2020-05-171-0/+5