summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-06-207-14/+40
|\
| * ftrace: Fix maybe-uninitialized compiler warningKaitao Cheng2020-06-171-2/+10
| * tracing: Remove unused event variable in tracing_iter_resetYangHui2020-06-171-2/+1
| * tracing/probe: Fix memleak in fetch_op_data operationsVamshi K Sthambamkadi2020-06-171-2/+2
| * trace: Fix typo in allocate_ftrace_ops()'s commentWei Yang2020-06-171-1/+1
| * tracing: Make ftrace packed events have align of 1Steven Rostedt (VMware)2020-06-173-7/+26
* | Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-191-10/+20
|\ \
| * | blktrace: Avoid sparse warnings when assigning q->blk_traceJan Kara2020-06-171-11/+8
| * | blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain2020-06-171-0/+13
| |/
* | Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds2020-06-182-7/+7
|\ \
| * | maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig2020-06-172-3/+3
| * | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-172-4/+4
| |/
* / tracing/probe: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-161-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-142-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-121-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-121-22/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni2020-06-051-15/+4
| * | | | blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni2020-06-051-1/+1
| * | | | blktrace: use errno instead of bi_statusChaitanya Kulkarni2020-06-051-3/+6
| * | | | block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig2020-06-051-3/+3
* | | | | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-111-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-061-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-201-1/+1
| * | | | | | ftrace: show debugging information when panic_on_warn setCheng Jian2020-05-201-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-042-7/+236
|\ \ \ \ \ \
| * | | | | | bpf: Use tracing helpers for lsm programsJiri Olsa2020-06-021-1/+1
| * | | | | | bpf: Use strncpy_from_unsafe_strict() in bpf_seq_printf() helperYonghong Song2020-06-011-3/+3