Age | Commit message (Expand) | Author | Files | Lines |
2024-05-19 | Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2 | -1/+19 |
2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+4 |
2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -4/+1 |
2024-05-17 | Merge tag 'bootconfig-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+10 |
2024-05-15 | Merge tag 'livepatching-for-6.10' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2024-05-15 | Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -10/+4 |
2024-05-14 | Makefile: remove redundant tool coverage variables | Masahiro Yamada | 1 | -3/+0 |
2024-05-13 | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -6/+7 |
2024-05-13 | Merge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2024-05-13 | Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+1 |
2024-05-10 | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 1 | -1/+1 |
2024-05-09 | livepatch: Rename KLP_* to KLP_TRANSITION_* | Wardenjohn | 1 | -1/+1 |
2024-05-06 | printk: Remove redundant CONFIG_BASE_FULL | Yoann Congal | 1 | -7/+3 |
2024-05-06 | printk: Change type of CONFIG_BASE_SMALL to bool | Yoann Congal | 1 | -4/+2 |
2024-05-06 | printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled | Yoann Congal | 1 | -2/+2 |
2024-04-30 | init: replace deprecated strncpy with strscpy_pad | Justin Stitt | 1 | -2/+1 |
2024-04-27 | Merge tag 'rust-fixes-6.9' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -1/+1 |
2024-04-25 | initrd: remove the now superfluous sentinel element from ctl_table array | Joel Granados | 1 | -1/+0 |
2024-04-25 | NUMA: early use of cpu_to_node() returns 0 instead of the correct node id | Huang Shijie | 1 | -0/+14 |
2024-04-25 | bootconfig: do not put quotes on cmdline items unless necessary | Rasmus Villemoes | 1 | -3/+9 |
2024-04-25 | mm: introduce slabobj_ext to support slab object extensions | Suren Baghdasaryan | 1 | -0/+4 |
2024-04-24 | sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu... | Vincent Guittot | 1 | -6/+6 |
2024-04-16 | rust: make mutually exclusive with CFI_CLANG | Conor Dooley | 1 | -0/+1 |
2024-04-13 | init/main.c: Minor cleanup for the setup_command_line() function | Yuntao Wang | 1 | -3/+3 |
2024-04-13 | init/main.c: Remove redundant space from saved_command_line | Yuntao Wang | 1 | -1/+3 |
2024-04-13 | bootconfig: do not put quotes on cmdline items unless necessary | Rasmus Villemoes | 1 | -3/+4 |
2024-04-13 | init/main.c: Fix potential static_command_line memory overflow | Yuntao Wang | 1 | -0/+2 |
2024-04-09 | fs/proc: Skip bootloader comment if no embedded kernel parameters | Masami Hiramatsu | 1 | -0/+5 |
2024-04-09 | Merge tag 'v6.9-rc3' into locking/core, to pick up fixes | Ingo Molnar | 2 | -3/+6 |
2024-04-05 | init: open output files from cpio unpacking with O_LARGEFILE | John Sperbeck | 1 | -1/+1 |
2024-03-31 | rust: don't select CONSTRUCTORS | Alice Ryhl | 1 | -1/+0 |
2024-03-26 | init: open /initrd.image with O_LARGEFILE | John Sperbeck | 1 | -1/+1 |
2024-03-25 | sched/fair: Check if a task has a fitting CPU when updating misfit | Qais Yousef | 1 | -0/+1 |
2024-03-22 | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+3 |
2024-03-22 | jump_label,module: Don't alloc static_key_mod for __ro_after_init keys | Peter Zijlstra | 1 | -0/+1 |
2024-03-21 | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -1/+1 |
2024-03-14 | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -7/+2 |
2024-03-14 | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -3/+6 |
2024-03-13 | Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -14/+7 |
2024-03-12 | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -5/+0 |
2024-03-11 | Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+4 |
2024-03-11 | Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+0 |
2024-03-11 | Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2 | -1/+2 |
2024-03-11 | Merge tag 'rcu.next.v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bo... | Linus Torvalds | 1 | -0/+1 |
2024-03-11 | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 3 | -3/+15 |
2024-03-11 | Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -0/+2 |
2024-03-11 | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -2/+0 |
2024-03-04 | modules: wait do_free_init correctly | Changbin Du | 1 | -2/+3 |
2024-03-04 | init/Kconfig: lower GCC version check for -Warray-bounds | Kees Cook | 1 | -3/+3 |
2024-03-04 | smp: Consolidate smp_prepare_boot_cpu() | Thomas Gleixner | 1 | -0/+4 |