aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/bpf_trace.c
AgeCommit message (Expand)Author
2024-03-01bpf: Remove trace_printk_lockJiri Olsa
2024-03-01bpf: Do cleanup in bpf_bprintf_cleanup only when neededJiri Olsa
2024-03-01bpf: Add struct for bin_args arg in bpf_bprintf_prepareJiri Olsa
2024-03-01bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky
2023-09-19bpf: Clear the probe_addr for uprobeYafang Shao
2023-08-11bpf: Disable preemption in bpf_event_outputJiri Olsa
2023-06-14bpf: Add extra path pointer check to d_path helperJiri Olsa
2023-02-09bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersYonghong Song
2023-02-06bpf: Skip task with pid=1 in send_signal_common()Hao Sun
2022-05-01bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo
2022-01-27bpf: Remove config check to enable bpf support for branch recordsKajol Jain
2021-11-25bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov
2021-08-25bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu
2021-08-25bpf: Add bpf_task_pt_regs() helperDaniel Xu
2021-08-25bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()Daniel Xu
2021-08-25bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu
2021-08-17bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko
2021-08-17bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-10bpf: Add lockdown check for probe_write_user helperDaniel Borkmann
2021-08-09bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann
2021-07-23bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau
2021-07-22bpf: Fix pointer cast warningArnd Bergmann
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-07-15bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa
2021-07-15bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-06-29tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)
2021-06-28bpf: Allow bpf_get_current_ancestor_cgroup_id for tracingNamhyung Kim
2021-06-02bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann
2021-04-27bpf: Implement formatted output helpers with bstr_printfFlorent Revest
2021-04-27bpf: Lock bpf_trace_printk's tmp buf before it is written toFlorent Revest
2021-04-19bpf: Add a bpf_snprintf helperFlorent Revest
2021-04-19bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest
2021-02-26bpf: Add bpf_for_each_map_elem() helperYonghong Song
2021-02-26bpf: Enable task local storage for tracing programsSong Liu
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-12bpf: Allow bpf_d_path in bpf_iter programSong Liu
2021-02-11bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest
2021-02-03bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3Alexei Starovoitov
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-11bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko
2020-12-08bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest