summaryrefslogtreecommitdiff
path: root/kernel/trace/bpf_trace.c
AgeCommit message (Expand)Author
2023-06-07bpf: Add extra path pointer check to d_path helperJiri Olsa
2023-04-28Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-03-28fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google)
2023-03-28fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)
2023-03-02bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program typesTejun Heo
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-20Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-19bpf: Change modules resolving for kprobe multi linkJiri Olsa
2023-01-19livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei
2023-01-18bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersYonghong Song
2023-01-18perf/core: Add perf_sample_save_raw_data() helperNamhyung Kim
2023-01-06bpf: Skip task with pid=1 in send_signal_common()Hao Sun
2022-12-19bpf: Remove trace_printk_lockJiri Olsa
2022-12-19bpf: Do cleanup in bpf_bprintf_cleanup only when neededJiri Olsa
2022-12-19bpf: Add struct for bin_args arg in bpf_bprintf_prepareJiri Olsa
2022-11-24bpf: Introduce might_sleep field in bpf_func_protoYonghong Song
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song
2022-10-25bpf: Add new bpf_task_storage_delete proto with no deadlock detectionMartin KaFai Lau
2022-10-25bpf: Add new bpf_task_storage_get proto with no deadlock detectionMartin KaFai Lau
2022-10-25bpf: Append _recur naming to the bpf_task_storage helper protoMartin KaFai Lau
2022-10-25bpf: Take module reference on kprobe_multi linkJiri Olsa
2022-10-25bpf: Rename __bpf_kprobe_multi_cookie_cmp to bpf_kprobe_multi_addrs_cmpJiri Olsa
2022-10-17bpf: Fix sample_flags for bpf_perf_event_outputSumanth Korikkar
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-27bpf: Check flags for branch stack in bpf_read_branch_records helperJiri Olsa
2022-09-26bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa
2022-09-26bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa
2022-09-21bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa
2022-09-21bpf: Add bpf_verify_pkcs7_signature() kfuncRoberto Sassu
2022-09-21bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncsRoberto Sassu
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-06-16bpf: Force cookies array to follow symbols sortingJiri Olsa
2022-06-16bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov
2022-06-07bpf: Use safer kvmalloc_array() where possibleDan Carpenter
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou
2022-05-10bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee
2022-05-10bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi linkJiri Olsa
2022-04-19bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev
2022-04-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-01bpf: Use swap() instead of open coding itJiapeng Chong
2022-03-30bpf: Fix sparse warnings in kprobe_multi_resolve_symsJiri Olsa