summaryrefslogtreecommitdiffstats
path: root/kernel/trace/bpf_trace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-6/+7
|\
| * bpf: Add lockdown check for probe_write_user helperDaniel Borkmann2021-08-101-2/+3
| * bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann2021-08-091-4/+4
* | bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau2021-07-231-1/+6
* | bpf: Fix pointer cast warningArnd Bergmann2021-07-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-151-1/+32
|\ \ | |/ |/|
| * bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa2021-07-151-0/+16
| * bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa2021-07-151-0/+15
| * bpf: Introduce bpf timers.Alexei Starovoitov2021-07-151-1/+1
* | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-031-1/+2
|\ \ | |/ |/|
| * tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)2021-06-291-1/+2
* | bpf: Allow bpf_get_current_ancestor_cgroup_id for tracingNamhyung Kim2021-06-281-0/+2
|/
* bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann2021-06-021-20/+12
* bpf: Implement formatted output helpers with bstr_printfFlorent Revest2021-04-271-24/+10
* bpf: Lock bpf_trace_printk's tmp buf before it is written toFlorent Revest2021-04-271-1/+1
* bpf: Add a bpf_snprintf helperFlorent Revest2021-04-191-0/+2
* bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest2021-04-191-334/+37
* bpf: Add bpf_for_each_map_elem() helperYonghong Song2021-02-261-0/+2