summaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)AuthorLines
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
2025-09-25ns: move ns type into struct ns_commonChristian Brauner-0/+1
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook-2/+2
2025-09-24kbuild: Disable CC_HAS_ASM_GOTO_OUTPUT on clang < 17Thomas Gleixner-0/+3
2025-09-19Merge 6.17-rc6 into kbuild-nextNathan Chancellor-5/+9
2025-09-19ns: use inode initializer for initial namespacesChristian Brauner-1/+1
2025-09-19ns: rename to __ns_refChristian Brauner-1/+1
2025-09-19time: support ns lookupChristian Brauner-0/+2
2025-09-18compiler_types: Add __assume macroHeiko Carstens-0/+10
2025-09-15init: INITRAMFS_PRESERVE_MTIME should depend on BLK_DEV_INITRDGeert Uytterhoeven-0/+1
2025-09-15initramfs: Replace strcpy() with strscpy() in find_link()Thorsten Blum-1/+1
2025-09-15initrd: Use str_plural() in rd_load_image()Thorsten Blum-3/+5
2025-09-15initramfs: Use struct_size() helper to improve dir_add()Thorsten Blum-1/+2
2025-09-15initrd: Fix unused variable warning in rd_load_image() on s390Thorsten Blum-5/+1
2025-09-13init: handle bootloader identifier in kernel parametersHuacai Chen-0/+12
2025-09-10Merge tag 'mm-hotfixes-stable-2025-09-10-20-00' of git://git.kernel.org/pub/s...Linus Torvalds-1/+1
2025-09-10cgroup: replace global percpu_rwsem with per threadgroup resem when writing t...Yi Tao-0/+3
2025-09-06Merge tag 'rust-fixes-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+3
2025-09-04vdso: Drop Kconfig GENERIC_VDSO_TIME_NSThomas Weißschuh-1/+1
2025-09-03init/main.c: fix boot time tracing crashMike Rapoport (Microsoft)-1/+1
2025-08-31rust: use the new name Location::file_as_c_str() in Rust >= 1.91.0Alice Ryhl-0/+3
2025-08-29hardening: Require clang 20.1.0 for __counted_byNathan Chancellor-4/+5
2025-08-21initramfs_test: add filename padding test caseDavid Disseldorp-1/+66
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+9
2025-08-02init/Kconfig: restore CONFIG_BROKEN help textAndrew Morton-0/+4
2025-07-31Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+5
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2025-07-29Merge tag 'x86-boot-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+0
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+15
2025-07-29Merge tag 'locking-futex-2025-07-29' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+0