summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/dispatcher.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Use arch_bpf_trampoline_sizeSong Liu2023-12-061-1/+1
* bpf: Let bpf_prog_pack_free handle any pointerSong Liu2023-12-061-4/+1
* bpf: Synchronize dispatcher update with bpf_dispatcher_xdp_funcJiri Olsa2022-12-141-0/+5
* bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()Nathan Chancellor2022-11-071-1/+1
* bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)Peter Zijlstra2022-11-041-14/+8
* bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")Peter Zijlstra2022-11-041-6/+0
* bpf: Fix dispatcher patchable function entry to 5 bytes nopJiri Olsa2022-10-201-0/+6
* bpf: use bpf_prog_pack for bpf_dispatcherSong Liu2022-09-261-6/+21
* bpf: Remove bpf_image treeJiri Olsa2020-03-131-2/+2
* bpf: Add dispatchers to kallsymsJiri Olsa2020-03-131-0/+1
* bpf: Allow to resolve bpf trampoline and dispatcher in unwindJiri Olsa2020-01-251-2/+2
* bpf: Introduce BPF dispatcherBjörn Töpel2019-12-131-0/+158