Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID | KP Singh | 2020-11-06 | 1 | -0/+16 | |
* | | | | | | | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-12-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'linus' into sched/core, to resolve semantic conflict | Ingo Molnar | 2020-11-27 | 6 | -31/+97 | |
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| * | | | | | | | irq_work: Cleanup | Peter Zijlstra | 2020-11-24 | 1 | -1/+1 | |
* | | | | | | | | Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-12-15 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'linus' into perf/kprobes | Ingo Molnar | 2020-11-07 | 19 | -355/+1057 | |
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'linus' into perf/kprobes | Ingo Molnar | 2020-11-07 | 19 | -114/+146 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | kprobes: Remove kretprobe hash | Peter Zijlstra | 2020-10-12 | 1 | -1/+2 | |
* | | | | | | | | | | Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-12-15 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| * | | | | | | | | | tracepoints: Migrate to use SYSCALL_WORK flag | Gabriel Krisman Bertazi | 2020-11-16 | 1 | -4/+4 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers | Andrii Nakryiko | 2020-12-11 | 1 | -2/+2 | |
* | | | | | | | | | Merge tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-12-07 | 1 | -5/+8 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | tracing: Fix userstacktrace option for instances | Steven Rostedt (VMware) | 2020-12-04 | 1 | -5/+8 | |
* | | | | | | | | | Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-12-02 | 5 | -15/+33 | |
|\| | | | | | | | | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | ring-buffer: Always check to put back before stamp when crossing pages | Steven Rostedt (VMware) | 2020-12-01 | 1 | -8/+6 | |
| * | | | | | | | ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependency | Naveen N. Rao | 2020-12-01 | 1 | -1/+1 | |
| * | | | | | | | ftrace: Fix updating FTRACE_FL_TRAMP | Naveen N. Rao | 2020-12-01 | 1 | -1/+21 | |
| * | | | | | | | tracing: Fix alignment of static buffer | Minchan Kim | 2020-12-01 | 1 | -1/+1 | |
| * | | | | | | | tracing: Remove WARN_ON in start_thread() | Vasily Averin | 2020-12-01 | 1 | -1/+1 | |
| * | | | | | | | ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next() | Andrea Righi | 2020-11-30 | 1 | -3/+3 | |
| * | | | | | | | ring-buffer: Update write stamp with the correct ts | Steven Rostedt (VMware) | 2020-11-30 | 1 | -1/+1 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | lib/strncpy_from_user.c: Mask out bytes after NUL terminator. | Daniel Xu | 2020-11-19 | 1 | -0/+10 | |
* | | | | | | | bpf: Fix passing zero to PTR_ERR() in bpf_btf_printf_prepare | Wang Qing | 2020-11-09 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | tracing: Make -ENOMEM the default error for parse_synth_field() | Steven Rostedt (VMware) | 2020-11-02 | 1 | -10/+7 | |
* | | | | | | ring-buffer: Fix recursion protection transitions between interrupt context | Steven Rostedt (VMware) | 2020-11-02 | 1 | -12/+46 | |
* | | | | | | tracing: Fix the checking of stackidx in __ftrace_trace_stack | Qiujun Huang | 2020-11-02 | 1 | -2/+2 | |
* | | | | | | ftrace: Handle tracing when switching between context | Steven Rostedt (VMware) | 2020-11-02 | 2 | -4/+28 | |
* | | | | | | ftrace: Fix recursion check for NMI test | Steven Rostedt (VMware) | 2020-11-02 | 1 | -1/+2 | |
* | | | | | | tracing: Fix out of bounds write in get_trace_buf | Qiujun Huang | 2020-11-02 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-10-28 | 1 | -14/+22 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | tracing, synthetic events: Replace buggy strcat() with seq_buf operations | Steven Rostedt (VMware) | 2020-10-27 | 1 | -14/+22 | |
* | | | | | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 2020-10-25 | 2 | -2/+2 | |
* | | | | | Merge tag 'trace-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds | 2020-10-24 | 1 | -5/+5 | |
|\| | | | | |_|_|/ |/| | | | ||||||
| * | | | ring-buffer: Update the description for ring_buffer_wait | Qiujun Huang | 2020-10-22 | 1 | -1/+1 | |
| * | | | ring-buffer: Return 0 on success from ring_buffer_resize() | Qiujun Huang | 2020-10-22 | 1 | -4/+4 | |
* | | | | Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds | 2020-10-16 | 1 | -1/+1 | |
|\| | | | ||||||
| * | | | tracing: Remove __init from __trace_early_add_new_event() | Masami Hiramatsu | 2020-10-16 | 1 | -1/+1 | |
* | | | | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2020-10-16 | 1 | -7/+165 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2020-10-13 | 1 | -0/+6 | |
| |\ \ \ \ | ||||||
| | * | | | | bpf: Fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=n | Yonghong Song | 2020-10-07 | 1 | -0/+2 | |
| | * | | | | bpf: Introducte bpf_this_cpu_ptr() | Hao Luo | 2020-10-03 | 1 | -0/+2 | |
| | * | | | | bpf: Introduce bpf_per_cpu_ptr() | Hao Luo | 2020-10-03 | 1 | -0/+2 | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-10-06 | 2 | -8/+8 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | bpf: Add bpf_seq_printf_btf helper | Alan Maguire | 2020-09-29 | 1 | -0/+33 | |
| * | | | | | bpf: Add bpf_snprintf_btf helper | Alan Maguire | 2020-09-29 | 1 | -0/+65 | |
| * | | | | | bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint | Song Liu | 2020-09-28 | 1 | -0/+1 | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-09-23 | 1 | -10/+13 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | selftests/bpf: Fix stat probe in d_path test | Jiri Olsa | 2020-09-22 | 1 | -0/+8 | |
| | * | | | | | bpf: Allow specifying a BTF ID per argument in function protos | Lorenz Bauer | 2020-09-22 | 1 | -10/+5 | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-09-23 | 5 | -30/+31 | |
| |\ \ \ \ \ \ |