aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c
AgeCommit message (Expand)Author
2024-02-21Merge tag 'v4.19.290' into v4.19/standard/baseBruce Ashfield
2023-08-08init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner
2023-08-08init: Invoke arch_cpu_finalize_init() earlierThomas Gleixner
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner
2023-08-08init: Provide arch_cpu_finalize_init()Thomas Gleixner
2022-09-09Merge tag 'v4.19.249' into v4.19/standard/baseBruce Ashfield
2022-09-09Merge tag 'v4.19.238' into v4.19/standard/baseBruce Ashfield
2022-06-25random: handle latent entropy and command line from random_init()Jason A. Donenfeld
2022-06-25init: call time_init() before rand_initialize()Jason A. Donenfeld
2022-06-25random: move rand_initialize() earlierKees Cook
2022-04-15init/main.c: return 1 from handled __setup() functionsRandy Dunlap
2021-08-25Merge tag 'v4.19.194' into v4.19/standard/baseBruce Ashfield
2021-06-10pid: take a reference when initializing `cad_pid`Mark Rutland
2020-08-06Merge tag 'v4.19.134' into v4.19/standard/baseBruce Ashfield
2020-07-22printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky
2020-05-28Merge tag 'v4.19.124' into v4.19/standard/baseBruce Ashfield
2020-05-20x86: Fix early boot crash on gcc-10, third tryBorislav Petkov
2020-03-11Merge tag 'v4.19.88' into v4.19/standard/baseBruce Ashfield
2019-12-05fork: fix some -Wmissing-prototypes warningsYi Wang
2019-05-17Merge tag 'v4.19.44' into v4.19/standard/baseBruce Ashfield
2019-05-16init: initialize jump labels before command line option parsingDan Williams
2019-04-12Merge tag 'v4.19.31' into v4.19/standard/baseBruce Ashfield
2019-03-23Revert "mm: use early_pfn_to_nid in page_ext_init"Qian Cai
2019-02-07boot/main: don't check console device file on fs when booting with initrd/ini...Alexey Brodkin
2018-11-28check console device file on fs when bootingBruce Ashfield
2018-08-22init/main.c: log init process file namePaul Menzel
2018-08-22init: allow initcall tables to be emitted using relative referencesArd Biesheuvel
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-08-13Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds
2018-08-12init: rename and re-order boot_cpu_state_init()Linus Torvalds
2018-08-10tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)
2018-07-20x86/mm/pti: Introduce pti_finalize()Joerg Roedel
2018-07-20sched/clock: Enable sched clock earlyPavel Tatashin
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin
2018-05-25init/main.c: include <linux/mem_encrypt.h>Mathieu Malaterre
2018-05-11init: fix false positives in W+X checkingJeffrey Hugo
2018-05-07Fix typo in comment.Florian La Roche
2018-04-11seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan
2018-04-11uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-04-07init: Have initcall_debug still work without CONFIG_TRACEPOINTSSteven Rostedt (VMware)
2018-04-06init, tracing: Have printk come through the trace events for initcall_debugSteven Rostedt (VMware)
2018-04-06init, tracing: Add initcall trace eventsSteven Rostedt (VMware)
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-02fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski
2018-04-02fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel cal...Dominik Brodowski
2018-04-02fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()Dominik Brodowski
2018-03-23init: Fix initcall0 name as it is "pure" not "early"Steven Rostedt (VMware)