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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-08
samples/bpf: Fix sockex3 error: Missing BPF prog type
Rong Tao
2
-55
/
+63
2022-11-08
selftests/bpf: Fix u32 variable compared with less than zero
Kang Minchul
1
-1
/
+2
2022-11-05
Documentation: bpf: Escape underscore in BPF type name prefix
Bagas Sanjaya
1
-4
/
+4
2022-11-05
selftests/bpf: Use consistent build-id type for liburandom_read.so
Artem Savkov
1
-3
/
+4
2022-11-05
selftests/bpf: cgroup_helpers.c: Fix strncpy() fortify warning
Rong Tao
3
-23
/
+25
2022-11-05
samples/bpf: Fix tracex2 error: No such file or directory
Rong Tao
2
-3
/
+4
2022-11-04
selftests/bpf: Tests for enum fwd resolved as full enum64
Eduard Zingerman
1
-5
/
+83
2022-11-04
libbpf: Resolve enum fwd as full enum64 and vice versa
Eduard Zingerman
1
-50
/
+25
2022-11-04
Merge branch 'BPF verifier precision tracking improvements'
Alexei Starovoitov
2
-59
/
+257
2022-11-04
selftests/bpf: make test_align selftest more robust
Andrii Nakryiko
1
-14
/
+24
2022-11-04
bpf: aggressively forget precise markings during state checkpointing
Andrii Nakryiko
1
-0
/
+37
2022-11-04
bpf: stop setting precise in current state
Andrii Nakryiko
1
-12
/
+91
2022-11-04
bpf: allow precision tracking for programs with subprogs
Andrii Nakryiko
1
-1
/
+61
2022-11-04
bpf: propagate precision across all frames, not just the last one
Andrii Nakryiko
1
-32
/
+39
2022-11-04
bpf: propagate precision in ALU/ALU64 operations
Andrii Nakryiko
1
-0
/
+5
2022-11-04
bpf: Refactor map->off_arr handling
Kumar Kartikeya Dwivedi
4
-81
/
+89
2022-11-04
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
12
-344
/
+314
2022-11-04
Merge branch 'veristat: replay, filtering, sorting'
Alexei Starovoitov
1
-160
/
+727
2022-11-04
selftests/bpf: support stat filtering in comparison mode in veristat
Andrii Nakryiko
1
-5
/
+65
2022-11-04
selftests/bpf: support stats ordering in comparison mode in veristat
Andrii Nakryiko
1
-10
/
+182
2022-11-04
selftests/bpf: handle missing records in comparison mode better in veristat
Andrii Nakryiko
1
-37
/
+110
2022-11-04
selftests/bpf: make veristat emit all stats in CSV mode by default
Andrii Nakryiko
1
-2
/
+15
2022-11-04
selftests/bpf: support simple filtering of stats in veristat
Andrii Nakryiko
1
-1
/
+157
2022-11-04
selftests/bpf: allow to define asc/desc ordering for sort specs in veristat
Andrii Nakryiko
1
-15
/
+48
2022-11-04
selftests/bpf: ensure we always have non-ambiguous sorting in veristat
Andrii Nakryiko
1
-1
/
+5
2022-11-04
selftests/bpf: consolidate and improve file/prog filtering in veristat
Andrii Nakryiko
1
-62
/
+65
2022-11-04
selftests/bpf: shorten "Total insns/states" column names in veristat
Andrii Nakryiko
1
-6
/
+9
2022-11-04
selftests/bpf: add veristat replay mode
Andrii Nakryiko
1
-38
/
+88
2022-11-04
bpf: Refactor kptr_off_tab into btf_record
Kumar Kartikeya Dwivedi
8
-263
/
+332
2022-11-04
bpf: Drop reg_type_may_be_refcounted_or_null
Kumar Kartikeya Dwivedi
1
-8
/
+1
2022-11-04
bpf: Fix slot type check in check_stack_write_var_off
Kumar Kartikeya Dwivedi
1
-8
/
+11
2022-11-04
bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_ID
Kumar Kartikeya Dwivedi
1
-4
/
+5
2022-11-04
bpf: Allow specifying volatile type modifier for kptrs
Kumar Kartikeya Dwivedi
2
-0
/
+8
2022-11-04
bpf: Document UAPI details for special BPF types
Kumar Kartikeya Dwivedi
1
-0
/
+44
2022-11-04
bpf: make sure skb->len != 0 when redirecting to a tunneling device
Stanislav Fomichev
1
-0
/
+4
2022-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
369
-1627
/
+3233
2022-11-03
Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
50
-190
/
+401
2022-11-03
Merge tag 'powerpc-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
5
-5
/
+27
2022-11-03
Merge branch 'add-new-pcp-and-apptrust-attributes-to-dcbnl'
Paolo Abeni
11
-8
/
+744
2022-11-03
net: microchip: sparx5: add support for offloading default prio
Daniel Machon
3
-0
/
+40
2022-11-03
net: microchip: sparx5: add support for offloading dscp table
Daniel Machon
3
-3
/
+116
2022-11-03
net: microchip: sparx5: add support for apptrust
Daniel Machon
3
-2
/
+126
2022-11-03
net: microchip: sparx5: add support for offloading pcp table
Daniel Machon
8
-2
/
+327
2022-11-03
net: dcb: add new apptrust attribute
Daniel Machon
3
-2
/
+80
2022-11-03
net: dcb: add new pcp selector to app object
Daniel Machon
2
-4
/
+60
2022-11-03
net: mana: Assign interrupts to CPUs based on NUMA nodes
Saurabh Sengar
2
-3
/
+28
2022-11-03
Merge branch 'vsock-remove-an-unused-variable-and-fix-infinite-sleep'
Paolo Abeni
1
-3
/
+4
2022-11-03
vsock: fix possible infinite sleep in vsock_connectible_wait_data()
Dexuan Cui
1
-1
/
+4
2022-11-03
vsock: remove the unused 'wait' in vsock_connectible_recvmsg()
Dexuan Cui
1
-2
/
+0
2022-11-03
net: fec: add initial XDP support
Shenwei Wang
2
-2
/
+226
[next]