summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+1
2024-05-17Merge tag 'trace-user-events-v6.10' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+75
2024-05-17Merge tag 'trace-ringbuffer-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-16/+560
2024-05-17Merge tag 'trace-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-45/+36
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-46/+154
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+0
2024-05-16kprobe/ftrace: bail out if ftrace was killedStephen Brennan-0/+1
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+19
2024-05-15ring-buffer: Add cast to unsigned long addr passed to virt_to_page()Steven Rostedt (Google)-1/+1
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-40/+124
2024-05-14ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian-16/+23
2024-05-14kprobes: remove dependency on CONFIG_MODULESMike Rapoport (IBM)-1/+19
2024-05-14ftrace: Remove unused global 'ftrace_direct_func_count'Dr. David Alan Gilbert-12/+0
2024-05-14ftrace: Remove unused list 'ftrace_direct_funcs'Dr. David Alan Gilbert-8/+0
2024-05-13tracing: Improve benchmark test performance by using do_div()Thorsten Blum-1/+1
2024-05-13ring-buffer: Have mmapped ring buffer keep track of missed eventsSteven Rostedt (Google)-6/+47
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-14/+92
2024-05-13ftrace: Use asynchronous grace period for register_ftrace_direct()Paul E. McKenney-4/+9
2024-05-13ftrace: Replaces simple_strtoul in ftraceYuran Pereira-4/+3
2024-05-13tracing: Allow user-space mapping of the ring-bufferVincent Donnefort-5/+100
2024-05-13ring-buffer: Introducing ring-buffer mapping functionsVincent Donnefort-3/+411
2024-05-13ring-buffer: Allocate sub-buffers with __GFP_COMPVincent Donnefort-3/+3
2024-05-13Merge tag 'rcu.next.v6.10' of https://github.com/urezki/linuxLinus Torvalds-4/+3
2024-05-13tracing/user_events: Fix non-spaced field matchingBeau Belgrave-1/+75
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+13
2024-05-05Merge tag 'probes-fixes-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2024-05-04eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)-0/+12
2024-05-01rethook: honor CONFIG_FTRACE_VALIDATE_RCU_IS_WATCHING in rethook_try_get()Andrii Nakryiko-0/+2
2024-05-01ftrace: make extra rcu_is_watching() validation check optionalAndrii Nakryiko-0/+13
2024-05-01rethook: Remove warning messages printed for finding return address of a frame.Kui-Feng Lee-1/+1
2024-05-01tracing/probes: support '%pD' type for print struct file's nameYe Bin-23/+36
2024-05-01tracing/probes: support '%pd' type for print struct dentry's nameYe Bin-1/+65
2024-05-01uprobes: add speculative lockless system-wide uprobe filter checkAndrii Nakryiko-3/+7
2024-05-01uprobes: prepare uprobe args buffer lazilyAndrii Nakryiko-21/+28
2024-05-01uprobes: encapsulate preparation of uprobe args bufferAndrii Nakryiko-37/+41
2024-04-30bpf: Add support for kprobe session cookieJiri Olsa-3/+16
2024-04-30bpf: Add support for kprobe session contextJiri Olsa-7/+60
2024-04-30bpf: Add support for kprobe session attachJiri Olsa-8/+20
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-4/+0
2024-04-29tracing/probes: Fix memory leak in traceprobe_parse_probe_arg_body()LuMingYin-1/+1
2024-04-25blktrace: convert strncpy() to strscpy_pad()Arnd Bergmann-2/+1
2024-04-24ftrace: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-2/+0
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+8
2024-04-12ftrace: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTIONPaul E. McKenney-2/+1
2024-04-11ring-buffer: Only update pages_touched when a new page is touchedSteven Rostedt (Google)-3/+3
2024-04-11tracing: hide unused ftrace_event_id_fopsArnd Bergmann-0/+4
2024-04-11tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entryPrasad Pandit-1/+1
2024-04-11tracing: Select new NEED_TASKS_RCU Kconfig optionPaul E. McKenney-2/+2
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+5
2024-04-04bpf: make bpf_get_branch_snapshot() architecture-agnosticAndrii Nakryiko-4/+0