summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar2022-11-2112-130/+175
| |\ \ \ \
| * | | | | x86/ftrace: Make it call depth tracking awarePeter Zijlstra2022-10-171-1/+8
* | | | | | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-142-11/+118
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-2915-73/+144
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | bpf: Introduce might_sleep field in bpf_func_protoYonghong Song2022-11-241-2/+2
| * | | | | | bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet2022-11-201-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-114-25/+25
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-022-8/+115
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song2022-10-261-0/+4
| | * | | | | | bpf: Add new bpf_task_storage_delete proto with no deadlock detectionMartin KaFai Lau2022-10-261-1/+3
| | * | | | | | bpf: Add new bpf_task_storage_get proto with no deadlock detectionMartin KaFai Lau2022-10-261-1/+4
| | * | | | | | bpf: Append _recur naming to the bpf_task_storage helper protoMartin KaFai Lau2022-10-261-2/+2
| | * | | | | | bpf: Take module reference on kprobe_multi linkJiri Olsa2022-10-251-0/+92
| | * | | | | | bpf: Rename __bpf_kprobe_multi_cookie_cmp to bpf_kprobe_multi_addrs_cmpJiri Olsa2022-10-251-3/+3
| | * | | | | | ftrace: Add support to resolve module symbols in ftrace_lookup_symbolsJiri Olsa2022-10-251-5/+11
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-3/+4
|\ \ \ \ \ \ \
| * | | | | | | blktrace: Fix output non-blktrace event when blk_classic option enabledYang Jihong2022-12-081-1/+2
| * | | | | | | block: bdev & blktrace: use consistent function doc. notationRandy Dunlap2022-12-011-2/+2
| |/ / / / / /
* | | | | | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-131-1/+1
|\ \ \ \ \ \ \
| * | | | | | | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-12-122-5/+4
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accessesMark Rutland2022-11-181-3/+3
| * | | | | | ftrace: pass fregs to arch_ftrace_set_direct_caller()Mark Rutland2022-11-181-2/+1
| | |_|_|/ / | |/| | | |
* | | | | | tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)2022-11-242-1/+12
* | | | | | tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)2022-11-244-4/+12
* | | | | | tracing: Fix race where histograms can be called before the eventSteven Rostedt (Google)2022-11-241-0/+3
* | | | | | tracing/osnoise: Fix duration typeDaniel Bristot de Oliveira2022-11-231-3/+3
* | | | | | tracing/user_events: Fix memory leak in user_event_create()Xiu Jianfeng2022-11-231-1/+3
* | | | | | tracing/hist: add in missing * in comment blocksColin Ian King2022-11-221-2/+2
| |/ / / / |/| | | |
* | | | | Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-11-213-19/+38
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | tracing/eprobe: Fix eprobe filter to make a filter correctlyMasami Hiramatsu (Google)2022-11-181-1/+1
| * | | | tracing/eprobe: Fix warning in filter creationRafael Mendonca2022-11-181-1/+1
| * | | | rethook: fix a potential memleak in rethook_alloc()Yi Yang2022-11-181-1/+3
| * | | | tracing/eprobe: Fix memory leak of filter stringRafael Mendonca2022-11-181-0/+1
| * | | | tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing2022-11-181-0/+4
| * | | | tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing2022-11-181-16/+28
* | | | | tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)2022-11-201-0/+3
* | | | | tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian2022-11-181-4/+5
* | | | | tracing: Remove unused __bad_type_size() methodQiujun Huang2022-11-181-2/+0
* | | | | tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing2022-11-181-3/+2
* | | | | tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing2022-11-171-10/+6
* | | | | ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng2022-11-171-0/+1
* | | | | ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin2022-11-171-2/+2
* | | | | ftrace: Optimize the allocation for mcount entriesWang Wensheng2022-11-171-1/+1
* | | | | ftrace: Fix the possible incorrect kernel messageWang Wensheng2022-11-171-1/+1
* | | | | tracing: Fix memory leak in tracing_read_pipe()Wang Yufen2022-11-171-0/+1
|/ / / /
* | | | ring-buffer: Include dropped pages in counting dirty patchesSteven Rostedt (Google)2022-11-171-0/+12
* | | | tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)2022-11-162-20/+37
|/ / /
* | | tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()Shang XiaoJing2022-11-041-11/+7
* | | tracing/fprobe: Fix to check whether fprobe is registered correctlyMasami Hiramatsu (Google)2022-11-041-1/+2