summaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)AuthorLines
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
2025-11-14rust: enable slice_flatten feature and provide it through an extension traitAlexandre Courbot-0/+3
2025-11-12init/main.c: wrap long kernel cmdline when printing to logsDouglas Anderson-1/+114
2025-11-11ns: drop custom reference count initialization for initial namespacesChristian Brauner-1/+1
2025-11-05init: Replace simple_strtoul() with kstrtouint() in root_delay_setup()Kaushlendra Kumar-1/+2
2025-11-04cred: make init_cred staticChristian Brauner-0/+27
2025-11-04rseq: Switch to fast path processing on exit to userThomas Gleixner-1/+1
2025-11-04rseq: Provide static branch for runtime debuggingThomas Gleixner-0/+14
2025-11-04rseq: Expose lightweight statistics in debugfsThomas Gleixner-0/+12
2025-11-03ns: use NS_COMMON_INIT() for all namespacesChristian Brauner-6/+1
2025-10-31initrd: Replace simple_strtol with kstrtoint to improve ramdisk_start_setupThorsten Blum-2/+1
2025-10-04Merge tag 'printk-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+12
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+12
2025-10-02Merge branch 'rework/ringbuffer-kunit-test' into for-linusPetr Mladek-0/+12
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds-1/+66
2025-09-30Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2025-09-30Merge tag 'cgroup-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+3
2025-09-29Merge tag 's390-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-0/+10
2025-09-29Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+5
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-10/+10
2025-09-29Fix CC_HAS_ASM_GOTO_OUTPUT on non-x86 architecturesLinus Torvalds-1/+1