aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2020-06-24bpf: Allow tracing programs to use bpf_jiffies64() helperGravatar Yonghong Song 1-0/+2
2020-06-24bpf: Support 'X' in bpf_seq_printf() helperGravatar Yonghong Song 1-1/+2
2020-06-24block: create the request_queue debugfs_dir on registrationGravatar Luis Chamberlain 1-32/+26
2020-06-24blktrace: ensure our debugfs dir existsGravatar Luis Chamberlain 1-0/+12
2020-06-24blktrace: fix debugfs use after freeGravatar Luis Chamberlain 1-6/+12
2020-06-24blktrace: annotate required lock on do_blk_trace_setup()Gravatar Luis Chamberlain 1-0/+2
2020-06-23tracing/boottime: Fix kprobe multiple eventsGravatar Sascha Ortmann 1-2/+6
2020-06-23tracing: Fix event trigger to accept redundant spacesGravatar Masami Hiramatsu 1-2/+19
2020-06-23tracing/boot: Fix config dependency for synthedic eventGravatar Masami Hiramatsu 1-1/+1
2020-06-23Merge up to bpf_probe_read_kernel_str() fix into bpf-nextGravatar Alexei Starovoitov 1-1/+1
2020-06-23ring-buffer: Zero out time extend if it is nested and not absoluteGravatar Steven Rostedt (VMware) 1-1/+1
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 7-14/+40
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-10/+20
2020-06-18Merge branch 'hch' (maccess patches from Christoph Hellwig)Gravatar Linus Torvalds 2-7/+7
2020-06-17ftrace: Fix maybe-uninitialized compiler warningGravatar Kaitao Cheng 1-2/+10
2020-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-1/+1
2020-06-17maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultGravatar Christoph Hellwig 2-3/+3
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultGravatar Christoph Hellwig 2-4/+4
2020-06-17bpf: bpf_probe_read_kernel_str() has to return amount of data read on successGravatar Andrii Nakryiko 1-1/+1
2020-06-17blktrace: Avoid sparse warnings when assigning q->blk_traceGravatar Jan Kara 1-11/+8
2020-06-17blktrace: break out of blktrace setup on concurrent callsGravatar Luis Chamberlain 1-0/+13
2020-06-16tracing: Remove unused event variable in tracing_iter_resetGravatar YangHui 1-2/+1
2020-06-16tracing/probe: Fix memleak in fetch_op_data operationsGravatar Vamshi K Sthambamkadi 1-2/+2
2020-06-16trace: Fix typo in allocate_ftrace_ops()'s commentGravatar Wei Yang 1-1/+1
2020-06-16tracing: Make ftrace packed events have align of 1Gravatar Steven Rostedt (VMware) 3-7/+26
2020-06-15tracing/probe: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-06-15ftrace: Add perf text poke events for ftrace trampolinesGravatar Adrian Hunter 1-0/+14
2020-06-15ftrace: Add perf ksymbol events for ftrace trampolinesGravatar Adrian Hunter 1-2/+12
2020-06-15ftrace: Add symbols for ftrace trampolinesGravatar Adrian Hunter 1-2/+75
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 2-2/+2
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+5
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+3
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-22/+14
2020-06-11Rebase locking/kcsan to locking/urgentGravatar Thomas Gleixner 1-0/+3
2020-06-11x86/entry: Rename trace_hardirqs_off_prepare()Gravatar Peter Zijlstra 1-5/+5
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-3/+2
2020-06-09tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesGravatar Jean-Philippe Brucker 2-2/+2
2020-06-09Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 10-1814/+2157
2020-06-09maccess: always use strict semantics for probe_kernel_readGravatar Christoph Hellwig 2-3/+3
2020-06-09tracing/kprobes: handle mixed kernel/userspace probes betterGravatar Christoph Hellwig 1-29/+43
2020-06-09bpf: rework the compat kernel probe handlingGravatar Christoph Hellwig 1-42/+67
2020-06-09bpf:bpf_seq_printf(): handle potentially unsafe format string betterGravatar Andrew Morton 1-3/+5
2020-06-09bpf: handle the compat string in bpf_trace_copy_string betterGravatar Christoph Hellwig 1-2/+5
2020-06-09bpf: factor out a bpf_trace_copy_string helperGravatar Christoph Hellwig 1-18/+24
2020-06-09maccess: rename strnlen_unsafe_user to strnlen_user_nofaultGravatar Christoph Hellwig 1-1/+1
2020-06-09maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultGravatar Christoph Hellwig 1-2/+2
2020-06-09maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofaultGravatar Christoph Hellwig 2-3/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-2/+2
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Gravatar Dmitry Safonov 1-4/+4
2020-06-08trace: fix an incorrect __user annotation on stack_trace_sysctlGravatar Christoph Hellwig 1-3/+2