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
2023-03-19
tracing: Fix wrong return in kprobe_event_gen_test.c
Anton Gusev
1
-2
/
+2
2023-03-09
ftrace: Fix invalid address access in lookup_rec() when index is 0
Chen Zhongjin
1
-1
/
+2
2023-03-09
tracing: Check field value in hist_field_name()
Steven Rostedt (Google)
1
-0
/
+3
2023-03-09
tracing: Do not let histogram values have some modifiers
Steven Rostedt (Google)
1
-0
/
+9
2023-02-18
tracing: Remove unnecessary NULL assignment
Wang ShaoBo
1
-2
/
+0
2023-02-18
tracing: Always use canonical ftrace path
Ross Zwisler
5
-14
/
+14
2023-02-16
tracing/histogram: Fix stacktrace key
Tom Zanussi
1
-3
/
+31
2023-02-16
tracing/histogram: Fix a few problems with stacktrace variable printing
Tom Zanussi
1
-8
/
+18
2023-02-15
tracing: Add BUILD_BUG() to make sure stacktrace fits in strings
Steven Rostedt (Google)
1
-0
/
+3
2023-02-15
tracing/histogram: Don't use strlen to find length of stacktrace variables
Tom Zanussi
2
-5
/
+14
2023-02-07
tracing: Allow boot instances to have snapshot buffers
Steven Rostedt (Google)
1
-7
/
+72
2023-02-07
tracing: Add trace_array_puts() to write into instance
Steven Rostedt (Google)
1
-10
/
+17
2023-02-07
tracing: Add enabling of events to boot instances
Steven Rostedt (Google)
3
-5
/
+10
2023-02-07
tracing: Add creation of instances at boot command line
Steven Rostedt (Google)
1
-0
/
+50
2023-02-07
tracing: Fix trace_event_raw_event_synth() if else statement
Steven Rostedt (Google)
1
-2
/
+2
2023-02-07
tracing: Acquire buffer from temparary trace sequence
Linyu Yuan
1
-0
/
+23
2023-02-07
tracing/osnoise: No need for schedule_hrtimeout range
Davidlohr Bueso
1
-1
/
+1
2023-01-25
tracing/histogram: Add simple tests for stacktrace usage of synthetic events
Steven Rostedt (Google)
1
-1
/
+1
2023-01-25
tracing/histogram: Add stacktrace type
Steven Rostedt (Google)
1
-0
/
+4
2023-01-25
tracing: Allow synthetic events to pass around stacktraces
Steven Rostedt (Google)
4
-5
/
+87
2023-01-25
tracing: Allow stacktraces to be saved as histogram variables
Steven Rostedt (Google)
1
-10
/
+42
2023-01-25
tracing: Simplify calculating entry size using struct_size()
Steven Rostedt (Google)
1
-2
/
+1
2023-01-25
tracing: Add NULL checks for buffer in ring_buffer_free_read_page()
Jia-Ju Bai
1
-1
/
+6
2023-01-25
tracing: Add a way to filter function addresses to function names
Steven Rostedt (Google)
2
-2
/
+93
2023-01-25
rv: remove redundant initialization of pointer ptr
Colin Ian King
1
-1
/
+1
2023-01-25
tracing/filter: fix kernel-doc warnings
Randy Dunlap
1
-4
/
+4
2023-01-24
trace_events_hist: add check for return value of 'create_hist_field'
Natalia Petrova
1
-0
/
+2
2023-01-24
tracing/osnoise: Use built-in RCU list checking
Chuang Wang
1
-3
/
+2
2023-01-24
tracing: Kconfig: Fix spelling/grammar/punctuation
Randy Dunlap
1
-4
/
+4
2023-01-24
tracing: Make sure trace_printk() can output as soon as it can be used
Steven Rostedt (Google)
3
-2
/
+4
2023-01-24
ftrace: Export ftrace_free_filter() to modules
Mark Rutland
1
-1
/
+22
2023-01-06
bpf: Skip task with pid=1 in send_signal_common()
Hao Sun
1
-0
/
+3
2022-12-21
Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
2
-2
/
+2
2022-12-21
Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-34
/
+102
2022-12-20
rv/monitors: Move monitor structure in rodata
Alessandro Carminati
2
-2
/
+2
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-0
/
+7
2022-12-15
Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
16
-182
/
+642
2022-12-15
tracing/probes: Reject symbol/symstr type for uprobe
Masami Hiramatsu (Google)
3
-10
/
+17
2022-12-15
tracing/probes: Add symstr type for dynamic events
Masami Hiramatsu (Google)
4
-24
/
+85
2022-12-14
Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+8
2022-12-14
tracing: Improve panic/die notifiers
Guilherme G. Piccoli
1
-28
/
+27
2022-12-14
ftrace: Prevent RCU stall on PREEMPT_VOLUNTARY kernels
Guilherme G. Piccoli
1
-0
/
+1
2022-12-14
tracing: Do not synchronize freeing of trigger filter on boot up
Steven Rostedt (Google)
1
-2
/
+8
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-11
/
+118
2022-12-13
tracing: Have trigger filter parsing errors show up in error_log
Steven Rostedt (Google)
1
-1
/
+8
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+4
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-1
/
+1
2022-12-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-5
/
+4
2022-12-12
tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_line
Yang Jihong
1
-1
/
+14
2022-12-10
tracing/osnoise: Add preempt and/or irq disabled options
Daniel Bristot de Oliveira
1
-5
/
+43
[next]