summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-07-29Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-07-29Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-29Merge tag 'x86_bugs_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-29Merge tag 'stop-machine.2025.07.23a' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-07-29Merge tag 'core-entry-2025-07-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-29Merge tag 'locking-futex-2025-07-29' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-07-29Merge tag 'timers-ptp-2025-07-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-29Merge tag 'timers-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-29Merge tag 'irq-drivers-2025-07-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-29Merge tag 'smp-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-29Merge tag 'irq-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-28Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-07-28Merge tag 'audit-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-28Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...Linus Torvalds
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.bpf' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-27Merge tag 'timers-urgent-2025-07-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-07-26kstack_erase: Add -mgeneral-regs-only to silence Clang warningsKees Cook
2025-07-24Merge tag 'mm-hotfixes-stable-2025-07-24-18-03' of git://git.kernel.org/pub/s...Linus Torvalds
2025-07-24resource: fix false warning in __request_region()Akinobu Mita
2025-07-24x86: Handle KCOV __init vs inline mismatchesKees Cook
2025-07-23sysctl: rename kern_table -> sysctl_subsys_tableJoel Granados
2025-07-23kernel/sys.c: Move overflow{uid,gid} sysctl into kernel/sys.cJoel Granados
2025-07-23uevent: mv uevent_helper into kobject_uevent.cJoel Granados
2025-07-23sysctl: Remove superfluous includes from kernel/sysctl.cJoel Granados
2025-07-23sysctl: Remove (very) old file changelogJoel Granados
2025-07-23sysctl: Move sysctl_panic_on_stackoverflow to kernel/panic.cJoel Granados
2025-07-23sysctl: move cad_pid into kernel/pid.cJoel Granados
2025-07-23sysctl: Move tainted ctl_table into kernel/panic.cJoel Granados
2025-07-23Input: sysrq: mv sysrq into drivers/tty/sysrq.cJoel Granados
2025-07-23fork: mv threads-max into kernel/fork.cJoel Granados
2025-07-23parisc/power: Move soft-power into power.cJoel Granados
2025-07-23mm: move randomize_va_space into memory.cJoel Granados
2025-07-23rcu: Move rcu_stall related sysctls into rcu/tree_stall.hJoel Granados
2025-07-23locking/rtmutex: Move max_lock_depth into rtmutex.cJoel Granados
2025-07-23module: Move modprobe_path and modules_disabled ctl_tables into the module su...Joel Granados
2025-07-22genirq: Prevent migration live lock in handle_edge_irq()Thomas Gleixner
2025-07-22genirq: Split up irq_pm_check_wakeup()Thomas Gleixner
2025-07-22genirq: Move irq_wait_for_poll() to call siteThomas Gleixner
2025-07-22genirq: Remove pointless local variableThomas Gleixner
2025-07-22timekeeping: Zero initialize system_counterval when querying time from phc dr...Markus Blöchl
2025-07-21configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ONKees Cook