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
/
lib
/
bpf
/
gen_loader.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-11
libbpf: Prepare light skeleton for the kernel.
Alexei Starovoitov
1
-3
/
+12
2021-12-14
libbpf: Add sane strncpy alternative and use it internally
Andrii Nakryiko
1
-4
/
+2
2021-12-12
libbpf: Fix gen_loader assumption on number of programs.
Alexei Starovoitov
1
-2
/
+3
2021-12-11
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-53
/
+107
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
1
-0
/
+27
2021-12-02
libbpf: Use CO-RE in the kernel in light skeleton.
Alexei Starovoitov
1
-3
/
+38
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-26
libbpf: Unify low-level map creation APIs w/ new bpf_map_create()
Andrii Nakryiko
1
-30
/
+16
2021-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-17
/
+30
2021-11-13
libbpf: Perform map fd cleanup for gen_loader in case of error
Kumar Kartikeya Dwivedi
1
-17
/
+30
2021-11-07
libbpf: Unify low-level BPF_PROG_LOAD APIs into bpf_prog_load()
Andrii Nakryiko
1
-15
/
+15
2021-11-07
libbpf: Fix non-C89 loop variable declaration in gen_loader.c
Andrii Nakryiko
1
-1
/
+2
2021-10-29
libbpf: Add weak ksym support to gen_loader
Kumar Kartikeya Dwivedi
1
-3
/
+32
2021-10-29
libbpf: Add typeless ksym support to gen_loader
Kumar Kartikeya Dwivedi
1
-12
/
+85
2021-10-28
libbpf: Add "map_extra" as a per-map-type extra flag
Joanne Koong
1
-1
/
+2
2021-10-06
libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations
Kumar Kartikeya Dwivedi
1
-53
/
+261
2021-09-29
libbpf: Make gen_loader data aligned.
Alexei Starovoitov
1
-1
/
+6
2021-05-19
libbpf: Cleanup temp FDs when intermediate sys_bpf fails.
Alexei Starovoitov
1
-4
/
+44
2021-05-19
libbpf: Generate loader program out of BPF ELF file.
Alexei Starovoitov
1
-0
/
+689