开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-12-30
bpf: Fix typo in a comment in bpf lpm_trie.
Leon Huayra
2021-12-30
bpf, docs: Move the packet access instructions last in instruction-set.rst
Christoph Hellwig
2021-12-30
bpf, docs: Generate nicer tables for instruction encodings
Christoph Hellwig
2021-12-30
bpf, docs: Split the comparism to classic BPF from instruction-set.rst
Christoph Hellwig
2021-12-30
bpf, docs: Fix verifier references
Christoph Hellwig
2021-12-29
Merge branch 'lighten uapi/bpf.h rebuilds'
Alexei Starovoitov
2021-12-29
bpf: Invert the dependency between bpf-netns.h and netns/bpf.h
Jakub Kicinski
2021-12-29
net: Add includes masked by netdevice.h including uapi/bpf.h
Jakub Kicinski
2021-12-29
Merge branch 'Sleepable local storage'
Alexei Starovoitov
2021-12-29
bpf/selftests: Update local storage selftest for sleepable programs
KP Singh
2021-12-29
bpf: Allow bpf_local_storage to be used by sleepable programs
KP Singh
2021-12-29
bpf: Add missing map_get_next_key method to bloom filter map.
Haimin Zhang
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2021-12-28
libbpf: Improve LINUX_VERSION_CODE detection
Andrii Nakryiko
2021-12-28
libbpf: Use 100-character limit to make bpf_tracing.h easier to read
Andrii Nakryiko
2021-12-28
libbpf: Normalize PT_REGS_xxx() macro definitions
Andrii Nakryiko
2021-12-23
selftests/bpf: Add btf_dump__new to test_cpp
Jiri Olsa
2021-12-23
libbpf: Do not use btf_dump__new() macro in C++ mode
Jiri Olsa
2021-12-21
bpftool: Enable line buffering for stdout
Paul Chaignon
2021-12-21
bpf: Use struct_size() helper
Xiu Jianfeng
2021-12-20
selftests/bpf: Correct the INDEX address in vmtest.sh
Pu Lehui
2021-12-18
bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support
Kumar Kartikeya Dwivedi
2021-12-18
Merge branch 'Introduce composable bpf types'
Alexei Starovoitov
2021-12-18
bpf/selftests: Test PTR_TO_RDONLY_MEM
Hao Luo
2021-12-18
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
2021-12-18
bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.
Hao Luo
2021-12-18
bpf: Convert PTR_TO_MEM_OR_NULL to composable types.
Hao Luo
2021-12-18
bpf: Introduce MEM_RDONLY flag
Hao Luo
2021-12-18
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
bpf: Introduce composable reg, ret and arg types.
Hao Luo
2021-12-17
bpftool: Reimplement large insn size limit feature probing
Andrii Nakryiko
2021-12-17
selftests/bpf: Add libbpf feature-probing API selftests
Andrii Nakryiko
2021-12-17
libbpf: Rework feature-probing APIs
Andrii Nakryiko
2021-12-16
Only output backtracking information in log level 2
Christy Lee
2021-12-16
bpf: Right align verifier states in verifier logs.
Christy Lee
2021-12-16
bpf: Only print scratched registers and stack slots to verifier logs.
Christy Lee
2021-12-16
Merge branch 'bpf: remove the cgroup -> bpf header dependecy'
Alexei Starovoitov
2021-12-16
bpf: Remove the cgroup -> bpf header dependecy
Jakub Kicinski
2021-12-16
add missing bpf-cgroup.h includes
Jakub Kicinski
2021-12-16
add includes masked by cgroup -> bpf dependency
Jakub Kicinski
2021-12-16
Merge branch 'tools/bpf: Enable cross-building with clang'
Andrii Nakryiko
2021-12-16
selftests/bpf: Enable cross-building with clang
Jean-Philippe Brucker
2021-12-16
tools/runqslower: Enable cross-building with clang
Jean-Philippe Brucker
2021-12-16
bpftool: Enable cross-building with clang
Jean-Philippe Brucker
2021-12-16
tools/libbpf: Enable cross-building with clang
Jean-Philippe Brucker
2021-12-16
tools/resolve_btfids: Support cross-building the kernel with clang
Jean-Philippe Brucker
2021-12-16
tools: Help cross-building with clang
Jean-Philippe Brucker
2021-12-14
libbpf: Avoid reading past ELF data section end when copying license
Andrii Nakryiko
[next]