Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-11-08 | bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE() | Nathan Chancellor | 1 | -1/+1 |
2022-11-05 | bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace) | Peter Zijlstra | 1 | -14/+8 |
2022-11-05 | bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop") | Peter Zijlstra | 1 | -6/+0 |
2022-10-21 | bpf: Fix dispatcher patchable function entry to 5 bytes nop | Jiri Olsa | 1 | -0/+6 |
2022-09-27 | bpf: use bpf_prog_pack for bpf_dispatcher | Song Liu | 1 | -6/+21 |
2020-03-13 | bpf: Remove bpf_image tree | Jiri Olsa | 1 | -2/+2 |
2020-03-13 | bpf: Add dispatchers to kallsyms | Jiri Olsa | 1 | -0/+1 |
2020-01-25 | bpf: Allow to resolve bpf trampoline and dispatcher in unwind | Jiri Olsa | 1 | -2/+2 |
2019-12-14 | bpf: Introduce BPF dispatcher | Björn Töpel | 1 | -0/+158 |