summaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)AuthorLines
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-9/+1
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+19
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+4
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-4/+1
2024-05-17Merge tag 'bootconfig-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-7/+10
2024-05-15Merge tag 'livepatching-for-6.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2024-05-15Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-10/+4
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada-3/+0
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+7
2024-05-13Merge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2024-05-13Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+1
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada-1/+1
2024-05-09livepatch: Rename KLP_* to KLP_TRANSITION_*Wardenjohn-1/+1
2024-05-06printk: Remove redundant CONFIG_BASE_FULLYoann Congal-7/+3
2024-05-06printk: Change type of CONFIG_BASE_SMALL to boolYoann Congal-4/+2
2024-05-06printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabledYoann Congal-2/+2
2024-04-30init: replace deprecated strncpy with strscpy_padJustin Stitt-2/+1
2024-04-27Merge tag 'rust-fixes-6.9' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-1/+1
2024-04-25initrd: remove the now superfluous sentinel element from ctl_table arrayJoel Granados-1/+0
2024-04-25NUMA: early use of cpu_to_node() returns 0 instead of the correct node idHuang Shijie-0/+14
2024-04-25bootconfig: do not put quotes on cmdline items unless necessaryRasmus Villemoes-3/+9
2024-04-25mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan-0/+4
2024-04-24sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot-6/+6
2024-04-23Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman-2/+9
2024-04-16rust: make mutually exclusive with CFI_CLANGConor Dooley-0/+1
2024-04-13init/main.c: Minor cleanup for the setup_command_line() functionYuntao Wang-3/+3
2024-04-13init/main.c: Remove redundant space from saved_command_lineYuntao Wang-1/+3
2024-04-13bootconfig: do not put quotes on cmdline items unless necessaryRasmus Villemoes-3/+4
2024-04-13init/main.c: Fix potential static_command_line memory overflowYuntao Wang-0/+2
2024-04-11treewide: Use sysfs_bin_attr_simple_read() helperLukas Wunner-9/+1
2024-04-09fs/proc: Skip bootloader comment if no embedded kernel parametersMasami Hiramatsu-0/+5
2024-04-09Merge tag 'v6.9-rc3' into locking/core, to pick up fixesIngo Molnar-3/+6
2024-04-05init: open output files from cpio unpacking with O_LARGEFILEJohn Sperbeck-1/+1
2024-03-31rust: don't select CONSTRUCTORSAlice Ryhl-1/+0
2024-03-26init: open /initrd.image with O_LARGEFILEJohn Sperbeck-1/+1
2024-03-25sched/fair: Check if a task has a fitting CPU when updating misfitQais Yousef-0/+1
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+3
2024-03-22jump_label,module: Don't alloc static_key_mod for __ro_after_init keysPeter Zijlstra-0/+1
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-1/+1
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds-7/+2
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+6
2024-03-13Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-14/+7
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-5/+0
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+4
2024-03-11Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+0
2024-03-11Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-1/+2
2024-03-11Merge tag 'rcu.next.v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bo...Linus Torvalds-0/+1
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-3/+15
2024-03-11Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-0/+2
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds-2/+0