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-11-02
Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
1
-11
/
+14
2023-10-31
Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
19
-312
/
+1766
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-3
/
+2
2023-10-30
Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-3
/
+1
2023-10-26
bpf: Add more WARN_ON_ONCE checks for mismatched alloc and free
Hou Tao
1
-0
/
+4
2023-10-25
netkit, bpf: Add bpf programmable net device
Daniel Borkmann
1
-5
/
+25
2023-10-24
bpf: Improve JEQ/JNE branch taken logic
Andrii Nakryiko
1
-0
/
+8
2023-10-24
bpf: Fold smp_mb__before_atomic() into atomic_set_release()
Paul E. McKenney
1
-2
/
+1
2023-10-24
bpf: Fix unnecessary -EBUSY from htab_lock_bucket
Song Liu
1
-2
/
+5
2023-10-24
bpf: print full verifier states on infinite loop detection
Eduard Zingerman
1
-0
/
+4
2023-10-24
bpf: correct loop detection for iterators convergence
Eduard Zingerman
1
-4
/
+203
2023-10-24
bpf: exact states comparison for iterator convergence checks
Eduard Zingerman
1
-31
/
+187
2023-10-24
bpf: extract same_callsites() as utility function
Eduard Zingerman
1
-5
/
+15
2023-10-24
bpf: move explored_state() closer to the beginning of verifier.c
Eduard Zingerman
1
-15
/
+13
2023-10-24
bpf, tcx: Get rid of tcx_link_const
Daniel Borkmann
1
-2
/
+2
2023-10-21
bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()
Hou Tao
2
-10
/
+16
2023-10-21
bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.h
Hou Tao
2
-4
/
+0
2023-10-21
bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()
Hou Tao
1
-2
/
+14
2023-10-21
bpf: Re-enable unit_size checking for global per-cpu allocator
Hou Tao
1
-10
/
+12
2023-10-20
bpf: Let bpf_iter_task_new accept null task ptr
Chuyi Zhou
2
-3
/
+17
2023-10-20
bpf: teach the verifier to enforce css_iter and task_iter in RCU CS
Chuyi Zhou
2
-13
/
+41
2023-10-20
bpf: Introduce css open-coded iterator kfuncs
Chuyi Zhou
2
-0
/
+68
2023-10-20
bpf: Introduce task open coded iterator kfuncs
Chuyi Zhou
2
-0
/
+93
2023-10-20
bpf: Introduce css_task open-coded iterator kfuncs
Chuyi Zhou
3
-0
/
+84
2023-10-19
bpf: Add sockptr support for setsockopt
Breno Leitao
1
-2
/
+3
2023-10-19
bpf: Add sockptr support for getsockopt
Breno Leitao
1
-9
/
+11
2023-10-19
file: convert to SLAB_TYPESAFE_BY_RCU
Christian Brauner
1
-3
/
+1
2023-10-18
bpf: convert to new timestamp accessors
Jeff Layton
1
-3
/
+2
2023-10-17
bpf: Fix missed rcu read lock in bpf_task_under_cgroup()
Yafang Shao
1
-1
/
+6
2023-10-17
net, bpf: Add a warning if NAPI cb missed xdp_do_flush().
Sebastian Andrzej Siewior
2
-0
/
+20
2023-10-17
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
8
-39
/
+203
2023-10-16
bpf: Ensure proper register state printing for cond jumps
Andrii Nakryiko
1
-1
/
+6
2023-10-16
bpf: Disambiguate SCALAR register state output in verifier logs
Andrii Nakryiko
1
-22
/
+45
2023-10-14
bpf: Introduce task_vma open-coded iterator kfuncs
Dave Marchevsky
2
-0
/
+94
2023-10-14
bpf: Don't explicitly emit BTF for struct btf_iter_num
Dave Marchevsky
1
-2
/
+0
2023-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-20
/
+25
2023-10-12
bpf: Implement cgroup sockaddr hooks for unix sockets
Daan De Meyer
3
-3
/
+28
2023-10-12
bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpf
Daan De Meyer
1
-0
/
+1
2023-10-12
bpf: Propagate modified uaddrlen from cgroup sockaddr programs
Daan De Meyer
1
-2
/
+15
2023-10-10
bpf: Fix verifier log for async callback return values
David Vernet
1
-3
/
+3
2023-10-09
bpf: Add ability to pin bpf timer to calling CPU
David Vernet
1
-1
/
+4
2023-10-07
bpf: Refuse unused attributes in bpf_prog_{attach,detach}
Lorenz Bauer
1
-5
/
+14
2023-10-07
bpf: Handle bpf_mprog_query with NULL entry
Daniel Borkmann
2
-11
/
+7
2023-10-07
bpf: Fix BPF_PROG_QUERY last field check
Daniel Borkmann
1
-1
/
+1
2023-10-07
bpf: Annotate struct bpf_stack_map with __counted_by
Kees Cook
1
-1
/
+1
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-30
/
+25
2023-09-30
bpf: Use kmalloc_size_roundup() to adjust size_index
Hou Tao
1
-25
/
+19
2023-09-30
bpf, mprog: Fix maximum program check on mprog attachment
Daniel Borkmann
1
-0
/
+3
2023-09-26
bpf: Add missed value to kprobe perf link info
Jiri Olsa
1
-6
/
+8
2023-09-22
bpf: Disable zero-extension for BPF_MEMSX
Ilya Leoshkevich
1
-1
/
+1
[next]