summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2024-11-01fgraph: Change the name of cpuhp state to "fgraph:online"Steven Rostedt
2024-11-01fgraph: Fix missing unlock in register_ftrace_graph()Li Huafei
2024-11-01bpf,perf: Fix perf_event_detach_bpf_prog error handlingJiri Olsa
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-11-01tracing: Consider the NULL character when validating the event lengthLeo Yan
2024-11-01tracing/probes: Fix MAX_TRACE_ARGS limit handlingMikel Rychliski
2024-11-01uprobe: avoid out-of-bounds memory access of fetching argsQiao Ma
2024-11-01fgraph: Allocate ret_stack_list with proper sizeSteven Rostedt
2024-11-01ring-buffer: Fix reader locking when changing the sub buffer orderPetr Pavlu
2024-11-01bpf: Fix unpopulated path_size when uprobe_multi fields unsetTyrone Wu
2024-10-22fgraph: Use CPU hotplug mechanism to initialize idle shadow stacksSteven Rostedt
2024-10-10tracing/timerlat: Fix duplicated kthread creation due to CPU online/offlineWei Li
2024-10-10tracing/timerlat: Fix a race during cpuhp processingWei Li
2024-10-10tracing/timerlat: Drop interface_lock in stop_kthread()Wei Li
2024-10-10tracing/hwlat: Fix a race during cpuhp processingWei Li
2024-10-04bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()Oleg Nesterov
2024-10-04bpf: Fix helper writes to read-only mapsDaniel Borkmann
2024-09-09tracing: Drop unused helper function to fix the buildAndy Shevchenko
2024-09-09tracing/osnoise: Fix build when timerlat is not enabledSteven Rostedt
2024-09-05tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthre...Steven Rostedt
2024-09-05tracing/timerlat: Only clear timer if a kthread existsSteven Rostedt
2024-09-05tracing/osnoise: Use a cpumask to know what threads are kthreadsSteven Rostedt
2024-09-05tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian
2024-08-21tracing: Fix memory leak in fgraph storage selftestMasami Hiramatsu (Google)
2024-08-21tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subo...Masami Hiramatsu (Google)
2024-08-09tracing: Return from tracing_buffers_read() if the file has been closedSteven Rostedt
2024-08-07ring-buffer: Remove unused function ring_buffer_nr_pages()Jianhui Zhou
2024-08-07tracing: Fix overflow in get_free_elt()Tze-nan Wu
2024-08-07function_graph: Fix the ret_stack used by ftrace_graph_ret_addr()Petr Pavlu
2024-08-07tracing: Use refcount for trace_event_file reference counterSteven Rostedt
2024-08-07tracing: Have format file honor EVENT_FILE_FL_FREEDSteven Rostedt
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-07-18Merge tag 'trace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2024-07-18Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-07-15trace/pid_list: Change gfp flags in pid_list_fill_irq()levi.yun
2024-07-10tracing/kprobes: Fix build error when find_module() is not availableMasami Hiramatsu (Google)
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-07-06tracing/kprobes: Add symbol counting check when module loadsMasami Hiramatsu (Google)
2024-07-03ftrace: unpoison ftrace_regs in ftrace_ops_list_func()Ilya Leoshkevich
2024-07-01fgraph: Use str_plural() in test_graph_storage_single()Jiapeng Chong
2024-07-01rtla/osnoise: set the default threshold to 1usLuis Claudio R. Goncalves
2024-06-27kallsyms: rework symbol lookup return codesArnd Bergmann
2024-06-21bpf: Change bpf_session_cookie return value to __u64 *Jiri Olsa
2024-06-14function_graph: Add READ_ONCE() when accessing fgraph_array[]Steven Rostedt (Google)
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu
2024-06-12bpf: Make bpf_session_cookie() kfunc return long *Daniel Xu
2024-06-12tracing/kprobe: Remove cleanup code unrelated to selftestMasami Hiramatsu (Google)