summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/disasm.c
AgeCommit message (Expand)AuthorLines
2021-03-26bpf: Fix a spelling typo in bpf_atomic_alu_string disasmXu Kuohai-1/+1
2021-01-27bpf: Change 'BPF_ADD' to 'BPF_AND' in print_bpf_insn()Menglong Dong-1/+1
2021-01-14bpf: Add bitwise atomic instructionsBrendan Jackman-4/+17
2021-01-14bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman-0/+15
2021-01-14bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman-0/+7
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman-2/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner-9/+1
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann-2/+3
2019-01-26bpf: disassembler support JMP32Jiong Wang-15/+19
2018-03-23bpf: Remove struct bpf_verifier_env argument from print_bpf_insnJiri Olsa-26/+26
2017-12-20bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann-11/+54
2017-12-17bpf: introduce function calls (function boundaries)Alexei Starovoitov-2/+6
2017-10-10bpf: move instruction printing into a separate fileJakub Kicinski-0/+214