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.12.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
*
fgraph: Initialize tracing_graph_pause at task creation
Steven Rostedt (VMware)
2021-02-13
1
-2
/
+0
*
tracing/kprobe: Fix to support kretprobe events on unloaded modules
Masami Hiramatsu
2021-02-13
2
-11
/
+27
*
genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is set
Marc Zyngier
2021-02-10
1
-24
/
+20
*
kretprobe: Avoid re-registration of the same kretprobe earlier
Wang ShaoBo
2021-02-10
1
-0
/
+4
*
elfcore: fix building with clang
Arnd Bergmann
2021-02-10
2
-27
/
+0
*
workqueue: Restrict affinity change to rescuer
Peter Zijlstra
2021-02-07
1
-6
/
+3
*
kthread: Extract KTHREAD_IS_PER_CPU
Peter Zijlstra
2021-02-07
2
-1
/
+27
*
sysctl: handle overflow in proc_get_long
Christian Brauner
2021-02-07
1
-1
/
+39
*
PM: hibernate: flush swap writer after marking
Laurent Badel
2021-02-03
1
-1
/
+1
*
kernel: kexec: remove the lock operation of system_transition_mutex
Baoquan He
2021-02-03
1
-2
/
+0
*
tracing: Fix race in trace_open and buffer resize call
Gaurav Kohli
2021-01-30
1
-0
/
+4
*
futex: Handle faults correctly for PI futexes
Thomas Gleixner
2021-01-30
1
-36
/
+20
*
futex: Simplify fixup_pi_state_owner()
Thomas Gleixner
2021-01-30
1
-27
/
+26
*
futex: Use pi_state_update_owner() in put_pi_state()
Thomas Gleixner
2021-01-30
1
-7
/
+1
*
rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
Thomas Gleixner
2021-01-30
3
-5
/
+3
*
futex: Provide and use pi_state_update_owner()
Thomas Gleixner
2021-01-30
1
-33
/
+33
*
futex: Replace pointless printk in fixup_owner()
Thomas Gleixner
2021-01-30
1
-7
/
+3
*
futex: Ensure the correct return value from futex_lock_pi()
Thomas Gleixner
2021-01-30
1
-16
/
+16
*
futex: Prevent exit livelock
Thomas Gleixner
2021-01-30
1
-15
/
+91
*
futex: Provide distinct return value when owner is exiting
Thomas Gleixner
2021-01-30
1
-7
/
+9
*
futex: Add mutex around futex exit
Thomas Gleixner
2021-01-30
1
-0
/
+16
*
futex: Provide state handling for exec() as well
Thomas Gleixner
2021-01-30
1
-4
/
+34
*
futex: Sanitize exit state handling
Thomas Gleixner
2021-01-30
1
-7
/
+10
*
futex: Mark the begin of futex exit explicitly
Thomas Gleixner
2021-01-30
2
-13
/
+37
*
futex: Set task::futex_state to DEAD right after handling futex exit
Thomas Gleixner
2021-01-30
2
-1
/
+1
*
futex: Split futex_mm_release() for exit/exec
Thomas Gleixner
2021-01-30
2
-4
/
+8
*
exit/exec: Seperate mm_release()
Thomas Gleixner
2021-01-30
2
-2
/
+12
*
futex: Replace PF_EXITPIDONE with a state
Thomas Gleixner
2021-01-30
2
-28
/
+15
*
futex: Move futex exit handling into futex code
Thomas Gleixner
2021-01-30
2
-26
/
+32
*
tracing/kprobes: Do the notrace functions check without kprobes on ftrace
Masami Hiramatsu
2021-01-19
2
-2
/
+2
*
workqueue: Kick a worker based on the actual activation of delayed works
Yunfeng Ye
2021-01-12
1
-3
/
+10
*
module: delay kobject uevent until after module init call
Jessica Yu
2021-01-06
1
-2
/
+3
*
module: set MODULE_STATE_GOING state when a module fails to load
Miroslav Benes
2021-01-06
1
-0
/
+1
*
genirq/irqdomain: Don't try to free an interrupt that has no mapping
Marc Zyngier
2020-12-30
1
-2
/
+9
*
sched: Reenable interrupts in do_sched_yield()
Thomas Gleixner
2020-12-30
1
-5
/
+1
*
sched/deadline: Fix sched_dl_global_validate()
Peng Liu
2020-12-30
2
-26
/
+21
*
kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handling
Nicholas Piggin
2020-12-30
1
-1
/
+5
*
tracing: Fix userstacktrace option for instances
Steven Rostedt (VMware)
2020-12-11
2
-5
/
+8
*
ftrace: Fix updating FTRACE_FL_TRAMP
Naveen N. Rao
2020-12-11
1
-1
/
+21
*
tracing: Remove WARN_ON in start_thread()
Vasily Averin
2020-12-08
1
-1
/
+1
*
seccomp: Set PF_SUPERPRIV when checking capability
Mickaël Salaün
2020-11-24
1
-3
/
+2
*
ptrace: Set PF_SUPERPRIV when checking capability
Mickaël Salaün
2020-11-24
1
-11
/
+5
*
fail_function: Remove a redundant mutex unlock
Luo Meng
2020-11-24
1
-2
/
+3
*
reboot: fix overflow parsing reboot cpu number
Matteo Croce
2020-11-18
1
-0
/
+7
*
Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"
Matteo Croce
2020-11-18
1
-14
/
+7
*
perf/core: Fix race in the perf_mmap_close() function
Jiri Olsa
2020-11-18
1
-3
/
+4
*
random32: make prandom_u32() output unpredictable
George Spelvin
2020-11-18
1
-7
/
+0
*
swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"
Stefano Stabellini
2020-11-18
1
-1
/
+5
*
don't dump the threads that had been already exiting when zapped.
Al Viro
2020-11-18
1
-1
/
+4
*
futex: Don't enable IRQs unconditionally in put_pi_state()
Dan Carpenter
2020-11-18
1
-2
/
+3
[next]