index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-nonmm-stable-2022-06-05' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-06-05
1
-0
/
+16
|
\
|
*
delayacct: track delays from write-protect copy
Yang Yang
2022-06-01
1
-0
/
+16
*
|
Merge tag 'sched-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-06-05
1
-1
/
+1
|
\
\
|
*
|
sched/autogroup: Fix sysctl move
Peter Zijlstra
2022-05-30
1
-1
/
+1
*
|
|
Merge tag 'perf-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-06-05
1
-1
/
+0
|
\
\
\
|
*
|
|
perf/core: Remove unused local variable
Haowen Bai
2022-05-27
1
-1
/
+0
*
|
|
|
Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-06-04
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
blob_to_mnt(): kern_unmount() is needed to undo kern_mount()
Al Viro
2022-05-19
1
-2
/
+2
*
|
|
|
|
Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-06-03
4
-145
/
+93
|
\
\
\
\
\
|
*
|
|
|
|
sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state
Peter Zijlstra
2022-05-11
2
-5
/
+21
|
*
|
|
|
|
ptrace: Always take siglock in ptrace_resume
Eric W. Biederman
2022-05-11
1
-11
/
+2
|
*
|
|
|
|
ptrace: Don't change __state
Eric W. Biederman
2022-05-11
3
-25
/
+15
|
*
|
|
|
|
ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPs
Eric W. Biederman
2022-05-11
1
-54
/
+38
|
*
|
|
|
|
ptrace: Document that wait_task_inactive can't fail
Eric W. Biederman
2022-05-11
1
-11
/
+3
|
*
|
|
|
|
ptrace: Reimplement PTRACE_KILL by always sending SIGKILL
Eric W. Biederman
2022-05-11
1
-3
/
+2
|
*
|
|
|
|
signal: Use lockdep_assert_held instead of assert_spin_locked
Eric W. Biederman
2022-05-11
1
-2
/
+2
|
*
|
|
|
|
ptrace: Remove arch_ptrace_attach
Eric W. Biederman
2022-05-11
1
-18
/
+0
|
*
|
|
|
|
signal: Replace __group_send_sig_info with send_signal_locked
Eric W. Biederman
2022-05-11
2
-10
/
+4
|
*
|
|
|
|
signal: Rename send_signal send_signal_locked
Eric W. Biederman
2022-05-11
1
-12
/
+12
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-06-03
3
-12
/
+42
|
\
\
\
\
\
|
*
|
|
|
|
sched: Update task_tick_numa to ignore tasks without an mm
Eric W. Biederman
2022-05-11
1
-1
/
+1
|
*
|
|
|
|
fork: Explicitly set PF_KTHREAD
Eric W. Biederman
2022-05-07
1
-0
/
+3
|
*
|
|
|
|
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
2022-05-07
1
-8
/
+8
|
*
|
|
|
|
fork: Explicity test for idle tasks in copy_thread
Eric W. Biederman
2022-05-07
1
-0
/
+9
|
*
|
|
|
|
fork: Pass struct kernel_clone_args into copy_thread
Eric W. Biederman
2022-05-07
1
-2
/
+2
|
*
|
|
|
|
kthread: Don't allocate kthread_struct for init and umh
Eric W. Biederman
2022-05-06
2
-5
/
+23
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2022-06-03
1
-0
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
ftrace/fgraph: fix increased missing-prototypes warnings
Chengming Zhou
2022-06-01
1
-0
/
+2
*
|
|
|
|
|
Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-06-02
1
-9
/
+5
|
\
\
\
\
\
\
|
*
|
|
|
|
|
bpf: Fix probe read error in ___bpf_prog_run()
Menglong Dong
2022-05-28
1
-9
/
+5
*
|
|
|
|
|
|
module: Fix prefix for module.sig_enforce module param
Saravana Kannan
2022-06-02
1
-0
/
+3
*
|
|
|
|
|
|
Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-06-02
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
livepatch: Remove klp_arch_set_pc() and asm/livepatch.h
Christophe Leroy
2022-05-24
1
-1
/
+1
*
|
|
|
|
|
|
|
Merge tag 'printk-for-5.19-fixup' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-06-02
1
-1
/
+1
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Revert "printk: wake up all waiters"
John Ogness
2022-05-27
1
-1
/
+1
*
|
|
|
|
|
|
|
Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-05-31
1
-2
/
+2
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
kexec_file: Fix kexec_file.c build error for riscv platform
Liao Chang
2022-05-19
1
-2
/
+2
|
|
|
_
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2022-05-30
2
-26
/
+423
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
kernel/reboot: Change registration order of legacy power-off handler
Dmitry Osipenko
2022-05-25
1
-16
/
+17
|
*
|
|
|
|
|
|
|
Merge back reboot/poweroff notifiers rework for 5.19-rc1.
Rafael J. Wysocki
2022-05-25
2
-26
/
+422
|
|
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
kernel/reboot: Add devm_register_restart_handler()
Dmitry Osipenko
2022-05-19
1
-0
/
+22
|
|
*
|
|
|
|
|
|
|
kernel/reboot: Add devm_register_power_off_handler()
Dmitry Osipenko
2022-05-19
1
-0
/
+22
|
|
*
|
|
|
|
|
|
|
reboot: Remove pm_power_off_prepare()
Dmitry Osipenko
2022-05-19
1
-19
/
+0
|
|
*
|
|
|
|
|
|
|
kernel/reboot: Add register_platform_power_off()
Dmitry Osipenko
2022-05-19
1
-0
/
+55
|
|
*
|
|
|
|
|
|
|
kernel/reboot: Add kernel_can_power_off()
Dmitry Osipenko
2022-05-19
1
-1
/
+13
|
|
*
|
|
|
|
|
|
|
kernel/reboot: Add stub for pm_power_off
Dmitry Osipenko
2022-05-19
1
-0
/
+6
|
|
*
|
|
|
|
|
|
|
kernel/reboot: Add do_kernel_power_off()
Dmitry Osipenko
2022-05-19
1
-0
/
+13
|
|
*
|
|
|
|
|
|
|
kernel/reboot: Wrap legacy power-off callbacks into sys-off handlers
Dmitry Osipenko
2022-05-19
1
-2
/
+42
|
|
*
|
|
|
|
|
|
|
kernel/reboot: Introduce sys-off handler API
Dmitry Osipenko
2022-05-19
1
-0
/
+182
|
|
*
|
|
|
|
|
|
|
notifier: Add blocking/atomic_notifier_chain_register_unique_prio()
Dmitry Osipenko
2022-05-19
1
-19
/
+69
[next]