summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2025-12-07Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds3-6/+124
2025-12-06Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+3
2025-12-04Merge tag 'kbuild-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds1-2/+6
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+30
2025-12-02Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+27
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+1
2025-11-28calibrate: update header inclusionAndy Shevchenko1-3/+6
2025-11-28init: replace simple_strtoul with kstrtoul to improve lpj_setupThorsten Blum1-2/+2
2025-11-28liveupdate: kho: move to kernel/liveupdatePasha Tatashin1-0/+2
2025-11-20sched/mmcid: Use proper data structuresThomas Gleixner1-0/+3
2025-11-16convert ramfs and tmpfsAl Viro1-1/+1
2025-11-14kbuild: allow architectures to override CC_CAN_LINKThomas Weißschuh1-0/+4
2025-11-14init: deduplicate cc-can-link.sh invocationsThomas Weißschuh1-2/+2
2025-11-14rust: enable slice_flatten feature and provide it through an extension traitAlexandre Courbot1-0/+3
2025-11-12init/main.c: wrap long kernel cmdline when printing to logsDouglas Anderson2-1/+114
2025-11-11ns: drop custom reference count initialization for initial namespacesChristian Brauner1-1/+1
2025-11-05init: Replace simple_strtoul() with kstrtouint() in root_delay_setup()Kaushlendra Kumar1-1/+2
2025-11-04cred: make init_cred staticChristian Brauner1-0/+27
2025-11-04rseq: Switch to fast path processing on exit to userThomas Gleixner1-1/+1
2025-11-04rseq: Provide static branch for runtime debuggingThomas Gleixner1-0/+14
2025-11-04rseq: Expose lightweight statistics in debugfsThomas Gleixner1-0/+12
2025-11-03ns: use NS_COMMON_INIT() for all namespacesChristian Brauner1-6/+1
2025-10-31initrd: Replace simple_strtol with kstrtoint to improve ramdisk_start_setupThorsten Blum1-2/+1
2025-10-04Merge tag 'printk-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+12
2025-10-03Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+12
2025-10-02Merge branch 'rework/ringbuffer-kunit-test' into for-linusPetr Mladek1-0/+12
2025-10-02Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds1-1/+66
2025-10-01Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-30Merge tag 'cgroup-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2025-09-30Merge tag 's390-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+10
2025-09-30Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+5
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-10/+10
2025-09-29Fix CC_HAS_ASM_GOTO_OUTPUT on non-x86 architecturesLinus Torvalds1-1/+1
2025-09-25ns: move ns type into struct ns_commonChristian Brauner1-0/+1
2025-09-25kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook1-2/+2
2025-09-24kbuild: Disable CC_HAS_ASM_GOTO_OUTPUT on clang < 17Thomas Gleixner1-0/+3
2025-09-19Merge 6.17-rc6 into kbuild-nextNathan Chancellor2-5/+9
2025-09-19ns: use inode initializer for initial namespacesChristian Brauner1-1/+1
2025-09-19ns: rename to __ns_refChristian Brauner1-1/+1
2025-09-19time: support ns lookupChristian Brauner1-0/+2
2025-09-18compiler_types: Add __assume macroHeiko Carstens1-0/+10
2025-09-15init: INITRAMFS_PRESERVE_MTIME should depend on BLK_DEV_INITRDGeert Uytterhoeven1-0/+1
2025-09-15initramfs: Replace strcpy() with strscpy() in find_link()Thorsten Blum1-1/+1
2025-09-15initrd: Use str_plural() in rd_load_image()Thorsten Blum1-3/+5
2025-09-15initramfs: Use struct_size() helper to improve dir_add()Thorsten Blum1-1/+2
2025-09-15initrd: Fix unused variable warning in rd_load_image() on s390Thorsten Blum1-5/+1
2025-09-14init: handle bootloader identifier in kernel parametersHuacai Chen1-0/+12
2025-09-11Merge tag 'mm-hotfixes-stable-2025-09-10-20-00' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1