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
2021-12-11
libbpf: Add OPTS-based bpf_btf_load() API
Andrii Nakryiko
4
-12
/
+69
2021-12-11
libbpf: Fix bpf_prog_load() log_buf logic for log_level 0
Andrii Nakryiko
1
-13
/
+16
2021-12-07
libbpf: Add doc comments in libbpf.h
Grant Seltzer
1
-0
/
+53
2021-12-07
libbpf: Fix trivial typo
huangxuesen
1
-2
/
+2
2021-12-04
libbpf: Reduce bpf_core_apply_relo_insn() stack usage.
Alexei Starovoitov
3
-45
/
+51
2021-12-03
libbpf: Deprecate bpf_prog_load_xattr() API
Andrii Nakryiko
2
-0
/
+6
2021-12-03
libbpf: Add API to get/set log_level at per-program level
Andrii Nakryiko
4
-1
/
+23
2021-12-03
libbpf: Use __u32 fields in bpf_map_create_opts
Andrii Nakryiko
1
-4
/
+4
2021-12-02
libbpf: Clean gen_loader's attach kind.
Alexei Starovoitov
1
-1
/
+3
2021-12-02
libbpf: Support init of inner maps in light skeleton.
Alexei Starovoitov
3
-3
/
+31
2021-12-02
libbpf: Use CO-RE in the kernel in light skeleton.
Alexei Starovoitov
3
-33
/
+120
2021-12-02
libbpf: Cleanup struct bpf_core_cand.
Andrii Nakryiko
2
-15
/
+17
2021-12-02
bpf: Pass a set of bpf_core_relo-s to prog_load command.
Alexei Starovoitov
1
-53
/
+0
2021-12-02
bpf: Define enum bpf_core_relo_kind as uapi.
Alexei Starovoitov
3
-60
/
+44
2021-12-02
bpf: Prepare relo_core.c for kernel duty.
Alexei Starovoitov
1
-11
/
+65
2021-12-02
libbpf: Replace btf__type_by_id() with btf_type_by_id().
Alexei Starovoitov
3
-13
/
+10
2021-12-01
libbpf: Avoid reload of imm for weak, unresolved, repeating ksym
Kumar Kartikeya Dwivedi
1
-3
/
+2
2021-12-01
libbpf: Avoid double stores for success/failure case of ksym relocations
Kumar Kartikeya Dwivedi
1
-16
/
+21
2021-11-30
libbpf: Remove duplicate assignments
Mehrdad Arshad Rad
1
-1
/
+0
2021-11-29
libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data
Alan Maguire
1
-1
/
+1
2021-11-29
libbpf: Support static initialization of BPF_MAP_TYPE_PROG_ARRAY
Hengqi Chen
1
-33
/
+121
2021-11-27
bpf, mips: Fix build errors about __NR_bpf undeclared
Tiezhu Yang
2
-0
/
+16
2021-11-26
libbpf: Fix using invalidated memory in bpf_linker
Andrii Nakryiko
1
-1
/
+4
2021-11-26
libbpf: Fix glob_syms memory leak in bpf_linker
Andrii Nakryiko
1
-0
/
+1
2021-11-26
libbpf: Don't call libc APIs with NULL pointers
Andrii Nakryiko
1
-3
/
+7
2021-11-26
libbpf: Fix potential misaligned memory access in btf_ext__new()
Andrii Nakryiko
2
-6
/
+6
2021-11-26
libbpf: Prevent deprecation warnings in xsk.c
Andrii Nakryiko
1
-0
/
+5
2021-11-26
libbpf: Use bpf_map_create() consistently internally
Andrii Nakryiko
4
-51
/
+25
2021-11-26
libbpf: Unify low-level map creation APIs w/ new bpf_map_create()
Andrii Nakryiko
7
-153
/
+126
2021-11-26
libbpf: Load global data maps lazily on legacy kernels
Andrii Nakryiko
1
-4
/
+30
2021-11-20
libbpf: Change bpf_program__set_extra_flags to bpf_program__set_flags
Florent Revest
3
-4
/
+4
2021-11-19
libbpf: Accommodate DWARF/compiler bug with duplicated structs
Andrii Nakryiko
1
-4
/
+41
2021-11-19
libbpf: Add runtime APIs to query libbpf version
Andrii Nakryiko
3
-0
/
+26
2021-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-21
/
+34
2021-11-16
libbpf: Fix a couple of missed btf_type_tag handling in btf.c
Yonghong Song
1
-0
/
+2
2021-11-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
17
-361
/
+707
2021-11-13
libbpf: Perform map fd cleanup for gen_loader in case of error
Kumar Kartikeya Dwivedi
3
-21
/
+34
2021-11-12
libbpf: Support BTF_KIND_TYPE_TAG
Yonghong Song
6
-2
/
+73
2021-11-12
libbpf: Make perf_buffer__new() use OPTS-based interface
Andrii Nakryiko
3
-28
/
+132
2021-11-12
libbpf: Ensure btf_dump__new() and btf_dump_opts are future-proof
Andrii Nakryiko
3
-13
/
+71
2021-11-12
libbpf: Turn btf_dedup_opts into OPTS-based struct
Andrii Nakryiko
4
-24
/
+48
2021-11-12
libbpf: Add ability to get/set per-program load flags
Andrii Nakryiko
3
-0
/
+19
2021-11-10
libbpf: Compile using -std=gnu89
Kumar Kartikeya Dwivedi
1
-0
/
+1
2021-11-07
libbpf: Free up resources used by inner map definition
Andrii Nakryiko
1
-1
/
+4
2021-11-07
libbpf: Remove deprecation attribute from struct bpf_prog_prep_result
Andrii Nakryiko
1
-1
/
+0
2021-11-07
libbpf: Stop using to-be-deprecated APIs
Andrii Nakryiko
1
-4
/
+9
2021-11-07
libbpf: Remove internal use of deprecated bpf_prog_load() variants
Andrii Nakryiko
4
-117
/
+64
2021-11-07
libbpf: Unify low-level BPF_PROG_LOAD APIs into bpf_prog_load()
Andrii Nakryiko
9
-139
/
+222
2021-11-07
libbpf: Pass number of prog load attempts explicitly
Andrii Nakryiko
1
-7
/
+8
2021-11-07
libbpf: Rename DECLARE_LIBBPF_OPTS into LIBBPF_OPTS
Andrii Nakryiko
3
-1
/
+3
[prev]
[next]