summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-221-0/+3
|\
| * locking: Introduce prepare_sync_core_cmd()Andrea Parri2024-02-151-0/+3
* | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-1/+1
|\ \
| * | treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada2024-02-201-1/+1
* | | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-7/+2
|\ \ \
| * | | init: remove obsolete arch_call_rest_init() wrapperGeert Uytterhoeven2024-02-221-7/+2
| |/ /
* | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-142-3/+6
|\ \ \
| * | | modules: wait do_free_init correctlyChangbin Du2024-03-041-2/+3
| * | | crash: split crash dumping code out from kexec_core.cBaoquan He2024-02-231-1/+1
| * | | arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy2024-02-221-0/+2
| |/ /
* | | Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-14/+7
|\ \ \
| * | | init: Declare rodata_enabled and mark_rodata_ro() at all timeChristophe Leroy2024-02-021-14/+7
* | | | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-121-5/+0
|\ \ \ \
| * \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-021-5/+0
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | bpf: Merge two CONFIG_BPF entriesMasahiro Yamada2024-02-071-5/+0
| | |/ /
* | | | Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-111-0/+4
|\ \ \ \
| * | | | smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner2024-03-041-0/+4
| |/ / /
* | | | Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-1/+0
|\ \ \ \
| * | | | Merge branch 'x86/urgent' into x86/apic, to resolve conflictsIngo Molnar2024-02-271-0/+9
| |\| | |
| * | | | smp: Provide 'setup_max_cpus' definition on UP tooIngo Molnar2024-02-271-1/+0
* | | | | Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2024-03-112-1/+2
|\ \ \ \ \
| * | | | | workqueue, irq_work: Build fix for !CONFIG_IRQ_WORKTejun Heo2024-02-161-1/+1
| * | | | | async: Use a dedicated unbound workqueue with raised min_activeTejun Heo2024-02-091-0/+1
* | | | | | Merge tag 'rcu.next.v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bo...Linus Torvalds2024-03-111-0/+1
|\ \ \ \ \ \
| * | | | | | rcu-tasks: Initialize data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney2024-02-251-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-113-3/+15
|\ \ \ \ \ \
| * | | | | | init: flush async file closingChristian Brauner2024-02-083-3/+15
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-0/+2
|\ \ \ \ \ \
| * | | | | | pidfd: add pidfsChristian Brauner2024-03-011-0/+2
| |/ / / / /
* | | | | | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-2/+0
|\ \ \ \ \ \
| * | | | | | initramfs: remove duplicate built-in __initramfs_start unpackingDavid Disseldorp2024-01-221-2/+0
| |/ / / / /
* | | | | / init/Kconfig: lower GCC version check for -Warray-boundsKees Cook2024-03-041-3/+3
| |_|_|_|/ |/| | | |
* | | | | update workarounds for gcc "asm goto" issueLinus Torvalds2024-02-151-0/+9
| |_|_|/ |/| | |
* | | | Kconfig: Disable -Wstringop-overflow for GCC globallyLinus Torvalds2024-02-011-3/+3
| |/ / |/| |
* | | init: Kconfig: Disable -Wstringop-overflow for GCC-11Gustavo A. R. Silva2024-01-211-0/+12
|/ /
* | Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-181-1/+17
|\ \
| * | initramfs: Expose retained initrd as sysfs fileAlexander Graf2023-12-151-1/+17
* | | Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-171-3/+6
|\ \ \ | |_|/ |/| |
| * | rootfs: Fix support for rootfstype= when root= is givenStefan Berger2023-12-071-3/+6
| |/
* | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+1
|\ \
| * | plist: Split out plist_types.hKent Overstreet2023-12-201-0/+1
| |/
* | init/Kconfig: move more items into the EXPERT menuRandy Dunlap2023-12-201-52/+50
* | arch: remove ARCH_TASK_STRUCT_ON_STACKHeiko Carstens2023-12-101-8/+2
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-1/+0
|\
| * kill task_struct->thread_groupOleg Nesterov2023-10-041-1/+0
* | Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-11-011-0/+4
|\ \
| * | proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen2023-11-011-0/+4
| |/
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+1
|\ \
| * | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-1/+1
| |/
* | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-3/+3
|\ \