index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2023-03-04
bpf: move kfunc_call_arg_meta higher in the file
Andrii Nakryiko
2023-03-04
bpf: ensure that r0 is marked scratched after any function call
Andrii Nakryiko
2023-03-04
bpf: fix visit_insn()'s detection of BPF_FUNC_timer_set_callback helper
Andrii Nakryiko
2023-03-04
bpf: clean up visit_insn()'s instruction processing
Andrii Nakryiko
2023-03-04
bpf: honor env->test_state_freq flag in is_state_visited()
Andrii Nakryiko
2023-03-04
bpf: improve regsafe() checks for PTR_TO_{MEM,BUF,TP_BUFFER}
Andrii Nakryiko
2023-03-04
bpf: improve stack slot state printing
Andrii Nakryiko
2023-03-03
bpf: allow ctx writes using BPF_ST_MEM instruction
Eduard Zingerman
2023-03-03
bpf: Use separate RCU callbacks for freeing selem
Kumar Kartikeya Dwivedi
2023-03-03
bpf: Refactor RCU enforcement in the verifier.
Alexei Starovoitov
2023-03-03
bpf: Introduce kptr_rcu.
Alexei Starovoitov
2023-03-03
bpf: Mark cgroups and dfl_cgrp fields as trusted.
Alexei Starovoitov
2023-03-03
bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.
Alexei Starovoitov
2023-03-02
bpf: Add support for absolute value BPF timers
Tero Kristo
2023-03-02
bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program types
Tejun Heo
2023-03-01
bpf: Fix bpf_dynptr_slice{_rdwr} to return NULL instead of 0
Joanne Koong
2023-03-01
bpf: Fix doxygen comments for dynptr slice kfuncs
David Vernet
2023-03-01
bpf: Support kptrs in local storage maps
Kumar Kartikeya Dwivedi
2023-03-01
bpf: Support kptrs in percpu hashmap and percpu LRU hashmap
Kumar Kartikeya Dwivedi
2023-03-01
bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
Joanne Koong
2023-03-01
bpf: Add xdp dynptrs
Joanne Koong
2023-03-01
bpf: Add skb dynptrs
Joanne Koong
2023-03-01
bpf: Add __uninit kfunc annotation
Joanne Koong
2023-03-01
bpf: Refactor verifier dynptr into get_dynptr_arg_reg
Joanne Koong
2023-03-01
bpf: Allow initializing dynptrs in kfuncs
Joanne Koong
2023-03-01
bpf: Refactor process_dynptr_func
Joanne Koong
2023-03-01
bpf: Support "sk_buff" and "xdp_buff" as valid kfunc arg types
Joanne Koong
2023-02-28
bpf: Fix bpf_cgroup_from_id() doxygen header
David Vernet
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-23
bpf: Add bpf_cgroup_from_id() kfunc
Tejun Heo
2023-02-22
bpf: Check for helper calls in check_subprogs()
Ilya Leoshkevich
2023-02-22
bpf: Only allocate one bpf_mem_cache for bpf_cpumask_ma
Hou Tao
2023-02-22
bpf: Wrap register invalidation with a helper
Kumar Kartikeya Dwivedi
2023-02-22
bpf: Fix check_reg_type for PTR_TO_BTF_ID
Kumar Kartikeya Dwivedi
2023-02-22
bpf: Remove unused MEM_ALLOC | PTR_TRUSTED checks
Kumar Kartikeya Dwivedi
2023-02-22
bpf: Annotate data races in bpf_local_storage
Kumar Kartikeya Dwivedi
2023-02-22
bpf: Allow reads from uninit stack
Eduard Zingerman
2023-02-22
bpf: add missing header file include
Linus Torvalds
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-02-21
uaccess: Add speculation barrier to copy_from_user()
Dave Hansen
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-02-17
bpf: Fix global subprog context argument resolution logic
Andrii Nakryiko
2023-02-15
bpf: Zeroing allocated object from slab in bpf memory allocator
Hou Tao
2023-02-15
bpf: BPF_ST with variable offset should preserve STACK_ZERO marks
Eduard Zingerman
2023-02-15
bpf: track immediate values written to stack by BPF_ST instruction
Eduard Zingerman
2023-02-13
bpf: Special verifier handling for bpf_rbtree_{remove, first}
Dave Marchevsky
2023-02-13
bpf: Add callback validation to kfunc verifier logic
Dave Marchevsky
2023-02-13
bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args
Dave Marchevsky
2023-02-13
bpf: Add bpf_rbtree_{add,remove,first} kfuncs
Dave Marchevsky
2023-02-13
bpf: Add basic bpf_rb_{root,node} support
Dave Marchevsky
[prev]
[next]