summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2025-05-02sched/isolation: Make CONFIG_CPU_ISOLATION depend on CONFIG_SMPOleg Nesterov1-1/+1
2025-05-02module: sign with sha512 instead of sha1 by defaultThorsten Leemhuis1-0/+1
2024-12-14initramfs: avoid filename buffer overrunDavid Disseldorp1-0/+15
2024-04-27init/main.c: Fix potential static_command_line memory overflowYuntao Wang1-0/+2
2024-04-10init: open /initrd.image with O_LARGEFILEJohn Sperbeck1-1/+1
2024-03-26modules: wait do_free_init correctlyChangbin Du1-2/+3
2024-01-25rootfs: Fix support for rootfstype= when root= is givenStefan Berger1-3/+6
2023-12-03proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen1-0/+4
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
2023-02-25kbuild: Add CONFIG_PAHOLE_VERSIONNathan Chancellor1-0/+4
2022-12-02init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dashAlexandre Belloni1-1/+1
2022-08-17stack: Declare {randomize_,}kstack_offset to fix Sparse warningsGONG, Ruiqi1-0/+1
2022-06-09Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bugSean Christopherson1-0/+5
2022-05-30random: handle latent entropy and command line from random_init()Jason A. Donenfeld1-7/+3
2022-05-30init: call time_init() before rand_initialize()Jason A. Donenfeld1-1/+2
2022-04-13init/main.c: return 1 from handled __setup() functionsRandy Dunlap1-2/+4
2022-04-13net: initialize init_net earlierEric Dumazet1-0/+2
2021-11-18init: make unknown command line param message clearerAndrew Halaney1-1/+3
2021-10-10bootconfig: init: Fix memblock leak in xbc_make_cmdline()Masami Hiramatsu1-0/+1
2021-09-24Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-14/+16
2021-09-22init: Revert accidental changes to print irqs_disabled()Geert Uytterhoeven1-3/+3
2021-09-19init: don't panic if mount_nodev_root failedLeon Romanovsky1-3/+0
2021-09-19init/do_mounts.c: Harden split_fs_names() against buffer overflowVivek Goyal1-11/+16
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds1-1/+1
2021-09-09Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-11/+26
2021-09-09Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-25/+65
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-1/+6
2021-09-08init/bootconfig: Reorder init parameter from bootconfig and cmdlineMasami Hiramatsu1-9/+14
2021-09-08init: bootconfig: Remove all bootconfig data when the init memory is removedMasami Hiramatsu1-2/+12
2021-09-08trap: cleanup trap_init()Kefeng Wang1-0/+2
2021-09-08init: move usermodehelper_enable() to populate_rootfs()Rasmus Villemoes3-1/+4
2021-09-07kbuild: Only default to -Werror if COMPILE_TESTMarco Elver1-1/+1
2021-09-05Enable '-Werror' by default for all kernel buildsLinus Torvalds1-0/+14
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+14
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-3/+3
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+0
2021-08-30Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek1-5/+0
2021-08-24block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig1-4/+0
2021-08-23fs: simplify get_filesystem_list / get_all_fs_namesChristoph Hellwig1-28/+21
2021-08-23init: allow mounting arbitrary non-blockdevice filesystems as rootChristoph Hellwig1-0/+43
2021-08-23init: split get_fs_namesChristoph Hellwig1-22/+26
2021-08-20sched: Introduce task_struct::user_cpus_ptr to track requested affinityWill Deacon1-0/+1
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+7
2021-08-12init: Suppress wrong warning for bootconfig cmdline parameterMasami Hiramatsu1-2/+7