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
pinetabv-6.6.y-devel
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
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-26
selftests/bpf: Add test for strict BTF type check
Kumar Kartikeya Dwivedi
1
-0
/
+20
2022-04-26
selftests/bpf: Add verifier tests for kptr
Kumar Kartikeya Dwivedi
2
-2
/
+522
2022-04-26
selftests/bpf: Add C tests for kptr
Kumar Kartikeya Dwivedi
2
-0
/
+227
2022-04-26
libbpf: Add kptr type tag macros to bpf_helpers.h
Kumar Kartikeya Dwivedi
1
-0
/
+7
2022-04-26
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
1
-0
/
+12
2022-04-26
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
2
-4
/
+4
2022-04-26
bpftool, musl compat: Replace sys/fcntl.h by fcntl.h
Dominique Martinet
1
-1
/
+1
2022-04-26
bpftool, musl compat: Replace nftw with FTW_ACTIONRETVAL
Dominique Martinet
1
-55
/
+57
2022-04-25
libbpf: Remove unnecessary type cast
Yuntao Wang
1
-1
/
+1
2022-04-23
selftests/bpf: Switch fexit_stress to bpf_link_create() API
Andrii Nakryiko
1
-1
/
+1
2022-04-23
libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()
Andrii Nakryiko
2
-3
/
+34
2022-04-21
libbpf: Remove redundant non-null checks on obj_elf
Gaosheng Cui
1
-4
/
+2
2022-04-21
selftests/bpf: Fix map tests errno checks
Artem Savkov
2
-68
/
+37
2022-04-21
selftests/bpf: Fix prog_tests uprobe_autoattach compilation error
Artem Savkov
1
-1
/
+2
2022-04-21
selftests/bpf: Fix attach tests retcode checks
Artem Savkov
2
-2
/
+2
2022-04-21
libbpf: Add documentation to API functions
Grant Seltzer
1
-0
/
+76
2022-04-21
libbpf: Update API functions usage to check error
Grant Seltzer
1
-7
/
+5
2022-04-21
libbpf: Add error returns to two API functions
Grant Seltzer
2
-5
/
+13
2022-04-21
selftests/bpf: Add test for skb_load_bytes
Liu Jian
2
-0
/
+64
2022-04-20
libbpf: Support riscv USDT argument parsing logic
Pu Lehui
1
-0
/
+107
2022-04-20
libbpf: Fix usdt_cookie being cast to 32 bits
Pu Lehui
3
-6
/
+6
2022-04-20
selftests/bpf: Add tests for type tag order validation
Kumar Kartikeya Dwivedi
1
-0
/
+99
2022-04-19
selftests/bpf: Use non-autoloaded programs in few tests
Andrii Nakryiko
6
-65
/
+35
2022-04-19
libbpf: Support opting out from autoloading BPF programs declaratively
Andrii Nakryiko
1
-10
/
+21
2022-04-19
selftests/bpf: Workaround a verifier issue for test exhandler
Yonghong Song
1
-2
/
+13
2022-04-19
selftests/bpf: Limit unroll_count for pyperf600 test
Yonghong Song
2
-4
/
+11
2022-04-19
selftests/bpf: Refactor prog_tests logging and test execution
Mykola Lysenko
4
-221
/
+202
2022-04-12
libbpf: Usdt aarch64 arg parsing support
Alan Maguire
1
-0
/
+76
2022-04-11
selftests/bpf: Drop duplicate max/min definitions
Geliang Tang
5
-11
/
+5
2022-04-11
tools/runqslower: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK
Yafang Shao
1
-16
/
+2
2022-04-11
bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK
Yafang Shao
8
-23
/
+3
2022-04-11
selftests/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK
Yafang Shao
21
-61
/
+45
2022-04-11
libbpf: Fix a bug with checking bpf_probe_read_kernel() support in old kernels
Runqing Yang
1
-1
/
+1
2022-04-11
selftests/bpf: Improve by-name subtest selection logic in prog_tests
Mykola Lysenko
5
-88
/
+288
2022-04-11
libbpf: Add ARC support to bpf_tracing.h
Vladimir Isaev
2
-0
/
+25
2022-04-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
52
-92
/
+3757
2022-04-08
selftests/bpf: Fix return value checks in perf_event_stackmap test
Yuntao Wang
1
-2
/
+2
2022-04-08
selftests/bpf: Add CO-RE relos into linked_funcs selftests
Andrii Nakryiko
2
-0
/
+16
2022-04-08
libbpf: Use weak hidden modifier for USDT BPF-side API functions
Andrii Nakryiko
1
-3
/
+3
2022-04-08
libbpf: Don't error out on CO-RE relos for overriden weak subprogs
Andrii Nakryiko
1
-4
/
+11
2022-04-08
libbpf: Allow WEAK and GLOBAL bindings during BTF fixup
Andrii Nakryiko
1
-2
/
+5
2022-04-08
libbpf: Use strlcpy() in path resolution fallback logic
Andrii Nakryiko
1
-1
/
+1
2022-04-08
libbpf: Add s390-specific USDT arg spec parsing logic
Ilya Leoshkevich
1
-0
/
+55
2022-04-08
Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
6
-28
/
+134
2022-04-08
libbpf: Make BPF-side of USDT support work on big-endian machines
Ilya Leoshkevich
1
-0
/
+3
2022-04-08
libbpf: Minor style improvements in USDT code
Ilya Leoshkevich
2
-8
/
+8
2022-04-08
libbpf: Fix use #ifdef instead of #if to avoid compiler warning
Andrii Nakryiko
1
-2
/
+2
2022-04-07
libbpf: Potential NULL dereference in usdt_manager_attach_usdt()
Haowen Bai
1
-2
/
+2
2022-04-07
selftests/bpf: Uprobe tests should verify param/return values
Alan Maguire
2
-18
/
+50
2022-04-07
libbpf: Improve string parsing for uprobe auto-attach
Alan Maguire
1
-48
/
+33
[next]