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-02-21
clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomi...
Waiman Long
1
-2
/
+4
2025-02-21
clocksource: Use pr_info() for "Checking clocksource synchronization" message
Waiman Long
1
-1
/
+2
2025-02-21
cgroup: fix race between fork and cgroup.kill
Shakeel Butt
1
-8
/
+12
2025-02-21
cgroup: Remove steal time from usage_usec
Muhammad Adeel
1
-1
/
+0
2025-02-17
tracing/osnoise: Fix resetting of tracepoints
Steven Rostedt
1
-3
/
+14
2025-02-17
printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAX
Kuan-Wei Chiu
1
-1
/
+1
2025-02-17
sched: Don't try to catch up excess steal time.
Suleiman Souhlal
1
-2
/
+4
2025-02-08
PM: hibernate: Add error handling for syscore_suspend()
Wentao Liang
1
-1
/
+6
2025-02-08
padata: avoid UAF for reorder_work
Chen Ridong
1
-1
/
+9
2025-02-08
padata: add pd get/put refcnt helper
Chen Ridong
1
-7
/
+20
2025-02-08
padata: fix UAF in padata_reorder
Chen Ridong
1
-0
/
+6
2025-02-08
bpf: Send signals asynchronously if !preemptible
Puranjay Mohan
1
-1
/
+1
2025-02-08
padata: fix sysfs store callback check
Thomas Weißschuh
1
-1
/
+1
2025-02-08
bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RT
Martin KaFai Lau
1
-2
/
+6
2025-02-08
cpufreq: schedutil: Fix superfluous updates caused by need_freq_update
Sultan Alsawaf (unemployed)
1
-2
/
+2
2025-02-08
genirq: Make handle_enforce_irqctx() unconditionally available
Thomas Gleixner
1
-6
/
+3
2025-02-08
sched/topology: Rename 'DIE' domain to 'PKG'
Peter Zijlstra
2
-5
/
+5
2025-02-08
sched/fair: Fix value reported by hot tasks pulled in /proc/schedstat
Peter Zijlstra
1
-4
/
+13
2025-02-08
perf/core: Save raw sample data conditionally based on sample type
Yabin Cui
2
-22
/
+24
2025-01-23
hrtimers: Handle CPU state correctly on hotplug
Koichiro Den
2
-2
/
+11
2025-01-23
kheaders: Ignore silly-rename files
David Howells
1
-0
/
+1
2025-01-17
workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLA...
Tvrtko Ursulin
1
-9
/
+13
2025-01-17
workqueue: Update lock debugging code
Tejun Heo
1
-17
/
+34
2025-01-17
workqueue: Add rcu lock check at the end of work item execution
Xuewen Yan
1
-4
/
+5
2025-01-09
kcov: mark in_softirq_really() as __always_inline
Arnd Bergmann
1
-1
/
+1
2025-01-09
Revert "bpf: support non-r10 register spill/fill to/from stack in precision t...
Shung-Hsi Yu
1
-102
/
+73
2025-01-09
bpf: fix potential error return
Anton Protopopov
1
-1
/
+5
2025-01-09
tracing: Check "%s" dereference via the field and not the TP_printk format
Steven Rostedt
4
-216
/
+83
2025-01-09
tracing: Fix trace_check_vprintf() when tp_printk is used
Steven Rostedt
1
-2
/
+13
2025-01-09
tracing: Handle old buffer mappings for event strings and functions
Steven Rostedt (Google)
1
-3
/
+39
2025-01-09
seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()
Kees Cook
1
-10
/
+1
2025-01-09
tracing: Move readpos from seq_buf to trace_seq
Matthew Wilcox (Oracle)
2
-6
/
+10
2025-01-09
tracing: Have process_string() also allow arrays
Steven Rostedt
1
-0
/
+12
2025-01-09
softirq: Allow raising SCHED_SOFTIRQ from SMP-call-function on RT kernel
K Prateek Nayak
1
-4
/
+11
2025-01-09
sched: Initialize idle tasks only once
Thomas Gleixner
1
-7
/
+5
2025-01-02
tracing: Prevent bad count for tracing_cpumask_write
Lizhi Xu
1
-0
/
+3
2025-01-02
tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...
Masami Hiramatsu (Google)
1
-1
/
+1
2024-12-27
tracing: Add "%s" check in test_event_printk()
Steven Rostedt
1
-15
/
+89
2024-12-27
tracing: Add missing helper functions in event pointer dereference check
Steven Rostedt
1
-2
/
+19
2024-12-27
tracing: Fix test_event_printk() to process entire print argument
Steven Rostedt
1
-29
/
+53
2024-12-19
x86/static-call: provide a way to do very early static-call updates
Juergen Gross
1
-1
/
+1
2024-12-19
tracing/kprobes: Skip symbol counting logic for module symbols in create_loca...
Nikolay Kuratov
1
-1
/
+1
2024-12-19
bpf: sync_linked_regs() must preserve subreg_def
Eduard Zingerman
1
-1
/
+4
2024-12-19
bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog
Jiri Olsa
1
-0
/
+4
2024-12-19
bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()
Jann Horn
1
-1
/
+5
2024-12-19
bpf: Check size for BTF-based ctx access of pointer members
Kumar Kartikeya Dwivedi
1
-0
/
+6
2024-12-19
bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors
Jann Horn
1
-0
/
+7
2024-12-14
tracing/eprobe: Fix to release eprobe when failed to add dyn_event
Masami Hiramatsu (Google)
1
-0
/
+5
2024-12-14
sched/deadline: Fix warning in migrate_enable for boosted tasks
Wander Lairson Costa
1
-0
/
+1
2024-12-14
sched/deadline: Move bandwidth accounting into {en,de}queue_dl_entity
Peter Zijlstra
2
-58
/
+78
[next]