index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Lines
2023-03-04
bpf: move kfunc_call_arg_meta higher in the file
Andrii Nakryiko
-35
/
+35
2023-03-04
bpf: ensure that r0 is marked scratched after any function call
Andrii Nakryiko
-0
/
+2
2023-03-04
bpf: fix visit_insn()'s detection of BPF_FUNC_timer_set_callback helper
Andrii Nakryiko
-1
/
+1
2023-03-04
bpf: clean up visit_insn()'s instruction processing
Andrii Nakryiko
-13
/
+12
2023-03-04
bpf: honor env->test_state_freq flag in is_state_visited()
Andrii Nakryiko
-1
/
+2
2023-03-04
bpf: improve regsafe() checks for PTR_TO_{MEM,BUF,TP_BUFFER}
Andrii Nakryiko
-1
/
+5
2023-03-04
bpf: improve stack slot state printing
Andrii Nakryiko
-26
/
+49
2023-03-03
bpf: allow ctx writes using BPF_ST_MEM instruction
Eduard Zingerman
-77
/
+82
2023-03-03
bpf: Use separate RCU callbacks for freeing selem
Kumar Kartikeya Dwivedi
-30
/
+49
2023-03-03
bpf: Refactor RCU enforcement in the verifier.
Alexei Starovoitov
-80
/
+154
2023-03-03
bpf: Introduce kptr_rcu.
Alexei Starovoitov
-11
/
+50
2023-03-03
bpf: Mark cgroups and dfl_cgrp fields as trusted.
Alexei Starovoitov
-0
/
+6
2023-03-03
bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.
Alexei Starovoitov
-2
/
+2
2023-03-02
bpf: Add support for absolute value BPF timers
Tero Kristo
-2
/
+9
2023-03-02
bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program types
Tejun Heo
-4
/
+4
2023-03-01
bpf: Fix bpf_dynptr_slice{_rdwr} to return NULL instead of 0
Joanne Koong
-4
/
+4
2023-03-01
bpf: Fix doxygen comments for dynptr slice kfuncs
David Vernet
-16
/
+14
2023-03-01
bpf: Support kptrs in local storage maps
Kumar Kartikeya Dwivedi
-9
/
+57
2023-03-01
bpf: Support kptrs in percpu hashmap and percpu LRU hashmap
Kumar Kartikeya Dwivedi
-22
/
+39
2023-03-01
bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
Joanne Koong
-4
/
+261
2023-03-01
bpf: Add xdp dynptrs
Joanne Koong
-1
/
+18
2023-03-01
bpf: Add skb dynptrs
Joanne Koong
-14
/
+141
2023-03-01
bpf: Add __uninit kfunc annotation
Joanne Koong
-2
/
+16
2023-03-01
bpf: Refactor verifier dynptr into get_dynptr_arg_reg
Joanne Koong
-30
/
+50
2023-03-01
bpf: Allow initializing dynptrs in kfuncs
Joanne Koong
-45
/
+22
2023-03-01
bpf: Refactor process_dynptr_func
Joanne Koong
-31
/
+31
2023-03-01
bpf: Support "sk_buff" and "xdp_buff" as valid kfunc arg types
Joanne Koong
-0
/
+4
2023-02-28
bpf: Fix bpf_cgroup_from_id() doxygen header
David Vernet
-2
/
+1
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-4
/
+4
2023-02-23
bpf: Add bpf_cgroup_from_id() kfunc
Tejun Heo
-0
/
+18
2023-02-22
bpf: Check for helper calls in check_subprogs()
Ilya Leoshkevich
-2
/
+2
2023-02-22
bpf: Only allocate one bpf_mem_cache for bpf_cpumask_ma
Hou Tao
-3
/
+3
2023-02-22
bpf: Wrap register invalidation with a helper
Kumar Kartikeya Dwivedi
-14
/
+14
2023-02-22
bpf: Fix check_reg_type for PTR_TO_BTF_ID
Kumar Kartikeya Dwivedi
-3
/
+20
2023-02-22
bpf: Remove unused MEM_ALLOC | PTR_TRUSTED checks
Kumar Kartikeya Dwivedi
-2
/
+0
2023-02-22
bpf: Annotate data races in bpf_local_storage
Kumar Kartikeya Dwivedi
-3
/
+13
2023-02-22
bpf: Allow reads from uninit stack
Eduard Zingerman
-1
/
+10
2023-02-22
bpf: add missing header file include
Linus Torvalds
-0
/
+1
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-581
/
+2816
2023-02-21
uaccess: Add speculation barrier to copy_from_user()
Dave Hansen
-2
/
+0
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-4
/
+4
2023-02-17
bpf: Fix global subprog context argument resolution logic
Andrii Nakryiko
-2
/
+11
2023-02-15
bpf: Zeroing allocated object from slab in bpf memory allocator
Hou Tao
-3
/
+3
2023-02-15
bpf: BPF_ST with variable offset should preserve STACK_ZERO marks
Eduard Zingerman
-1
/
+3
2023-02-15
bpf: track immediate values written to stack by BPF_ST instruction
Eduard Zingerman
-2
/
+16
2023-02-13
bpf: Special verifier handling for bpf_rbtree_{remove, first}
Dave Marchevsky
-12
/
+55
2023-02-13
bpf: Add callback validation to kfunc verifier logic
Dave Marchevsky
-5
/
+129
2023-02-13
bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args
Dave Marchevsky
-35
/
+203
2023-02-13
bpf: Add bpf_rbtree_{add,remove,first} kfuncs
Dave Marchevsky
-1
/
+67
2023-02-13
bpf: Add basic bpf_rb_{root,node} support
Dave Marchevsky
-66
/
+169
[prev]
[next]