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
2023-08-03
tracing: Fix trace_event_raw_event_synth() if else statement
Steven Rostedt (Google)
1
-2
/
+2
2023-08-03
locking/rtmutex: Fix task->pi_waiters integrity
Peter Zijlstra
4
-76
/
+155
2023-08-03
tracing: Fix warning in trace_buffered_event_disable()
Zheng Yejian
1
-10
/
+4
2023-08-03
ring-buffer: Fix wrong stat of cpu_buffer->read
Zheng Yejian
1
-10
/
+12
2023-08-03
mm: suppress mm fault logging if fatal signal already pending
Linus Torvalds
1
-0
/
+4
2023-08-03
tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...
Masami Hiramatsu (Google)
3
-12
/
+14
2023-08-03
Revert "tracing: Add "(fault)" name injection to kernel probes"
Masami Hiramatsu (Google)
3
-26
/
+9
2023-08-03
tracing: Allow synthetic events to pass around stacktraces
Steven Rostedt (Google)
4
-5
/
+87
2023-08-03
tracing/probes: Fix to avoid double count of the string length on the array
Masami Hiramatsu (Google)
1
-2
/
+2
2023-08-03
tracing/probes: Add symstr type for dynamic events
Masami Hiramatsu (Google)
4
-24
/
+85
2023-07-27
bpf: aggressively forget precise markings during state checkpointing
Andrii Nakryiko
1
-0
/
+37
2023-07-27
bpf: stop setting precise in current state
Andrii Nakryiko
1
-12
/
+91
2023-07-27
bpf: allow precision tracking for programs with subprogs
Andrii Nakryiko
1
-1
/
+61
2023-07-27
tracing/histograms: Return an error if we fail to add histogram to hist_vars ...
Mohamed Khalfella
1
-1
/
+2
2023-07-27
bpf: Repeat check_max_stack_depth for async callbacks
Kumar Kartikeya Dwivedi
1
-2
/
+19
2023-07-27
bpf: Fix subprog idx logic in check_max_stack_depth
Kumar Kartikeya Dwivedi
1
-5
/
+6
2023-07-27
kallsyms: strip LTO-only suffixes from promoted global functions
Yonghong Song
1
-3
/
+2
2023-07-27
kallsyms: Improve the performance of kallsyms_lookup_name()
Zhen Lei
2
-11
/
+76
2023-07-27
sched/psi: use kernfs polling functions for PSI trigger polling
Suren Baghdasaryan
2
-9
/
+22
2023-07-27
sched/psi: Allow unprivileged polling of N*2s period
Domenico Cerasuolo
2
-68
/
+109
2023-07-27
sched/psi: Extract update_triggers side effect
Domenico Cerasuolo
1
-9
/
+10
2023-07-27
sched/psi: Rename existing poll members in preparation
Domenico Cerasuolo
1
-81
/
+82
2023-07-27
sched/psi: Rearrange polling code in preparation
Domenico Cerasuolo
1
-98
/
+98
2023-07-27
sched/psi: Fix avgs_work re-arm in psi_avgs_work()
Chengming Zhou
1
-3
/
+27
2023-07-27
sched/fair: Use recent_used_cpu to test p->cpus_ptr
Miaohe Lin
1
-1
/
+1
2023-07-27
bpf: Address KCSAN report on bpf_lru_list
Martin KaFai Lau
2
-13
/
+15
2023-07-27
bpf: Print a warning only if writing to unprivileged_bpf_disabled.
Kui-Feng Lee
1
-1
/
+2
2023-07-27
sched/fair: Don't balance task to its current running CPU
Yicong Yang
1
-1
/
+1
2023-07-27
rcu: Mark additional concurrent load from ->cpu_no_qs.b.exp
Paul E. McKenney
2
-2
/
+4
2023-07-27
rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()
Shigeru Yoshida
1
-1
/
+4
2023-07-23
swiotlb: mark swiotlb_memblock_alloc() as __init
Randy Dunlap
1
-1
/
+2
2023-07-23
tracing/user_events: Fix struct arg size match check
Beau Belgrave
1
-0
/
+3
2023-07-23
tracing/probes: Fix to update dynamic data counter if fetcharg uses it
Masami Hiramatsu (Google)
1
-5
/
+7
2023-07-23
tracing/probes: Fix not to count error code to total length
Masami Hiramatsu (Google)
1
-0
/
+2
2023-07-23
tracing: Fix null pointer dereference in tracing_err_log_open()
Mateusz Stachyra
1
-1
/
+1
2023-07-23
fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...
Masami Hiramatsu (Google)
2
-0
/
+16
2023-07-23
fprobe: Release rethook after the ftrace_ops is unregistered
Jiri Olsa
1
-9
/
+3
2023-07-23
PM: QoS: Restore support for default value on frequency QoS
Chungkai Yang
1
-2
/
+7
2023-07-23
ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()
Zheng Yejian
1
-14
/
+31
2023-07-23
ring-buffer: Fix deadloop issue on reading trace_pipe
Zheng Yejian
1
-9
/
+15
2023-07-23
tracing: Fix memory leak of iter->temp when reading trace_pipe
Zheng Yejian
1
-0
/
+1
2023-07-23
tracing/histograms: Add histograms to hist_vars if they have referenced varia...
Mohamed Khalfella
1
-3
/
+5
2023-07-23
tracing/user_events: Fix incorrect return value for writing operation when ev...
sunliming
1
-1
/
+2
2023-07-23
bpf: cpumap: Fix memory leak in cpu_map_update_elem
Pu Lehui
1
-16
/
+24
2023-07-23
kernel/trace: Fix cleanup logic of enable_trace_eprobe
Tzvetomir Stoyanov (VMware)
1
-2
/
+16
2023-07-23
bpf: Fix max stack depth check for async callbacks
Kumar Kartikeya Dwivedi
1
-2
/
+3
2023-07-23
swiotlb: reduce the number of areas to match actual memory pool size
Petr Tesarik
1
-3
/
+24
2023-07-23
swiotlb: reduce the swiotlb buffer size on allocation failure
Alexey Kardashevskiy
1
-24
/
+39
2023-07-23
swiotlb: always set the number of areas before allocating the pool
Petr Tesarik
1
-8
/
+11
2023-07-23
workqueue: clean up WORK_* constant types, clarify masking
Linus Torvalds
1
-5
/
+8
[next]