summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov2020-06-091-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-032-7/+236
|\
| * bpf: Use tracing helpers for lsm programsJiri Olsa2020-06-011-1/+1
| * bpf: Use strncpy_from_unsafe_strict() in bpf_seq_printf() helperYonghong Song2020-06-011-3/+3
| * bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko2020-06-011-0/+10
| * bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task*John Fastabend2020-06-011-5/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-158-98/+141
| |\
| * | bpf: Implement CAP_BPFAlexei Starovoitov2020-05-151-0/+3
| * | bpf: Add bpf_seq_printf and bpf_seq_write helpersYonghong Song2020-05-091-0/+214
| * | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-281-1/+1
| |\ \
| | * | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
| * | | bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski2020-04-261-0/+2
* | | | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-031-10/+1
|\ \ \ \
| * | | | fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig2020-05-201-1/+0
| * | | | fs: make the pipe_buf_operations ->steal operation optionalChristoph Hellwig2020-05-201-1/+0
| * | | | trace: remove tracing_pipe_buf_opsChristoph Hellwig2020-05-201-8/+1
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-031-0/+39
|\ \ \ \
| * | | | lockdep: Prepare for noinstr sectionsPeter Zijlstra2020-05-191-0/+2
| * | | | tracing: Provide lockdep less trace_hardirqs_on/off() variantsThomas Gleixner2020-05-191-0/+37
* | | | | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-2/+2
|\ \ \ \ \
| * | | | | blktrace: Report pid with note messagesJan Kara2020-05-161-2/+2
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-12/+0
|\ \ \ \ \ \
| * | | | | | mm: remove vmalloc_sync_(un)mappings()Joerg Roedel2020-06-021-12/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-011-1/+1
|\ \ \ \ \ \
| * | | | | | Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar2020-05-2811-101/+152
| |\| | | | |
| * | | | | | Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...Ingo Molnar2020-04-221-1/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | trace/bpf_trace: Open access for CAP_PERFMON privileged processAlexey Budankov2020-04-161-1/+1
| | | |_|/ / | | |/| | |
* | | | | | Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-012-24/+4
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exceptionPeter Zijlstra2020-05-191-10/+0
| * | | | | Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner2020-05-198-24/+65
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync()Paul E. McKenney2020-04-272-14/+4
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-151-34/+66
|\ \ \ \ \
| * | | | | bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann2020-05-151-32/+62
| * | | | | bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann2020-05-151-2/+4
| | |_|_|/ | |/| | |
* | | | | Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-142-43/+13
|\ \ \ \ \
| * | | | | ring-buffer: Remove all BUG() callsSteven Rostedt (VMware)2020-05-141-6/+6
| * | | | | ring-buffer: Don't deactivate the ring buffer on failed iterator readsSteven Rostedt (VMware)2020-05-141-15/+7
| * | | | | x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)2020-05-121-22/+0
* | | | | | Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-121-2/+10
|\| | | | | | |_|_|/ / |/| | | |
| * | | | tracing: Wait for preempt irq delay thread to executeSteven Rostedt (VMware)2020-05-111-2/+10
* | | | | Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-091-1/+0
|/ / / /
* | | | tracing: Make tracing_snapshot_instance_cond() staticZou Wei2020-05-071-1/+2
* | | | tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)2020-05-071-0/+13
* | | | tracing: Wait for preempt irq delay thread to finishSteven Rostedt (VMware)2020-05-071-6/+24
* | | | tracing/kprobes: Reject new event if loc is NULLMasami Hiramatsu2020-05-061-0/+6
* | | | tracing/boottime: Fix kprobe event API usageMasami Hiramatsu2020-05-061-12/+8
* | | | tracing/kprobes: Fix a double initialization typoMasami Hiramatsu2020-05-061-1/+1
|/ / /
* | | tracing: Convert local functions in tracing_map.c to staticJason Yan2020-04-221-3/+3
* | | ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire...Steven Rostedt (VMware)2020-04-221-0/+1
* | | tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi2020-04-221-0/+7
|/ /