summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
31 hoursbitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin
31 hourstracing/probes: Fix double addition of offset for @+FOFFSETMasami Hiramatsu (Google)
31 hoursbpf: Add missing access_ok call to copy_user_symsJiri Olsa
31 hoursring-buffer: Fix event length with forced 8-byte alignmentHui Wang
31 hourstracing: eprobe: read the complete FILTER_PTR_STRING pointerMartin Kaiser
31 hourstracing: probes: fix typo in a log messageMartin Kaiser
31 hourstracing: Prevent out-of-bounds read in glob matchingHuihui Huang
2026-07-04ring-buffer: Remove ring_buffer_read_prepare_sync()Bjoern Doebel
2026-06-19tracing/probes: Limit size of event probe to 3KSteven Rostedt
2026-06-01tracing: Avoid NULL return from hist_field_name() on truncationDavid Carlier
2026-06-01tracing: Do not call map->ops->elt_free() if elt_alloc() failsMasami Hiramatsu (Google)
2026-06-01ring-buffer: Fix reporting of missed events in iteratorSteven Rostedt
2026-06-01tracing: branch: Fix inverted check on stat tracer registrationBreno Leitao
2026-06-01tracing: Rebuild full_name on each hist_field_name() callPengpeng Hou
2026-06-01tracing/probe: reject non-closed empty immediate stringsPengpeng Hou
2026-04-11tracing: Fix potential deadlock in cpu hotplug with osnoiseLuo Haiyang
2026-03-25tracing: Fix syscall events activation by ensuring refcount hits zeroHuiwen He
2026-03-25tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2GCalvin Owens
2026-03-25tracing: Add NULL pointer check to trigger_data_free()Guenter Roeck
2026-03-04tracing: Fix to set write permission to per-cpu buffer_size_kbMasami Hiramatsu (Google)
2026-03-04tracing: Fix false sharing in hwlat get_sample()Colin Lord
2026-03-04tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macrosSteven Rostedt
2026-03-04tracing: Properly process error handling in event_hist_trigger_parse()Miaoqian Lin
2026-03-04kallsyms/ftrace: set module buildid in ftrace_mod_address_lookup()Petr Mladek
2026-02-11ring-buffer: Avoid softlockup in ring_buffer_resize() during memory freeWupeng Ma
2026-02-11tracing: Fix ftrace event field alignmentsSteven Rostedt
2026-01-11tracing: Do not register unsupported perf eventsSteven Rostedt
2026-01-11ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()Song Liu
2025-12-07tracing: Fix memory leaks in create_field_var()Zilin Guan
2025-12-07ftrace: Fix softlockup in ftrace_module_enableVladimir Riabchun
2025-10-19tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen
2025-10-15bpf: Remove migrate_disable in kprobe_multi_link_prog_runTao Chen
2025-10-02minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds
2025-10-02tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)
2025-09-19tracing: Silence warning when chunk allocation fails in trace_pid_writePu Lehui
2025-09-19tracing: Fix tracing_marker may trigger page fault during preempt_disableLuo Gengkun
2025-09-19tracing: Do not add length to print format in synthetic eventsSteven Rostedt
2025-09-04ftrace: Fix potential warning in trace_printk_seq during ftrace_dumpTengda Wu
2025-08-28tracing: Limit access to parser->buffer when trace_get_user failedPu Lehui
2025-08-28tracing: Remove unneeded goto out logicSteven Rostedt
2025-08-28ftrace: Also allocate and copy hash for reading of filter filesSteven Rostedt
2025-08-15kernel: trace: preemptirq_delay_test: use offstack cpu maskArnd Bergmann
2025-07-24tracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt
2025-06-27ftrace: Fix UAF when lookup kallsym after ftrace disabledYe Bin
2025-06-27bpf: Fix WARN() in get_bpf_raw_tp_regsTao Chen
2025-06-27tracing: Fix error handling in event_trigger_parse()Miaoqian Lin
2025-06-27tracing: Rename event_trigger_alloc() to trigger_data_alloc()Steven Rostedt
2025-06-27tracing: Fix compilation warning on arm32Pan Taixi
2025-06-04tracing: Mark binary printing functions with __printf() attributeAndy Shevchenko
2025-05-22ftrace: Fix preemption accounting for stacktrace filter commandpengdonglin