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
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
/
btf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-27
libbpf: Fix the case of running as non-root with capabilities
Jon Doron
1
-1
/
+1
2022-09-22
libbpf: Support raw BTF placed in the default search path
Tao Chen
1
-18
/
+12
2022-08-17
libbpf: Clean up deprecated and legacy aliases
Andrii Nakryiko
1
-2
/
+0
2022-06-28
libbpf: remove deprecated BTF APIs
Andrii Nakryiko
1
-182
/
+1
2022-06-07
libbpf: Add enum64 deduplication support
Yonghong Song
1
-2
/
+60
2022-06-07
libbpf: Add enum64 parsing and new enum64 public API
Yonghong Song
1
-0
/
+103
2022-06-07
libbpf: Refactor btf__add_enum() for future code sharing
Yonghong Song
1
-15
/
+21
2022-06-04
libbpf: Fix a couple of typos
Daniel Müller
1
-1
/
+1
2022-06-03
libbpf: Fix determine_ptr_size() guessing
Douglas Raillard
1
-6
/
+20
2022-04-27
libbpf: Avoid joining .BTF.ext data with BPF programs by section name
Andrii Nakryiko
1
-2
/
+7
2022-04-04
libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)
Yuntao Wang
1
-4
/
+2
2022-01-19
libbpf: Improve btf__add_btf() with an additional hashmap for strings.
Kui-Feng Lee
1
-1
/
+30
2021-12-11
libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definition
Vincent Minet
1
-1
/
+1
2021-12-11
libbpf: Allow passing preallocated log_buf when loading BTF into kernel
Andrii Nakryiko
1
-23
/
+55
2021-12-02
libbpf: Replace btf__type_by_id() with btf_type_by_id().
Alexei Starovoitov
1
-1
/
+1
2021-11-26
libbpf: Fix potential misaligned memory access in btf_ext__new()
Andrii Nakryiko
1
-5
/
+5
2021-11-19
libbpf: Accommodate DWARF/compiler bug with duplicated structs
Andrii Nakryiko
1
-4
/
+41
2021-11-16
libbpf: Fix a couple of missed btf_type_tag handling in btf.c
Yonghong Song
1
-0
/
+2
2021-11-12
libbpf: Support BTF_KIND_TYPE_TAG
Yonghong Song
1
-0
/
+23
2021-11-12
libbpf: Turn btf_dedup_opts into OPTS-based struct
Andrii Nakryiko
1
-19
/
+27
2021-10-29
libbpf: Use O_CLOEXEC uniformly when opening fds
Kumar Kartikeya Dwivedi
1
-1
/
+1
2021-10-26
libbpf: Use __BYTE_ORDER__
Ilya Leoshkevich
1
-2
/
+2
2021-10-23
libbpf: Fix BTF header parsing checks
Andrii Nakryiko
1
-3
/
+9
2021-10-23
libbpf: Fix overflow in BTF sanity checks
Andrii Nakryiko
1
-2
/
+2
2021-10-23
libbpf: Add btf__type_cnt() and btf__raw_data() APIs
Hengqi Chen
1
-14
/
+22
2021-10-23
libbpf: Fix memory leak in btf__dedup()
Mauricio Vásquez
1
-2
/
+4
2021-10-22
libbpf: Deprecate btf__finalize_data() and move it into libbpf.c
Andrii Nakryiko
1
-93
/
+0
2021-10-19
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
1
-18
/
+18
2021-10-06
libbpf: Add API that copies all BTF types from one BTF object to another
Andrii Nakryiko
1
-2
/
+112
2021-10-06
libbpf: Support kernel module function calls
Kumar Kartikeya Dwivedi
1
-3
/
+15
2021-09-15
libbpf: Add support for BTF_KIND_TAG
Yonghong Song
1
-0
/
+68
2021-09-15
libbpf: Rename btf_{hash,equal}_int to btf_{hash,equal}_int_tag
Yonghong Song
1
-8
/
+8
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2021-08-07
libbpf: Do not close un-owned FD 0 on errors
Daniel Xu
1
-2
/
+1
2021-07-30
libbpf: Add btf__load_vmlinux_btf/btf__load_module_btf
Hengqi Chen
1
-2
/
+12
2021-07-30
libbpf: Add split BTF support for btf__load_from_kernel_by_id()
Quentin Monnet
1
-2
/
+7
2021-07-30
libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()
Quentin Monnet
1
-8
/
+17
2021-07-30
libbpf: Rename btf__load() as btf__load_into_kernel()
Quentin Monnet
1
-1
/
+2
2021-05-26
libbpf: Streamline error reporting for high-level APIs
Andrii Nakryiko
1
-150
/
+152
2021-04-24
libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifier
Andrii Nakryiko
1
-5
/
+0
2021-03-19
libbpf: Add generic BTF type shallow copy API
Andrii Nakryiko
1
-0
/
+48
2021-03-19
libbpf: Extract internal set-of-strings datastructure APIs
Andrii Nakryiko
1
-194
/
+61
2021-03-19
libbpf: Rename internal memory-management helpers
Andrii Nakryiko
1
-12
/
+12
2021-03-19
libbpf: Generalize BTF and BTF.ext type ID and strings iteration
Andrii Nakryiko
1
-172
/
+221
2021-03-19
libbpf: Expose btf_type_by_id() internally
Andrii Nakryiko
1
-1
/
+1
2021-03-05
libbpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
1
-0
/
+49
2021-03-05
libbpf: Fix whitespace in btf_add_composite() comment
Ilya Leoshkevich
1
-1
/
+1
2021-01-22
libbpf: Use string table index from index table if needed
Jiri Olsa
1
-2
/
+10
2021-01-12
libbpf: Allow loading empty BTFs
Andrii Nakryiko
1
-5
/
+0
2020-12-04
libbpf: Add internal helper to load BTF data by FD
Andrii Nakryiko
1
-26
/
+35
[next]