summaryrefslogtreecommitdiff
path: root/kernel/trace/bpf_trace.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-27bpf: Fix WARN() in get_bpf_raw_tp_regsTao Chen1-1/+1
2025-04-10bpf: Use preempt_count() directly in bpf_send_signal_common()Hou Tao1-1/+1
2025-03-13bpf: Send signals asynchronously if !preemptiblePuranjay Mohan1-1/+1
2024-11-01bpf,perf: Fix perf_event_detach_bpf_prog error handlingJiri Olsa1-2/+0
2024-03-01bpf: Remove trace_printk_lockJiri Olsa1-8/+3
2024-03-01bpf: Do cleanup in bpf_bprintf_cleanup only when neededJiri Olsa1-2/+2
2024-03-01bpf: Add struct for bin_args arg in bpf_bprintf_prepareJiri Olsa1-9/+13
2024-03-01bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky1-3/+1
2023-09-19bpf: Clear the probe_addr for uprobeYafang Shao1-1/+1
2023-08-11bpf: Disable preemption in bpf_event_outputJiri Olsa1-1/+5
2023-06-14bpf: Add extra path pointer check to d_path helperJiri Olsa1-1/+11
2023-02-09bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersYonghong Song1-1/+2
2023-02-06bpf: Skip task with pid=1 in send_signal_common()Hao Sun1-0/+3
2022-05-01bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo1-11/+11
2022-01-27bpf: Remove config check to enable bpf support for branch recordsKajol Jain1-5/+1
2021-11-25bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov1-2/+0
2021-08-25bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu1-2/+0
2021-08-25bpf: Add bpf_task_pt_regs() helperDaniel Xu1-0/+19
2021-08-25bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()Daniel Xu1-1/+1
2021-08-25bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu1-2/+2
2021-08-17bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko1-1/+34
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko1-3/+5
2021-08-17bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko1-1/+1
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko1-2/+2
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+7
2021-08-10bpf: Add lockdown check for probe_write_user helperDaniel Borkmann1-2/+3
2021-08-09bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann1-4/+4
2021-07-23bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau1-1/+6
2021-07-22bpf: Fix pointer cast warningArnd Bergmann1-1/+1
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+32
2021-07-15bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa1-0/+16
2021-07-15bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa1-0/+15
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov1-1/+1
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+2
2021-06-29tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)1-1/+2
2021-06-28bpf: Allow bpf_get_current_ancestor_cgroup_id for tracingNamhyung Kim1-0/+2
2021-06-02bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann1-20/+12
2021-04-27bpf: Implement formatted output helpers with bstr_printfFlorent Revest1-24/+10
2021-04-27bpf: Lock bpf_trace_printk's tmp buf before it is written toFlorent Revest1-1/+1
2021-04-19bpf: Add a bpf_snprintf helperFlorent Revest1-0/+2
2021-04-19bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest1-334/+37
2021-02-26bpf: Add bpf_for_each_map_elem() helperYonghong Song1-0/+2
2021-02-26bpf: Enable task local storage for tracing programsSong Liu1-0/+4
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+6
2021-02-12bpf: Allow bpf_d_path in bpf_iter programSong Liu1-0/+4
2021-02-11bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest1-0/+2
2021-02-03bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3Alexei Starovoitov1-3/+0
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+1
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-4/+37
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1