index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
starfive-6.6.63-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
/
lib
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-29
libbpf: Add support for freplace attachment in bpf_link_create
Toke Høiland-Jørgensen
5
-9
/
+60
2020-09-29
libbpf: Support BTF loading and raw data output in both endianness
Andrii Nakryiko
3
-64
/
+255
2020-09-29
selftests/bpf: Test BTF writing APIs
Andrii Nakryiko
1
-4
/
+4
2020-09-29
libbpf: Add btf__str_by_offset() as a more generic variant of name_by_offset
Andrii Nakryiko
3
-1
/
+8
2020-09-29
libbpf: Add BTF writing APIs
Andrii Nakryiko
3
-0
/
+838
2020-09-29
libbpf: Add btf__new_empty() to create an empty BTF object
Andrii Nakryiko
3
-0
/
+32
2020-09-29
libbpf: Allow modification of BTF and add btf__add_str API
Andrii Nakryiko
3
-8
/
+258
2020-09-29
libbpf: Extract generic string hashing function for reuse
Andrii Nakryiko
2
-8
/
+13
2020-09-29
libbpf: Generalize common logic for managing dynamically-sized arrays
Andrii Nakryiko
2
-21
/
+59
2020-09-29
libbpf: Remove assumption of single contiguous memory for BTF data
Andrii Nakryiko
3
-43
/
+60
2020-09-29
libbpf: Refactor internals of BTF type index
Andrii Nakryiko
1
-64
/
+75
2020-09-28
libbpf: Support test run of raw tracepoint programs
Song Liu
4
-0
/
+63
2020-09-24
libbpf: Fix XDP program load regression for old kernels
Andrii Nakryiko
1
-1
/
+1
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-456
/
+952
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-2
/
+4
2020-09-21
libbpf: Fix native endian assumption when parsing BTF
Tony Ambardar
1
-0
/
+6
2020-09-16
libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata section
YiFei Zhu
4
-0
/
+94
2020-09-15
libbpf: Fix a compilation error with xsk.c for ubuntu 16.04
Yonghong Song
1
-0
/
+1
2020-09-09
tools/libbpf: Avoid counting local symbols in ABI check
Tony Ambardar
1
-0
/
+2
2020-09-04
libbpf: Fix potential multiplication overflow
Andrii Nakryiko
1
-1
/
+1
2020-09-04
libbpf: Fix another __u64 cast in printf
Andrii Nakryiko
1
-1
/
+1
2020-09-04
libbpf: Deprecate notion of BPF program "title" in favor of "section name"
Andrii Nakryiko
3
-120
/
+101
2020-09-04
libbpf: Add multi-prog section support for struct_ops
Andrii Nakryiko
1
-18
/
+8
2020-09-04
libbpf: Implement generalized .BTF.ext func/line info adjustment
Andrii Nakryiko
3
-84
/
+153
2020-09-04
libbpf: Make RELO_CALL work for multi-prog sections and sub-program calls
Andrii Nakryiko
1
-138
/
+380
2020-09-04
libbpf: Support CO-RE relocations for multi-prog sections
Andrii Nakryiko
1
-8
/
+74
2020-09-04
libbpf: Parse multi-function sections into multiple BPF programs
Andrii Nakryiko
1
-107
/
+142
2020-09-04
libbpf: Ensure ELF symbols table is found before further ELF processing
Andrii Nakryiko
1
-11
/
+29
2020-09-03
libbpf: Remove arch-specific include path in Makefile
Naveen N. Rao
1
-1
/
+1
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
20
-910
/
+1746
2020-08-31
libbpf: Support shared umems between queues and devices
Magnus Karlsson
3
-132
/
+254
2020-08-31
libbpf: Fix build failure from uninitialized variable warning
Tony Ambardar
1
-1
/
+1
2020-08-28
libbpf: Support sleepable progs
Alexei Starovoitov
1
-1
/
+24
2020-08-28
tools, bpf/build: Cleanup feature files on make clean
Jesper Dangaard Brouer
1
-2
/
+2
2020-08-27
libbpf: Fix compilation warnings for 64-bit printf args
Andrii Nakryiko
1
-3
/
+5
2020-08-27
libbpf: Fix unintentional success return code in bpf_object__load
Alex Gartrell
1
-1
/
+1
2020-08-26
bpf: Implement bpf_local_storage for inodes
KP Singh
1
-2
/
+3
2020-08-25
libbpf: Fix type compatibility check copy-paste error
Andrii Nakryiko
1
-1
/
+1
2020-08-25
libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_relo
Andrii Nakryiko
1
-1
/
+1
2020-08-22
libbpf: Normalize and improve logging across few functions
Andrii Nakryiko
1
-50
/
+67
2020-08-22
libbpf: Skip well-known ELF sections when iterating ELF
Andrii Nakryiko
1
-6
/
+49
2020-08-22
libbpf: Add __noinline macro to bpf_helpers.h
Andrii Nakryiko
1
-0
/
+3
2020-08-22
libbpf: Factor out common ELF operations and improve logging
Andrii Nakryiko
1
-161
/
+206
2020-08-22
libbpf: Add perf_buffer APIs for better integration with outside epoll loop
Andrii Nakryiko
3
-1
/
+67
2020-08-20
libbpf: Fix libbpf build on compilers missing __builtin_mul_overflow
Andrii Nakryiko
1
-0
/
+10
2020-08-20
libbpf: Fix detection of BPF helper call instruction
Andrii Nakryiko
1
-6
/
+4
2020-08-20
libbpf: Fix map index used in error message
Toke Høiland-Jørgensen
1
-1
/
+1
2020-08-20
bpf: Add kernel module with user mode driver that populates bpffs.
Alexei Starovoitov
1
-2
/
+5
2020-08-20
libbpf: Simplify the return expression of build_map_pin_path()
Xu Wang
1
-6
/
+2
2020-08-20
libbpf: Implement enum value-based CO-RE relocations
Andrii Nakryiko
3
-5
/
+170
[prev]
[next]