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
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-05-22
bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
Anton Protopopov
1
-2
/
+4
2023-05-19
bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
Will Deacon
1
-1
/
+1
2023-05-15
bpf: netdev: init the offload table earlier
Jakub Kicinski
1
-1
/
+1
2023-04-29
Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
3
-23
/
+23
2023-04-27
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
30
-1418
/
+3883
2023-04-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-6
/
+6
2023-04-25
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-23
/
+15
2023-04-25
bpf: Add __rcu_read_{lock,unlock} into btf id deny list
Yafang Shao
1
-0
/
+4
2023-04-25
bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixed
Dave Marchevsky
1
-1
/
+4
2023-04-22
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
7
-306
/
+375
2023-04-21
bpf: minimal support for programs hooked into netfilter framework
Florian Westphal
2
-0
/
+9
2023-04-21
bpf: add bpf_link support for BPF_NETFILTER programs
Florian Westphal
1
-0
/
+6
2023-04-21
bpf: Don't EFAULT for getsockopt with optval=NULL
Stanislav Fomichev
1
-3
/
+6
2023-04-21
bpf: Fix bpf_refcount_acquire's refcount_t address calculation
Dave Marchevsky
1
-1
/
+1
2023-04-21
bpf: Fix race between btf_put and btf_idr walk.
Alexei Starovoitov
1
-5
/
+3
2023-04-21
bpf: switch to fdget_raw()
Al Viro
1
-23
/
+15
2023-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+15
2023-04-20
bpf: support access variable length array of integer type
Feng Zhou
1
-3
/
+5
2023-04-19
bpf: Fix incorrect verifier pruning due to missing register precision taints
Daniel Borkmann
1
-0
/
+15
2023-04-18
bpf: Improve verifier u32 scalar equality checking
Yonghong Song
1
-2
/
+7
2023-04-17
bpf: lirc program type should not require SYS_CAP_ADMIN
Sean Young
1
-1
/
+0
2023-04-16
bpf: Remove KF_KPTR_GET kfunc flag
David Vernet
1
-65
/
+0
2023-04-16
bpf: Centralize btf_field-specific initialization logic
Dave Marchevsky
1
-8
/
+6
2023-04-16
bpf: Migrate bpf_rbtree_remove to possibly fail
Dave Marchevsky
3
-23
/
+9
2023-04-16
bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
Dave Marchevsky
2
-40
/
+103
2023-04-16
bpf: Add bpf_refcount_acquire kfunc
Dave Marchevsky
2
-11
/
+78
2023-04-16
bpf: Support refcounted local kptrs in existing semantics
Dave Marchevsky
1
-8
/
+13
2023-04-16
bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing
Dave Marchevsky
2
-2
/
+16
2023-04-16
bpf: Remove btf_field_offs, use btf_record's fields instead
Dave Marchevsky
4
-103
/
+24
2023-04-14
bpf: Support 64-bit pointers to kfuncs
Ilya Leoshkevich
2
-40
/
+94
2023-04-14
bpf: Add preempt_count_{sub,add} into btf id deny list
Yafang
1
-0
/
+4
2023-04-14
Daniel Borkmann says:
Jakub Kicinski
26
-786
/
+2246
2023-04-12
bpf: Remove bpf_cgroup_kptr_get() kfunc
David Vernet
1
-32
/
+0
2023-04-12
bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULL
David Vernet
1
-3
/
+2
2023-04-12
bpf: Handle NULL in bpf_local_storage_free.
Alexei Starovoitov
1
-0
/
+3
2023-04-11
bpf/btf: Fix is_int_ptr()
Feng Zhou
1
-6
/
+2
2023-04-11
bpf: Relax log_buf NULL conditions when log_level>0 is requested
Andrii Nakryiko
1
-17
/
+25
2023-04-11
bpf: Simplify internal verifier log interface
Andrii Nakryiko
3
-65
/
+87
2023-04-11
bpf: Add log_true_size output field to return necessary log buffer size
Andrii Nakryiko
3
-23
/
+33
2023-04-11
bpf: Keep track of total log content size in both fixed and rolling modes
Andrii Nakryiko
1
-21
/
+46
2023-04-11
bpf: Simplify logging-related error conditions handling
Andrii Nakryiko
3
-6
/
+6
2023-04-11
bpf: Avoid incorrect -EFAULT error in BPF_LOG_KERNEL mode
Andrii Nakryiko
1
-1
/
+1
2023-04-11
bpf: Fix missing -EFAULT return on user log buf error in btf_parse()
Andrii Nakryiko
1
-0
/
+4
2023-04-11
bpf: Ignore verifier log reset in BPF_LOG_KERNEL mode
Andrii Nakryiko
1
-1
/
+1
2023-04-11
bpf: Switch BPF verifier log to be a rotating log by default
Andrii Nakryiko
3
-19
/
+201
2023-04-11
bpf: Remove minimum size restrictions on verifier log buffer
Andrii Nakryiko
1
-1
/
+1
2023-04-11
bpf: Split off basic BPF verifier log into separate file
Andrii Nakryiko
3
-70
/
+87
2023-04-07
bpf: ensure all memory is initialized in bpf_get_current_comm
Barret Rhoden
1
-1
/
+1
2023-04-07
bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifier
Yonghong Song
1
-0
/
+12
2023-04-07
bpf: Improve verifier JEQ/JNE insn branch taken checking
Yonghong Song
1
-0
/
+8
[next]