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
/
tools
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-15
bpf, bpftool: Allow probing for CONFIG_HZ from kernel config
Daniel Borkmann
1
-53
/
+67
2020-05-11
tools, bpftool: Minor fixes for documentation
Quentin Monnet
13
-70
/
+116
2020-05-11
tools, bpftool: Poison and replace kernel integer typedefs
Quentin Monnet
5
-6
/
+9
2020-05-10
bpf, runqslower: include proper uapi/bpf.h
Song Liu
1
-1
/
+2
2020-05-10
tools/bpftool: Add bpf_iter support for bptool
Yonghong Song
6
-1
/
+188
2020-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
13
-64
/
+692
2020-04-30
tools: bpftool: Make libcap dependency optional
Quentin Monnet
3
-5
/
+38
2020-04-30
tools: bpftool: Allow unprivileged users to probe features
Quentin Monnet
4
-16
/
+100
2020-04-30
tools: bpftool: For "feature probe" define "full_mode" bool as global
Quentin Monnet
1
-8
/
+7
2020-04-29
bpftool: Add link bash completions
Andrii Nakryiko
1
-0
/
+39
2020-04-29
bpftool: Add bpftool-link manpage
Andrii Nakryiko
1
-0
/
+118
2020-04-29
bpftool: Add bpf_link show and pin support
Andrii Nakryiko
4
-1
/
+345
2020-04-29
bpftool: Expose attach_type-to-string array to non-cgroup code
Andrii Nakryiko
2
-33
/
+47
2020-04-29
docs: networking: convert filter.txt to ReST
Mauro Carvalho Chehab
2
-2
/
+2
2020-04-26
tools/bpf/bpftool: Remove duplicate headers
Jagadeesh Pagadala
3
-3
/
+0
2020-04-25
tools/runqslower: Ensure own vmlinux.h is picked up first
Andrii Nakryiko
1
-1
/
+1
2020-04-25
bpftool: Respect the -d option in struct_ops cmd
Martin KaFai Lau
1
-1
/
+7
2020-04-14
tools, bpftool: Fix struct_ops command invalid pointer free
Daniel T. Lee
1
-1
/
+3
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-0
/
+3
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
3
-0
/
+3
2020-03-20
bpftool: Add struct_ops support
Martin KaFai Lau
5
-1
/
+743
2020-03-20
bpftool: Translate prog_id to its bpf prog_name
Martin KaFai Lau
2
-12
/
+107
2020-03-20
bpftool: Print as a string for char array
Martin KaFai Lau
1
-0
/
+41
2020-03-20
bpftool: Print the enum's name instead of value
Martin KaFai Lau
1
-4
/
+36
2020-03-13
tools/bpf: Move linux/types.h for selftests and bpftool
Tobias Klauser
1
-1
/
+0
2020-03-13
tools: bpftool: Restore message on failure to guess program type
Quentin Monnet
4
-11
/
+35
2020-03-13
tools: bpftool: Fix minor bash completion mistakes
Quentin Monnet
1
-8
/
+21
2020-03-13
tools: bpftool: Allow all prog/map handles for pinning objects
Quentin Monnet
4
-32
/
+7
2020-03-13
bpftool: Add _bpftool and profiler.skel.h to .gitignore
Song Liu
1
-0
/
+2
2020-03-13
bpftool: Skeleton should depend on libbpf
Song Liu
1
-2
/
+3
2020-03-13
bpftool: Only build bpftool-prog-profile if supported by clang
Song Liu
2
-4
/
+12
2020-03-12
bpftool: Use linux/types.h from source tree for profiler build
Tobias Klauser
2
-10
/
+12
2020-03-11
tools/runqslower: Add BPF_F_CURRENT_CPU for running selftest on older kernels
Andrii Nakryiko
1
-0
/
+1
2020-03-10
bpftool: Fix typo in bash-completion
Song Liu
1
-1
/
+1
2020-03-10
bpftool: Bash completion for "bpftool prog profile"
Song Liu
1
-1
/
+44
2020-03-10
bpftool: Documentation for bpftool prog profile
Song Liu
1
-0
/
+19
2020-03-10
bpftool: Introduce "prog profile" command
Song Liu
4
-1
/
+607
2020-03-04
tools/runqslower: Drop copy/pasted BPF_F_CURRENT_CPU definiton
Andrii Nakryiko
1
-3
/
+0
2020-03-03
bpftool: Add header guards to generated vmlinux.h
Andrii Nakryiko
1
-0
/
+5
2020-02-26
bpftool: Update bash completion for "bpftool feature" command
Michal Rostecki
1
-1
/
+2
2020-02-26
bpftool: Update documentation of "bpftool feature" command
Michal Rostecki
1
-9
/
+10
2020-02-26
bpftool: Make probes which emit dmesg warnings optional
Michal Rostecki
1
-21
/
+49
2020-02-26
bpftool: Move out sections to separate functions
Michal Rostecki
1
-93
/
+126
2020-02-26
bpftool: Support struct_ops, tracing, ext prog types
Andrey Ignatov
4
-4
/
+9
2020-02-08
bpftool: Don't crash on missing xlated program instructions
Toke Høiland-Jørgensen
1
-1
/
+1
2020-02-06
tools/bpf/runqslower: Rebuild libbpf.a on libbpf source change
Song Liu
1
-1
/
+1
2020-02-04
bpftool: Remove redundant "HAVE" prefix from the large INSN limit check
Michal Rostecki
1
-1
/
+1
2020-01-31
runqslower: Fix Makefile
Yulia Kartseva
1
-1
/
+1
2020-01-27
tools/bpf: Allow overriding llvm tools for runqslower
Andrey Ignatov
1
-3
/
+3
2020-01-24
bpftool: Print function linkage in BTF dump
Andrii Nakryiko
1
-4
/
+23
[next]