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-10-24
fgraph: Change the name of cpuhp state to "fgraph:online"
Steven Rostedt
2024-10-24
fgraph: Fix missing unlock in register_ftrace_graph()
Li Huafei
2024-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-10-24
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2024-10-23
bpf,perf: Fix perf_event_detach_bpf_prog error handling
Jiri Olsa
2024-10-23
uprobe: Add data pointer to consumer handlers
Jiri Olsa
2024-10-23
tracing: Consider the NULL character when validating the event length
Leo Yan
2024-10-23
tracing/probes: Fix MAX_TRACE_ARGS limit handling
Mikel Rychliski
2024-10-22
bpf: Add MEM_WRITE attribute
Daniel Borkmann
2024-10-21
bpf: Implement bpf_send_signal_task() kfunc
Puranjay Mohan
2024-10-21
uprobe: avoid out-of-bounds memory access of fetching args
Qiao Ma
2024-10-20
Merge tag 'sched_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-10-19
Merge tag 'ftrace-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-10-19
ring-buffer: Use str_low_high() helper in ring_buffer_producer()
Thorsten Blum
2024-10-19
ring-buffer: Reorganize kerneldoc parameter names
Julia Lawall
2024-10-19
ring-buffer: Limit time with disabled interrupts in rb_check_pages()
Petr Pavlu
2024-10-18
fgraph: Allocate ret_stack_list with proper size
Steven Rostedt
2024-10-18
fgraph: Use CPU hotplug mechanism to initialize idle shadow stacks
Steven Rostedt
2024-10-18
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2024-10-17
Merge branch 'linus' into sched/urgent, to resolve conflict
Ingo Molnar
2024-10-15
ring-buffer: Fix reader locking when changing the sub buffer order
Petr Pavlu
2024-10-14
ring-buffer: Fix refcount setting of boot mapped buffers
Steven Rostedt
2024-10-14
sched/fair: Fix external p->on_rq users
Peter Zijlstra
2024-10-10
bpf: Fix unpopulated path_size when uprobe_multi fields unset
Tyrone Wu
2024-10-10
ftrace: Make ftrace_regs abstract from direct use
Steven Rostedt
2024-10-10
fgragh: No need to invoke the function call_filter_check_discard()
Steven Rostedt
2024-10-10
fgraph: Simplify return address printing in function graph tracer
Masami Hiramatsu (Google)
2024-10-09
tracing: Use atomic64_inc_return() in trace_clock_counter()
Uros Bizjak
2024-10-09
trace/trace_event_perf: remove duplicate samples on the first tracepoint event
Levi Yun
2024-10-09
tracing/perf: Add might_fault check to syscall probes
Mathieu Desnoyers
2024-10-09
tracing/ftrace: Add might_fault check to syscall probes
Mathieu Desnoyers
2024-10-09
tracing/perf: disable preemption in syscall probe
Mathieu Desnoyers
2024-10-09
tracing/ftrace: disable preemption in syscall probe
Mathieu Desnoyers
2024-10-09
ring-buffer: Do not have boot mapped buffers hook to CPU hotplug
Steven Rostedt
2024-10-08
tracing: Remove definition of trace_*_rcuidle()
Steven Rostedt
2024-10-08
tracepoints: Use new static branch API
Josh Poimboeuf
2024-10-08
tracing: Remove TRACE_EVENT_FL_FILTERED logic
Zheng Yejian
2024-10-08
tracing/branch-profiler: Replace deprecated strncpy with strscpy
Justin Stitt
2024-10-08
ftrace: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
Li Chen
2024-10-05
function_graph: Remove unnecessary initialization in ftrace_graph_ret_addr()
Oleg Nesterov
2024-10-05
function_graph: Support recording and printing the function return address
Donglin Peng
2024-10-04
rv: Fix a typo
Andrew Kreimer
2024-10-03
tracing/hwlat: Fix a race during cpuhp processing
Wei Li
2024-10-03
tracing/timerlat: Fix a race during cpuhp processing
Wei Li
2024-10-03
tracing/timerlat: Drop interface_lock in stop_kthread()
Wei Li
2024-10-03
tracing/timerlat: Fix duplicated kthread creation due to CPU online/offline
Wei Li
2024-10-03
tracing: Fix trace_check_vprintf() when tp_printk is used
Steven Rostedt
2024-09-30
ftrace: Have calltime be saved in the fgraph storage
Steven Rostedt
2024-09-30
ftrace: Use a running sleeptime instead of saving on shadow stack
Steven Rostedt
2024-09-30
fgraph: Use fgraph data to store subtime for profiler
Steven Rostedt
[prev]
[next]