| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | tracing: Fixup trace file header alignment | Steven Rostedt (VMware) | 2017-07-11 | 1 | -8/+17 |
| * | trace/kprobes: Sanitize derived event names | Naveen N. Rao | 2017-07-09 | 1 | -0/+9 |
| * | tracing: Attempt to record other information even if some fail | Joel Fernandes | 2017-07-07 | 1 | -8/+24 |
| * | tracing: Treat recording tgid for idle task as a success | Joel Fernandes | 2017-07-07 | 1 | -1/+5 |
| * | tracing: Treat recording comm for idle task as a success | Joel Fernandes | 2017-07-07 | 1 | -1/+5 |
| * | tracing: Add saved_tgids file to show cached pid to tgid mappings | Michael Sartain | 2017-07-06 | 1 | -0/+73 |
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-07-09 | 1 | -1/+1 |
|\ \ |
|
| * | | kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun... | Naveen N. Rao | 2017-07-08 | 1 | -1/+1 |
* | | | Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2017-07-07 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | ftrace/kprobes: selftests: Check kretprobe maxactive is supported | Masami Hiramatsu | 2017-06-07 | 1 | -1/+2 |
* | | | | Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2017-07-06 | 7 | -207/+734 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | ftrace: Test for NULL iter->tr in regex for stack_trace_filter changes | Steven Rostedt (VMware) | 2017-07-05 | 1 | -1/+1 |
| * | | | Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/core | Steven Rostedt (VMware) | 2017-07-05 | 4 | -5/+19 |
| |\ \ \ |
|
| * | | | | ftrace: Decrement count for dyn_ftrace_total_info for init functions | Steven Rostedt (VMware) | 2017-06-28 | 1 | -0/+1 |
| * | | | | ftrace: Unlock hash mutex on failed allocation in process_mod_list() | Steven Rostedt (VMware) | 2017-06-28 | 1 | -1/+2 |
| * | | | | tracing: Add support for display of tgid in trace output | Joel Fernandes | 2017-06-27 | 2 | -14/+31 |
| * | | | | tracing: Add support for recording tgid of tasks | Joel Fernandes | 2017-06-27 | 4 | -25/+201 |
| * | | | | ftrace: Decrement count for dyn_ftrace_total_info file | Steven Rostedt (VMware) | 2017-06-27 | 1 | -0/+1 |
| * | | | | ftrace: Remove unused function ftrace_arch_read_dyn_info() | Steven Rostedt (VMware) | 2017-06-27 | 1 | -18/+3 |
| * | | | | ftrace: Have cached module filters be an active filter | Steven Rostedt (VMware) | 2017-06-26 | 2 | -6/+21 |
| * | | | | ftrace: Implement cached modules tracing on module load | Steven Rostedt (VMware) | 2017-06-26 | 1 | -0/+93 |
| * | | | | ftrace: Have the cached module list show in set_ftrace_filter | Steven Rostedt (VMware) | 2017-06-26 | 1 | -12/+100 |
| * | | | | ftrace: Add :mod: caching infrastructure to trace_array | Steven Rostedt (VMware) | 2017-06-26 | 2 | -6/+148 |
| * | | | | tracing: Show address when function names are not found | Steven Rostedt (VMware) | 2017-06-22 | 1 | -4/+14 |
| * | | | | tracing: Rename update the enum_map file | Jeremy Linton | 2017-06-13 | 2 | -21/+21 |
| * | | | | tracing: Rename enum_replace to eval_replace | Jeremy Linton | 2017-06-13 | 1 | -6/+6 |
| * | | | | trace: rename enum_map functions | Jeremy Linton | 2017-06-13 | 3 | -40/+40 |
| * | | | | trace: rename trace.c enum functions | Jeremy Linton | 2017-06-13 | 1 | -6/+6 |
| * | | | | trace: rename trace_enum_mutex to trace_eval_mutex | Jeremy Linton | 2017-06-13 | 1 | -7/+7 |
| * | | | | trace: rename trace enum data structures in trace.c | Jeremy Linton | 2017-06-13 | 1 | -26/+26 |
| * | | | | trace: rename struct module entry for trace enums | Jeremy Linton | 2017-06-13 | 1 | -3/+3 |
| * | | | | trace: rename trace_enum_map to trace_eval_map | Jeremy Linton | 2017-06-13 | 3 | -21/+21 |
| * | | | | trace: rename kernel enum section to eval | Jeremy Linton | 2017-06-13 | 1 | -4/+4 |
| * | | | | tracing: Remove unused declaration of trace_stop_cmdline_recording | Joel Fernandes | 2017-06-13 | 1 | -2/+0 |
| | |/ /
| |/| | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-07-05 | 1 | -31/+35 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | bpf: extend bpf_trace_printk to support %i | John Fastabend | 2017-07-03 | 1 | -3/+4 |
| * | | | bpf: simplify narrower ctx access | Daniel Borkmann | 2017-07-03 | 1 | -19/+12 |
| * | | | bpf: possibly avoid extra masking for narrower load in verifier | Yonghong Song | 2017-06-23 | 1 | -6/+11 |
| * | | | bpf: permits narrower load from bpf program context fields | Yonghong Song | 2017-06-14 | 1 | -6/+15 |
| * | | | bpf: avoid excessive stack usage for perf_sample_data | Daniel Borkmann | 2017-06-10 | 1 | -4/+6 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-06 | 1 | -1/+1 |
| |\| | |
|
| * | | | perf, bpf: Add BPF support to all perf_event types | Alexei Starovoitov | 2017-06-04 | 1 | -14/+8 |
* | | | | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-07-03 | 1 | -2/+2 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'v4.12-rc5' into for-4.13/block | Jens Axboe | 2017-06-12 | 1 | -1/+1 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | block: switch bios to blk_status_t | Christoph Hellwig | 2017-06-09 | 1 | -2/+2 |
| | |/ /
| |/| | |
|
* | | | | tracing/kprobes: Allow to create probe with a module name starting with a digit | Sabrina Dubroca | 2017-06-29 | 1 | -9/+5 |
| |_|/
|/| | |
|
* | | | ftrace: Fix regression with module command in stack_trace_filter | Steven Rostedt (VMware) | 2017-06-29 | 4 | -5/+19 |
| |/
|/| |
|
* | | ftrace: Fix memory leak in ftrace_graph_release() | Luis Henriques | 2017-05-26 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-05-20 | 4 | -4/+52 |
|\ |
|
| * | tracing: Make sure RCU is watching before calling a stack trace | Steven Rostedt (VMware) | 2017-05-18 | 1 | -1/+30 |