summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-132-2/+2
|\
| * tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker2020-06-092-2/+2
* | Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-131-5/+5
|\ \
| * | x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra2020-06-111-5/+5
* | | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-111-0/+3
|\ \ \
| * \ \ Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+3
| |\ \ \ | | |/ / | |/| |
| | * | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-1312-221/+788
| | |\ \
| | * | | kcsan, trace: Make KCSAN compatible with tracingMarco Elver2020-03-211-0/+3
* | | | | Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-111-22/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni2020-06-041-15/+4
| * | | | blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni2020-06-041-1/+1
| * | | | blktrace: use errno instead of bi_statusChaitanya Kulkarni2020-06-041-3/+6
| * | | | block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig2020-06-041-3/+3
* | | | | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-101-3/+2
|\ \ \ \ \
| * | | | | trace: fix an incorrect __user annotation on stack_trace_sysctlChristoph Hellwig2020-06-081-3/+2
* | | | | | Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-06-0910-1814/+2157
|\ \ \ \ \ \
| * | | | | | tracing: Remove obsolete PREEMPTIRQ_EVENTS kconfig optionMel Gorman2020-06-051-9/+0
| * | | | | | tracing: Add a trace print when traceoff_on_warning is triggeredSteven Rostedt (VMware)2020-06-011-1/+4
| * | | | | | tracing: Move synthetic events to a separate fileTom Zanussi2020-06-015-1786/+1847
| * | | | | | tracing: Add hist_debug trace event files for histogram debuggingTom Zanussi2020-06-014-0/+301
| * | | | | | tracing: Check state.disabled in synth event trace functionsTom Zanussi2020-06-011-16/+3
| * | | | | | tracing/probe: reverse arguments to list_addJulia Lawall2020-05-191-1/+1
| * | | | | | ftrace: show debugging information when panic_on_warn setCheng Jian2020-05-191-4/+4
* | | | | | | maccess: always use strict semantics for probe_kernel_readChristoph Hellwig2020-06-092-3/+3
* | | | | | | tracing/kprobes: handle mixed kernel/userspace probes betterChristoph Hellwig2020-06-091-29/+43
* | | | | | | bpf: rework the compat kernel probe handlingChristoph Hellwig2020-06-091-42/+67
* | | | | | | bpf:bpf_seq_printf(): handle potentially unsafe format string betterAndrew Morton2020-06-091-3/+5
* | | | | | | bpf: handle the compat string in bpf_trace_copy_string betterChristoph Hellwig2020-06-091-2/+5
* | | | | | | bpf: factor out a bpf_trace_copy_string helperChristoph Hellwig2020-06-091-18/+24
* | | | | | | maccess: rename strnlen_unsafe_user to strnlen_user_nofaultChristoph Hellwig2020-06-091-1/+1
* | | | | | | maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig2020-06-091-2/+2
* | | | | | | maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofaultChristoph Hellwig2020-06-092-3/+3
* | | | | | | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* | | | | | | 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
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |