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
*
kernel/resource: Increment by align value in get_free_mem_region()
Alison Schofield
2024-01-10
1
-2
/
+2
*
rcu/tasks-trace: Handle new PF_IDLE semantics
Frederic Weisbecker
2024-01-10
1
-1
/
+1
*
rcu/tasks: Handle new PF_IDLE semantics
Frederic Weisbecker
2024-01-10
1
-2
/
+28
*
rcu: Introduce rcu_cpu_online()
Frederic Weisbecker
2024-01-10
2
-0
/
+9
*
rcu: Break rcu_node_0 --> &rq->__lock order
Peter Zijlstra
2024-01-10
1
-11
/
+25
*
tracing: Fix blocked reader of snapshot buffer
Steven Rostedt (Google)
2024-01-05
2
-4
/
+19
*
ftrace: Fix modification of direct_function hash while in use
Steven Rostedt (Google)
2024-01-05
1
-53
/
+47
*
ring-buffer: Fix wake ups when buffer_percent is set to 100
Steven Rostedt (Google)
2024-01-05
1
-2
/
+7
*
kexec: select CRYPTO from KEXEC_FILE instead of depending on it
Arnd Bergmann
2024-01-05
1
-1
/
+2
*
kexec: fix KEXEC_FILE dependencies
Arnd Bergmann
2024-01-05
1
-0
/
+1
*
tracing / synthetic: Disable events after testing in synth_event_gen_test_init()
Steven Rostedt (Google)
2024-01-01
1
-0
/
+11
*
ring-buffer: Fix slowpath of interrupted event
Steven Rostedt (Google)
2024-01-01
1
-55
/
+24
*
ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()
Steven Rostedt (Google)
2024-01-01
1
-36
/
+11
*
ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()
Mathieu Desnoyers
2024-01-01
1
-2
/
+2
*
bpf: Fix prog_array_map_poke_run map poke update
Jiri Olsa
2024-01-01
1
-48
/
+10
*
ring-buffer: Have rb_time_cmpxchg() set the msb counter too
Steven Rostedt (Google)
2023-12-20
1
-0
/
+2
*
ring-buffer: Do not try to put back write_stamp
Steven Rostedt (Google)
2023-12-20
1
-23
/
+6
*
ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archs
Steven Rostedt (Google)
2023-12-20
1
-1
/
+3
*
ring-buffer: Fix writing to the buffer with max_data_size
Steven Rostedt (Google)
2023-12-20
1
-1
/
+6
*
ring-buffer: Have saved event hold the entire event
Steven Rostedt (Google)
2023-12-20
1
-2
/
+3
*
ring-buffer: Do not update before stamp when switching sub-buffers
Steven Rostedt (Google)
2023-12-20
1
-8
/
+1
*
tracing: Update snapshot buffer on resize if it is allocated
Steven Rostedt (Google)
2023-12-20
1
-2
/
+2
*
ring-buffer: Fix memory leak of free page
Steven Rostedt (Google)
2023-12-20
1
-0
/
+2
*
kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMP
Ignat Korchagin
2023-12-20
1
-1
/
+0
*
perf: Fix perf_event_validate_size() lockdep splat
Mark Rutland
2023-12-20
1
-0
/
+10
*
cred: get rid of CONFIG_DEBUG_CREDENTIALS
Jens Axboe
2023-12-20
2
-217
/
+16
*
cred: switch to using atomic_long_t
Jens Axboe
2023-12-20
1
-32
/
+32
*
kprobes: consistent rcu api usage for kretprobe holder
JP Kobryn
2023-12-13
1
-2
/
+2
*
perf: Fix perf_event_validate_size()
Peter Zijlstra
2023-12-13
1
-23
/
+38
*
workqueue: Make sure that wq_unbound_cpumask is never empty
Tejun Heo
2023-12-13
1
-7
/
+15
*
tracing: Fix a possible race when disabling buffered events
Petr Pavlu
2023-12-13
1
-4
/
+8
*
tracing: Fix incomplete locking when disabling buffered events
Petr Pavlu
2023-12-13
1
-8
/
+4
*
tracing: Disable snapshot buffer when stopping instance tracers
Steven Rostedt (Google)
2023-12-13
1
-76
/
+34
*
tracing: Stop current tracer when resizing buffer
Steven Rostedt (Google)
2023-12-13
1
-3
/
+7
*
tracing: Always update snapshot buffer size
Steven Rostedt (Google)
2023-12-13
1
-2
/
+1
*
cgroup_freezer: cgroup_freezing: Check if not frozen
Tim Van Patten
2023-12-13
1
-1
/
+7
*
ring-buffer: Force absolute timestamp on discard of event
Steven Rostedt (Google)
2023-12-13
1
-11
/
+8
*
ring-buffer: Test last update in 32bit version of __rb_time_read()
Steven Rostedt (Google)
2023-12-13
1
-2
/
+2
*
rethook: Use __rcu pointer for rethook::handler
Masami Hiramatsu (Google)
2023-12-13
1
-9
/
+14
*
kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMP
Baoquan He
2023-12-13
1
-1
/
+0
*
tracing: Fix a warning when allocating buffered events fails
Petr Pavlu
2023-12-13
1
-6
/
+5
*
bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
Yonghong Song
2023-12-13
1
-4
/
+8
*
hrtimers: Push pending hrtimers away from outgoing CPU earlier
Thomas Gleixner
2023-12-13
2
-22
/
+19
*
bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()
Hou Tao
2023-12-08
1
-0
/
+2
*
prctl: Disable prctl(PR_SET_MDWE) on parisc
Helge Deller
2023-12-03
1
-0
/
+4
*
mm: add a NO_INHERIT flag to the PR_SET_MDWE prctl
Florent Revest
2023-12-03
2
-7
/
+27
*
lockdep: Fix block chain corruption
Peter Zijlstra
2023-12-03
1
-1
/
+2
*
sched/fair: Fix the decision for load balance
Keisuke Nishimura
2023-12-03
1
-3
/
+7
*
sched/eevdf: Fix vruntime adjustment on reweight
Abel Wu
2023-12-03
1
-23
/
+128
*
swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMIC
Petr Tesarik
2023-11-28
1
-1
/
+2
[next]