summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2020-09-03blktrace: ensure our debugfs dir existsLuis Chamberlain
2020-08-21tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)
2020-08-21tracing/hwlat: Honor the tracing_cpumaskKevin Hao
2020-08-21ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou
2020-08-19ftrace: Fix ftrace_trace_task return valueJosef Bacik
2020-08-19tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)
2020-08-19blktrace: fix debugfs use after freeLuis Chamberlain
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-23tracing/boottime: Fix kprobe multiple eventsSascha Ortmann
2020-06-23tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu
2020-06-23tracing/boot: Fix config dependency for synthedic eventMasami Hiramatsu
2020-06-23ring-buffer: Zero out time extend if it is nested and not absoluteSteven Rostedt (VMware)
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-18Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds
2020-06-17ftrace: Fix maybe-uninitialized compiler warningKaitao Cheng
2020-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-17maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-17bpf: bpf_probe_read_kernel_str() has to return amount of data read on successAndrii Nakryiko
2020-06-17blktrace: Avoid sparse warnings when assigning q->blk_traceJan Kara
2020-06-17blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain
2020-06-16tracing: Remove unused event variable in tracing_iter_resetYangHui
2020-06-16tracing/probe: Fix memleak in fetch_op_data operationsVamshi K Sthambamkadi
2020-06-16trace: Fix typo in allocate_ftrace_ops()'s commentWei Yang
2020-06-16tracing: Make ftrace packed events have align of 1Steven Rostedt (VMware)
2020-06-15tracing/probe: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-06-11x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-06-09tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker
2020-06-09Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig
2020-06-09tracing/kprobes: handle mixed kernel/userspace probes betterChristoph Hellwig
2020-06-09bpf: rework the compat kernel probe handlingChristoph Hellwig
2020-06-09bpf:bpf_seq_printf(): handle potentially unsafe format string betterAndrew Morton
2020-06-09bpf: handle the compat string in bpf_trace_copy_string betterChristoph Hellwig
2020-06-09bpf: factor out a bpf_trace_copy_string helperChristoph Hellwig
2020-06-09maccess: rename strnlen_unsafe_user to strnlen_user_nofaultChristoph Hellwig
2020-06-09maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig
2020-06-09maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofaultChristoph Hellwig
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov
2020-06-08trace: fix an incorrect __user annotation on stack_trace_sysctlChristoph Hellwig
2020-06-05tracing: Remove obsolete PREEMPTIRQ_EVENTS kconfig optionMel Gorman
2020-06-04blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni