aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 2-7/+236
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-10/+1
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+39
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-12/+0
2020-06-02mm: remove vmalloc_sync_(un)mappings()Gravatar Joerg Roedel 1-12/+0
2020-06-01bpf: Use tracing helpers for lsm programsGravatar Jiri Olsa 1-1/+1
2020-06-01bpf: Use strncpy_from_unsafe_strict() in bpf_seq_printf() helperGravatar Yonghong Song 1-3/+3
2020-06-01bpf: Implement BPF ring buffer and verifier support for itGravatar Andrii Nakryiko 1-0/+10
2020-06-01bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task*Gravatar John Fastabend 1-5/+5
2020-06-01Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-24/+4
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesGravatar Ingo Molnar 11-101/+152
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalGravatar Christoph Hellwig 1-1/+0
2020-05-20fs: make the pipe_buf_operations ->steal operation optionalGravatar Christoph Hellwig 1-1/+0
2020-05-20trace: remove tracing_pipe_buf_opsGravatar Christoph Hellwig 1-8/+1
2020-05-19sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exceptionGravatar Peter Zijlstra 1-10/+0
2020-05-19Merge tag 'noinstr-lds-2020-05-19' into core/rcuGravatar Thomas Gleixner 8-24/+65
2020-05-19lockdep: Prepare for noinstr sectionsGravatar Peter Zijlstra 1-0/+2
2020-05-19tracing: Provide lockdep less trace_hardirqs_on/off() variantsGravatar Thomas Gleixner 1-0/+37
2020-05-16blktrace: Report pid with note messagesGravatar Jan Kara 1-2/+2
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 8-98/+141
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-34/+66
2020-05-15bpf: Implement CAP_BPFGravatar Alexei Starovoitov 1-0/+3
2020-05-15bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierGravatar Daniel Borkmann 1-32/+62
2020-05-15bpf: Restrict bpf_probe_read{, str}() only to archs where they workGravatar Daniel Borkmann 1-2/+4
2020-05-14Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 2-43/+13
2020-05-14ring-buffer: Remove all BUG() callsGravatar Steven Rostedt (VMware) 1-6/+6
2020-05-14ring-buffer: Don't deactivate the ring buffer on failed iterator readsGravatar Steven Rostedt (VMware) 1-15/+7
2020-05-12x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upGravatar Steven Rostedt (VMware) 1-22/+0
2020-05-12Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-2/+10
2020-05-11tracing: Wait for preempt irq delay thread to executeGravatar Steven Rostedt (VMware) 1-2/+10
2020-05-09bpf: Add bpf_seq_printf and bpf_seq_write helpersGravatar Yonghong Song 1-0/+214
2020-05-09Stop the ad-hoc games with -Wno-maybe-initializedGravatar Linus Torvalds 1-1/+0
2020-05-07tracing: Make tracing_snapshot_instance_cond() staticGravatar Zou Wei 1-1/+2
2020-05-07tracing: Add a vmalloc_sync_mappings() for safe measureGravatar Steven Rostedt (VMware) 1-0/+13
2020-05-07tracing: Wait for preempt irq delay thread to finishGravatar Steven Rostedt (VMware) 1-6/+24
2020-05-06tracing/kprobes: Reject new event if loc is NULLGravatar Masami Hiramatsu 1-0/+6
2020-05-06tracing/boottime: Fix kprobe event API usageGravatar Masami Hiramatsu 1-12/+8
2020-05-06tracing/kprobes: Fix a double initialization typoGravatar Masami Hiramatsu 1-1/+1
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Gravatar Daniel Borkmann 1-1/+1
2020-04-27ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync()Gravatar Paul E. McKenney 2-14/+4
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-1/+1
2020-04-26bpf: add bpf_ktime_get_boot_ns()Gravatar Maciej Żenczykowski 1-0/+2
2020-04-22tracing: Convert local functions in tracing_map.c to staticGravatar Jason Yan 1-3/+3
2020-04-22ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire...Gravatar Steven Rostedt (VMware) 1-0/+1
2020-04-22tracing: Fix memory leaks in trace_events_hist.cGravatar Vamshi K Sthambamkadi 1-0/+7
2020-04-22Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...Gravatar Ingo Molnar 1-1/+1
2020-04-16trace/bpf_trace: Open access for CAP_PERFMON privileged processGravatar Alexey Budankov 1-1/+1
2020-04-14tracing: Fix the race between registering 'snapshot' event trigger and trigge...Gravatar Xiao Yang 1-7/+3