开源镜像站
帮助
动态
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
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2024-03-11
bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.
Alexei Starovoitov
2024-03-11
bpf: Disasm support for addr_space_cast instruction.
Alexei Starovoitov
2024-03-11
bpf: Introduce bpf_arena.
Alexei Starovoitov
2024-03-07
bpf: Fix stackmap overflow check on 32-bit arches
Toke Høiland-Jørgensen
2024-03-07
bpf: Fix hashtab overflow check on 32-bit arches
Toke Høiland-Jørgensen
2024-03-07
bpf: Fix DEVMAP_HASH overflow check on 32-bit arches
Toke Høiland-Jørgensen
2024-03-07
bpf: Tell bpf programs kernel's PAGE_SIZE
Alexei Starovoitov
2024-03-07
bpf: Plumb get_unmapped_area() callback into bpf_map_ops
Alexei Starovoitov
2024-03-07
bpf: Recognize '__map' suffix in kfunc arguments
Alexei Starovoitov
2024-03-07
bpf: Allow kfuncs return 'void *'
Alexei Starovoitov
2024-03-06
bpf: Allow all printable characters in BTF DATASEC names
Eduard Zingerman
2024-03-06
bpf: Recognize that two registers are safe when their ranges match
Alexei Starovoitov
2024-03-06
bpf: Introduce may_goto instruction
Alexei Starovoitov
2024-03-04
bpf: struct_ops supports more than one page for trampolines.
Kui-Feng Lee
2024-03-04
bpf, net: validate struct_ops when updating value.
Kui-Feng Lee
2024-03-02
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-02-29
bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
Kees Cook
2024-02-22
bpf: add is_async_callback_calling_insn() helper
Benjamin Tissoires
2024-02-22
bpf: introduce in_sleepable() helper
Benjamin Tissoires
2024-02-22
bpf: allow more maps in sleepable bpf programs
Benjamin Tissoires
2024-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-22
bpf: Check cfi_stubs before registering a struct_ops type.
Kui-Feng Lee
2024-02-19
bpf: Fix an issue due to uninitialized bpf_iter_task
Yafang Shao
2024-02-19
bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel
Martin KaFai Lau
2024-02-15
bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19
Yonghong Song
2024-02-15
bpf: improve duplicate source code line detection
Andrii Nakryiko
2024-02-14
bpf: Use O(log(N)) binary search to find line info record
Andrii Nakryiko
2024-02-13
bpf: emit source code file name and line number in verifier log
Andrii Nakryiko
2024-02-13
bpf: don't infer PTR_TO_CTX for programs with unnamed context type
Andrii Nakryiko
2024-02-13
bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global arg
Andrii Nakryiko
2024-02-13
bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()
Andrii Nakryiko
2024-02-13
bpf: remove check in __cgroup_bpf_run_filter_skb
Oliver Crumrine
2024-02-13
bpf: Create argument information for nullable arguments.
Kui-Feng Lee
2024-02-13
bpf: Move __kfunc_param_match_suffix() to btf.c.
Kui-Feng Lee
2024-02-13
bpf: add btf pointer to struct bpf_ctx_arg_aux.
Kui-Feng Lee
2024-02-13
bpf: Fix warning for bpf_cpumask in verifier
Hari Bathini
2024-02-13
bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly
Yonghong Song
2024-02-13
bpf: Have bpf_rdonly_cast() take a const pointer
Daniel Xu
2024-02-11
bpf: Allow compiler to inline most of bpf_local_storage_lookup()
Marco Elver
2024-02-08
bpf, btf: Check btf for register_bpf_struct_ops
Geliang Tang
2024-02-08
bpf, btf: Add check_btf_kconfigs helper
Geliang Tang
2024-02-08
bpf, btf: Fix return value of register_btf_id_dtor_kfuncs
Geliang Tang
2024-02-07
bpf: Merge two CONFIG_BPF entries
Masahiro Yamada
2024-02-05
bpf: Transfer RCU lock state between subprog calls
Kumar Kartikeya Dwivedi
2024-02-05
bpf: Allow calling static subprogs while holding a bpf_spin_lock
Kumar Kartikeya Dwivedi
2024-02-05
bpf: Remove an unnecessary check.
Kui-Feng Lee
2024-02-02
bpf: don't emit warnings intended for global subprogs for static subprogs
Andrii Nakryiko
2024-02-02
bpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument check logic
Andrii Nakryiko
2024-02-02
bpf: Handle scalar spill vs all MISC in stacksafe()
Eduard Zingerman
2024-02-02
bpf: Preserve boundaries and track scalars on narrowing fill
Maxim Mikityanskiy
[next]