aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+1
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 2-21/+12
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+10
2023-06-27Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+8
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-15/+1
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 3-319/+122
2023-06-25kbuild: Fix CFI failures with GCOVGravatar Sami Tolvanen 1-0/+1
2023-06-16init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Gravatar Thomas Gleixner 1-13/+0
2023-06-16init: Invoke arch_cpu_finalize_init() earlierGravatar Thomas Gleixner 1-2/+2
2023-06-16init: Remove check_bugs() leftoversGravatar Thomas Gleixner 1-5/+0
2023-06-16init: Provide arch_cpu_finalize_init()Gravatar Thomas Gleixner 1-0/+4
2023-06-09init: add bdev fs printk if mount_block_root failedGravatar Angus Chen 1-1/+12
2023-06-09init: move cifs_root_data() prototype into linux/mount.hGravatar Arnd Bergmann 1-2/+0
2023-06-09init: consolidate prototypes in linux/init.hGravatar Arnd Bergmann 1-18/+0
2023-06-09cachestat: implement cachestat syscallGravatar Nhat Pham 1-0/+10
2023-06-05block: move the code to do early boot lookup of block devices to block/Gravatar Christoph Hellwig 1-219/+0
2023-06-05init: clear root_wait on all invalid root= stringsGravatar Christoph Hellwig 1-7/+11
2023-06-05init: improve the name_to_dev_t interfaceGravatar Christoph Hellwig 1-53/+49
2023-06-05init: move the nfs/cifs/ram special cases out of name_to_dev_tGravatar Christoph Hellwig 1-8/+6
2023-06-05init: factor the root_wait logic in prepare_namespace into a helperGravatar Christoph Hellwig 1-10/+22
2023-06-05init: handle ubi/mtd root mounting like all other root typesGravatar Christoph Hellwig 1-9/+14
2023-06-05init: don't remove the /dev/ prefix from error messagesGravatar Christoph Hellwig 1-11/+6
2023-06-05init: pass root_device_name explicitlyGravatar Christoph Hellwig 3-25/+29
2023-06-05init: refactor mount_rootGravatar Christoph Hellwig 1-48/+56
2023-06-05init: rename mount_block_root to mount_root_genericGravatar Christoph Hellwig 3-5/+5
2023-06-05driver core: return bool from driver_probe_doneGravatar Christoph Hellwig 1-1/+1
2023-06-05init: remove unused names parameter in split_fs_names()Gravatar Yihuan Pan 1-3/+3
2023-05-16start_kernel: Omit prevent_tail_call_optimization() for newer toolchainsGravatar ndesaulniers@google.com 1-0/+6
2023-05-16start_kernel: Add __no_stack_protector function attributeGravatar ndesaulniers@google.com 1-1/+2
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-72/+2
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-38/+0
2023-04-25Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Gravatar Linus Torvalds 1-1/+1
2023-04-25Merge tag 'printk-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-24/+0
2023-04-25Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-8/+11
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2023-04-23gcc: disable '-Warray-bounds' for gcc-13 tooGravatar Linus Torvalds 1-7/+3
2023-04-16init/initramfs: Fix argument forwarding to panic() in panic_show_mem()Gravatar Benjamin Gray 1-9/+2
2023-04-14init: Mark start_kernel() __noreturnGravatar Josh Poimboeuf 1-1/+1
2023-04-14init: Mark [arch_call_]rest_init() __noreturnGravatar Josh Poimboeuf 1-2/+2
2023-04-05init,mm: fold late call to page_ext_init() to page_alloc_init_late()Gravatar Mike Rapoport (IBM) 1-4/+0
2023-04-05init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Gravatar Mike Rapoport (IBM) 1-69/+2
2023-04-05init: fold build_all_zonelists() and page_alloc_init_cpuhp() to mm_init()Gravatar Mike Rapoport (IBM) 1-3/+4
2023-04-05mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Gravatar Mike Rapoport (IBM) 1-1/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-3/+7
2023-03-29Merge branch 'slab/for-6.4/slob-removal' into slab/for-nextGravatar Vlastimil Babka 1-1/+1
2023-03-29mm/slob: remove CONFIG_SLOBGravatar Vlastimil Babka 1-1/+1
2023-03-27Remove orphaned CONFIG_PRINTK_SAFE_LOG_BUF_SHIFTGravatar Marc Aurèle La France 1-24/+0
2023-03-27init: Call mem_encrypt_init() after Hyper-V hypercall init is doneGravatar Michael Kelley 1-8/+11
2023-03-22bootconfig: Change message if no bootconfig with CONFIG_BOOT_CONFIG_FORCE=yGravatar Masami Hiramatsu (Google) 1-3/+7