summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-12/+12
2026-06-16Merge tag 'bootconfig-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-45/+0
2026-06-16Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-0/+3
2026-06-15Merge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds2-0/+16
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus 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/kbu...Linus Torvalds1-3/+0
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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-29treewide: fix indentation and whitespace in Kconfig filesAnand Moon1-12/+12
2026-05-28kbuild: Remove check for broken scoping with clang < 17 in CC_HAS_ASM_GOTO_OU...Nathan 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
2026-05-18sched/cache: Fix unpaired account_llc_enqueue/dequeueChen Yu1-0/+1
2026-05-14slab: support for compiler-assisted type-based slab cache partitioningMarco Elver1-0/+3
2026-05-12bootconfig: move xbc_snprint_cmdline() to lib/bootconfig.cBreno Leitao1-45/+0
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+0
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2026-04-15Merge tag 'sched_ext-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2026-04-14Merge tag 'sched-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2026-04-14Merge tag 'timers-vdso-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+5
2026-04-14Merge tag 'kbuild-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds1-0/+5
2026-04-14Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2026-04-14Merge tag 'hardening-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+8
2026-04-14Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds1-14/+16
2026-04-09sched/cache: Assign preferred LLC ID to processesTim Chen1-0/+3
2026-04-09sched/cache: Introduce infrastructure for cache-aware load balancingPeter Zijlstra (Intel)1-0/+11
2026-04-07rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1Miguel Ojeda1-6/+1
2026-04-07rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify codeMiguel Ojeda1-3/+0
2026-04-07rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify codeMiguel Ojeda1-3/+0
2026-04-07rust: simplify `RUSTC_VERSION` Kconfig conditionsMiguel Ojeda1-2/+0
2026-04-05mm: introduce CONFIG_NUMA_MIGRATION and simplify CONFIG_MIGRATIONDavid Hildenbrand (Arm)1-1/+1
2026-04-03kernel: ksysfs: initialize kernel_kobj earlierBartosz Golaszewski1-0/+2
2026-04-03locking: Add task::blocked_lock to serialize blocked_on stateJohn Stultz1-0/+1
2026-04-01memblock: make free_reserved_area() update memblock if ARCH_KEEP_MEMBLOCK=yMike Rapoport (Microsoft)1-7/+0
2026-03-30kbuild: rust: add `CONFIG_RUSTC_CLANG_LLVM_COMPATIBLE`Gary Guo1-0/+15
2026-03-26timens: Remove dependency on the vDSOThomas Weißschuh1-1/+3
2026-03-26Merge tag 'hardening-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-03-25randomize_kstack: Unify random source across archesRyan Roberts1-0/+8