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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
libbpf: Fix some typos in comments
Yusheng Zheng
1
-1
/
+1
2024-06-18
libbpf: Make btf_parse_elf process .BTF.base transparently
Eduard Zingerman
1
-0
/
+1
2024-06-18
libbpf: Split BTF relocation
Alan Maguire
1
-0
/
+14
2024-06-18
libbpf: Add btf__distill_base() creating split BTF with distilled base BTF
Alan Maguire
1
-0
/
+21
2022-09-27
libbpf: Don't require full struct enum64 in UAPI headers
Andrii Nakryiko
1
-1
/
+24
2022-08-17
libbpf: Clean up deprecated and legacy aliases
Andrii Nakryiko
1
-1
/
+0
2022-06-28
libbpf: remove deprecated BTF APIs
Andrii Nakryiko
1
-84
/
+2
2022-06-07
libbpf: Add enum64 relocation support
Yonghong Song
1
-0
/
+7
2022-06-07
libbpf: Add enum64 sanitization
Yonghong Song
1
-1
/
+2
2022-06-07
libbpf: Add enum64 support for btf_dump
Yonghong Song
1
-0
/
+5
2022-06-07
libbpf: Add enum64 deduplication support
Yonghong Song
1
-0
/
+5
2022-06-07
libbpf: Add enum64 parsing and new enum64 public API
Yonghong Song
1
-0
/
+12
2022-02-04
libbpf: Deprecate forgotten btf__get_map_kv_tids()
Andrii Nakryiko
1
-0
/
+1
2022-02-01
libbpf: Deprecate btf_ext rec_size APIs
Dave Marchevsky
1
-2
/
+4
2022-01-26
libbpf: hide and discourage inconsistently named getters
Andrii Nakryiko
1
-4
/
+1
2022-01-19
libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errors
Toke Høiland-Jørgensen
1
-1
/
+21
2021-12-23
libbpf: Do not use btf_dump__new() macro in C++ mode
Jiri Olsa
1
-0
/
+6
2021-11-26
libbpf: Fix potential misaligned memory access in btf_ext__new()
Andrii Nakryiko
1
-1
/
+1
2021-11-12
libbpf: Support BTF_KIND_TYPE_TAG
Yonghong Song
1
-1
/
+8
2021-11-12
libbpf: Ensure btf_dump__new() and btf_dump_opts are future-proof
Andrii Nakryiko
1
-4
/
+47
2021-11-12
libbpf: Turn btf_dedup_opts into OPTS-based struct
Andrii Nakryiko
1
-4
/
+16
2021-10-23
libbpf: Add btf__type_cnt() and btf__raw_data() APIs
Hengqi Chen
1
-0
/
+4
2021-10-22
libbpf: Deprecate btf__finalize_data() and move it into libbpf.c
Andrii Nakryiko
1
-0
/
+1
2021-10-19
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
1
-6
/
+6
2021-10-06
libbpf: Add API that copies all BTF types from one BTF object to another
Andrii Nakryiko
1
-0
/
+22
2021-09-15
libbpf: Add sphinx code documentation comments
Grant Seltzer
1
-0
/
+70
2021-09-15
libbpf: Add support for BTF_KIND_TAG
Yonghong Song
1
-0
/
+15
2021-09-10
libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
Quentin Monnet
1
-0
/
+2
2021-07-30
libbpf: Add btf__load_vmlinux_btf/btf__load_module_btf
Hengqi Chen
1
-2
/
+4
2021-07-30
libbpf: Add split BTF support for btf__load_from_kernel_by_id()
Quentin Monnet
1
-0
/
+1
2021-07-30
libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()
Quentin Monnet
1
-1
/
+3
2021-07-30
libbpf: Rename btf__load() as btf__load_into_kernel()
Quentin Monnet
1
-0
/
+1
2021-07-16
libbpf: BTF dumper support for typed data
Alan Maguire
1
-0
/
+19
2021-03-20
libbpf: Add explicit padding to btf_dump_emit_type_decl_opts
KP Singh
1
-0
/
+1
2021-03-19
libbpf: Add generic BTF type shallow copy API
Andrii Nakryiko
1
-0
/
+2
2021-03-05
libbpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
1
-0
/
+6
2020-12-03
libbpf: Add base BTF accessor
Andrii Nakryiko
1
-0
/
+1
2020-11-06
libbpf: Implement basic split BTF support
Andrii Nakryiko
1
-0
/
+8
2020-09-29
libbpf: Support BTF loading and raw data output in both endianness
Andrii Nakryiko
1
-0
/
+7
2020-09-29
libbpf: Add btf__str_by_offset() as a more generic variant of name_by_offset
Andrii Nakryiko
1
-0
/
+1
2020-09-29
libbpf: Add BTF writing APIs
Andrii Nakryiko
1
-0
/
+38
2020-09-29
libbpf: Add btf__new_empty() to create an empty BTF object
Andrii Nakryiko
1
-0
/
+1
2020-09-29
libbpf: Allow modification of BTF and add btf__add_str API
Andrii Nakryiko
1
-0
/
+4
2020-09-04
libbpf: Implement generalized .BTF.ext func/line info adjustment
Andrii Nakryiko
1
-8
/
+10
2020-08-19
libbpf: Clean up and improve CO-RE reloc logging
Andrii Nakryiko
1
-38
/
+0
2020-08-14
libbpf: Handle BTF pointer sizes more carefully
Andrii Nakryiko
1
-0
/
+2
2020-08-03
libbpf: Add btf__parse_raw() and generic btf__parse() APIs
Andrii Nakryiko
1
-2
/
+3
2020-07-14
tools/bpftool: Strip away modifiers from global variables
Andrii Nakryiko
1
-1
/
+1
2020-07-14
libbpf: Support stripping modifiers for btf_dump
Andrii Nakryiko
1
-0
/
+2
2020-07-10
libbpf: Fix memory leak and optimize BTF sanitization
Andrii Nakryiko
1
-1
/
+1
[next]