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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
2024-09-18
tracing/osnoise: Fix build when timerlat is not enabled
Steven Rostedt
2024-09-12
tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthre...
Steven Rostedt
2024-09-12
tracing: Avoid possible softlockup in tracing_iter_reset()
Zheng Yejian
2024-09-12
tracing/timerlat: Only clear timer if a kthread exists
Steven Rostedt
2024-09-12
tracing/osnoise: Use a cpumask to know what threads are kthreads
Steven Rostedt
2024-09-04
tracing: Have format file honor EVENT_FILE_FL_FREED
Steven Rostedt
2024-08-14
tracing: Fix overflow in get_free_elt()
Tze-nan Wu
2024-08-03
trace/pid_list: Change gfp flags in pid_list_fill_irq()
levi.yun
2024-06-27
tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test
Jeff Johnson
2024-06-27
tracing: Build event generation tests only as modules
Masami Hiramatsu (Google)
2024-06-27
kprobe/ftrace: bail out if ftrace was killed
Stephen Brennan
2024-06-21
bpf: fix multi-uprobe PID filtering logic
Andrii Nakryiko
2024-06-21
bpf: Store ref_ctr_offsets values in bpf_uprobe array
Jiri Olsa
2024-06-12
tracing/probes: fix error check in parse_btf_field()
Carlos López
2024-06-12
rv: Update rv_en(dis)able_monitor doc to match kernel-doc
Yang Li
2024-06-12
eventfs/tracing: Add callback for release of an eventfs_inode
Steven Rostedt (Google)
2024-06-12
tracing/user_events: Fix non-spaced field matching
Beau Belgrave
2024-06-12
tracing/user_events: Prepare find/delete for same name events
Beau Belgrave
2024-06-12
tracing/user_events: Allow events to persist for perfmon_capable users
Beau Belgrave
2024-06-12
ring-buffer: Fix a race between readers and resize checks
Petr Pavlu
2024-06-12
ftrace: Fix possible use-after-free issue in ftrace_location()
Zheng Yejian
2024-04-17
tracing: hide unused ftrace_event_id_fops
Arnd Bergmann
2024-04-17
ring-buffer: Only update pages_touched when a new page is touched
Steven Rostedt (Google)
2024-04-13
ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...
linke li
2024-04-10
bpf: support deferring bpf_link dealloc to after RCU grace period
Andrii Nakryiko
2024-04-10
bpf: put uprobe link's path and task in release callback
Andrii Nakryiko
2024-04-03
tracing: Use .flush() call to wake up readers
Steven Rostedt (Google)
2024-04-03
ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()
Steven Rostedt (Google)
2024-04-03
ring-buffer: Fix full_waiters_pending in poll
Steven Rostedt (Google)
2024-04-03
ring-buffer: Fix resetting of shortest_full
Steven Rostedt (Google)
2024-04-03
ring-buffer: Do not set shortest_full when full target is hit
Steven Rostedt (Google)
2024-04-03
ring-buffer: Fix waking up ring buffer readers
Steven Rostedt (Google)
2024-02-23
tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()
Dan Carpenter
2024-02-23
tracing: Make system_callback() function static
Steven Rostedt (Google)
2024-02-23
eventfs: Use eventfs_remove_events_dir()
Steven Rostedt (Google)
2024-02-23
eventfs: Remove eventfs_file and just use eventfs_inode
Steven Rostedt (Google)
2024-02-23
tracing: Inform kmemleak of saved_cmdlines allocation
Steven Rostedt (Google)
2024-02-23
tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef
Petr Pavlu
2024-02-23
ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
Masami Hiramatsu (Google)
2024-02-23
ring-buffer: Clean ring_buffer_poll_wait() error return
Vincent Donnefort
2024-02-23
tracing/probes: Fix to search structure fields correctly
Masami Hiramatsu (Google)
2024-02-23
tracing/probes: Fix to set arg size and fmt after setting type from BTF
Masami Hiramatsu (Google)
2024-02-23
tracing/probes: Fix to show a parse error for bad type for $comm
Masami Hiramatsu (Google)
2024-02-23
tracing/synthetic: Fix trace_string() return value
Thorsten Blum
2024-02-23
tracing: Fix wasted memory in saved_cmdlines logic
Steven Rostedt (Google)
2024-02-23
tracing/timerlat: Move hrtimer_init to timerlat_fd open()
Daniel Bristot de Oliveira
2024-02-23
tracing/trigger: Fix to return error if failed to alloc snapshot
Masami Hiramatsu (Google)
2024-01-31
tracing: Ensure visibility when inserting an element into tracing_map
Petr Pavlu
2024-01-25
bpf: Limit the number of kprobes when attaching program to multiple kprobes
Hou Tao
2024-01-25
bpf: Limit the number of uprobes when attaching program to multiple uprobes
Hou Tao
[next]