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-01-19
bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return value
YiFei Zhu
4
-5
/
+79
2022-01-19
bpf: Move getsockopt retval to struct bpf_cg_run_ctx
YiFei Zhu
3
-44
/
+63
2022-01-19
bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow boolean
YiFei Zhu
3
-34
/
+25
2022-01-19
libbpf: Improve btf__add_btf() with an additional hashmap for strings.
Kui-Feng Lee
1
-1
/
+30
2022-01-19
bpf/scripts: Raise an exception if the correct number of sycalls are not gene...
Usama Arif
1
-27
/
+59
2022-01-19
bpf/scripts: Make description and returns section for helpers/syscalls mandatory
Usama Arif
1
-12
/
+18
2022-01-19
uapi/bpf: Add missing description and returns for helper documentation
Usama Arif
2
-0
/
+30
2022-01-19
bpftool: Adding support for BTF program names
Raman Shukhau
4
-12
/
+70
2022-01-19
libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errors
Toke Høiland-Jørgensen
1
-1
/
+21
2022-01-19
Merge branch 'bpf: Batching iter for AF_UNIX sockets.'
Alexei Starovoitov
5
-29
/
+385
2022-01-19
selftest/bpf: Fix a stale comment.
Kuniyuki Iwashima
1
-1
/
+1
2022-01-19
selftest/bpf: Test batching and bpf_(get|set)sockopt in bpf unix iter.
Kuniyuki Iwashima
3
-0
/
+162
2022-01-19
bpf: Support bpf_(get|set)sockopt() in bpf unix iter.
Kuniyuki Iwashima
1
-0
/
+15
2022-01-19
bpf: af_unix: Use batching algorithm in bpf unix iter.
Kuniyuki Iwashima
1
-7
/
+177
2022-01-19
af_unix: Refactor unix_next_socket().
Kuniyuki Iwashima
1
-21
/
+30
2022-01-19
Merge branch 'Introduce unstable CT lookup helpers'
Alexei Starovoitov
29
-214
/
+1674
2022-01-19
selftests/bpf: Add test for race in btf_try_get_module
Kumar Kartikeya Dwivedi
7
-0
/
+364
2022-01-19
selftests/bpf: Extend kfunc selftests
Kumar Kartikeya Dwivedi
4
-4
/
+258
2022-01-19
selftests/bpf: Add test_verifier support to fixup kfunc call insns
Kumar Kartikeya Dwivedi
1
-0
/
+28
2022-01-19
selftests/bpf: Add test for unstable CT lookup API
Kumar Kartikeya Dwivedi
3
-0
/
+161
2022-01-19
net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
Kumar Kartikeya Dwivedi
5
-0
/
+294
2022-01-19
bpf: Add reference tracking support to kfunc
Kumar Kartikeya Dwivedi
3
-12
/
+77
2022-01-19
bpf: Introduce mem, size argument pair support for kfunc
Kumar Kartikeya Dwivedi
3
-48
/
+126
2022-01-19
bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
Kumar Kartikeya Dwivedi
11
-161
/
+73
2022-01-19
bpf: Populate kfunc BTF ID sets in struct btf
Kumar Kartikeya Dwivedi
3
-7
/
+289
2022-01-19
bpf: Fix UAF due to race between btf_try_get_module and load_module
Kumar Kartikeya Dwivedi
1
-2
/
+24
2022-01-15
test: selftests: Remove unused various in sockmap_verdict_prog.c
Menglong Dong
1
-2
/
+0
2022-01-15
tools/resolve_btfids: Build with host flags
Connor O'Brien
1
-2
/
+4
2022-01-15
bpf/scripts: Raise an exception if the correct number of helpers are not gene...
Usama Arif
1
-2
/
+48
2022-01-13
Merge branch 'libbpf 1.0: deprecate bpf_map__def() API'
Andrii Nakryiko
11
-94
/
+81
2022-01-13
libbpf: Deprecate bpf_map__def() API
Christy Lee
1
-1
/
+2
2022-01-13
bpftool: Only set obj->skeleton on complete success
Wei Fu
1
-1
/
+1
2022-01-13
selftests/bpf: Stop using bpf_map__def() API
Christy Lee
5
-28
/
+26
2022-01-13
perf: Stop using bpf_map__def() API
Christy Lee
2
-51
/
+41
2022-01-13
bpftool: Stop using bpf_map__def() API
Christy Lee
2
-9
/
+7
2022-01-13
samples/bpf: Stop using bpf_map__def() API
Christy Lee
1
-5
/
+5
2022-01-13
libbpf: Fix possible NULL pointer dereference when destroying skeleton
Yafang Shao
1
-0
/
+3
2022-01-13
Merge branch 'libbpf: rename bpf_prog_attach_xattr to bpf_prog_attach_opts'
Andrii Nakryiko
4
-8
/
+18
2022-01-13
selftests/bpf: Change bpf_prog_attach_xattr() to bpf_prog_attach_opts()
Christy Lee
1
-6
/
+6
2022-01-13
libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()
Christy Lee
3
-2
/
+12
2022-01-13
bpftool: Fix error check when calling hashmap__new()
Mauricio Vásquez
5
-5
/
+7
2022-01-13
libbpf: Use IS_ERR_OR_NULL() in hashmap__free()
Mauricio Vásquez
1
-2
/
+1
2022-01-11
Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
11
-182
/
+127
2022-01-11
Merge tag 'thermal-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
13
-134
/
+526
2022-01-11
Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
55
-218
/
+2274
2022-01-11
Merge tag 'acpi-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
72
-590
/
+1210
2022-01-11
netfilter: nf_tables: don't use 'data_size' uninitialized
Linus Torvalds
1
-0
/
+1
2022-01-11
Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2006
-44828
/
+111817
2022-01-11
Merge tag 'media/v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
373
-11300
/
+15494
2022-01-11
Revert "drm/amd/display: Fix for otg synchronization logic"
Linus Torvalds
7
-99
/
+14
[next]