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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-28
ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak function
Steven Rostedt (Google)
1
-2
/
+139
2022-05-26
tracing: Fix comments for event_trigger_separate_filter()
sunliming
1
-4
/
+4
2022-05-26
ftrace: Clean up hash direct_functions on register failures
Song Liu
1
-3
/
+2
2022-05-26
tracing: Fix comments of create_filter()
sunliming
1
-1
/
+1
2022-05-26
tracing: Disable kcov on trace_preemptirq.c
Congyu Liu
1
-0
/
+4
2022-05-26
tracing: Initialize integer variable to prevent garbage return value
Gautam Menghani
1
-1
/
+1
2022-05-26
ftrace: Fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-26
ftrace: Remove return value of ftrace_arch_modify_*()
Li kunyu
1
-12
/
+4
2022-05-26
tracing: Cleanup code by removing init "char *name"
liqiong
1
-3
/
+1
2022-05-26
tracing: Change "char *" string form to "char []"
liqiong
2
-2
/
+2
2022-05-26
tracing/timerlat: Do not wakeup the thread if the trace stops at the IRQ
Daniel Bristot de Oliveira
1
-0
/
+2
2022-05-26
tracing/timerlat: Print stacktrace in the IRQ handler if needed
Daniel Bristot de Oliveira
1
-0
/
+13
2022-05-26
tracing/timerlat: Notify IRQ new max latency only if stop tracing is set
Daniel Bristot de Oliveira
1
-4
/
+5
2022-05-26
kprobes: Fix build errors with CONFIG_KRETPROBES=n
Masami Hiramatsu
1
-73
/
+71
2022-05-26
tracing: Fix return value of trace_pid_write()
Wonhyuk Yang
1
-2
/
+4
2022-05-26
tracing: Fix potential double free in create_var_ref()
Keita Suzuki
1
-0
/
+3
2022-05-26
tracing: Use strim() to remove whitespace instead of doing it manually
Yuntao Wang
1
-5
/
+3
2022-05-26
ftrace: Deal with error return code of the ftrace_process_locs() function
Yuntao Wang
1
-4
/
+13
2022-05-26
tracing: Use trace_create_file() to simplify creation of tracefs entries
Yuntao Wang
5
-48
/
+21
2022-05-25
tracing: Reset the function filter after completing trampoline/graph selftest
Li Huafei
1
-0
/
+3
2022-05-25
tracing: Have event format check not flag %p* on __get_dynamic_array()
Steven Rostedt (Google)
1
-6
/
+7
2022-04-27
tracing: Remove check of list iterator against head past the loop body
Jakob Koschel
3
-20
/
+26
2022-04-27
tracing: Replace usage of found with dedicated list iterator variable
Jakob Koschel
2
-21
/
+18
2022-04-27
tracing: Remove usage of list iterator variable after the loop
Jakob Koschel
1
-8
/
+7
2022-04-27
tracing: Remove usage of list iterator after the loop body
Jakob Koschel
1
-4
/
+9
2022-04-27
tracing: Introduce trace clock tai
Kurt Kanzenbach
1
-0
/
+1
2022-04-27
ring-buffer: Have 32 bit time stamps use all 64 bits
Steven Rostedt (Google)
1
-10
/
+18
2022-04-27
ring-buffer: Have absolute time stamps handle large numbers
Steven Rostedt (Google)
1
-5
/
+44
2022-04-26
tracing: make tracer_init_tracefs initcall asynchronous
Mark-PK Tsai
1
-10
/
+22
2022-04-26
tracing: Avoid adding tracer option before update_tracer_options
Mark-PK Tsai
1
-0
/
+7
2022-04-26
ring-buffer: Simplify if-if to if-else
Wan Jiabing
1
-2
/
+2
2022-04-26
tracing: Use WARN instead of printk and WARN_ON
Guo Zhengkui
1
-9
/
+3
2022-04-26
tracing: Fix sleeping function called from invalid context on RT kernel
Jun Miao
1
-3
/
+3
2022-04-26
tracing: Change `if (strlen(glob))` to `if (glob[0])`
Ammar Faizi
1
-1
/
+1
2022-04-26
tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_par...
Ammar Faizi
1
-1
/
+2
2022-04-26
tracing: Make tp_printk work on syscall tracepoints
Jeff Xie
1
-24
/
+11
2022-04-26
tracing: Fix tracing_map_sort_entries() kernel-doc comment
Yang Li
1
-1
/
+2
2022-04-26
tracing: Fix kernel-doc
Jiapeng Chong
1
-1
/
+1
2022-04-26
tracing: Fix inconsistent style of mini-HOWTO
Oscar Shiang
1
-2
/
+2
2022-04-26
tracing: Separate hist state updates from hist registration
Tom Zanussi
1
-18
/
+48
2022-04-26
tracing: Have existing event_command.parse() implementations use helpers
Tom Zanussi
4
-151
/
+69
2022-04-26
tracing: Remove redundant trigger_ops params
Tom Zanussi
4
-60
/
+36
2022-04-26
tracing: Remove logic for registering multiple event triggers at a time
Tom Zanussi
3
-77
/
+45
2022-04-26
tracing: Cleanup double word in comment
Tom Rix
1
-2
/
+2
2022-04-14
timekeeping: Introduce fast accessor to clock tai
Kurt Kanzenbach
1
-0
/
+17
2022-04-10
Merge tag 'perf_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-157
/
+55
2022-04-10
Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
3
-542
/
+545
2022-04-10
Merge tag 'sched_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-13
/
+12
2022-04-07
Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-3
/
+3
2022-04-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2
-3
/
+3
[next]