aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/init
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'bootconfig-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds2-24/+64
12 daysMerge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+9
13 daysMerge tag 'sched_ext-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds1-0/+1
13 daysMerge tag 'sysctl-7.03-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctlLinus Torvalds1-3/+0
2026-08-18Merge tag 'timers-vdso-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2026-08-18Merge tag 'timers-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2026-08-18Merge tag 'timers-cleanups-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+9
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2026-08-17Merge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds4-7/+37
2026-08-11nohz: Replace dead select with choice defaultJulian Braha1-0/+1
2026-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next into for-7.3-arena-argsTejun Heo1-0/+3
2026-08-06mm/mseal: fix mseal documentation for 32-bit kernelsLeon Hwang1-1/+1
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov1-3/+0
2026-08-04mm: decouple protnone helpers from CONFIG_NUMA_BALANCINGKiryl Shutsemau (Meta)1-0/+8
2026-07-31initramfs_test: use test init/exit hooks to override init fsChristian Brauner1-2/+17
2026-07-31initramfs: fix typo in reserve_initrd_mem commentShivank Sharma1-1/+1
2026-07-15calibrate: Rework delay timer calibrationThomas Gleixner1-10/+9
2026-07-15futex: Remove dependency on HAVE_GENERIC_VDSO from FUTEX_ROBUST_UNLOCKThomas Weißschuh1-1/+1
2026-07-13sched_ext: Track the cpu a task is runnable onTejun Heo1-0/+1
2026-07-02init/main.c: use bootconfig_cmdline_requested() for the runtime opt-inBreno Leitao1-21/+6
2026-07-02bootconfig: skip runtime kernel.* render once prepended earlyBreno Leitao1-3/+22
2026-07-02bootconfig: render embedded bootconfig as a kernel cmdline at build timeBreno Leitao1-0/+36
2026-06-29rust: allow `suspicious_runtime_symbol_definitions` lint for Rust >= 1.98Miguel Ojeda1-0/+3
2026-06-29fs: stop sharing fs_struct between init_task and pid 1Christian Brauner1-1/+6
2026-06-29initramfs: use scoped_with_init_fs() for rootfs unpackingChristian Brauner1-4/+10
2026-06-29fs: make userspace_init_fs a dynamically-initialized pointerChristian Brauner1-0/+3
2026-06-29fs: add real_fs to track task's actual fs_structChristian Brauner1-0/+1
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-12/+12
2026-06-16Merge tag 'bootconfig-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-45/+0
2026-06-16Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-0/+3
2026-06-15Merge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+16
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2026-06-15Merge tag 'rust-7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-1/+4
2026-06-15Merge tag 'kbuild-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds1-3/+0
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-57/+129
2026-06-08rust: tests: add Kconfig for KUnit testYury Norov1-0/+2
2026-06-03futex: Add robust futex unlock IP rangeThomas Gleixner1-0/+6
2026-06-02sched: Add blocked_donor link to task for smarter mutex handoffsPeter Zijlstra1-0/+1
2026-05-28treewide: fix indentation and whitespace in Kconfig filesAnand Moon1-12/+12
2026-05-27kbuild: Remove check for broken scoping with clang < 17 in CC_HAS_ASM_GOTO_OUTPUTNathan Chancellor1-3/+0
2026-05-27init/initramfs_test: wait_for_initramfs() before runningJia He1-1/+16
2026-05-27rust: kasan: add support for Software Tag-Based KASANAlice Ryhl1-1/+1
2026-05-27rust: kasan: KASAN+RUST requires clangAlice Ryhl1-0/+1
2026-05-26exec_state: relocate dumpable informationChristian Brauner (Amutable)1-0/+10
2026-05-22init: do_mounts: use kmalloc() for allocations of temporary buffersMike Rapoport (Microsoft)1-11/+10
2026-05-21initramfs: Refactor to use hex2bin() instead of custom approachAndy Shevchenko2-38/+30
2026-05-21initramfs: Sort headers alphabeticallyAndy Shevchenko1-12/+12
2026-05-21initramfs_test: test header fields with 0x hex prefixDavid Disseldorp1-2/+58
2026-05-21initramfs_test: add fill_cpio() inject_ox parameterDavid Disseldorp1-13/+23
2026-05-19Merge branch 'sched/cache'Peter Zijlstra2-0/+15