index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-04
rcu: Refactor expedited handling check in rcu_read_unlock_special()
Joel Fernandes
1
-9
/
+74
2026-02-19
cpuset: Fix missing adaptation for cpuset_is_populated
Chen Ridong
1
-1
/
+1
2026-02-11
ring-buffer: Avoid softlockup in ring_buffer_resize() during memory free
Wupeng Ma
1
-0
/
+2
2026-02-11
tracing: Fix ftrace event field alignments
Steven Rostedt
3
-21
/
+33
2026-02-06
perf: sched: Fix perf crash with new is_user_task() helper
Steven Rostedt
2
-4
/
+4
2026-02-06
perf: Simplify get_perf_callchain() user logic
Josh Poimboeuf
1
-10
/
+8
2026-02-06
cgroup: Fix kernfs_node UAF in css_free_rwork_fn
T.J. Mercier
1
-1
/
+1
2026-02-06
sched/deadline: Fix 'stuck' dl_server
Peter Zijlstra
1
-0
/
+12
2026-02-06
sched/deadline: Document dl_server
Peter Zijlstra
1
-0
/
+194
2026-02-06
dma/pool: distinguish between missing and exhausted atomic pools
Sai Sree Kartheek Adivi
1
-1
/
+6
2026-01-30
sched_ext: Fix possible deadlock in the deferred_irq_workfn()
Zqiang
1
-1
/
+1
2026-01-30
tracing: Fix crash on synthetic stacktrace field usage
Steven Rostedt
2
-1
/
+16
2026-01-30
sched/fair: Fix pelt clock sync when entering idle
Vincent Guittot
2
-6
/
+6
2026-01-30
clocksource: Reduce watchdog readout delay limit to prevent false positives
Thomas Gleixner
1
-1
/
+1
2026-01-30
ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.
Wojtek Wasko
1
-1
/
+1
2026-01-30
posix-clock: Store file pointer in struct posix_clock_context
Wojtek Wasko
1
-0
/
+1
2026-01-23
bpf: Reject narrower access to pointer ctx fields
Paul Chaignon
1
-4
/
+4
2026-01-23
hrtimer: Fix softirq base check in update_needs_ipi()
Thomas Weißschuh
1
-1
/
+1
2026-01-11
sched/fair: Proportional newidle balance
Peter Zijlstra
5
-4
/
+61
2026-01-11
sched/fair: Small cleanup to update_newidle_cost()
Peter Zijlstra
1
-4
/
+7
2026-01-11
sched/fair: Small cleanup to sched_balance_newidle()
Peter Zijlstra
1
-4
/
+6
2026-01-08
sched_ext: Fix missing post-enqueue handling in move_local_task_to_local_dsq()
Tejun Heo
1
-0
/
+10
2026-01-08
sched_ext: Factor out local_dsq_post_enq() from dispatch_enqueue()
Tejun Heo
1
-15
/
+19
2026-01-08
sched_ext: Fix incorrect sched_class settings for per-cpu migration tasks
Zqiang
1
-4
/
+10
2026-01-08
sched/eevdf: Fix min_vruntime vs avg_vruntime
Peter Zijlstra
3
-71
/
+25
2026-01-08
fgraph: Check ftrace_pids_enabled on registration for early filtering
Shengming Hu
1
-2
/
+7
2026-01-08
fgraph: Initialize ftrace_ops->private for function graph ops
Shengming Hu
1
-0
/
+1
2026-01-08
tracing: Fix fixed array of synthetic event
Steven Rostedt
1
-1
/
+0
2026-01-08
sched/rt: Fix race in push_rt_task
Harshit Agarwal
1
-27
/
+25
2026-01-08
tracing: Do not register unsupported perf events
Steven Rostedt
1
-0
/
+2
2026-01-08
scs: fix a wrong parameter in __scs_magic
Zhichi Lin
1
-1
/
+1
2026-01-08
kallsyms: Fix wrong "big" kernel symbol type read from procfs
Zheng Yejian
1
-1
/
+4
2026-01-08
livepatch: Match old_sympos 0 and 1 in klp_find_func()
Song Liu
1
-1
/
+7
2026-01-08
sched/fair: Revert max_newidle_lb_cost bump
Peter Zijlstra
1
-16
/
+3
2026-01-08
sched/deadline: only set free_cpus for online runqueues
Doug Berger
3
-32
/
+14
2025-12-18
dma/pool: eliminate alloc_pages warning in atomic_pool_expand
Dave Kleikamp
1
-1
/
+1
2025-12-18
sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the las...
xupengbo
1
-0
/
+3
2025-12-18
Reinstate "resource: avoid unnecessary lookups in find_next_iomem_res()"
Ilias Stamatis
1
-1
/
+9
2025-12-18
resource: introduce is_type_match() helper and use it
Andy Shevchenko
1
-13
/
+10
2025-12-18
resource: replace open coded resource_intersection()
Andy Shevchenko
1
-9
/
+6
2025-12-18
cpuset: Treat cpusets in attaching as populated
Chen Ridong
1
-8
/
+27
2025-12-18
bpf: Fix invalid prog->stats access when update_effective_progs fails
Pu Lehui
1
-0
/
+3
2025-12-18
bpf: Handle return value of ftrace_set_filter_ip in register_fentry
Menglong Dong
1
-1
/
+3
2025-12-18
bpf: Free special fields when update [lru_,]percpu_hash maps
Leon Hwang
1
-2
/
+8
2025-12-18
locktorture: Fix memory leak in param_set_cpumask()
Wang Liang
1
-2
/
+6
2025-12-18
task_work: Fix NMI race condition
Peter Zijlstra
1
-1
/
+7
2025-12-18
bpf: Fix stackmap overflow check in __bpf_get_stackid()
Arnaud Lecomte
1
-7
/
+8
2025-12-18
bpf: Refactor stack map trace depth calculation into helper function
Arnaud Lecomte
1
-15
/
+32
2025-12-18
perf: Remove get_perf_callchain() init_nr argument
Josh Poimboeuf
3
-9
/
+9
2025-12-18
sched/fair: Forfeit vruntime on yield
Fernand Sieber
1
-1
/
+13
[prev]
[next]