summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2024-03-05modules: wait do_free_init correctlyChangbin Du1-2/+3
2024-03-05init/Kconfig: lower GCC version check for -Warray-boundsKees Cook1-3/+3
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner1-0/+4
2024-03-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-5/+0
2024-03-01pidfd: add pidfsChristian Brauner1-0/+2
2024-02-27Merge branch 'x86/urgent' into x86/apic, to resolve conflictsIngo Molnar1-0/+9
2024-02-27smp: Provide 'setup_max_cpus' definition on UP tooIngo Molnar1-1/+0
2024-02-26rcu-tasks: Initialize data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney1-0/+1
2024-02-24crash: split crash dumping code out from kexec_core.cBaoquan He1-1/+1
2024-02-23init: remove obsolete arch_call_rest_init() wrapperGeert Uytterhoeven1-7/+2
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy1-0/+2
2024-02-20treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada1-1/+1
2024-02-16workqueue, irq_work: Build fix for !CONFIG_IRQ_WORKTejun Heo1-1/+1
2024-02-15update workarounds for gcc "asm goto" issueLinus Torvalds1-0/+9
2024-02-15locking: Introduce prepare_sync_core_cmd()Andrea Parri1-0/+3
2024-02-10async: Use a dedicated unbound workqueue with raised min_activeTejun Heo1-0/+1
2024-02-08init: flush async file closingChristian Brauner3-3/+15
2024-02-08bpf: Merge two CONFIG_BPF entriesMasahiro Yamada1-5/+0
2024-02-02init: Declare rodata_enabled and mark_rodata_ro() at all timeChristophe Leroy1-14/+7
2024-02-02Kconfig: Disable -Wstringop-overflow for GCC globallyLinus Torvalds1-3/+3
2024-01-22initramfs: remove duplicate built-in __initramfs_start unpackingDavid Disseldorp1-2/+0
2024-01-22init: Kconfig: Disable -Wstringop-overflow for GCC-11Gustavo A. R. Silva1-0/+12
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+17
2024-01-18Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+6
2024-01-11Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+1
2023-12-21plist: Split out plist_types.hKent Overstreet1-0/+1
2023-12-21init/Kconfig: move more items into the EXPERT menuRandy Dunlap1-52/+50
2023-12-15initramfs: Expose retained initrd as sysfs fileAlexander Graf1-1/+17
2023-12-11arch: remove ARCH_TASK_STRUCT_ON_STACKHeiko Carstens1-8/+2
2023-12-07rootfs: Fix support for rootfstype= when root= is givenStefan Berger1-3/+6
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+0
2023-11-02Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-0/+4
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-11-01proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen1-0/+4
2023-10-31Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2023-10-31Merge tag 'x86_bugs_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2023-10-31Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+1
2023-10-20x86/retpoline: Make sure there are no unconverted return thunks due to KCSANJosh Poimboeuf1-0/+1
2023-10-19init/mount: print pretty name of root device when panicsJianyong Wu1-1/+1
2023-10-04kill task_struct->thread_groupOleg Nesterov1-1/+0
2023-09-22init/version.c: Replace strlcpy with strscpyAzeem Shaikh1-3/+3
2023-09-12sched: Add task_struct->faults_disabled_mappingKent Overstreet1-0/+1
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-1/+1
2023-09-02Merge tag 'wq-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+1
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-8/+2
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-08-29Merge tag 'sched-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2023-08-21treewide: drop CONFIG_EMBEDDEDRandy Dunlap1-8/+0
2023-08-18kexec: consolidate kexec and crash options into kernel/Kconfig.kexecEric DeVolder1-0/+2
2023-08-18mm: remove arguments of show_mem()Kefeng Wang1-1/+1