summaryrefslogtreecommitdiffstats
path: root/init/main.c
AgeCommit message (Expand)AuthorLines
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-6/+8
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2020-08-07kasan, arm64: don't instrument functions that enable kasanAndrey Konovalov-1/+1
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-14/+14
2020-08-04init: add an init_dup helperChristoph Hellwig-4/+4
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-3/+1
2020-08-04bootconfig: Fix to find the initargs correctlyMasami Hiramatsu-6/+8
2020-07-31init: add an init_eaccess helperChristoph Hellwig-2/+2
2020-07-31init: mark console_on_rootfs as __initChristoph Hellwig-1/+1
2020-07-31init: initialize ramdisk_execute_command at compile timeChristoph Hellwig-5/+1
2020-07-31init: open code setting up stdin/stdout/stderrChristoph Hellwig-6/+10
2020-07-21exec: Implement kernel_execveEric W. Biederman-3/+1
2020-06-16security: allow using Clang's zero initialization for stack variablesglider@google.com-5/+7
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner-0/+2
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka-0/+2
2020-06-04init: allow distribution configuration of default initChris Down-0/+10
2020-06-03padata: initialize earlierDaniel Jordan-0/+2
2020-05-17Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+2
2020-05-15x86: Fix early boot crash on gcc-10, third tryBorislav Petkov-0/+2
2020-05-12bootconfig: Fix to prevent warning message if no bootconfig optionMasami Hiramatsu-4/+6
2020-05-06bootconfig: Fix to remove bootconfig data from initrd while bootMasami Hiramatsu-17/+52
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar-5/+10
2020-04-10printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky-1/+0
2020-03-21Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar-16/+22
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar-27/+263
2020-03-03tools/bootconfig: Show line and column in parse errorMasami Hiramatsu-4/+10
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-16/+22
2020-02-20bootconfig: Print array as multiple commands for legacy command lineMasami Hiramatsu-14/+8
2020-02-20bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyMasami Hiramatsu-1/+5
2020-02-20bootconfig: Set CONFIG_BOOT_CONFIG=n by defaultMasami Hiramatsu-0/+8
2020-02-20bootconfig: Mark boot_config_checksum() staticQiujun Huang-1/+1
2020-02-11Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-7/+30
2020-02-10bootconfig: Use parse_args() to find bootconfig and '--'Steven Rostedt (VMware)-7/+30
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds-17/+212
2020-02-05bootconfig: Show the number of nodes on boot messageMasami Hiramatsu-2/+4
2020-02-05bootconfig: Use bootconfig instead of boot configMasami Hiramatsu-3/+3
2020-02-05bootconfig: Only load bootconfig if "bootconfig" is on the kernel cmdlineSteven Rostedt (VMware)-7/+21
2020-01-31init/main.c: fix misleading "This architecture does not have kernel memory pr...Christophe Leroy-0/+5
2020-01-31init/main.c: fix quoted value handling in unknown_bootoptionArvind Sankar-3/+4
2020-01-31init/main.c: remove unnecessary repair_env_string in do_initcall_levelArvind Sankar-6/+10
2020-01-31init/main.c: log arguments and environment passed to initArvind Sankar-0/+8
2020-01-29Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2020-01-20Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the treeIngo Molnar-0/+1
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka-0/+1
2020-01-13bootconfig: init: Allow admin to use bootconfig for init command lineMasami Hiramatsu-3/+28
2020-01-13bootconfig: init: Allow admin to use bootconfig for kernel command lineMasami Hiramatsu-5/+101
2020-01-13init/main.c: Alloc initcall_command_line in do_initcall() and free itMasami Hiramatsu-11/+15
2020-01-13bootconfig: Load boot config from the tail of initrdMasami Hiramatsu-0/+54
2020-01-06Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflictIngo Molnar-20/+6
2020-01-02Revert "fs: remove ksys_dup()"Dominik Brodowski-20/+6