summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
5 dayshardening: Require clang 20.1.0 for __counted_byNathan Chancellor1-4/+5
2025-08-04Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds2-1/+9
2025-08-02init/Kconfig: restore CONFIG_BROKEN help textAndrew Morton1-0/+4
2025-08-01Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+5
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2025-07-30Merge tag 'x86-boot-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+0
2025-07-30Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+15
2025-07-30Merge tag 'locking-futex-2025-07-29' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+0
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+0
2025-07-29Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-1/+12
2025-07-24pc104: move PC104 option to drivers/KconfigRandy Dunlap1-7/+0
2025-07-20io_uring: fix breakage in EXPERT menuRandy Dunlap1-1/+1
2025-07-20init/main.c: add warning when file specified in rdinit is inaccessibleLillian Berry1-1/+5
2025-07-20mm/vmstat: make MEMCG select VM_EVENT_COUNTERSKirill A. Shutemov1-0/+1
2025-07-14sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disableJohn Stultz1-0/+12
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra3-0/+6
2025-07-11futex: Use RCU-based per-CPU reference counting instead of rcuref_tPeter Zijlstra1-4/+0
2025-07-02io_uring/mock: add basic infra for test mock filesPavel Begunkov1-0/+11
2025-07-01futex: Temporary disable FUTEX_PRIVATE_HASHSebastian Andrzej Siewior1-0/+4
2025-06-25rust: Introduce file_from_location()Boqun Feng1-0/+3
2025-06-21sched_ext: Add support for cgroup bandwidth control interfaceTejun Heo1-0/+5
2025-06-20x86/efi: Move runtime service initialization to arch/x86Alexander Shishkin1-5/+0
2025-06-12init: fix build warnings about export.hHuacai Chen2-0/+2
2025-06-05Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-0/+3
2025-06-03Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+14
2025-06-01memcg: nmi safe memcg stats for specific archsShakeel Butt1-0/+7
2025-06-01memcg: disable kmem charging in nmi for unsupported archShakeel Butt1-0/+7
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+16
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2025-05-28Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+5
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda1-0/+3
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-05-27Merge tag 'sched-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+11
2025-05-27Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+10
2025-05-26Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+0
2025-05-13mm/memcg: move mem_cgroup_init() ahead of cgroup_init()Huan Yang1-0/+2
2025-05-12init: remove unused CONFIG_CC_CAN_LINK_STATICMasahiro Yamada1-5/+0
2025-05-12init/main.c: log initcall level when initcall_debug is usedFrancesco Valla1-2/+16
2025-05-08timers: Rename init_timers() as timers_init()Ingo Molnar1-1/+1
2025-05-08hardening: simplify CONFIG_CC_HAS_COUNTED_BYJan Hendrik Farr1-4/+5
2025-05-07rust: clean Rust 1.88.0's `unnecessary_transmutes` lintMiguel Ojeda1-0/+3
2025-05-03futex: Implement FUTEX2_MPOLPeter Zijlstra1-0/+5
2025-05-03futex: Add basic infrastructure for local task local hashSebastian Andrzej Siewior1-0/+5
2025-04-21fs: remove uselib() system callChristian Brauner1-10/+0
2025-04-15Kconfig: switch CONFIG_SYSFS_SYCALL default to nChristian Brauner1-10/+10
2025-04-08sched: Add commadline option for RT_GROUP_SCHED togglingMichal Koutný1-0/+11
2025-04-06Merge tag 'sched-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2025-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-0/+5
2025-04-03sched/isolation: Make CONFIG_CPU_ISOLATION depend on CONFIG_SMPOleg Nesterov1-1/+1
2025-04-02mseal sysmap: kernel config and header changeJeff Xu1-0/+22