summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov-4/+4
2020-06-08trace: fix an incorrect __user annotation on stack_trace_sysctlChristoph Hellwig-3/+2
2020-06-05tracing: Remove obsolete PREEMPTIRQ_EVENTS kconfig optionMel Gorman-9/+0
2020-06-04blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni-15/+4
2020-06-04blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni-1/+1
2020-06-04blktrace: use errno instead of bi_statusChaitanya Kulkarni-3/+6
2020-06-04block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig-3/+3
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-7/+236
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-10/+1
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+39
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-12/+0
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel-12/+0
2020-06-01bpf: Use tracing helpers for lsm programsJiri Olsa-1/+1
2020-06-01bpf: Use strncpy_from_unsafe_strict() in bpf_seq_printf() helperYonghong Song-3/+3
2020-06-01bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko-0/+10
2020-06-01bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task*John Fastabend-5/+5
2020-06-01Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-24/+4
2020-06-01tracing: Add a trace print when traceoff_on_warning is triggeredSteven Rostedt (VMware)-1/+4
2020-06-01tracing: Move synthetic events to a separate fileTom Zanussi-1786/+1847
2020-06-01tracing: Add hist_debug trace event files for histogram debuggingTom Zanussi-0/+301
2020-06-01tracing: Check state.disabled in synth event trace functionsTom Zanussi-16/+3
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar-101/+152
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig-1/+0
2020-05-20fs: make the pipe_buf_operations ->steal operation optionalChristoph Hellwig-1/+0
2020-05-20trace: remove tracing_pipe_buf_opsChristoph Hellwig-8/+1
2020-05-19tracing/probe: reverse arguments to list_addJulia Lawall-1/+1
2020-05-19ftrace: show debugging information when panic_on_warn setCheng Jian-4/+4
2020-05-19sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exceptionPeter Zijlstra-10/+0
2020-05-19Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner-24/+65
2020-05-19lockdep: Prepare for noinstr sectionsPeter Zijlstra-0/+2
2020-05-19tracing: Provide lockdep less trace_hardirqs_on/off() variantsThomas Gleixner-0/+37
2020-05-16blktrace: Report pid with note messagesJan Kara-2/+2
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-98/+141
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-34/+66
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov-0/+3
2020-05-15bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann-32/+62
2020-05-15bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann-2/+4
2020-05-14Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-43/+13
2020-05-14ring-buffer: Remove all BUG() callsSteven Rostedt (VMware)-6/+6
2020-05-14ring-buffer: Don't deactivate the ring buffer on failed iterator readsSteven Rostedt (VMware)-15/+7
2020-05-12x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)-22/+0
2020-05-12Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-2/+10
2020-05-11tracing: Wait for preempt irq delay thread to executeSteven Rostedt (VMware)-2/+10
2020-05-09bpf: Add bpf_seq_printf and bpf_seq_write helpersYonghong Song-0/+214
2020-05-09Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds-1/+0
2020-05-07tracing: Make tracing_snapshot_instance_cond() staticZou Wei-1/+2
2020-05-07tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)-0/+13
2020-05-07tracing: Wait for preempt irq delay thread to finishSteven Rostedt (VMware)-6/+24