index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'trace-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-12-08
2
-112
/
+69
|
\
|
*
ring-buffer: Test last update in 32bit version of __rb_time_read()
Steven Rostedt (Google)
2023-12-06
1
-2
/
+2
|
*
ring-buffer: Force absolute timestamp on discard of event
Steven Rostedt (Google)
2023-12-06
1
-11
/
+8
|
*
tracing: Fix a possible race when disabling buffered events
Petr Pavlu
2023-12-05
1
-4
/
+8
|
*
tracing: Fix a warning when allocating buffered events fails
Petr Pavlu
2023-12-05
1
-6
/
+5
|
*
tracing: Fix incomplete locking when disabling buffered events
Petr Pavlu
2023-12-05
1
-8
/
+4
|
*
tracing: Disable snapshot buffer when stopping instance tracers
Steven Rostedt (Google)
2023-12-05
1
-76
/
+34
|
*
tracing: Stop current tracer when resizing buffer
Steven Rostedt (Google)
2023-12-05
1
-3
/
+7
|
*
tracing: Always update snapshot buffer size
Steven Rostedt (Google)
2023-12-05
1
-2
/
+1
*
|
rethook: Use __rcu pointer for rethook::handler
Masami Hiramatsu (Google)
2023-12-01
1
-9
/
+14
|
/
*
tracing/kprobes: Fix the order of argument descriptions
Yujie Liu
2023-11-11
1
-1
/
+1
*
tracing: fprobe-event: Fix to check tracepoint event and return
Masami Hiramatsu (Google)
2023-11-10
1
-4
/
+5
*
Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-11-09
1
-4
/
+2
|
\
|
*
bpf: Add __bpf_kfunc_{start,end}_defs macros
Dave Marchevsky
2023-11-01
1
-4
/
+2
*
|
Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2023-11-03
9
-182
/
+352
|
\
\
|
|
/
|
/
|
|
*
tracing: Have the user copy of synthetic event address use correct context
Steven Rostedt (Google)
2023-11-01
1
-1
/
+1
|
*
tracing: Have trace_event_file have ref counters
Steven Rostedt (Google)
2023-11-01
4
-4
/
+48
|
*
seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()
Kees Cook
2023-10-28
1
-10
/
+1
|
*
tracing/histograms: Simplify last_cmd_set()
Christophe JAILLET
2023-10-23
1
-9
/
+2
|
*
tracing: Move readpos from seq_buf to trace_seq
Matthew Wilcox (Oracle)
2023-10-20
2
-6
/
+10
|
*
tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()
Dan Carpenter
2023-10-20
1
-1
/
+1
|
*
tracing: Make system_callback() function static
Steven Rostedt (Google)
2023-10-05
1
-1
/
+1
|
*
eventfs: Use eventfs_remove_events_dir()
Steven Rostedt (Google)
2023-10-05
1
-1
/
+1
|
*
eventfs: Remove eventfs_file and just use eventfs_inode
Steven Rostedt (Google)
2023-10-04
3
-103
/
+221
|
*
tracing/user_events: Allow events to persist for perfmon_capable users
Beau Belgrave
2023-10-03
1
-14
/
+22
|
*
ring_buffer: Use try_cmpxchg instead of cmpxchg in rb_insert_pages
Uros Bizjak
2023-10-03
1
-4
/
+4
|
*
tracing: Expand all ring buffers individually
Zheng Yejian
2023-10-03
3
-33
/
+45
*
|
Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2023-11-01
3
-73
/
+50
|
\
\
|
*
|
kprobes: unused header files removed
wuqiang.matt
2023-10-24
1
-2
/
+0
|
*
|
kprobes: kretprobe scalability improvement
wuqiang.matt
2023-10-18
2
-68
/
+50
|
*
|
tracing/eprobe: drop unneeded breaks
Julia Lawall
2023-10-10
1
-4
/
+1
|
|
/
*
|
Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-10-31
3
-7
/
+21
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-26
2
-0
/
+64
|
|
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-19
1
-3
/
+3
|
|
\
\
\
|
*
\
\
\
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-10-16
3
-7
/
+21
|
|
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
bpf: Change syscall_nr type to int in struct syscall_tp_t
Artem Savkov
2023-10-13
1
-2
/
+2
|
|
*
|
|
bpf: Count missed stats in trace_call_bpf
Jiri Olsa
2023-09-25
1
-0
/
+3
|
|
*
|
|
bpf: Add missed value to kprobe perf link info
Jiri Olsa
2023-09-25
2
-5
/
+14
|
|
*
|
|
bpf: Add missed value to kprobe_multi link info
Jiri Olsa
2023-09-25
1
-0
/
+1
|
|
*
|
|
bpf: Count stats for kprobe_multi programs
Jiri Olsa
2023-09-25
1
-0
/
+1
*
|
|
|
|
Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2023-10-30
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
fs: create helper file_user_path() for user displayed mapped file path
Amir Goldstein
2023-10-19
1
-1
/
+1
*
|
|
|
|
|
tracing/kprobes: Fix symbol counting logic by looking at modules as well
Andrii Nakryiko
2023-10-28
1
-4
/
+20
*
|
|
|
|
|
tracing/kprobes: Fix the description of variable length arguments
Yujie Liu
2023-10-27
1
-2
/
+2
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
Francis Laniel
2023-10-20
2
-0
/
+64
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
fprobe: Fix to ensure the number of active retprobes is not zero
Masami Hiramatsu (Google)
2023-10-17
1
-3
/
+3
|
|
/
/
|
/
|
|
*
|
|
tracing/user_events: Align set_bit() address for all archs
Beau Belgrave
2023-09-30
1
-7
/
+51
*
|
|
tracing: relax trace_event_eval_update() execution with cond_resched()
Clément Léger
2023-09-30
1
-0
/
+1
*
|
|
ring-buffer: Update "shortest_full" in polling
Steven Rostedt (Google)
2023-09-30
1
-0
/
+3
*
|
|
Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-09-24
1
-13
/
+15
|
\
\
\
|
|
_
|
/
|
/
|
|
[next]