index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2023-03-10
libbpf: Fix btf__align_of() by taking into account field offsets
Andrii Nakryiko
1
-0
/
+13
2022-11-14
libbpf: checkpatch: Fixed code alignments in btf.c
Kang Minchul
1
-2
/
+3
2022-11-10
libbpf: Resolve unambigous forward declarations
Eduard Zingerman
1
-4
/
+139
2022-11-10
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
1
-21
/
+20
2022-11-04
libbpf: Resolve enum fwd as full enum64 and vice versa
Eduard Zingerman
1
-50
/
+25
2022-10-26
libbpf: Btf dedup identical struct test needs check for nested structs/arrays
Alan Maguire
1
-3
/
+5
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
[next]