summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2022-06-25random: handle latent entropy and command line from random_init()Jason A. Donenfeld1-7/+3
2022-06-25init: call time_init() before rand_initialize()Jason A. Donenfeld1-1/+2
2022-06-25random: move rand_initialize() earlierKees Cook1-7/+14
2022-04-15init/main.c: return 1 from handled __setup() functionsRandy Dunlap1-2/+4
2022-03-11kbuild: add CONFIG_LD_IS_LLDSami Tolvanen1-0/+3
2022-02-16bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann1-0/+10
2021-06-10pid: take a reference when initializing `cad_pid`Mark Rutland1-1/+1
2021-04-10init/Kconfig: make COMPILE_TEST depend on HAS_IOMEMMasahiro Yamada1-2/+1
2021-04-10init/Kconfig: make COMPILE_TEST depend on !S390Heiko Carstens1-1/+1
2021-02-13fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)1-1/+2
2020-11-05printk: reduce LOG_BUF_SHIFT range for H8300John Ogness1-1/+2
2020-07-22printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky1-1/+0
2020-05-20x86: Fix early boot crash on gcc-10, third tryBorislav Petkov1-0/+2
2020-05-20Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds1-17/+0
2020-05-20kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada1-0/+17
2019-12-05fork: fix some -Wmissing-prototypes warningsYi Wang1-1/+0
2019-10-01initramfs: don't free a non-existent initrdSteven Price1-1/+1
2019-06-15initramfs: free initrd memory if opening /initrd.image failsChristoph Hellwig1-8/+6
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-0/+3
2019-05-16init: initialize jump labels before command line option parsingDan Williams1-2/+2
2019-03-23Revert "mm: use early_pfn_to_nid in page_ext_init"Qian Cai1-1/+2
2019-01-22kbuild: Disable LD_DEAD_CODE_DATA_ELIMINATION with ftrace & GCC <= 4.7Paul Burton1-0/+1
2018-12-19sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot1-0/+5
2018-12-17initramfs: clean old path before creating a hardlinkLi Zhijian1-10/+12
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-0/+2
2018-08-24kbuild: test dead code/data elimination support in KconfigMasahiro Yamada1-0/+2
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-80/+31
2018-08-22init/Kconfig: remove EXPERT from CHECKPOINT_RESTOREAdrian Reber1-12/+12
2018-08-22init/main.c: log init process file namePaul Menzel1-0/+1
2018-08-22init/Kconfig: fix its typosRandy Dunlap1-2/+2
2018-08-22init/: remove ineffective sparse disablingLuc Van Oostenryck5-50/+0
2018-08-22init: allow initcall tables to be emitted using relative referencesArd Biesheuvel1-16/+16
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+8
2018-08-21Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+2
2018-08-18mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai1-0/+5
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+11
2018-08-15Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-2/+2
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-0/+12
2018-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+14
2018-08-14Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2018-08-14Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2018-08-12init: rename and re-order boot_cpu_state_init()Linus Torvalds1-1/+1
2018-08-10tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)1-2/+0
2018-08-09signal: Don't restart fork when signals come in.Eric W. Biederman1-0/+1
2018-08-09init/Kconfig: Use short unix-style option instead of --longnameRob Landley1-2/+2
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig1-0/+1
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig1-2/+2
2018-08-02kconfig: remove duplicate SWAP symbol defintionsChristoph Hellwig1-1/+8
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)1-1/+4
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman1-1/+1