index
:
linux.git
cached
cdir_v2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
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
9 days
tracing: Do not use PERF enums when perf is not defined
Steven Rostedt
1
-2
/
+6
9 days
tracing/osnoise: Fix possible recursive locking for cpus_read_lock()
Ran Xiaokai
1
-1
/
+0
9 days
tracing: Fix synth event printk format for str fields
Douglas Raillard
1
-1
/
+1
9 days
tracing: Ensure module defining synth event cannot be unloaded while tracing
Douglas Raillard
1
-1
/
+29
9 days
tracing: Fix use-after-free in print_graph_function_flags during tracer switc...
Tengda Wu
3
-4
/
+1
9 days
uprobes/x86: Harden uretprobe syscall trampoline check
Jiri Olsa
1
-1
/
+1
9 days
cgroup/rstat: Fix forceidle time in cpu.stat
Abel Wu
1
-16
/
+13
9 days
cgroup/rstat: Tracking cgroup-level niced CPU time
Joshua Hahn
1
-5
/
+14
9 days
tracing: Correct the refcount if the hist/hist_debug file fails to open
Tengda Wu
1
-6
/
+18
9 days
tracing/hist: Support POLLPRI event for poll on histogram
Masami Hiramatsu (Google)
1
-3
/
+26
9 days
tracing/hist: Add poll(POLLIN) support on hist file
Masami Hiramatsu (Google)
2
-3
/
+81
9 days
tracing: Switch trace_events_hist.c code over to use guard()
Steven Rostedt
1
-22
/
+10
9 days
perf/core: Fix child_total_time_enabled accounting bug at task exit
Yeoreum Yun
1
-9
/
+9
9 days
locking/semaphore: Use wake_q to wake up processes outside lock critical section
Waiman Long
1
-4
/
+9
9 days
sched/deadline: Use online cpus for validating runtime
Shrikanth Hegde
1
-1
/
+1
9 days
perf/core: Fix perf_pmu_register() vs. perf_init_event()
Peter Zijlstra
1
-2
/
+26
9 days
ring-buffer: Fix bytes_dropped calculation issue
Feng Yang
1
-2
/
+2
9 days
kexec: initialize ELF lowest address to ULONG_MAX
Sourabh Jain
1
-1
/
+1
9 days
kernel/events/uprobes: handle device-exclusive entries correctly in __replace...
David Hildenbrand
1
-1
/
+12
9 days
bpf: Fix array bounds error with may_goto
Jiayuan Chen
2
-4
/
+22
9 days
bpf: Use preempt_count() directly in bpf_send_signal_common()
Hou Tao
1
-1
/
+1
9 days
x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()
David Hildenbrand
1
-0
/
+4
9 days
perf/ring_buffer: Allow the EPOLLRDNORM flag for poll
Tao Chen
1
-1
/
+1
9 days
watchdog/hardlockup/perf: Fix perf_event memory leak
Li Huafei
3
-57
/
+1
9 days
sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasks
Tianchen Ding
1
-0
/
+4
9 days
sched: Cancel the slice protection of the idle entity
zihan zhou
1
-13
/
+33
9 days
watch_queue: fix pipe accounting mismatch
Eric Sandeen
1
-0
/
+9
2025-03-28
Revert "sched/core: Reduce cost of sched_move_task when config autogroup"
Dietmar Eggemann
1
-18
/
+3
2025-03-28
tracing: tprobe-events: Fix leakage of module refcount
Masami Hiramatsu (Google)
1
-13
/
+8
2025-03-28
tracing: tprobe-events: Fix to clean up tprobe correctly when module unload
Masami Hiramatsu (Google)
1
-3
/
+6
2025-03-28
dma-mapping: fix missing clear bdr in check_ram_in_range_map()
Baochen Qiang
1
-10
/
+18
2025-03-22
sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl()
Andrea Righi
1
-0
/
+3
2025-03-22
vhost: return task creation error instead of NULL
Keith Busch
1
-2
/
+2
2025-03-22
sched: Clarify wake_up_q()'s write to task->wake_q.next
Jann Horn
1
-2
/
+3
2025-03-22
sched/debug: Provide slice length for fair tasks
Christian Loehle
1
-0
/
+2
2025-03-22
futex: Pass in task to futex_queue()
Jens Axboe
4
-8
/
+14
2025-03-22
hrtimers: Mark is_migration_base() with __always_inline
Andy Shevchenko
1
-10
/
+12
2025-03-22
mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq
Uladzislau Rezki (Sony)
1
-4
/
+10
2025-03-13
uprobes: Fix race in uprobe_free_utask
Jiri Olsa
1
-1
/
+1
2025-03-13
sched/fair: Fix potential memory corruption in child_cfs_rq_on_list
Zecheng Li
1
-2
/
+4
2025-03-13
tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macro
Masami Hiramatsu (Google)
1
-1
/
+0
2025-03-13
perf/core: Fix pmus_lock vs. pmus_srcu ordering
Peter Zijlstra
1
-2
/
+2
2025-03-13
tracing: tprobe-events: Reject invalid tracepoint name
Masami Hiramatsu (Google)
2
-0
/
+14
2025-03-13
tracing: tprobe-events: Fix a memory leak when tprobe with $retval
Masami Hiramatsu (Google)
1
-0
/
+2
2025-03-07
sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called with...
Tejun Heo
1
-4
/
+7
2025-03-07
sched/core: Prevent rescheduling when interrupts are disabled
Thomas Gleixner
1
-1
/
+1
2025-03-07
perf/core: Fix low freq setting via IOC_PERIOD
Kan Liang
1
-8
/
+9
2025-03-07
perf/core: Add RCU read lock protection to perf_iterate_ctx()
Breno Leitao
1
-1
/
+2
2025-03-07
ftrace: Avoid potential division by zero in function_stat_show()
Nikolay Kuratov
1
-15
/
+12
2025-03-07
tracing: Fix bad hist from corrupting named_triggers list
Steven Rostedt
1
-15
/
+15
[next]