index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-01
bpf: Fix bpf_dynptr_slice{_rdwr} to return NULL instead of 0
Joanne Koong
1
-4
/
+4
2023-03-01
bpf: Fix doxygen comments for dynptr slice kfuncs
David Vernet
1
-16
/
+14
2023-03-01
bpf: Support kptrs in local storage maps
Kumar Kartikeya Dwivedi
3
-9
/
+57
2023-03-01
bpf: Support kptrs in percpu hashmap and percpu LRU hashmap
Kumar Kartikeya Dwivedi
2
-22
/
+39
2023-03-01
bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
Joanne Koong
2
-4
/
+261
2023-03-01
bpf: Add xdp dynptrs
Joanne Koong
2
-1
/
+18
2023-03-01
bpf: Add skb dynptrs
Joanne Koong
3
-14
/
+141
2023-03-01
bpf: Add __uninit kfunc annotation
Joanne Koong
1
-2
/
+16
2023-03-01
bpf: Refactor verifier dynptr into get_dynptr_arg_reg
Joanne Koong
1
-30
/
+50
2023-03-01
bpf: Allow initializing dynptrs in kfuncs
Joanne Koong
1
-45
/
+22
2023-03-01
bpf: Refactor process_dynptr_func
Joanne Koong
1
-31
/
+31
2023-03-01
bpf: Support "sk_buff" and "xdp_buff" as valid kfunc arg types
Joanne Koong
1
-0
/
+4
2023-02-28
bpf: Fix bpf_cgroup_from_id() doxygen header
David Vernet
1
-2
/
+1
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-4
/
+4
2023-02-23
bpf: Add bpf_cgroup_from_id() kfunc
Tejun Heo
1
-0
/
+18
2023-02-22
bpf: Check for helper calls in check_subprogs()
Ilya Leoshkevich
1
-2
/
+2
2023-02-22
bpf: Only allocate one bpf_mem_cache for bpf_cpumask_ma
Hou Tao
1
-3
/
+3
2023-02-22
bpf: Wrap register invalidation with a helper
Kumar Kartikeya Dwivedi
1
-14
/
+14
2023-02-22
bpf: Fix check_reg_type for PTR_TO_BTF_ID
Kumar Kartikeya Dwivedi
1
-3
/
+20
2023-02-22
bpf: Remove unused MEM_ALLOC | PTR_TRUSTED checks
Kumar Kartikeya Dwivedi
1
-2
/
+0
2023-02-22
bpf: Annotate data races in bpf_local_storage
Kumar Kartikeya Dwivedi
1
-3
/
+13
2023-02-22
bpf: Allow reads from uninit stack
Eduard Zingerman
1
-1
/
+10
2023-02-22
bpf: add missing header file include
Linus Torvalds
1
-0
/
+1
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
18
-581
/
+2816
2023-02-21
uaccess: Add speculation barrier to copy_from_user()
Dave Hansen
1
-2
/
+0
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+4
2023-02-17
bpf: Fix global subprog context argument resolution logic
Andrii Nakryiko
1
-2
/
+11
2023-02-15
bpf: Zeroing allocated object from slab in bpf memory allocator
Hou Tao
2
-3
/
+3
2023-02-15
bpf: BPF_ST with variable offset should preserve STACK_ZERO marks
Eduard Zingerman
1
-1
/
+3
2023-02-15
bpf: track immediate values written to stack by BPF_ST instruction
Eduard Zingerman
1
-2
/
+16
2023-02-13
bpf: Special verifier handling for bpf_rbtree_{remove, first}
Dave Marchevsky
2
-12
/
+55
2023-02-13
bpf: Add callback validation to kfunc verifier logic
Dave Marchevsky
1
-5
/
+129
2023-02-13
bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args
Dave Marchevsky
1
-35
/
+203
2023-02-13
bpf: Add bpf_rbtree_{add,remove,first} kfuncs
Dave Marchevsky
2
-1
/
+67
2023-02-13
bpf: Add basic bpf_rb_{root,node} support
Dave Marchevsky
4
-66
/
+169
2023-02-13
bpf: Migrate release_on_unlock logic to non-owning ref semantics
Dave Marchevsky
1
-49
/
+119
2023-02-10
bpf: allow to disable bpf prog memory accounting
Yafang Shao
1
-6
/
+7
2023-02-10
bpf: allow to disable bpf map memory accounting
Yafang Shao
2
-3
/
+5
2023-02-10
bpf: use bpf_map_kvcalloc in bpf_local_storage
Yafang Shao
2
-2
/
+17
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
11
-78
/
+522
2023-02-10
net: skbuff: drop the word head from skb cache
Jakub Kicinski
1
-1
/
+1
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2
-4
/
+4
2023-02-02
bpf: devmap: check XDP features in __xdp_enqueue routine
Lorenzo Bianconi
1
-3
/
+13
2023-02-02
bpf: Drop always true do_idr_lock parameter to bpf_map_free_id
Tobias Klauser
2
-18
/
+7
2023-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-11
/
+21
2023-02-02
bpf: Add __bpf_kfunc tag to all kfuncs
David Vernet
2
-49
/
+49
2023-01-28
bpf: btf: Add BTF_FMODEL_SIGNED_ARG flag
Ilya Leoshkevich
1
-1
/
+15
2023-01-28
bpf: iterators: Split iterators.lskel.h into little- and big- endian versions
Ilya Leoshkevich
5
-7
/
+435
2023-01-28
bpf: Build-time assert that cpumask offset is zero
David Vernet
1
-0
/
+3
2023-01-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
7
-247
/
+1399
[prev]
[next]