summaryrefslogtreecommitdiffstats
path: root/init/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* cfi: fix conditions for HAVE_CFI_ICALL_NORMALIZE_INTEGERSAlice Ryhl2024-10-131-1/+1
* kbuild: rust: add `CONFIG_RUSTC_LLVM_VERSION`Gary Guo2024-10-131-1/+5
* cfi: encode cfi normalized integers + kasan/gcov bug in KconfigAlice Ryhl2024-09-261-1/+1
* rust: KASAN+RETHUNK requires rustc 1.83.0Alice Ryhl2024-09-261-0/+1
* rust: cfi: fix `patchable-function-entry` starting versionMiguel Ojeda2024-09-261-1/+1
* Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-09-251-4/+15
|\
| * rust: kasan: Rust does not support KHWASANMatthew Maurer2024-09-161-0/+1
| * rust: cfi: add support for CFI_CLANG with RustMatthew Maurer2024-09-161-1/+3
| * rust: support for shadow call stack sanitizerAlice Ryhl2024-09-131-1/+0
| * kbuild: rust: re-run Kconfig if the version text changesMiguel Ojeda2024-09-051-1/+3
| * kbuild: rust: add `CONFIG_RUSTC_VERSION`Miguel Ojeda2024-09-051-0/+7
| * init/Kconfig: Only block on RANDSTRUCT for RUSTNeal Gompa2024-08-181-1/+1
* | Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-211-0/+10
|\ \
| * | Merge branch 'bpf/master' into for-6.12Tejun Heo2024-09-041-2/+3
| |\|
| * | sched_ext: Add cgroup supportTejun Heo2024-09-041-0/+6
| * | sched: Introduce CONFIG_GROUP_SCHED_WEIGHTTejun Heo2024-09-041-0/+4
* | | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-09-211-2/+3
|\ \ \
| * | | xz: adjust arch-specific options for better kernel compressionLasse Collin2024-09-011-2/+3
| | |/ | |/|
* | | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-211-1/+1
|\ \ \
| * | | mm: fix typo in KconfigValdis Kletnieks2024-09-011-1/+1
| |/ /
* | | Merge tag 'cgroup-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-181-0/+13
|\ \ \
| * | | cgroup/cpuset: guard cpuset-v1 code under CONFIG_CPUSETS_V1Chen Ridong2024-08-301-0/+13
| | |/ | |/|
* | | io_uring: add GCOV_PROFILE_URING Kconfig optionJens Axboe2024-08-301-0/+13
| |/ |/|
* | Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-08-161-2/+2
|\ \
| * | rust: fix the default format for CONFIG_{RUSTC,BINDGEN}_VERSION_TEXTMasahiro Yamada2024-07-291-2/+2
| * | rust: suppress error messages from CONFIG_{RUSTC,BINDGEN}_VERSION_TEXTMasahiro Yamada2024-07-291-2/+2
| |/
* / rust: SHADOW_CALL_STACK is incompatible with RustAlice Ryhl2024-08-011-0/+1
|/
* Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-07-271-1/+4
|\
| * rust: work around `bindgen` 0.69.0 issueMiguel Ojeda2024-07-101-1/+4
* | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-231-18/+0
|\ \
| * | kallsyms: get rid of code for absolute kallsymsJann Horn2024-07-201-18/+0
| |/
* | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-211-3/+15
|\ \
| * | mm: remove CONFIG_MEMCG_KMEMJohannes Weiner2024-07-101-5/+0
| * | mm: memcg: put cgroup v1-specific code under a config optionRoman Gushchin2024-07-041-0/+17
| |/
* / init/Kconfig: remove CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUNDMark Rutland2024-07-181-10/+12
|/
* gcc: disable '-Warray-bounds' for gcc-9Yury Norov2024-06-151-1/+1
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-0/+4
|\
| * mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan2024-04-251-0/+4
* | Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-151-10/+4
|\ \
| * | printk: Remove redundant CONFIG_BASE_FULLYoann Congal2024-05-061-7/+3
| * | printk: Change type of CONFIG_BASE_SMALL to boolYoann Congal2024-05-061-4/+2
| * | printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabledYoann Congal2024-05-061-2/+2
* | | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-131-6/+6
|\ \ \
| * | | sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot2024-04-241-6/+6
| | |/ | |/|
* | | rust: make mutually exclusive with CFI_CLANGConor Dooley2024-04-161-0/+1
* | | rust: don't select CONSTRUCTORSAlice Ryhl2024-03-311-1/+0
|/ /
* | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-221-0/+3
|\ \
| * | locking: Introduce prepare_sync_core_cmd()Andrea Parri2024-02-151-0/+3
* | | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada2024-02-201-1/+1