summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2024-01-26rootfs: Fix support for rootfstype= when root= is givenStefan Berger1-3/+6
2023-08-08x86/mm: Initialize text poking earlierPeter Zijlstra1-3/+1
2023-08-08mm: Move mm_cachep initialization to mm_init()Peter Zijlstra1-0/+1
2023-08-08init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner1-11/+0
2023-08-08init: Invoke arch_cpu_finalize_init() earlierThomas Gleixner1-2/+3
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner1-5/+0
2023-08-08init: Provide arch_cpu_finalize_init()Thomas Gleixner1-0/+5
2022-12-08init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dashAlexandre Belloni1-1/+1
2022-06-22random: handle latent entropy and command line from random_init()Jason A. Donenfeld1-7/+3
2022-06-22init: call time_init() before rand_initialize()Jason A. Donenfeld1-1/+2
2022-06-14Kconfig: add config option for asm goto w/ outputsNick Desaulniers1-0/+4
2022-06-14Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bugSean Christopherson1-0/+5
2022-04-15init/main.c: return 1 from handled __setup() functionsRandy Dunlap1-2/+4
2022-02-16bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann1-0/+10
2021-06-30kbuild: add CONFIG_LD_IS_LLDSami Tolvanen1-0/+3
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-10fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)1-1/+2
2021-01-09exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman1-1/+1
2020-12-30initramfs: fix clang build failureArnd Bergmann1-1/+1
2020-11-05printk: reduce LOG_BUF_SHIFT range for H8300John Ogness1-1/+2
2020-10-01kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu1-0/+2
2020-10-01exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman1-0/+1
2020-05-20x86: Fix early boot crash on gcc-10, third tryBorislav Petkov1-0/+2
2020-05-20gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds1-1/+1
2020-05-20Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds1-18/+0
2020-05-02printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky1-1/+0
2020-03-05kbuild: remove header compile testMasahiro Yamada1-21/+1
2020-02-01Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg1-0/+1
2020-01-23mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka1-0/+1
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+6
2019-09-28Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+5
2019-09-25mm: use CPU_BITS_NONE to initialize init_mm.cpu_bitmaskMike Rapoport1-1/+0
2019-09-25mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-2/+1
2019-09-25mm: kmemleak: use the memory pool for early allocationsCatalin Marinas1-1/+1
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+30
2019-09-21Merge tag 'for-linus-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2019-09-21Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linuxLinus Torvalds1-0/+3
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-8/+23
2019-09-19Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-7/+4
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+0
2019-09-17Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-2/+24
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar2-2/+2
2019-09-15um: Enable CONFIG_CONSTRUCTORSJohannes Berg1-1/+0
2019-09-15compiler-types.h: add asm_inline definitionRasmus Villemoes1-0/+3
2019-09-13vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells1-5/+4
2019-09-11module: move CONFIG_UNUSED_SYMBOLS to the sub-menu of MODULESMasahiro Yamada1-0/+16
2019-09-11module: remove redundant 'depends on MODULES'Masahiro Yamada1-3/+1
2019-09-10module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTSMatthias Maennich1-0/+13