summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)Author
19 hoursMerge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/pcmoor...Mark Brown
21 hoursMerge branch 'mm-nonmm-unstable' of https://git.kernel.org/pub/scm/linux/kern...Mark Brown
22 hoursMerge branch 'vfs.fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/v...Mark Brown
2 daysinit/main: fix false-positive kernel panic on environment variable overwriteWilson Felipe Pereira
2 daysinit/main: fix off-by-one in argv_init cleanupWilson Felipe Pereira
2 daysinit/Kconfig: make config INIT_ENV_ARG_LIMIT user-configurableWilson Felipe Pereira
2 daysinit, arch: make CONFIG_COMMAND_LINE_SIZE globally configurableWilson Felipe Pereira
2 daysinit: simplify early_hostname()Thorsten Blum
2 daysinit: fix early boot crash with bare hostname parameterThorsten Blum
3 daystreewide: refresh kmalloc_obj() conversionsKees Cook
8 dayscred: clarify that task_struct::cred is only for the current taskJann Horn
8 daysreboot: fix cad_pid use-after-free raceCen Zhang (Microsoft)
14 daysMerge tag 'bootconfig-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-08-20Merge tag 'sched_ext-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-20Merge tag 'sysctl-7.03-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-08-18Merge tag 'timers-vdso-2026-08-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-08-18Merge tag 'timers-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-08-18Merge tag 'timers-cleanups-2026-08-17' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-08-11nohz: Replace dead select with choice defaultJulian Braha
2026-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bp...Tejun Heo
2026-08-06mm/mseal: fix mseal documentation for 32-bit kernelsLeon Hwang
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov
2026-08-04mm: decouple protnone helpers from CONFIG_NUMA_BALANCINGKiryl Shutsemau (Meta)
2026-07-31initramfs_test: use test init/exit hooks to override init fsChristian Brauner
2026-07-31initramfs: fix typo in reserve_initrd_mem commentShivank Sharma
2026-07-15calibrate: Rework delay timer calibrationThomas Gleixner
2026-07-15futex: Remove dependency on HAVE_GENERIC_VDSO from FUTEX_ROBUST_UNLOCKThomas Weißschuh
2026-07-13sched_ext: Track the cpu a task is runnable onTejun Heo
2026-07-02init/main.c: use bootconfig_cmdline_requested() for the runtime opt-inBreno Leitao
2026-07-02bootconfig: skip runtime kernel.* render once prepended earlyBreno Leitao
2026-07-02bootconfig: render embedded bootconfig as a kernel cmdline at build timeBreno Leitao
2026-06-29rust: allow `suspicious_runtime_symbol_definitions` lint for Rust >= 1.98Miguel Ojeda
2026-06-29fs: stop sharing fs_struct between init_task and pid 1Christian Brauner
2026-06-29initramfs: use scoped_with_init_fs() for rootfs unpackingChristian Brauner
2026-06-29fs: make userspace_init_fs a dynamically-initialized pointerChristian Brauner
2026-06-29fs: 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