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
/
libbpf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-03
libbpf: Add bpf_link pinning/unpinning
Andrii Nakryiko
1
-27
/
+104
2020-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-7
/
+31
2020-02-21
libbpf: Add support for dynamic program attach target
Eelco Chaudron
1
-4
/
+30
2020-02-20
libbpf: Relax check whether BTF is mandatory
Andrii Nakryiko
1
-3
/
+1
2020-02-18
libbpf: Sanitise internal map names so they are not rejected by the kernel
Toke Høiland-Jørgensen
1
-1
/
+7
2020-01-25
libbpf: Fix realloc usage in bpf_core_find_cands
Andrii Nakryiko
1
-1
/
+3
2020-01-25
libbpf: Improve handling of failed CO-RE relocations
Andrii Nakryiko
1
-39
/
+56
2020-01-23
libbpf: Add support for program extensions
Alexei Starovoitov
1
-3
/
+10
2020-01-18
libbpf: Load btf_vmlinux only once per object.
KP Singh
1
-52
/
+101
2020-01-17
libbpf: Fix potential multiplication overflow in mmap() size calculation
Andrii Nakryiko
1
-1
/
+1
2020-01-17
libbpf: Simplify BTF initialization logic
Andrii Nakryiko
1
-13
/
+6
2020-01-16
libbpf: Expose bpf_find_kernel_btf as a LIBBPF_API
Martin KaFai Lau
1
-90
/
+3
2020-01-15
libbpf: Support .text sub-calls relocations
Andrii Nakryiko
1
-7
/
+22
2020-01-10
libbpf: Poison kernel-only integer types
Andrii Nakryiko
1
-1
/
+4
2020-01-10
libbpf: Sanitize global functions
Alexei Starovoitov
1
-1
/
+34
2020-01-10
libbpf: Make bpf_map order and indices stable
Andrii Nakryiko
1
-14
/
+0
2020-01-09
bpf: libbpf: Add STRUCT_OPS support
Martin KaFai Lau
1
-9
/
+640
2019-12-26
libbpf: Support CO-RE relocations for LDX/ST/STX instructions
Andrii Nakryiko
1
-3
/
+28
2019-12-19
libbpf: Fix another __u64 printf warning
Andrii Nakryiko
1
-2
/
+2
2019-12-19
libbpf: Fix printing of ulimit value
Toke Høiland-Jørgensen
1
-1
/
+1
2019-12-19
libbpf: BTF is required when externs are present
Andrii Nakryiko
1
-1
/
+2
2019-12-19
libbpf: Allow to augment system Kconfig through extra optional config
Andrii Nakryiko
1
-80
/
+124
2019-12-19
libbpf: Put Kconfig externs into .kconfig section
Andrii Nakryiko
1
-23
/
+35
2019-12-19
libbpf: Add bpf_link__disconnect() API to preserve underlying BPF resource
Andrii Nakryiko
1
-10
/
+30
2019-12-18
libbpf: Reduce log level for custom section names
Andrii Nakryiko
1
-3
/
+3
2019-12-17
libbpf: Print hint about ulimit when getting permission denied error
Toke Høiland-Jørgensen
1
-0
/
+29
2019-12-16
libbpf: Support flexible arrays in CO-RE
Andrii Nakryiko
1
-5
/
+29
2019-12-16
bpftool: Generate externs datasec in BPF skeleton
Andrii Nakryiko
1
-5
/
+5
2019-12-16
libbpf: Support libbpf-provided extern variables
Andrii Nakryiko
1
-53
/
+685
2019-12-16
libbpf: Extract internal map names into constants
Andrii Nakryiko
1
-9
/
+14
2019-12-16
libbpf: Add BPF object skeleton support
Andrii Nakryiko
1
-0
/
+162
2019-12-16
libbpf: Reduce log level of supported section names dump
Andrii Nakryiko
1
-1
/
+1
2019-12-16
libbpf: Postpone BTF ID finding for TRACING programs to load phase
Andrii Nakryiko
1
-19
/
+18
2019-12-16
libbpf: Refactor global data map initialization
Andrii Nakryiko
1
-38
/
+59
2019-12-16
libbpf: Expose BPF program's function name
Andrii Nakryiko
1
-5
/
+23
2019-12-16
libbpf: Add generic bpf_program__attach()
Andrii Nakryiko
1
-34
/
+147
2019-12-16
libbpf: Don't require root for bpf_object__open()
Andrii Nakryiko
1
-42
/
+41
2019-12-14
libbpf: Don't attach perf_buffer to offline/missing CPUs
Andrii Nakryiko
1
-7
/
+25
2019-12-13
libbpf: Extract and generalize CPU mask parsing logic
Andrii Nakryiko
1
-41
/
+84
2019-12-13
libbpf: Recognize SK_REUSEPORT programs from section name
Jakub Sitnicki
1
-0
/
+1
2019-12-13
libbpf: Fix printf compilation warnings on ppc64le arch
Andrii Nakryiko
1
-18
/
+19
2019-11-28
libbpf: Fix sym->st_value print on 32-bit arches
Alexei Starovoitov
1
-1
/
+1
2019-11-28
libbpf: Fix global variable relocation
Andrii Nakryiko
1
-24
/
+19
2019-11-26
libbpf: Fix usage of u32 in userspace code
Andrii Nakryiko
1
-1
/
+1
2019-11-25
libbpf: Fix bpf_object name determination for bpf_object__open_file()
Andrii Nakryiko
1
-1
/
+1
2019-11-25
libbpf: Support initialized global variables
Andrii Nakryiko
1
-7
/
+2
2019-11-25
libbpf: Fix various errors and warning reported by checkpatch.pl
Andrii Nakryiko
1
-17
/
+21
2019-11-25
libbpf: Refactor relocation handling
Andrii Nakryiko
1
-118
/
+143
2019-11-20
libbpf: Fix call relocation offset calculation bug
Andrii Nakryiko
1
-2
/
+6
2019-11-18
libbpf: Make global data internal arrays mmap()-able, if possible
Andrii Nakryiko
1
-2
/
+30
[prev]
[next]