index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
btf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Avoid joining .BTF.ext data with BPF programs by section name
Andrii Nakryiko
2022-04-26
1
-2
/
+7
*
libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)
Yuntao Wang
2022-04-03
1
-4
/
+2
*
libbpf: Improve btf__add_btf() with an additional hashmap for strings.
Kui-Feng Lee
2022-01-19
1
-1
/
+30
*
libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definition
Vincent Minet
2021-12-10
1
-1
/
+1
*
libbpf: Allow passing preallocated log_buf when loading BTF into kernel
Andrii Nakryiko
2021-12-10
1
-23
/
+55
*
libbpf: Replace btf__type_by_id() with btf_type_by_id().
Alexei Starovoitov
2021-12-02
1
-1
/
+1
*
libbpf: Fix potential misaligned memory access in btf_ext__new()
Andrii Nakryiko
2021-11-26
1
-5
/
+5
*
libbpf: Accommodate DWARF/compiler bug with duplicated structs
Andrii Nakryiko
2021-11-19
1
-4
/
+41
*
libbpf: Fix a couple of missed btf_type_tag handling in btf.c
Yonghong Song
2021-11-16
1
-0
/
+2
*
libbpf: Support BTF_KIND_TYPE_TAG
Yonghong Song
2021-11-11
1
-0
/
+23
*
libbpf: Turn btf_dedup_opts into OPTS-based struct
Andrii Nakryiko
2021-11-11
1
-19
/
+27
*
libbpf: Use O_CLOEXEC uniformly when opening fds
Kumar Kartikeya Dwivedi
2021-10-28
1
-1
/
+1
*
libbpf: Use __BYTE_ORDER__
Ilya Leoshkevich
2021-10-25
1
-2
/
+2
*
libbpf: Fix BTF header parsing checks
Andrii Nakryiko
2021-10-22
1
-3
/
+9
*
libbpf: Fix overflow in BTF sanity checks
Andrii Nakryiko
2021-10-22
1
-2
/
+2
*
libbpf: Add btf__type_cnt() and btf__raw_data() APIs
Hengqi Chen
2021-10-22
1
-14
/
+22
*
libbpf: Fix memory leak in btf__dedup()
Mauricio Vásquez
2021-10-22
1
-2
/
+4
*
libbpf: Deprecate btf__finalize_data() and move it into libbpf.c
Andrii Nakryiko
2021-10-21
1
-93
/
+0
*
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
2021-10-18
1
-18
/
+18
*
libbpf: Add API that copies all BTF types from one BTF object to another
Andrii Nakryiko
2021-10-06
1
-2
/
+112
*
libbpf: Support kernel module function calls
Kumar Kartikeya Dwivedi
2021-10-05
1
-3
/
+15
*
libbpf: Add support for BTF_KIND_TAG
Yonghong Song
2021-09-14
1
-0
/
+68
*
libbpf: Rename btf_{hash,equal}_int to btf_{hash,equal}_int_tag
Yonghong Song
2021-09-14
1
-8
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
1
-2
/
+1
|
\
|
*
libbpf: Do not close un-owned FD 0 on errors
Daniel Xu
2021-08-07
1
-2
/
+1
*
|
libbpf: Add btf__load_vmlinux_btf/btf__load_module_btf
Hengqi Chen
2021-07-30
1
-2
/
+12
*
|
libbpf: Add split BTF support for btf__load_from_kernel_by_id()
Quentin Monnet
2021-07-29
1
-2
/
+7
*
|
libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()
Quentin Monnet
2021-07-29
1
-8
/
+17
*
|
libbpf: Rename btf__load() as btf__load_into_kernel()
Quentin Monnet
2021-07-29
1
-1
/
+2
|
/
*
libbpf: Streamline error reporting for high-level APIs
Andrii Nakryiko
2021-05-25
1
-150
/
+152
*
libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifier
Andrii Nakryiko
2021-04-23
1
-5
/
+0
*
libbpf: Add generic BTF type shallow copy API
Andrii Nakryiko
2021-03-18
1
-0
/
+48
*
libbpf: Extract internal set-of-strings datastructure APIs
Andrii Nakryiko
2021-03-18
1
-194
/
+61
*
libbpf: Rename internal memory-management helpers
Andrii Nakryiko
2021-03-18
1
-12
/
+12
*
libbpf: Generalize BTF and BTF.ext type ID and strings iteration
Andrii Nakryiko
2021-03-18
1
-172
/
+221
*
libbpf: Expose btf_type_by_id() internally
Andrii Nakryiko
2021-03-18
1
-1
/
+1
*
libbpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2021-03-04
1
-0
/
+49
*
libbpf: Fix whitespace in btf_add_composite() comment
Ilya Leoshkevich
2021-03-04
1
-1
/
+1
*
libbpf: Use string table index from index table if needed
Jiri Olsa
2021-01-21
1
-2
/
+10
*
libbpf: Allow loading empty BTFs
Andrii Nakryiko
2021-01-12
1
-5
/
+0
*
libbpf: Add internal helper to load BTF data by FD
Andrii Nakryiko
2020-12-03
1
-26
/
+35
*
libbpf: Add base BTF accessor
Andrii Nakryiko
2020-12-03
1
-0
/
+5
*
libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()
Alan Maguire
2020-11-16
1
-4
/
+4
*
libbpf: Accomodate DWARF/compiler bug with duplicated identical arrays
Andrii Nakryiko
2020-11-05
1
-2
/
+25
*
libbpf: Support BTF dedup of split BTFs
Andrii Nakryiko
2020-11-05
1
-53
/
+168
*
libbpf: Fix BTF data layout checks and allow empty BTF
Andrii Nakryiko
2020-11-05
1
-10
/
+6
*
libbpf: Implement basic split BTF support
Andrii Nakryiko
2020-11-05
1
-45
/
+152
*
libbpf: Unify and speed up BTF string deduplication
Andrii Nakryiko
2020-11-05
1
-165
/
+98
*
libbpf: Factor out common operations in BTF writing APIs
Andrii Nakryiko
2020-11-05
1
-80
/
+43
*
libbpf: Make btf_dump work with modifiable BTF
Andrii Nakryiko
2020-09-30
1
-0
/
+17
[next]