summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
29 hoursbitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin
29 hourstracing/osnoise: Call synchronize_rcu() when unregisteringCrystal Wood
29 hourstracing/probes: Fix double addition of offset for @+FOFFSETMasami Hiramatsu (Google)
29 hoursbpf: Add missing access_ok call to copy_user_symsJiri Olsa
29 hoursring-buffer: Fix event length with forced 8-byte alignmentHui Wang
29 hourstracing: eprobe: read the complete FILTER_PTR_STRING pointerMartin Kaiser
29 hourstracing: probes: fix typo in a log messageMartin Kaiser
29 hourstracing: Bound synthetic-field strings with seq_bufPengpeng Hou
29 hourstracing: Prevent out-of-bounds read in glob matchingHuihui Huang
2026-07-04ftrace: Check against is_kernel_text() instead of kaslr_offset()Steven Rostedt
2026-07-04ftrace: Test mcount_loc addr before calling ftrace_call_addr()Steven Rostedt
2026-07-04ftrace: Do not over-allocate ftrace memoryGuenter Roeck
2026-07-04ftrace: Have ftrace pages output reflect freed pagesSteven Rostedt
2026-07-04ftrace: Update the mcount_loc check of skipped entriesSteven Rostedt
2026-07-04scripts/sorttable: Zero out weak functions in mcount_loc tableSteven Rostedt
2026-07-04ring-buffer: Remove ring_buffer_read_prepare_sync()Bjoern Doebel
2026-07-04bpf: Reject sleepable kprobe_multi programs at attach timeVarun R Mallya
2026-06-19tracing/probes: Point the error offset correctly for eprobe argument errorMasami Hiramatsu (Google)
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-05-23tracing: branch: Fix inverted check on stat tracer registrationBreno Leitao
2026-05-23tracing: Rebuild full_name on each hist_field_name() callPengpeng Hou
2026-05-17tracing/probes: Limit size of event probe to 3KSteven Rostedt
2026-04-27blktrace: fix __this_cpu_read/write in preemptible contextChaitanya Kulkarni
2026-04-27tracing/probe: reject non-closed empty immediate stringsPengpeng Hou
2026-04-02tracing: Fix potential deadlock in cpu hotplug with osnoiseLuo Haiyang
2026-04-02tracing: Switch trace_osnoise.c code over to use guard() and __free()Steven Rostedt
2026-03-25tracing: Add recursion protection in kernel stack trace recordingSteven Rostedt
2026-03-25tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2GCalvin Owens
2026-03-25tracing: Fix syscall events activation by ensuring refcount hits zeroHuiwen He
2026-03-25tracing: Add NULL pointer check to trigger_data_free()Guenter Roeck
2026-03-04tracing: Wake up poll waiters for hist files when removing an eventPetr Pavlu
2026-03-04tracing: Fix checking of freed trace_event_file for hist filesPetr Pavlu
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-30tracing: Fix crash on synthetic stacktrace field usageSteven Rostedt
2026-01-11tracing: Fix fixed array of synthetic eventSteven 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-01ftrace: Fix BPF fexit with livepatchSong Liu
2025-11-24tracing: Fix memory leaks in create_field_var()Zilin Guan
2025-11-24ftrace: 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