aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'rust-fixes-6.9' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 1-1/+1
2024-04-16rust: make mutually exclusive with CFI_CLANGGravatar Conor Dooley 1-0/+1
2024-04-13init/main.c: Fix potential static_command_line memory overflowGravatar Yuntao Wang 1-0/+2
2024-04-09fs/proc: Skip bootloader comment if no embedded kernel parametersGravatar Masami Hiramatsu 1-0/+5
2024-04-05init: open output files from cpio unpacking with O_LARGEFILEGravatar John Sperbeck 1-1/+1
2024-03-31rust: don't select CONSTRUCTORSGravatar Alice Ryhl 1-1/+0
2024-03-26init: open /initrd.image with O_LARGEFILEGravatar John Sperbeck 1-1/+1
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+3
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-1/+1
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-7/+2
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-3/+6
2024-03-13Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-14/+7
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-5/+0
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+4
2024-03-11Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2024-03-11Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 2-1/+2
2024-03-11Merge tag 'rcu.next.v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bo...Gravatar Linus Torvalds 1-0/+1
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 3-3/+15
2024-03-11Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-0/+2
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-2/+0
2024-03-04modules: wait do_free_init correctlyGravatar Changbin Du 1-2/+3
2024-03-04init/Kconfig: lower GCC version check for -Warray-boundsGravatar Kees Cook 1-3/+3
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Gravatar Thomas Gleixner 1-0/+4
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-5/+0
2024-03-01pidfd: add pidfsGravatar Christian Brauner 1-0/+2
2024-02-27Merge branch 'x86/urgent' into x86/apic, to resolve conflictsGravatar Ingo Molnar 1-0/+9
2024-02-27smp: Provide 'setup_max_cpus' definition on UP tooGravatar Ingo Molnar 1-1/+0
2024-02-25rcu-tasks: Initialize data to eliminate RCU-tasks/do_exit() deadlocksGravatar Paul E. McKenney 1-0/+1
2024-02-23crash: split crash dumping code out from kexec_core.cGravatar Baoquan He 1-1/+1
2024-02-22init: remove obsolete arch_call_rest_init() wrapperGravatar Geert Uytterhoeven 1-7/+2
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXGravatar Christophe Leroy 1-0/+2
2024-02-20treewide: replace or remove redundant def_bool in Kconfig filesGravatar Masahiro Yamada 1-1/+1
2024-02-16workqueue, irq_work: Build fix for !CONFIG_IRQ_WORKGravatar Tejun Heo 1-1/+1
2024-02-15update workarounds for gcc "asm goto" issueGravatar Linus Torvalds 1-0/+9
2024-02-15locking: Introduce prepare_sync_core_cmd()Gravatar Andrea Parri 1-0/+3
2024-02-09async: Use a dedicated unbound workqueue with raised min_activeGravatar Tejun Heo 1-0/+1
2024-02-08init: flush async file closingGravatar Christian Brauner 3-3/+15
2024-02-07bpf: Merge two CONFIG_BPF entriesGravatar Masahiro Yamada 1-5/+0
2024-02-02init: Declare rodata_enabled and mark_rodata_ro() at all timeGravatar Christophe Leroy 1-14/+7
2024-02-01Kconfig: Disable -Wstringop-overflow for GCC globallyGravatar Linus Torvalds 1-3/+3
2024-01-22initramfs: remove duplicate built-in __initramfs_start unpackingGravatar David Disseldorp 1-2/+0
2024-01-21init: Kconfig: Disable -Wstringop-overflow for GCC-11Gravatar Gustavo A. R. Silva 1-0/+12
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+17
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+6
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-0/+1
2023-12-20plist: Split out plist_types.hGravatar Kent Overstreet 1-0/+1
2023-12-20init/Kconfig: move more items into the EXPERT menuGravatar Randy Dunlap 1-52/+50
2023-12-15initramfs: Expose retained initrd as sysfs fileGravatar Alexander Graf 1-1/+17
2023-12-10arch: remove ARCH_TASK_STRUCT_ON_STACKGravatar Heiko Carstens 1-8/+2
2023-12-07rootfs: Fix support for rootfstype= when root= is givenGravatar Stefan Berger 1-3/+6