summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/disasm.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Disasm support for addr_space_cast instruction.Alexei Starovoitov2024-03-111-0/+10
* bpf: Introduce may_goto instructionAlexei Starovoitov2024-03-061-0/+4
* bpf: change bpf_alu_sign_string and bpf_movsx_string to staticYang Yingliang2023-08-041-2/+2
* bpf: Fix an array-index-out-of-bounds issue in disasm.cYonghong Song2023-07-311-1/+2
* bpf: Add kernel/bpftool asm support for new instructionsYonghong Song2023-07-271-6/+51
* bpf: Relicense disassembler as GPL-2.0-only OR BSD-2-ClauseDaniel Borkmann2021-09-021-1/+1
* bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-291-7/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-1/+1
|\
| * bpf: Fix a spelling typo in bpf_atomic_alu_string disasmXu Kuohai2021-03-261-1/+1
* | bpf: Support bpf program calling kernel functionMartin KaFai Lau2021-03-261-3/+10
|/
* bpf: Change 'BPF_ADD' to 'BPF_AND' in print_bpf_insn()Menglong Dong2021-01-271-1/+1
* bpf: Add bitwise atomic instructionsBrendan Jackman2021-01-141-4/+17
* bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman2021-01-141-0/+15
* bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman2021-01-141-0/+7
* bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-141-2/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1
* bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-091-2/+3
* bpf: disassembler support JMP32Jiong Wang2019-01-261-15/+19
* bpf: Remove struct bpf_verifier_env argument from print_bpf_insnJiri Olsa2018-03-231-26/+26
* bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann2017-12-201-11/+54
* bpf: introduce function calls (function boundaries)Alexei Starovoitov2017-12-171-2/+6
* bpf: move instruction printing into a separate fileJakub Kicinski2017-10-101-0/+214