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
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-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
bpf: Avoid __bpf_prog_ret0_warn when jit fails
KaFai Wan
1
-1
/
+1
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
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
rcu/cpu_stall_cputime: fix the hardirq count for x86 architecture
Yongliang Gao
3
-6
/
+10
2025-06-19
perf/core: Fix broken throttling when max_samples_per_tick=1
Qing Wang
1
-8
/
+8
2025-06-19
tracing: Fix compilation warning on arm32
Pan Taixi
1
-1
/
+1
2025-06-04
hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING
Frederic Weisbecker
1
-21
/
+82
2025-06-04
padata: do not leak refcount in reorder_work
Dominik Grzegorzek
1
-1
/
+2
2025-06-04
kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork()
David Hildenbrand
1
-4
/
+5
2025-06-04
perf: Avoid the read if the count is already updated
Peter Zijlstra (Intel)
2
-17
/
+17
2025-06-04
rcu: handle unstable rdp in rcu_read_unlock_strict()
Ankur Arora
1
-1
/
+10
2025-06-04
rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y
Ankur Arora
1
-4
/
+7
2025-06-04
sched: Reduce the default slice to avoid tasks getting an extra tick
zihan zhou
1
-3
/
+3
2025-06-04
bpf: don't do clean_live_states when state->loop_entry->branches > 0
Eduard Zingerman
1
-0
/
+4
2025-06-04
perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint type
Saket Kumar Bhaskar
1
-2
/
+3
2025-06-04
printk: Check CON_SUSPEND when unblanking a console
Marcos Paulo de Souza
1
-2
/
+12
2025-06-04
timer_list: Don't use %pK through printk()
Thomas Weißschuh
1
-2
/
+2
2025-06-04
posix-timers: Add cond_resched() to posix_timer_add() search loop
Eric Dumazet
1
-0
/
+1
2025-06-04
bpf: Allow pre-ordering for bpf cgroup progs
Yonghong Song
2
-9
/
+27
2025-06-04
bpf: Return prog btf_id without capable check
Mykyta Yatsenko
1
-2
/
+2
2025-06-04
lockdep: Fix wait context check on softirq for PREEMPT_RT
Ryo Takakura
1
-0
/
+18
2025-06-04
tracing: Mark binary printing functions with __printf() attribute
Andy Shevchenko
2
-15
/
+12
2025-06-04
bpf: fix possible endless loop in BPF map iteration
Brandon Kammerdiener
1
-1
/
+1
2025-06-04
cgroup: Fix compilation issue due to cgroup_mutex not being exported
gaoxu
1
-1
/
+1
2025-05-22
ftrace: Fix preemption accounting for stacktrace filter command
pengdonglin
1
-5
/
+1
2025-05-22
ftrace: Fix preemption accounting for stacktrace trigger command
pengdonglin
1
-1
/
+1
2025-05-22
tracing: probes: Fix a possible race in trace_probe_log APIs
Masami Hiramatsu (Google)
5
-3
/
+27
2025-05-22
cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasks
Waiman Long
1
-2
/
+4
2025-05-18
module: ensure that kobject_put() is safe for module type kobjects
Dmitry Antipov
1
-1
/
+3
2025-05-09
kernel: globalize lookup_or_create_module_kobject()
Shyam Saini
1
-1
/
+1
2025-05-09
kernel: param: rename locate_module_kobject
Shyam Saini
1
-3
/
+3
2025-05-09
bpf: fix null dereference when computing changes_pkt_data of prog w/o subprogs
Eduard Zingerman
1
-2
/
+5
2025-05-09
bpf: check changes_pkt_data property for extension programs
Eduard Zingerman
1
-4
/
+12
2025-05-09
bpf: track changes_pkt_data property for global functions
Eduard Zingerman
1
-1
/
+31
2025-05-09
bpf: refactor bpf_helper_changes_pkt_data to use helper number
Eduard Zingerman
2
-2
/
+2
2025-05-09
bpf: add find_containing_subprog() utility function
Eduard Zingerman
1
-4
/
+24
2025-05-09
tracing: Fix oob write in trace_seq_to_buffer()
Jeongjun Park
1
-2
/
+3
2025-05-09
tracing: Do not take trace_event_sem in print_event_fields()
Steven Rostedt
1
-2
/
+2
2025-05-02
timekeeping: Add a lockdep override in tick_freeze()
Sebastian Andrzej Siewior
1
-0
/
+22
2025-05-02
perf/core: Fix WARN_ON(!ctx) in __free_event() for partial init
Gabriel Shahrouzi
1
-3
/
+3
2025-05-02
objtool, panic: Disable SMAP in __stack_chk_fail()
Josh Poimboeuf
1
-0
/
+6
2025-05-02
bpf: Reject attaching fexit/fmod_ret to __noreturn functions
Yafang Shao
1
-0
/
+32
2025-05-02
bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates ...
Martin KaFai Lau
1
-5
/
+6
[next]