summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-12-08blktrace: Fix output non-blktrace event when blk_classic option enabledfor-6.2/block-2022-12-08Yang Jihong
2022-12-01block: bdev & blktrace: use consistent function doc. notationRandy Dunlap
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-25use less confusing names for iov_iter direction initializerspull-iov_iterAl Viro
2022-11-24bpf: Introduce might_sleep field in bpf_func_protoYonghong Song
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-20tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet
2022-11-18ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accessesMark Rutland
2022-11-18ftrace: pass fregs to arch_ftrace_set_direct_caller()Mark Rutland
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-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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-04tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()Shang XiaoJing
2022-11-04tracing/fprobe: Fix to check whether fprobe is registered correctlyMasami Hiramatsu (Google)
2022-11-04fprobe: Check rethook_alloc() return in rethook initializationRafael Mendonca
2022-11-02ftrace: Fix use-after-free for dynamic ftrace_opsLi Huafei
2022-11-02ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()Steven Rostedt (Google)
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song
2022-10-25bpf: Add new bpf_task_storage_delete proto with no deadlock detectionMartin KaFai Lau
2022-10-25bpf: Add new bpf_task_storage_get proto with no deadlock detectionMartin KaFai Lau
2022-10-25bpf: Append _recur naming to the bpf_task_storage helper protoMartin KaFai Lau
2022-10-25bpf: Take module reference on kprobe_multi linkJiri Olsa
2022-10-25bpf: Rename __bpf_kprobe_multi_cookie_cmp to bpf_kprobe_multi_addrs_cmpJiri Olsa