index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-09
fgraph: Add READ_ONCE() when accessing fgraph_array[]
Zilin Guan
1
-1
/
+1
2025-01-09
ftrace: Fix function profiler's filtering functionality
Kohei Enju
1
-6
/
+2
2025-01-09
tracing: Have process_string() also allow arrays
Steven Rostedt
1
-0
/
+12
2025-01-02
tracing: Prevent bad count for tracing_cpumask_write
Lizhi Xu
1
-0
/
+3
2025-01-02
tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...
Masami Hiramatsu (Google)
1
-1
/
+1
2024-12-27
tracing: Check "%s" dereference via the field and not the TP_printk format
Steven Rostedt
4
-216
/
+83
2024-12-27
tracing: Add "%s" check in test_event_printk()
Steven Rostedt
1
-15
/
+89
2024-12-27
tracing: Add missing helper functions in event pointer dereference check
Steven Rostedt
1
-2
/
+19
2024-12-27
tracing: Fix test_event_printk() to process entire print argument
Steven Rostedt
1
-29
/
+53
2024-12-27
fgraph: Still initialize idle shadow stacks when starting
Steven Rostedt
1
-1
/
+7
2024-12-27
ring-buffer: Fix overflow in __rb_map_vma
Edward Adam Davis
1
-1
/
+5
2024-12-27
trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffers
Steven Rostedt
1
-0
/
+9
2024-12-19
bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog
Jiri Olsa
1
-0
/
+4
2024-12-19
bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()
Jann Horn
1
-1
/
+5
2024-12-19
bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors
Jann Horn
1
-0
/
+7
2024-12-14
tracing/eprobe: Fix to release eprobe when failed to add dyn_event
Masami Hiramatsu (Google)
1
-0
/
+5
2024-12-14
tracing: Fix function name for trampoline
Tatsuya S
3
-8
/
+36
2024-12-14
ring-buffer: Limit time with disabled interrupts in rb_check_pages()
Petr Pavlu
1
-26
/
+72
2024-12-14
tracing: Use atomic64_inc_return() in trace_clock_counter()
Uros Bizjak
1
-1
/
+1
2024-12-14
tracing/ftrace: disable preemption in syscall probe
Mathieu Desnoyers
1
-0
/
+12
2024-12-14
tracing: Fix cmp_entries_dup() to respect sort() comparison rules
Kuan-Wei Chiu
1
-5
/
+1
2024-12-09
ftrace: Fix regression with module command in stack_trace_filter
guoweikang
1
-0
/
+3
2024-12-09
tracing: Fix function timing profiler to initialize hashtable
Masami Hiramatsu (Google)
1
-0
/
+4
2024-12-05
trace/trace_event_perf: remove duplicate samples on the first tracepoint event
Levi Yun
1
-0
/
+6
2024-12-05
bpf: Force uprobe bpf program to always return 0
Jiri Olsa
1
-3
/
+2
2024-11-16
Merge tag 'trace-ringbuffer-v6.12-rc7-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-8
/
+29
2024-11-14
tracing/ring-buffer: Clear all memory mapped CPU ring buffers on first recording
Steven Rostedt
1
-2
/
+26
2024-11-14
Revert: "ring-buffer: Do not have boot mapped buffers hook to CPU hotplug"
Steven Rostedt
1
-6
/
+3
2024-11-01
tracing: Document tracefs gid mount option
Kalesh Singh
1
-0
/
+4
2024-10-27
Merge tag 'ftrace-v6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-8
/
+4
2024-10-24
fgraph: Change the name of cpuhp state to "fgraph:online"
Steven Rostedt
1
-1
/
+1
2024-10-24
fgraph: Fix missing unlock in register_ftrace_graph()
Li Huafei
1
-7
/
+3
2024-10-24
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-4
/
+2
2024-10-23
bpf,perf: Fix perf_event_detach_bpf_prog error handling
Jiri Olsa
1
-2
/
+0
2024-10-23
tracing: Consider the NULL character when validating the event length
Leo Yan
1
-1
/
+1
2024-10-23
tracing/probes: Fix MAX_TRACE_ARGS limit handling
Mikel Rychliski
4
-4
/
+19
2024-10-22
bpf: Add MEM_WRITE attribute
Daniel Borkmann
1
-2
/
+2
2024-10-21
uprobe: avoid out-of-bounds memory access of fetching args
Qiao Ma
1
-3
/
+6
2024-10-20
Merge tag 'sched_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2024-10-19
Merge tag 'ftrace-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-8
/
+23
2024-10-18
fgraph: Allocate ret_stack_list with proper size
Steven Rostedt
1
-1
/
+2
2024-10-18
fgraph: Use CPU hotplug mechanism to initialize idle shadow stacks
Steven Rostedt
1
-7
/
+21
2024-10-18
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-19
/
+17
2024-10-17
Merge branch 'linus' into sched/urgent, to resolve conflict
Ingo Molnar
4
-35
/
+63
2024-10-15
ring-buffer: Fix reader locking when changing the sub buffer order
Petr Pavlu
1
-18
/
+26
2024-10-14
ring-buffer: Fix refcount setting of boot mapped buffers
Steven Rostedt
1
-3
/
+3
2024-10-14
sched/fair: Fix external p->on_rq users
Peter Zijlstra
1
-1
/
+1
2024-10-10
bpf: Fix unpopulated path_size when uprobe_multi fields unset
Tyrone Wu
1
-19
/
+17
2024-10-09
ring-buffer: Do not have boot mapped buffers hook to CPU hotplug
Steven Rostedt
1
-3
/
+6
2024-10-03
tracing/hwlat: Fix a race during cpuhp processing
Wei Li
1
-0
/
+2
[next]