summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)Author
2024-09-18Merge tag 'cgroup-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-09-16Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner
2024-08-30cgroup/cpuset: guard cpuset-v1 code under CONFIG_CPUSETS_V1Chen Ridong
2024-08-30io_uring: add GCOV_PROFILE_URING Kconfig optionJens Axboe
2024-08-20init/main.c: Initialize early LSMs after arch code, static keys and calls.KP Singh
2024-08-20initramfs,lsm: add a security hook to do_populate_rootfs()Fan Wu
2024-08-16Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-08-01rust: SHADOW_CALL_STACK is incompatible with RustAlice Ryhl
2024-07-29posix-timers: Convert timer list to hlistThomas Gleixner
2024-07-29rust: fix the default format for CONFIG_{RUSTC,BINDGEN}_VERSION_TEXTMasahiro Yamada
2024-07-29rust: suppress error messages from CONFIG_{RUSTC,BINDGEN}_VERSION_TEXTMasahiro Yamada
2024-07-27Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-07-23Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-20kallsyms: get rid of code for absolute kallsymsJann Horn
2024-07-18init/Kconfig: remove CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUNDMark Rutland
2024-07-16kbuild: move init/build-version to scripts/Masahiro Yamada
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner
2024-07-10rust: work around `bindgen` 0.69.0 issueMiguel Ojeda
2024-07-04mm: memcg: put cgroup v1-specific code under a config optionRoman Gushchin
2024-06-15gcc: disable '-Warray-bounds' for gcc-9Yury Norov
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-17Merge tag 'bootconfig-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-05-15Merge tag 'livepatching-for-6.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-05-15Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-05-13Merge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-05-13Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-05-09livepatch: Rename KLP_* to KLP_TRANSITION_*Wardenjohn
2024-05-06printk: Remove redundant CONFIG_BASE_FULLYoann Congal
2024-05-06printk: Change type of CONFIG_BASE_SMALL to boolYoann Congal
2024-05-06printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabledYoann Congal
2024-04-30init: replace deprecated strncpy with strscpy_padJustin Stitt
2024-04-27Merge tag 'rust-fixes-6.9' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-04-25initrd: remove the now superfluous sentinel element from ctl_table arrayJoel Granados
2024-04-25NUMA: early use of cpu_to_node() returns 0 instead of the correct node idHuang Shijie
2024-04-25bootconfig: do not put quotes on cmdline items unless necessaryRasmus Villemoes
2024-04-25mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan
2024-04-24sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot
2024-04-23Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman
2024-04-16rust: make mutually exclusive with CFI_CLANGConor Dooley
2024-04-13init/main.c: Minor cleanup for the setup_command_line() functionYuntao Wang
2024-04-13init/main.c: Remove redundant space from saved_command_lineYuntao Wang