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
2017-07-03
bpf: extend bpf_trace_printk to support %i
John Fastabend
1
-3
/
+4
2017-07-03
bpf: simplify narrower ctx access
Daniel Borkmann
1
-19
/
+12
2017-06-29
tracing/kprobes: Allow to create probe with a module name starting with a digit
Sabrina Dubroca
1
-9
/
+5
2017-06-29
ftrace: Fix regression with module command in stack_trace_filter
Steven Rostedt (VMware)
4
-5
/
+19
2017-06-28
ftrace: Decrement count for dyn_ftrace_total_info for init functions
Steven Rostedt (VMware)
1
-0
/
+1
2017-06-28
ftrace: Unlock hash mutex on failed allocation in process_mod_list()
Steven Rostedt (VMware)
1
-1
/
+2
2017-06-27
tracing: Add support for display of tgid in trace output
Joel Fernandes
2
-14
/
+31
2017-06-27
tracing: Add support for recording tgid of tasks
Joel Fernandes
4
-25
/
+201
2017-06-27
ftrace: Decrement count for dyn_ftrace_total_info file
Steven Rostedt (VMware)
1
-0
/
+1
2017-06-27
ftrace: Remove unused function ftrace_arch_read_dyn_info()
Steven Rostedt (VMware)
1
-18
/
+3
2017-06-26
ftrace: Have cached module filters be an active filter
Steven Rostedt (VMware)
2
-6
/
+21
2017-06-26
ftrace: Implement cached modules tracing on module load
Steven Rostedt (VMware)
1
-0
/
+93
2017-06-26
ftrace: Have the cached module list show in set_ftrace_filter
Steven Rostedt (VMware)
1
-12
/
+100
2017-06-26
ftrace: Add :mod: caching infrastructure to trace_array
Steven Rostedt (VMware)
2
-6
/
+148
2017-06-23
bpf: possibly avoid extra masking for narrower load in verifier
Yonghong Song
1
-6
/
+11
2017-06-22
tracing: Show address when function names are not found
Steven Rostedt (VMware)
1
-4
/
+14
2017-06-14
bpf: permits narrower load from bpf program context fields
Yonghong Song
1
-6
/
+15
2017-06-13
tracing: Rename update the enum_map file
Jeremy Linton
2
-21
/
+21
2017-06-13
tracing: Rename enum_replace to eval_replace
Jeremy Linton
1
-6
/
+6
2017-06-13
trace: rename enum_map functions
Jeremy Linton
3
-40
/
+40
2017-06-13
trace: rename trace.c enum functions
Jeremy Linton
1
-6
/
+6
2017-06-13
trace: rename trace_enum_mutex to trace_eval_mutex
Jeremy Linton
1
-7
/
+7
2017-06-13
trace: rename trace enum data structures in trace.c
Jeremy Linton
1
-26
/
+26
2017-06-13
trace: rename struct module entry for trace enums
Jeremy Linton
1
-3
/
+3
2017-06-13
trace: rename trace_enum_map to trace_eval_map
Jeremy Linton
3
-21
/
+21
2017-06-13
trace: rename kernel enum section to eval
Jeremy Linton
1
-4
/
+4
2017-06-13
tracing: Remove unused declaration of trace_stop_cmdline_recording
Joel Fernandes
1
-2
/
+0
2017-06-12
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
1
-1
/
+1
2017-06-10
bpf: avoid excessive stack usage for perf_sample_data
Daniel Borkmann
1
-4
/
+6
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-2
/
+2
2017-06-07
ftrace/kprobes: selftests: Check kretprobe maxactive is supported
Masami Hiramatsu
1
-1
/
+2
2017-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-06-04
perf, bpf: Add BPF support to all perf_event types
Alexei Starovoitov
1
-14
/
+8
2017-05-26
ftrace: Fix memory leak in ftrace_graph_release()
Luis Henriques
1
-1
/
+1
2017-05-20
Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-4
/
+52
2017-05-20
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2017-05-19
blktrace: fix integer parse
Shaohua Li
1
-2
/
+2
2017-05-18
tracing: Make sure RCU is watching before calling a stack trace
Steven Rostedt (VMware)
1
-1
/
+30
2017-05-17
ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stub
Steven Rostedt (VMware)
2
-2
/
+4
2017-05-17
ftrace/instances: Clear function triggers when removing instances
Naveen N. Rao
3
-0
/
+12
2017-05-17
ftrace: Simplify glob handling in unregister_ftrace_function_probe_func()
Naveen N. Rao
1
-2
/
+2
2017-05-17
tracing/kprobes: Enforce kprobes teardown after testing
Thomas Gleixner
1
-0
/
+5
2017-05-17
tracing: Move postpone selftests to core from early_initcall
Steven Rostedt
1
-1
/
+1
2017-05-10
Merge tag 'trace-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-2
/
+3
2017-05-08
Merge tag 'trace-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2
-12
/
+10
2017-05-08
tracing: Use cpumask_available() to check if cpumask variable may be used
Matthias Kaehlcke
1
-2
/
+3
2017-05-08
trace: make trace_hwlat timestamp y2038 safe
Deepa Dinamani
3
-15
/
+14
2017-05-03
ftrace: Simplify ftrace_match_record() even more
Steven Rostedt (VMware)
1
-11
/
+9
2017-05-03
ftrace: Remove an unneeded condition
Dan Carpenter
1
-1
/
+1
2017-05-03
tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
Amey Telawane
1
-1
/
+1
[prev]
[next]