summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner2023-08-081-11/+0
* init: Invoke arch_cpu_finalize_init() earlierThomas Gleixner2023-08-081-2/+3
* init: Remove check_bugs() leftoversThomas Gleixner2023-08-081-5/+0
* init: Provide arch_cpu_finalize_init()Thomas Gleixner2023-08-081-0/+5
* random: handle latent entropy and command line from random_init()Jason A. Donenfeld2022-06-251-7/+3
* init: call time_init() before rand_initialize()Jason A. Donenfeld2022-06-251-1/+2
* random: move rand_initialize() earlierKees Cook2022-06-251-7/+14
* init/main.c: return 1 from handled __setup() functionsRandy Dunlap2022-04-151-2/+4
* kbuild: add CONFIG_LD_IS_LLDSami Tolvanen2022-03-111-0/+3
* bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann2022-02-161-0/+10
* pid: take a reference when initializing `cad_pid`Mark Rutland2021-06-101-1/+1
* init/Kconfig: make COMPILE_TEST depend on HAS_IOMEMMasahiro Yamada2021-04-101-2/+1
* init/Kconfig: make COMPILE_TEST depend on !S390Heiko Carstens2021-04-101-1/+1
* fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)2021-02-131-1/+2
* printk: reduce LOG_BUF_SHIFT range for H8300John Ogness2020-11-051-1/+2
* printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky2020-07-221-1/+0
* x86: Fix early boot crash on gcc-10, third tryBorislav Petkov2020-05-201-0/+2
* Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-201-17/+0
* kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada2020-05-201-0/+17
* fork: fix some -Wmissing-prototypes warningsYi Wang2019-12-051-1/+0
* initramfs: don't free a non-existent initrdSteven Price2019-10-011-1/+1
* initramfs: free initrd memory if opening /initrd.image failsChristoph Hellwig2019-06-151-8/+6
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-041-0/+3
* init: initialize jump labels before command line option parsingDan Williams2019-05-161-2/+2
* Revert "mm: use early_pfn_to_nid in page_ext_init"Qian Cai2019-03-231-1/+2
* kbuild: Disable LD_DEAD_CODE_DATA_ELIMINATION with ftrace & GCC <= 4.7Paul Burton2019-01-221-0/+1
* sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot2018-12-191-0/+5
* initramfs: clean old path before creating a hardlinkLi Zhijian2018-12-171-10/+12
* Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-08-251-0/+2
|\
| * kbuild: test dead code/data elimination support in KconfigMasahiro Yamada2018-08-241-0/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-227-80/+31
|\ \ | |/ |/|
| * init/Kconfig: remove EXPERT from CHECKPOINT_RESTOREAdrian Reber2018-08-221-12/+12
| * init/main.c: log init process file namePaul Menzel2018-08-221-0/+1
| * init/Kconfig: fix its typosRandy Dunlap2018-08-221-2/+2
| * init/: remove ineffective sparse disablingLuc Van Oostenryck2018-08-225-50/+0
| * init: allow initcall tables to be emitted using relative referencesArd Biesheuvel2018-08-221-16/+16
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-5/+8
|\ \ | |/ |/|
| * signal: Don't restart fork when signals come in.Eric W. Biederman2018-08-091-0/+1
| * pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-211-1/+1
| * pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2018-07-211-5/+6
| * pids: Initialize leader_pid in init_taskEric W. Biederman2018-07-211-0/+1
* | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-201-1/+2
|\ \
| * | tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)2018-08-101-2/+0
| * | tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)2018-07-311-1/+4
* | | mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai2018-08-171-0/+5
* | | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-3/+11
|\ \ \
| * | | kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-0/+1
| * | | kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-2/+2
| * | | kconfig: remove duplicate SWAP symbol defintionsChristoph Hellwig2018-08-021-1/+8
| |/ /
* | | Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-08-151-2/+2
|\ \ \