index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
disasm.c
Age
Commit message (
Expand
)
Author
2024-04-03
bpf: add special internal-only MOV instruction to resolve per-CPU addrs
Andrii Nakryiko
2024-03-11
bpf: Disasm support for addr_space_cast instruction.
Alexei Starovoitov
2024-03-06
bpf: Introduce may_goto instruction
Alexei Starovoitov
2023-08-04
bpf: change bpf_alu_sign_string and bpf_movsx_string to static
Yang Yingliang
2023-07-31
bpf: Fix an array-index-out-of-bounds issue in disasm.c
Yonghong Song
2023-07-27
bpf: Add kernel/bpftool asm support for new instructions
Yonghong Song
2021-09-02
bpf: Relicense disassembler as GPL-2.0-only OR BSD-2-Clause
Daniel Borkmann
2021-07-29
bpf: Introduce BPF nospec instruction for mitigating Spectre v4
Daniel Borkmann
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-03-26
bpf: Support bpf program calling kernel function
Martin KaFai Lau
2021-03-26
bpf: Fix a spelling typo in bpf_atomic_alu_string disasm
Xu Kuohai
2021-01-27
bpf: Change 'BPF_ADD' to 'BPF_AND' in print_bpf_insn()
Menglong Dong
2021-01-14
bpf: Add bitwise atomic instructions
Brendan Jackman
2021-01-14
bpf: Add instructions for atomic_[cmp]xchg
Brendan Jackman
2021-01-14
bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
Brendan Jackman
2021-01-14
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
2019-04-09
bpf: implement lookup-free direct value access for maps
Daniel Borkmann
2019-01-26
bpf: disassembler support JMP32
Jiong Wang
2018-03-23
bpf: Remove struct bpf_verifier_env argument from print_bpf_insn
Jiri Olsa
2017-12-20
bpf: allow for correlation of maps and helpers in dump
Daniel Borkmann
2017-12-17
bpf: introduce function calls (function boundaries)
Alexei Starovoitov
2017-10-10
bpf: move instruction printing into a separate file
Jakub Kicinski