summaryrefslogtreecommitdiffstats
path: root/init (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-021-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-021-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
* | | Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-09-171-1/+1
|\ \ \
| * \ \ Merge branch 'linus' into timers/coreThomas Gleixner2024-09-101-2/+3
| |\ \ \ | | | |/ | | |/|
| * | | posix-timers: Convert timer list to hlistThomas Gleixner2024-07-291-1/+1
| | |/ | |/|
* | | Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-162-2/+7
|\ \ \
| * | | init/main.c: Initialize early LSMs after arch code, static keys and calls.KP Singh2024-08-201-2/+4
| * | | initramfs,lsm: add a security hook to do_populate_rootfs()Fan Wu2024-08-201-0/+3
| |/ /
* | / 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-233-29/+1
|\ \
| * | kallsyms: get rid of code for absolute kallsymsJann Horn2024-07-201-18/+0
| * | kbuild: move init/build-version to scripts/Masahiro Yamada2024-07-152-11/+1
| |/
* | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-221-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-051-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 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-221-9/+1
|\
| * Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman2024-04-232-2/+9
| |\
| * | treewide: Use sysfs_bin_attr_simple_read() helperLukas Wunner2024-04-111-9/+1
* | | Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-192-1/+19
|\ \ \
| * | | initrd: remove the now superfluous sentinel element from ctl_table arrayJoel Granados2024-04-261-1/+0
| * | | NUMA: early use of cpu_to_node() returns 0 instead of the correct node idHuang Shijie2024-04-261-0/+14
| * | | bootconfig: do not put quotes on cmdline items unless necessaryRasmus Villemoes2024-04-261-3/+9
* | | | 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-261-0/+4
| |/ / /
* | | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-4/+1
|\ \ \ \
| * | | | Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-141-3/+0
| * | | | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-091-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'bootconfig-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-181-7/+10
|\ \ \ \
| * | | | init/main.c: Minor cleanup for the setup_command_line() functionYuntao Wang2024-04-121-3/+3
| * | | | init/main.c: Remove redundant space from saved_command_lineYuntao Wang2024-04-121-1/+3
| * | | | bootconfig: do not put quotes on cmdline items unless necessaryRasmus Villemoes2024-04-121-3/+4
| |/ / /
* | | | Merge tag 'livepatching-for-6.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-151-1/+1
|\ \ \ \
| * | | | livepatch: Rename KLP_* to KLP_TRANSITION_*Wardenjohn2024-05-091-1/+1
* | | | | 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-142-6/+7
|\ \ \ \ \ \