summaryrefslogtreecommitdiffstats
path: root/kernel/trace/bpf_trace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpf: Enable task local storage for tracing programsSong Liu2021-02-261-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-161-0/+6
|\
| * bpf: Allow bpf_d_path in bpf_iter programSong Liu2021-02-121-0/+4
| * bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest2021-02-111-0/+2
* | bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3Alexei Starovoitov2021-02-031-3/+0
|/
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-1/+1
|\
| * tracing: Fix some typos in commentsQiujun Huang2020-11-101-1/+1
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-4/+37
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-141-0/+2
| |\ \
| | * | bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest2020-12-081-20/+2
| | * | bpf: Add a bpf_sock_from_file helperFlorent Revest2020-12-041-0/+20
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-2/+2
| |\ \ \ | | |/ / | |/| |
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-3/+7
| |\ \ \
| | * | | bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()Andrii Nakryiko2020-12-031-3/+5
| | * | | bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov2020-11-181-0/+2
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-1/+11
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | bpf: Expose bpf_d_path helper to sleepable LSM hooksKP Singh2020-11-131-1/+7
| * | | | bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau2020-11-121-0/+5
| * | | | bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh2020-11-061-0/+16
| | |_|/ | |/| |
* | | | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-271-1/+11
| |\ \ \ | | | |/ | | |/|
| * | | irq_work: CleanupPeter Zijlstra2020-11-241-1/+1
| | |/ | |/|
* | | bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko2020-12-111-2/+2
| |/ |/|
* | lib/strncpy_from_user.c: Mask out bytes after NUL terminator.Daniel Xu2020-11-191-0/+10
* | bpf: Fix passing zero to PTR_ERR() in bpf_btf_printf_prepareWang Qing2020-11-091-1/+1
|/
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-7/+165
|\
| * bpf: Fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=nYonghong Song2020-10-071-0/+2
| * bpf: Introducte bpf_this_cpu_ptr()Hao Luo2020-10-021-0/+2
| * bpf: Introduce bpf_per_cpu_ptr()Hao Luo2020-10-021-0/+2
| * bpf: Add bpf_seq_printf_btf helperAlan Maguire2020-09-281-0/+33
| * bpf: Add bpf_snprintf_btf helperAlan Maguire2020-09-281-0/+65
| * bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu2020-09-281-0/+1
| * selftests/bpf: Fix stat probe in d_path testJiri Olsa2020-09-211-0/+8
| * bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer2020-09-211-10/+5
| * bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov2020-08-281-0/+2
| * bpf: Add d_path helperJiri Olsa2020-08-251-0/+48
* | module: Fix up module_notifier return valuesPeter Zijlstra2020-09-011-2/+6
|/
* bpf: Remove inline from bpf_do_trace_printkStanislav Fomichev2020-08-061-1/+1
* bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu2020-07-251-2/+2
* bpf: Use dedicated bpf_trace_printk event instead of trace_printk()Alan Maguire2020-07-131-5/+37
* bpf: Resolve BTF IDs in vmlinux imageJiri Olsa2020-07-131-2/+7