Age | Commit message (Expand) | Author |
2023-02-15 | Merge tag 'trace-v6.2-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-02-12 | tracing: Make trace_define_field_ext() static | Steven Rostedt (Google) |
2023-02-12 | Merge tag 'trace-v6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2023-02-12 | tracing: Fix TASK_COMM_LEN in trace event format file | Yafang Shao |
2023-02-07 | Merge tag 'trace-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2023-02-02 | Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-02-02 | tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_... | Shiju Jose |
2023-01-25 | rv: remove redundant initialization of pointer ptr | Colin Ian King |
2023-01-25 | tracing/filter: fix kernel-doc warnings | Randy Dunlap |
2023-01-24 | trace_events_hist: add check for return value of 'create_hist_field' | Natalia Petrova |
2023-01-24 | tracing/osnoise: Use built-in RCU list checking | Chuang Wang |
2023-01-24 | tracing: Kconfig: Fix spelling/grammar/punctuation | Randy Dunlap |
2023-01-24 | tracing: Make sure trace_printk() can output as soon as it can be used | Steven Rostedt (Google) |
2023-01-24 | ftrace: Export ftrace_free_filter() to modules | Mark Rutland |
2023-01-18 | bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpers | Yonghong Song |
2023-01-06 | bpf: Skip task with pid=1 in send_signal_common() | Hao Sun |
2022-12-21 | Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds |
2022-12-21 | Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-12-20 | rv/monitors: Move monitor structure in rodata | Alessandro Carminati |
2022-12-19 | Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2022-12-15 | Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace... | Linus Torvalds |
2022-12-15 | tracing/probes: Reject symbol/symstr type for uprobe | Masami Hiramatsu (Google) |
2022-12-15 | tracing/probes: Add symstr type for dynamic events | Masami Hiramatsu (Google) |
2022-12-14 | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-12-14 | tracing: Improve panic/die notifiers | Guilherme G. Piccoli |
2022-12-14 | ftrace: Prevent RCU stall on PREEMPT_VOLUNTARY kernels | Guilherme G. Piccoli |
2022-12-14 | tracing: Do not synchronize freeing of trigger filter on boot up | Steven Rostedt (Google) |
2022-12-13 | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-12-13 | tracing: Have trigger filter parsing errors show up in error_log | Steven Rostedt (Google) |
2022-12-13 | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux | Linus Torvalds |
2022-12-12 | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2022-12-12 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2022-12-12 | tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_line | Yang Jihong |
2022-12-10 | tracing/osnoise: Add preempt and/or irq disabled options | Daniel Bristot de Oliveira |
2022-12-10 | tracing/osnoise: Add PANIC_ON_STOP option | Daniel Bristot de Oliveira |
2022-12-10 | tracing: Fix some checker warnings | David Howells |
2022-12-10 | tracing/osnoise: Make osnoise_options static | Daniel Bristot de Oliveira |
2022-12-10 | tracing: remove unnecessary trace_trigger ifdef | Ross Zwisler |
2022-12-10 | ring-buffer: Handle resize in early boot up | Steven Rostedt |
2022-12-10 | tracing/hist: Fix issue of losting command info in error_log | Zheng Yejian |
2022-12-10 | tracing: Fix issue of missing one synthetic field | Zheng Yejian |
2022-12-10 | tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx' | Zheng Yejian |
2022-12-10 | tracing/hist: Fix wrong return value in parse_action_params() | Zheng Yejian |
2022-12-09 | tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACE | Masami Hiramatsu (Google) |
2022-12-09 | tracing/probes: Handle system names with hyphens | Steven Rostedt (Google) |
2022-12-09 | trace/kprobe: remove duplicated calls of ring_buffer_event_data | Song Chen |
2022-12-09 | tracing: Add nohitcount option for suppressing display of raw hitcount | Masami Hiramatsu (Google) |
2022-12-09 | tracing: Add .graph suffix option to histogram value | Masami Hiramatsu (Google) |
2022-12-09 | tracing: Add .percent suffix option to histogram values | Masami Hiramatsu (Google) |
2022-12-09 | tracing: Allow multiple hitcount values in histograms | Tom Zanussi |