index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-4
/
+2
2023-08-01
bpf, cpumap: Handle skb as well when clean up ptr_ring
Hou Tao
1
-4
/
+10
2023-08-01
bpf, cpumap: Make sure kthread is running before map update returns
Hou Tao
1
-10
/
+11
2023-07-24
bpf: convert to ctime accessor functions
Jeff Layton
1
-4
/
+2
2023-07-19
bpf: Repeat check_max_stack_depth for async callbacks
Kumar Kartikeya Dwivedi
1
-2
/
+19
2023-07-19
bpf: Fix subprog idx logic in check_max_stack_depth
Kumar Kartikeya Dwivedi
1
-5
/
+6
2023-07-12
bpf: cpumap: Fix memory leak in cpu_map_update_elem
Pu Lehui
1
-16
/
+24
2023-07-06
bpf: Fix max stack depth check for async callbacks
Kumar Kartikeya Dwivedi
1
-2
/
+3
2023-07-03
bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...
SeongJae Park
1
-4
/
+2
2023-06-25
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
18
-184
/
+395
2023-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-14
/
+21
2023-06-21
bpf: Force kprobe multi expected_attach_type for kprobe_multi link
Jiri Olsa
1
-0
/
+5
2023-06-21
bpf/btf: Accept function names that contain dots
Florent Revest
1
-12
/
+8
2023-06-19
bpf: Keep BPF_PROG_LOAD permission checks clear of validations
Andrii Nakryiko
1
-12
/
+9
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
11
-35
/
+47
2023-06-19
bpf: Inline map creation logic in map_create() function
Andrii Nakryiko
1
-33
/
+24
2023-06-19
bpf: Move unprivileged checks into map_create() and bpf_prog_load()
Andrii Nakryiko
1
-15
/
+19
2023-06-16
bpf: Remove in_atomic() from bpf_link_put().
Sebastian Andrzej Siewior
1
-13
/
+16
2023-06-14
bpf: Verify scalar ids mapping in regsafe() using check_ids()
Eduard Zingerman
1
-23
/
+68
2023-06-14
bpf: Use scalar ids in mark_chain_precision()
Eduard Zingerman
1
-0
/
+115
2023-06-14
bpf: ensure main program has an extable
Krister Johansen
1
-2
/
+5
2023-06-13
bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*
David Vernet
1
-10
/
+12
2023-06-13
bpf: Add bpf_cpumask_first_and() kfunc
David Vernet
1
-0
/
+16
2023-06-12
bpf: Hide unused bpf_patch_call_args
Arnd Bergmann
1
-3
/
+5
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+15
2023-06-08
bpf: Fix verifier id tracking of scalars on spill
Maxim Mikityanskiy
1
-0
/
+3
2023-06-06
bpf: Factor out a common helper free_all()
Hou Tao
1
-15
/
+16
2023-06-06
bpf: netfilter: Add BPF_NETFILTER bpf_attach_type
Florian Westphal
1
-0
/
+9
2023-06-06
bpf: Teach verifier that trusted PTR_TO_BTF_ID pointers are non-NULL
David Vernet
1
-2
/
+7
2023-06-06
bpf: Replace open code with for allocated object check
Daniel T. Lee
1
-2
/
+2
2023-06-05
bpf: Make bpf_refcount_acquire fallible for non-owning refs
Dave Marchevsky
2
-10
/
+24
2023-06-05
bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculation
Dave Marchevsky
1
-2
/
+2
2023-06-05
bpf: Set kptr_struct_meta for node param to list and rbtree insert funcs
Dave Marchevsky
1
-0
/
+3
2023-06-03
bpf: Fix elem_size not being set for inner maps
Rhys Rustad-Elliott
1
-2
/
+6
2023-05-31
bpf: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-2
/
+2
2023-05-31
bpf: Silence a warning in btf_type_id_size()
Yonghong Song
1
-9
/
+10
2023-05-27
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
5
-42
/
+105
2023-05-26
bpf: Fix bad unlock balance on freeze_mutex
Daniel Borkmann
1
-2
/
+2
2023-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-4
/
+6
2023-05-25
bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE command
Andrii Nakryiko
1
-4
/
+5
2023-05-24
bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
Andrii Nakryiko
2
-13
/
+28
2023-05-23
bpf: Validate BPF object in BPF_OBJ_PIN before calling LSM
Andrii Nakryiko
1
-6
/
+5
2023-05-22
bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
Anton Protopopov
1
-2
/
+4
2023-05-20
bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'
Aditi Ghag
2
-14
/
+58
2023-05-19
bpf: Show target_{obj,btf}_id in tracing link fdinfo
Yafang Shao
1
-2
/
+9
2023-05-19
bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
Will Deacon
1
-1
/
+1
2023-05-17
bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl log
Andrii Nakryiko
1
-3
/
+0
2023-05-17
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
7
-238
/
+750
2023-05-16
bpf: Fix memleak due to fentry attach failure
Yafang Shao
1
-6
/
+15
2023-05-15
bpf: Remove bpf trampoline selector
Yafang Shao
1
-7
/
+4
[next]