summaryrefslogtreecommitdiffstats
path: root/kernel/trace/bpf_trace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi linkJiri Olsa2022-05-101-46/+66
* bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev2022-04-191-1/+4
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-081-4/+2
|\
| * bpf: Use swap() instead of open coding itJiapeng Chong2022-04-011-4/+2
* | bpf: Fix sparse warnings in kprobe_multi_resolve_symsJiri Olsa2022-03-301-2/+2
|/
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-2/+351
|\
| * bpf: Fix kprobe_multi return probe backtraceJiri Olsa2022-03-211-30/+37
| * Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"Jiri Olsa2022-03-211-1/+0
| * bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa2022-03-171-1/+113
| * bpf: Add support to inline bpf_get_func_ip helper on x86Jiri Olsa2022-03-171-0/+1
| * bpf: Add bpf_get_func_ip kprobe helper for multi kprobe linkJiri Olsa2022-03-171-1/+15
| * bpf: Add multi kprobe linkJiri Olsa2022-03-171-0/+211
| * bpf: Add bpf_copy_from_user_task() helperKenny Yu2022-01-241-0/+2
| * bpf: add frags support to xdp copy helpersEelco Chaudron2022-01-211-0/+3
* | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-4/+0
|/
* bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo2021-12-181-13/+13
* bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa2021-12-131-1/+54
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-101-5/+1
|\
| * bpf: Remove config check to enable bpf support for branch recordsKajol Jain2021-12-061-5/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-2/+0
|\ \ | |/ |/|
| * bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov2021-11-151-2/+0
* | bpf: Introduce btf_tracing_idsSong Liu2021-11-121-2/+2
* | bpf: Introduce helper bpf_find_vmaSong Liu2021-11-071-0/+2
|/
* bpf: Factor out helpers for ctx access checkingHou Tao2021-11-011-14/+2
* bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen2021-10-211-0/+2
* bpf: Add bpf_trace_vprintk helperDave Marchevsky2021-09-171-1/+51
* bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky2021-09-171-3/+1
* bpf: Introduce helper bpf_get_branch_snapshotSong Liu2021-09-131-0/+30
* bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu2021-08-251-2/+0
* bpf: Add bpf_task_pt_regs() helperDaniel Xu2021-08-251-0/+19
* bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()Daniel Xu2021-08-251-1/+1
* bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu2021-08-251-2/+2
* bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko2021-08-171-1/+34
* bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko2021-08-171-3/+5
* bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko2021-08-171-1/+1