summaryrefslogtreecommitdiffstats
path: root/kernel/trace/bpf_trace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-06-301-2/+4
|\
| * fprobe: Pass return address to the handlersMasami Hiramatsu (Google)2023-06-061-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-081-1/+11
|\ \
| * | bpf: Add extra path pointer check to d_path helperJiri Olsa2023-06-071-1/+11
| |/
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-161-2/+2
|\ \ | |/ |/|
| * bpf: Add bpf_dynptr_sizeJoanne Koong2023-04-271-2/+2
* | Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-04-281-3/+14
|\ \ | |/ |/|
| * fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google)2023-03-281-2/+13
| * fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)2023-03-281-1/+1
* | bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program typesTejun Heo2023-03-021-4/+0
|/
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-79/+78
|\
| * Daniel Borkmann says:Jakub Kicinski2023-02-101-4/+4
| |\
| | * bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet2023-02-021-4/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-021-1/+2
| |\ \ | | |/ | |/|
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-281-46/+47
| |\ \
| | * | bpf: Change modules resolving for kprobe multi linkJiri Olsa2023-01-191-46/+47
| | * | livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei2023-01-191-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-201-0/+3
| |\ \ \ | | |/ / | |/| |
| * | | bpf: Remove trace_printk_lockJiri Olsa2022-12-191-14/+6
| * | | bpf: Do cleanup in bpf_bprintf_cleanup only when neededJiri Olsa2022-12-191-3/+3
| * | | bpf: Add struct for bin_args arg in bpf_bprintf_prepareJiri Olsa2022-12-191-14/+20
* | | | Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-201-4/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | perf/core: Add perf_sample_save_raw_data() helperNamhyung Kim2023-01-181-4/+2
| |/ /
* | / bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersYonghong Song2023-01-181-1/+2
| |/ |/|
* | bpf: Skip task with pid=1 in send_signal_common()Hao Sun2023-01-061-0/+3
|/
* 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 tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-021-3/+104
|\
| * bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song2022-10-251-0/+4
| * bpf: Add new bpf_task_storage_delete proto with no deadlock detectionMartin KaFai Lau2022-10-251-1/+3
| * bpf: Add new bpf_task_storage_get proto with no deadlock detectionMartin KaFai Lau2022-10-251-1/+4
| * bpf: Append _recur naming to the bpf_task_storage helper protoMartin KaFai Lau2022-10-251-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
* | bpf: Fix sample_flags for bpf_perf_event_outputSumanth Korikkar2022-10-171-0/+2
|/
* Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+3
|\
| * bpf: Check flags for branch stack in bpf_read_branch_records helperJiri Olsa2022-09-271-0/+3
* | bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa2022-09-261-1/+4
* | bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa2022-09-261-2/+18
* | bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa2022-09-211-0/+6
* | bpf: Add bpf_verify_pkcs7_signature() kfuncRoberto Sassu2022-09-211-0/+45
* | bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncsRoberto Sassu2022-09-211-0/+135
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-15/+45
|\
| * bpf: Force cookies array to follow symbols sortingJiri Olsa2022-06-161-15/+45
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-171-2/+2
|\ \ | |/ |/|
| * bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov2022-06-161-2/+2
* | bpf: Use safer kvmalloc_array() where possibleDan Carpenter2022-06-071-4/+4
|/
* bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang2022-05-201-0/+2
* bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou2022-05-111-0/+2
* bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee2022-05-101-0/+17