summaryrefslogtreecommitdiffstats
path: root/init/Kconfig
AgeCommit message (Expand)AuthorLines
2023-01-21Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2023-01-16Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...Linus Torvalds-1/+1
2023-01-11init/Kconfig: fix typo (usafe -> unsafe)Lizzy Fleckenstein-1/+1
2023-01-11init/Kconfig: fix LOCALVERSION_AUTO help textRasmus Villemoes-1/+1
2023-01-09gcc: disable -Warray-bounds for gcc-11 tooLinus Torvalds-1/+5
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+12
2022-12-13Merge tag 'modules-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+13
2022-11-22init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dashAlexandre Belloni-1/+1
2022-11-15kallsyms: Add self-test facilityZhen Lei-0/+13
2022-11-01kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is setXin Li-3/+12
2022-10-20init: Kconfig: fix spelling mistake "satify" -> "satisfy"Colin Ian King-1/+1
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2022-10-11init/Kconfig: fix unmet direct dependenciesRen Zhijie-0/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+0
2022-10-09Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-2/+1
2022-10-03mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner-5/+0
2022-09-28Kbuild: add Rust supportMiguel Ojeda-1/+45
2022-09-05powerpc/64: Remove PPC64 special case for cputime accounting defaultNicholas Piggin-2/+1
2022-08-21asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers-4/+0
2022-08-10Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-11/+5
2022-08-08Merge tag 'modules-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-292/+1
2022-08-03Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+10
2022-08-02Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2022-08-02Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+1
2022-07-27init/Kconfig: update KALLSYMS_ALL help textBaruch Siach-4/+5
2022-07-27kbuild: drop support for CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3Nick Desaulniers-7/+0
2022-07-23cgroup: Make !percpu threadgroup_rwsem operations optionalTejun Heo-0/+10
2022-07-15crypto: lib - make the sha1 library optionalEric Biggers-0/+1
2022-07-12module: Move module's Kconfig items in kernel/module/Christophe Leroy-292/+1
2022-07-07Documentation: update watch_queue.rst referencesMauro Carvalho Chehab-1/+1
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker-2/+2
2022-06-09gcc-12: disable '-Warray-bounds' universally for nowLinus Torvalds-0/+9
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+4
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1/+20
2022-05-27Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-54/+0
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+12
2022-05-27mm: Kconfig: reorganize misplaced mm optionsVlastimil Babka-53/+0
2022-05-26Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+11
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+5
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-140/+0
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-4/+0
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+1
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada-4/+0
2022-05-19mm: Kconfig: move swap and slab config options to the MM sectionJohannes Weiner-123/+0
2022-05-13mm/uffd: move USERFAULTFD configs into mm/Peter Xu-17/+0
2022-05-12module: Introduce module unload taint trackingAaron Tomlin-0/+11
2022-05-09initramfs: add INITRAMFS_PRESERVE_MTIME Kconfig optionDavid Disseldorp-0/+10
2022-04-29init/Kconfig: remove USELIB syscall by defaultKees Cook-2/+2
2022-04-26bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu-1/+20