开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
dispatcher.c
Age
Commit message (
Expand
)
Author
6 days
bpf: dispatcher: Allocate bpf_dispatcher->rw_image with vzalloc()
Mike Rapoport (Microsoft)
2026-07-01
bpf: Restrict JIT predictor flush to cBPF
Pawan Gupta
2024-11-12
bpf: Add kernel symbol for struct_ops trampoline
Xu Kuohai
2023-12-06
bpf: Use arch_bpf_trampoline_size
Song Liu
2023-12-06
bpf: Let bpf_prog_pack_free handle any pointer
Song Liu
2022-12-14
bpf: Synchronize dispatcher update with bpf_dispatcher_xdp_func
Jiri Olsa
2022-11-07
bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()
Nathan Chancellor
2022-11-04
bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
Peter Zijlstra
2022-11-04
bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")
Peter Zijlstra
2022-10-20
bpf: Fix dispatcher patchable function entry to 5 bytes nop
Jiri Olsa
2022-09-26
bpf: use bpf_prog_pack for bpf_dispatcher
Song Liu
2020-03-13
bpf: Remove bpf_image tree
Jiri Olsa
2020-03-13
bpf: Add dispatchers to kallsyms
Jiri Olsa
2020-01-25
bpf: Allow to resolve bpf trampoline and dispatcher in unwind
Jiri Olsa
2019-12-13
bpf: Introduce BPF dispatcher
Björn Töpel