summaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)AuthorLines
9 daysMerge tag 'io_uring-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
12 daysio_uring/mock: Fix typo in help textJ. Neuschäfer-1/+1
2026-02-23init/Kconfig: Adjust fixed clang version for __builtin_counted_by_refNathan Chancellor-1/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+5
2026-02-21compiler_types: Disable __builtin_counted_by_ref for ClangKees Cook-0/+5
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-6/+10
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2026-02-11Merge tag 'kbuild-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds-1/+1
2026-02-10Merge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+12
2026-02-10Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+4
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds-1/+1
2026-02-10Merge tag 'hardening-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+7
2026-02-09Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+1
2026-02-09Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+53
2026-02-09Merge tag 'vfs-7.0-rc1.nullfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+10
2026-02-09Merge tag 'vfs-7.0-rc1.initrd' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-143/+17
2026-02-03cpuset: Propagate cpuset isolation update to workqueue through housekeepingFrederic Weisbecker-0/+1
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)-0/+1
2026-01-26init/main: read bootconfig header with get_unaligned_le32()Sun Jian-4/+5
2026-01-26init/main.c: check if rdinit was explicitly set before printing warningLillian Berry-2/+5
2026-01-22sched: remove task_struct->faults_disabled_mappingChristoph Hellwig-1/+0
2026-01-22rseq: Add fields and constants for time slice extensionThomas Gleixner-0/+12
2026-01-17compiler_types.h: Attributes: Add __counted_by_ptr macroBill Wendling-0/+7
2026-01-16kbuild: uapi: drop dependency on CC_CAN_LINKThomas Weißschuh-1/+1
2026-01-14initramfs_test: kunit test for cpio.filesize > PATH_MAXDavid Disseldorp-0/+48
2026-01-14acct(2): begin the deprecation of legacy BSD process accountingJeff Layton-2/+5
2026-01-14fs: use nullfs unconditionally as the real rootfsChristian Brauner-14/+7
2026-01-12init: remove /proc/sys/kernel/real-root-devAskar Safin-20/+0
2026-01-12initrd: remove deprecated code path (linuxrc)Askar Safin-109/+17
2026-01-12fs: add immutable rootfsChristian Brauner-0/+15
2026-01-01rcu: Clean up after the SRCU-fastification of RCU Tasks TracePaul E. McKenney-3/+0
2025-12-19kbuild: Sync kconfig when PAHOLE_VERSION changesIhor Solodrai-1/+1
2025-12-17perf: Add APIs to create/release mediated guest vPMUsKan Liang-0/+4
2025-12-15init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line para...Askar Safin-14/+0
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds-6/+124
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-0/+3
2025-12-03Merge tag 'kbuild-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds-2/+6
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+30
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+27
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+1
2025-11-27calibrate: update header inclusionAndy Shevchenko-3/+6
2025-11-27init: replace simple_strtoul with kstrtoul to improve lpj_setupThorsten Blum-2/+2
2025-11-27liveupdate: kho: move to kernel/liveupdatePasha Tatashin-0/+2
2025-11-20sched/mmcid: Use proper data structuresThomas Gleixner-0/+3
2025-11-16convert ramfs and tmpfsAl Viro-1/+1
2025-11-14kbuild: allow architectures to override CC_CAN_LINKThomas Weißschuh-0/+4
2025-11-14init: deduplicate cc-can-link.sh invocationsThomas Weißschuh-2/+2