summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)Author
13 hoursMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/tr...Mark Brown
13 hoursMerge branch 'fs-next' of linux-nextMark Brown
5 daysinit/main.c: use bootconfig_cmdline_requested() for the runtime opt-inBreno Leitao
5 daysbootconfig: skip runtime kernel.* render once prepended earlyBreno Leitao
5 daysbootconfig: render embedded bootconfig as a kernel cmdline at build timeBreno Leitao
5 dayskunit: use scoped_with_init_fs() in tests that resolve pathsChristian Brauner
8 daysrust: allow `suspicious_runtime_symbol_definitions` lint for Rust >= 1.98Miguel Ojeda
8 daysfs: stop sharing fs_struct between init_task and pid 1Christian Brauner
8 daysinitramfs: use scoped_with_init_fs() for rootfs unpackingChristian Brauner
8 daysfs: make userspace_init_fs a dynamically-initialized pointerChristian Brauner
8 daysfs: add real_fs to track task's actual fs_structChristian Brauner
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-06-16Merge tag 'bootconfig-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-06-16Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2026-06-15Merge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds
2026-06-15Merge tag 'rust-7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds
2026-06-15Merge tag 'kbuild-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-08rust: tests: add Kconfig for KUnit testYury Norov
2026-06-03futex: Add robust futex unlock IP rangeThomas Gleixner
2026-06-02sched: Add blocked_donor link to task for smarter mutex handoffsPeter Zijlstra
2026-05-28treewide: fix indentation and whitespace in Kconfig filesAnand Moon
2026-05-27kbuild: Remove check for broken scoping with clang < 17 in CC_HAS_ASM_GOTO_OU...Nathan Chancellor
2026-05-27init/initramfs_test: wait_for_initramfs() before runningJia He
2026-05-27rust: kasan: add support for Software Tag-Based KASANAlice Ryhl
2026-05-27rust: kasan: KASAN+RUST requires clangAlice Ryhl
2026-05-26exec_state: relocate dumpable informationChristian Brauner (Amutable)
2026-05-22init: do_mounts: use kmalloc() for allocations of temporary buffersMike Rapoport (Microsoft)
2026-05-21initramfs: Refactor to use hex2bin() instead of custom approachAndy Shevchenko
2026-05-21initramfs: Sort headers alphabeticallyAndy Shevchenko
2026-05-21initramfs_test: test header fields with 0x hex prefixDavid Disseldorp
2026-05-21initramfs_test: add fill_cpio() inject_ox parameterDavid Disseldorp
2026-05-19Merge branch 'sched/cache'Peter Zijlstra
2026-05-18sched/cache: Fix unpaired account_llc_enqueue/dequeueChen Yu
2026-05-14slab: support for compiler-assisted type-based slab cache partitioningMarco Elver
2026-05-12bootconfig: move xbc_snprint_cmdline() to lib/bootconfig.cBreno Leitao
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-15Merge tag 'sched_ext-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-14Merge tag 'sched-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-14Merge tag 'timers-vdso-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-14Merge tag 'kbuild-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds
2026-04-13Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-13Merge tag 'hardening-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds
2026-04-09sched/cache: Assign preferred LLC ID to processesTim Chen
2026-04-09sched/cache: Introduce infrastructure for cache-aware load balancingPeter Zijlstra (Intel)
2026-04-07rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1Miguel Ojeda