summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-12-09tracing/probes: Handle system names with hyphensSteven Rostedt (Google)
2022-12-09trace/kprobe: remove duplicated calls of ring_buffer_event_dataSong Chen
2022-12-09tracing: Add nohitcount option for suppressing display of raw hitcountMasami Hiramatsu (Google)
2022-12-09tracing: Add .graph suffix option to histogram valueMasami Hiramatsu (Google)
2022-12-09tracing: Add .percent suffix option to histogram valuesMasami Hiramatsu (Google)
2022-12-09tracing: Allow multiple hitcount values in histogramsTom Zanussi
2022-11-28tracing/user_events: Fix call print_fmt leakBeau Belgrave
2022-11-23ftrace: Avoid needless updates of the ftrace function callSteven Rostedt (Google)
2022-11-23tracing: Optimize event type allocation with IDAZheng Yejian
2022-11-23tracing: Make tracepoint_print_iter staticXiu Jianfeng
2022-11-23tracing/perf: Use strndup_user instead of kzalloc/strncpy_from_userChuang Wang
2022-11-23tracing/osnoise: Add OSNOISE_WORKLOAD optionDaniel Bristot de Oliveira
2022-11-23tracing/osnoise: Add osnoise/options fileDaniel Bristot de Oliveira
2022-11-23ring_buffer: Remove unused "event" parameterSong Chen
2022-11-23tracing: Add trace_trigger kernel command line optionSteven Rostedt (Google)
2022-11-23ftrace: Clean comments related to FTRACE_OPS_FL_PER_CPUZheng Yejian
2022-11-23tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)
2022-11-23tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)
2022-11-23tracing: Fix race where histograms can be called before the eventSteven Rostedt (Google)
2022-11-22tracing/osnoise: Fix duration typeDaniel Bristot de Oliveira
2022-11-22tracing/user_events: Fix memory leak in user_event_create()Xiu Jianfeng
2022-11-22tracing/hist: add in missing * in comment blocksColin Ian King
2022-11-20Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-11-20Merge tag 'trace-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-11-20tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)
2022-11-20Merge tag 'sched_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-11-20Merge tag 'perf_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-11-17tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian
2022-11-17tracing: Remove unused __bad_type_size() methodQiujun Huang
2022-11-18tracing/eprobe: Fix eprobe filter to make a filter correctlyMasami Hiramatsu (Google)
2022-11-18tracing/eprobe: Fix warning in filter creationRafael Mendonca
2022-11-18kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei
2022-11-18rethook: fix a potential memleak in rethook_alloc()Yi Yang
2022-11-18tracing/eprobe: Fix memory leak of filter stringRafael Mendonca
2022-11-18tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing
2022-11-18tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing
2022-11-17tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing
2022-11-17tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing
2022-11-17ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng
2022-11-17ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin
2022-11-17ftrace: Optimize the allocation for mcount entriesWang Wensheng
2022-11-17ftrace: Fix the possible incorrect kernel messageWang Wensheng
2022-11-16tracing: Fix memory leak in tracing_read_pipe()Wang Yufen
2022-11-16ring-buffer: Include dropped pages in counting dirty patchesSteven Rostedt (Google)
2022-11-16tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)
2022-11-14sched: Fix race in task_call_func()Peter Zijlstra
2022-11-14rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encounteredMathieu Desnoyers
2022-11-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-11-11bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai
2022-11-10Merge tag 'net-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds