summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-301-6/+4
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-281-6/+4
| |\
| | * bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logicAndrii Nakryiko2024-05-251-2/+0
| | * bpf: fix multi-uprobe PID filtering logicAndrii Nakryiko2024-05-251-4/+4
* | | tracing/probes: fix error check in parse_btf_field()Carlos López2024-05-271-0/+4
* | | uprobes: prevent mutex_lock() under rcu_read_lock()Andrii Nakryiko2024-05-241-5/+9
|/ /
* | Merge tag 'trace-fixes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-233-13/+15
|\ \
| * | rv: Update rv_en(dis)able_monitor doc to match kernel-docYang Li2024-05-221-0/+2
| * | tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson2024-05-221-0/+1
| * | ring-buffer: Fix a race between readers and resize checksPetr Pavlu2024-05-221-0/+9
| * | ring-buffer: Correct stale comments related to non-consuming readersPetr Pavlu2024-05-221-13/+3
| |/
* | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-231-1/+1
* | Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-191-2/+1
|\ \ | |/ |/|
| * blktrace: convert strncpy() to strscpy_pad()Arnd Bergmann2024-04-261-2/+1
* | Merge tag 'trace-user-events-v6.10' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-181-1/+75
|\ \
| * | tracing/user_events: Fix non-spaced field matchingBeau Belgrave2024-05-131-1/+75
* | | Merge tag 'trace-ringbuffer-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-183-16/+560
|\ \ \
| * | | ring-buffer: Add cast to unsigned long addr passed to virt_to_page()Steven Rostedt (Google)2024-05-151-1/+1
| * | | ring-buffer: Have mmapped ring buffer keep track of missed eventsSteven Rostedt (Google)2024-05-141-6/+47
| * | | tracing: Allow user-space mapping of the ring-bufferVincent Donnefort2024-05-142-5/+100
| * | | ring-buffer: Introducing ring-buffer mapping functionsVincent Donnefort2024-05-141-3/+411
| * | | ring-buffer: Allocate sub-buffers with __GFP_COMPVincent Donnefort2024-05-141-3/+3
| |/ /
* | | Merge tag 'trace-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2024-05-183-45/+36
|\ \ \
| * | | ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian2024-05-141-16/+23
| * | | ftrace: Remove unused global 'ftrace_direct_func_count'Dr. David Alan Gilbert2024-05-142-12/+0
| * | | ftrace: Remove unused list 'ftrace_direct_funcs'Dr. David Alan Gilbert2024-05-141-8/+0
| * | | tracing: Improve benchmark test performance by using do_div()Thorsten Blum2024-05-141-1/+1
| * | | ftrace: Use asynchronous grace period for register_ftrace_direct()Paul E. McKenney2024-05-141-4/+9
| * | | ftrace: Replaces simple_strtoul in ftraceYuran Pereira2024-05-141-4/+3
| |/ /
* | | Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-05-189-46/+154
|\ \ \
| * | | kprobe/ftrace: bail out if ftrace was killedStephen Brennan2024-05-161-0/+1
| * | | rethook: honor CONFIG_FTRACE_VALIDATE_RCU_IS_WATCHING in rethook_try_get()Andrii Nakryiko2024-05-011-0/+2
| * | | ftrace: make extra rcu_is_watching() validation check optionalAndrii Nakryiko2024-05-011-0/+13
| * | | rethook: Remove warning messages printed for finding return address of a frame.Kui-Feng Lee2024-05-011-1/+1
| * | | tracing/probes: support '%pD' type for print struct file's nameYe Bin2024-05-012-23/+36
| * | | tracing/probes: support '%pd' type for print struct dentry's nameYe Bin2024-05-015-1/+65
| * | | uprobes: add speculative lockless system-wide uprobe filter checkAndrii Nakryiko2024-05-011-3/+7
| * | | uprobes: prepare uprobe args buffer lazilyAndrii Nakryiko2024-05-011-21/+28
| * | | uprobes: encapsulate preparation of uprobe args bufferAndrii Nakryiko2024-05-011-37/+41
| | |/ | |/|
* | | Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-182-2/+0
|\ \ \
| * | | ftrace: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-242-2/+0
* | | | Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-151-1/+19
|\ \ \ \
| * | | | kprobes: remove dependency on CONFIG_MODULESMike Rapoport (IBM)2024-05-141-1/+19
* | | | | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-152-40/+124
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-141-14/+92
| |\ \ \ \
| | * | | | bpf: Add support for kprobe session cookieJiri Olsa2024-04-301-3/+16
| | * | | | bpf: Add support for kprobe session contextJiri Olsa2024-04-301-7/+60
| | * | | | bpf: Add support for kprobe session attachJiri Olsa2024-04-301-8/+20
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-092-1/+13
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-291-4/+0
| |\ \ \ \