index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
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
2025-07-17
sched: Fix preemption string of preempt_dynamic_none
Thomas Weißschuh
1
-1
/
+1
2025-07-17
module: Fix memory deallocation on error path in move_module()
Petr Pavlu
1
-2
/
+2
2025-07-17
sched/deadline: Fix dl_server runtime calculation formula
kuyo chang
1
-5
/
+5
2025-07-17
perf: Revert to requiring CAP_SYS_ADMIN for uprobes
Peter Zijlstra
1
-1
/
+1
2025-07-17
sched/core: Fix migrate_swap() vs. hotplug
Peter Zijlstra
2
-10
/
+15
2025-07-17
perf/core: Fix the WARN_ON_ONCE is out of lock protected region
Luo Gengkun
1
-2
/
+2
2025-07-10
rcu: Return early if callback is not specified
Uladzislau Rezki (Sony)
1
-0
/
+4
2025-07-10
genirq/irq_sim: Initialize work context pointers properly
Gyeyoung Baek
1
-1
/
+1
2025-07-06
sched_ext: Make scx_group_set_weight() always update tg->scx.weight
Sasha Levin
1
-6
/
+6
2025-06-27
perf/core: Fix WARN in perf_cgroup_switch()
Luo Gengkun
1
-2
/
+20
2025-06-27
perf: Fix cgroup state vs ERROR
Peter Zijlstra
1
-21
/
+30
2025-06-27
perf: Fix sample vs do_exit()
Peter Zijlstra
2
-8
/
+16
2025-06-27
tracing: Do not free "head" on error path of filter_free_subsystem_filters()
Steven Rostedt
1
-3
/
+1
2025-06-27
workqueue: Initialize wq_isolated_cpumask in workqueue_init_early()
Chuyi Zhou
1
-1
/
+2
2025-06-27
sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sch...
Tejun Heo
3
-2
/
+9
2025-06-27
fgraph: Do not enable function_graph tracer when setting funcgraph-args
Steven Rostedt
1
-0
/
+6
2025-06-27
tracing: Fix regression of filter waiting a long time on RCU synchronization
Steven Rostedt
1
-48
/
+138
2025-06-27
bpf: Use proper type to calculate bpf_raw_tp_null_args.mask index
Shung-Hsi Yu
1
-2
/
+2
2025-06-27
tracing: Only return an adjusted address if it matches the kernel address
Steven Rostedt
1
-1
/
+4
2025-06-27
bpf: Pass the same orig_call value to trampoline functions
Ilya Leoshkevich
1
-1
/
+1
2025-06-27
bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()
Hou Tao
1
-1
/
+2
2025-06-27
workqueue: Fix race condition in wq->stats incrementation
Jiayuan Chen
1
-1
/
+3
2025-06-27
clocksource: Fix the CPUs' choice in the watchdog per CPU verification
Guilherme G. Piccoli
1
-1
/
+1
2025-06-27
ftrace: Fix UAF when lookup kallsym after ftrace disabled
Ye Bin
1
-3
/
+7
2025-06-27
watchdog: fix watchdog may detect false positive of softlockup
Luo Gengkun
1
-14
/
+27
2025-06-27
cgroup,freezer: fix incomplete freezing when attaching tasks
Chen Ridong
1
-2
/
+1
2025-06-27
sched/fair: Adhere to place_entity() constraints
Peter Zijlstra
1
-1
/
+3
2025-06-27
sched/rt: Fix race in push_rt_task
Harshit Agarwal
1
-28
/
+26
2025-06-27
alloc_tag: handle module codetag load errors as module load failures
Suren Baghdasaryan
1
-2
/
+3
2025-06-19
ring-buffer: Move cpus_read_lock() outside of buffer->mutex
Steven Rostedt
1
-5
/
+6
2025-06-19
ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()
Dmitry Antipov
1
-3
/
+1
2025-06-19
ring-buffer: Do not trigger WARN_ON() due to a commit_overrun
Steven Rostedt
1
-8
/
+18
2025-06-19
posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_ti...
Oleg Nesterov
1
-0
/
+9
2025-06-19
perf: Ensure bpf_perf_link path is properly serialized
Peter Zijlstra
1
-4
/
+30
2025-06-19
sched_ext: idle: Skip cross-node search with !CONFIG_NUMA
Andrea Righi
1
-0
/
+8
2025-06-19
bpf: Do not include stack ptr register in precision backtracking bookkeeping
Yonghong Song
1
-2
/
+16
2025-06-19
bpf: Avoid __bpf_prog_ret0_warn when jit fails
KaFai Wan
1
-1
/
+1
2025-06-19
bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe...
Di Shen
1
-0
/
+2
2025-06-19
bpf: Fix WARN() in get_bpf_raw_tp_regs
Tao Chen
1
-1
/
+1
2025-06-19
tracing: Fix error handling in event_trigger_parse()
Miaoqian Lin
1
-2
/
+2
2025-06-19
tracing: Rename event_trigger_alloc() to trigger_data_alloc()
Steven Rostedt
3
-14
/
+12
2025-06-19
tracing: Move histogram trigger variables from stack to per CPU structure
Steven Rostedt
1
-15
/
+105
2025-06-19
bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into maps
Lorenzo Bianconi
1
-11
/
+16
2025-06-19
bpf: Check link_create.flags parameter for multi_uprobe
Tao Chen
1
-0
/
+3
2025-06-19
bpf: Check link_create.flags parameter for multi_kprobe
Tao Chen
1
-0
/
+3
2025-06-19
PM: sleep: Print PM debug messages during hibernation
Rafael J. Wysocki
3
-1
/
+11
2025-06-19
PM: wakeup: Delete space in the end of string shown by pm_show_wakelocks()
Zijun Hu
1
-0
/
+3
2025-06-19
PM: EM: Fix potential division-by-zero error in em_compute_costs()
Yaxiong Tian
1
-0
/
+4
2025-06-19
sched/fair: Fixup wake_up_sync() vs DELAYED_DEQUEUE
Xuewen Yan
1
-2
/
+11
2025-06-19
rcu/cpu_stall_cputime: fix the hardirq count for x86 architecture
Yongliang Gao
3
-6
/
+10
[prev]
[next]