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
2024-04-05
Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-3
/
+35
2024-03-31
Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2024-03-31
kbuild: make -Woverride-init warnings more consistent
Arnd Bergmann
1
-1
/
+1
2024-03-29
bpf: fix possible file descriptor leaks in verifier
Anton Protopopov
1
-0
/
+3
2024-03-29
bpf: support deferring bpf_link dealloc to after RCU grace period
Andrii Nakryiko
1
-3
/
+32
2024-03-27
bpf: Protect against int overflow for stack access size
Andrei Matei
1
-0
/
+5
2024-03-27
bpf: Check bloom filter map value size
Andrei Matei
1
-0
/
+13
2024-03-27
bpf: fix warning for crash_kexec
Hari Bathini
1
-1
/
+1
2024-03-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
2
-10
/
+37
2024-03-23
bpf: verifier: reject addr_space_cast insn without arena
Puranjay Mohan
1
-0
/
+4
2024-03-23
bpf: verifier: fix addr_space_cast from as(1) to as(0)
Puranjay Mohan
1
-2
/
+6
2024-03-21
bpf: report RCU QS in cpumap kthread
Yan Zhai
1
-0
/
+3
2024-03-16
bpf: Clarify bpf_arena comments.
Alexei Starovoitov
1
-7
/
+18
2024-03-14
bpf: Temporarily disable atomic operations in BPF arena
Puranjay Mohan
1
-1
/
+9
2024-03-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
14
-139
/
+1120
2024-03-12
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
5
-14
/
+14
2024-03-12
bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()
Puranjay Mohan
1
-1
/
+6
2024-03-12
bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.
Alexei Starovoitov
2
-4
/
+30
2024-03-12
bpf: Recognize addr_space_cast instruction in the verifier.
Alexei Starovoitov
3
-9
/
+107
2024-03-12
bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.
Alexei Starovoitov
1
-0
/
+5
2024-03-12
bpf: Disasm support for addr_space_cast instruction.
Alexei Starovoitov
1
-0
/
+10
2024-03-12
bpf: Introduce bpf_arena.
Alexei Starovoitov
5
-0
/
+609
2024-03-08
net: move skbuff_cache(s) to net_hotdata
Eric Dumazet
1
-1
/
+3
2024-03-08
bpf: Fix stackmap overflow check on 32-bit arches
Toke Høiland-Jørgensen
1
-3
/
+6
2024-03-08
bpf: Fix hashtab overflow check on 32-bit arches
Toke Høiland-Jørgensen
1
-5
/
+9
2024-03-08
bpf: Fix DEVMAP_HASH overflow check on 32-bit arches
Toke Høiland-Jørgensen
1
-5
/
+6
2024-03-08
bpf: Tell bpf programs kernel's PAGE_SIZE
Alexei Starovoitov
1
-1
/
+6
2024-03-08
bpf: Plumb get_unmapped_area() callback into bpf_map_ops
Alexei Starovoitov
1
-0
/
+16
2024-03-08
bpf: Recognize '__map' suffix in kfunc arguments
Alexei Starovoitov
1
-0
/
+16
2024-03-08
bpf: Allow kfuncs return 'void *'
Alexei Starovoitov
1
-0
/
+3
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+4
2024-03-07
bpf: Allow all printable characters in BTF DATASEC names
Eduard Zingerman
1
-1
/
+15
2024-03-07
bpf: Recognize that two registers are safe when their ranges match
Alexei Starovoitov
1
-21
/
+30
2024-03-07
bpf: Introduce may_goto instruction
Alexei Starovoitov
3
-30
/
+138
2024-03-06
cpumap: Zero-initialise xdp_rxq_info struct before running XDP program
Toke Høiland-Jørgensen
1
-1
/
+1
2024-03-06
bpf: check bpf_func_state->callback_depth when pruning states
Eduard Zingerman
1
-0
/
+3
2024-03-05
bpf: struct_ops supports more than one page for trampolines.
Kui-Feng Lee
1
-41
/
+89
2024-03-04
bpf, net: validate struct_ops when updating value.
Kui-Feng Lee
1
-5
/
+6
2024-03-04
net: adopt skb_network_offset() and similar helpers
Eric Dumazet
1
-1
/
+1
2024-03-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
13
-241
/
+681
2024-03-01
bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
Kees Cook
1
-10
/
+10
2024-02-23
bpf: add is_async_callback_calling_insn() helper
Benjamin Tissoires
1
-4
/
+7
2024-02-23
bpf: introduce in_sleepable() helper
Benjamin Tissoires
1
-6
/
+11
2024-02-23
bpf: allow more maps in sleepable bpf programs
Benjamin Tissoires
1
-0
/
+2
2024-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-1
/
+8
2024-02-22
bpf: Check cfi_stubs before registering a struct_ops type.
Kui-Feng Lee
1
-0
/
+5
2024-02-19
bpf: Fix an issue due to uninitialized bpf_iter_task
Yafang Shao
1
-0
/
+2
2024-02-19
bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel
Martin KaFai Lau
1
-1
/
+4
2024-02-16
bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19
Yonghong Song
1
-5
/
+13
2024-02-16
bpf: improve duplicate source code line detection
Andrii Nakryiko
1
-2
/
+15
[next]