index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-05
libbpf: Support BTF dedup of split BTFs
Andrii Nakryiko
1
-53
/
+168
2020-11-05
libbpf: Fix BTF data layout checks and allow empty BTF
Andrii Nakryiko
1
-10
/
+6
2020-11-05
libbpf: Implement basic split BTF support
Andrii Nakryiko
1
-45
/
+152
2020-11-05
libbpf: Unify and speed up BTF string deduplication
Andrii Nakryiko
1
-165
/
+98
2020-11-05
libbpf: Factor out common operations in BTF writing APIs
Andrii Nakryiko
1
-80
/
+43
2020-09-30
libbpf: Make btf_dump work with modifiable BTF
Andrii Nakryiko
1
-0
/
+17
2020-09-29
libbpf: Fix uninitialized variable in btf_parse_type_sec
Andrii Nakryiko
1
-1
/
+1
2020-09-29
libbpf: Support BTF loading and raw data output in both endianness
Andrii Nakryiko
1
-64
/
+246
2020-09-28
selftests/bpf: Test BTF writing APIs
Andrii Nakryiko
1
-4
/
+4
2020-09-28
libbpf: Add btf__str_by_offset() as a more generic variant of name_by_offset
Andrii Nakryiko
1
-1
/
+6
2020-09-28
libbpf: Add BTF writing APIs
Andrii Nakryiko
1
-0
/
+781
2020-09-28
libbpf: Add btf__new_empty() to create an empty BTF object
Andrii Nakryiko
1
-0
/
+30
2020-09-28
libbpf: Allow modification of BTF and add btf__add_str API
Andrii Nakryiko
1
-8
/
+252
2020-09-28
libbpf: Generalize common logic for managing dynamically-sized arrays
Andrii Nakryiko
1
-21
/
+56
2020-09-28
libbpf: Remove assumption of single contiguous memory for BTF data
Andrii Nakryiko
1
-41
/
+58
2020-09-28
libbpf: Refactor internals of BTF type index
Andrii Nakryiko
1
-64
/
+75
2020-08-18
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
1
-3
/
+0
2020-08-18
libbpf: Remove any use of reallocarray() in libbpf
Andrii Nakryiko
1
-6
/
+5
2020-08-18
libbpf: Clean up and improve CO-RE reloc logging
Andrii Nakryiko
1
-9
/
+8
2020-08-13
libbpf: Handle BTF pointer sizes more carefully
Andrii Nakryiko
1
-3
/
+80
2020-08-06
libbf: Fix uninitialized pointer at btf__parse_raw()
Daniel T. Lee
1
-1
/
+1
2020-08-03
libbpf: Add btf__parse_raw() and generic btf__parse() APIs
Andrii Nakryiko
1
-36
/
+78
2020-07-31
libbpf: Make destructors more robust by handling ERR_PTR(err) cases
Andrii Nakryiko
1
-2
/
+2
2020-07-10
libbpf: Fix memory leak and optimize BTF sanitization
Andrii Nakryiko
1
-1
/
+1
2020-07-09
libbpf: Add btf__set_fd() for more control over loaded BTF FD
Andrii Nakryiko
1
-1
/
+6
2020-03-26
libbpf: Don't allocate 16M for log buffer by default
Stanislav Fomichev
1
-5
/
+15
2020-01-15
libbpf: Expose bpf_find_kernel_btf as a LIBBPF_API
Martin KaFai Lau
1
-6
/
+96
2020-01-10
libbpf: Poison kernel-only integer types
Andrii Nakryiko
1
-0
/
+3
2019-12-16
libbpf: Fix build by renaming variables
Prashant Bhole
1
-6
/
+6
2019-12-15
libbpf: Support libbpf-provided extern variables
Andrii Nakryiko
1
-1
/
+8
2019-12-15
libbpf: Expose btf__align_of() API
Andrii Nakryiko
1
-0
/
+39
2019-11-15
libbpf: Introduce btf__find_by_name_kind()
Alexei Starovoitov
1
-0
/
+22
2019-11-07
libbpf: Make btf__resolve_size logic always check size error condition
Andrii Nakryiko
1
-2
/
+1
2019-10-21
tools, bpf: Rename pr_warning to pr_warn to align with kernel logging
Kefeng Wang
1
-28
/
+28
2019-10-15
libbpf: Update BTF reloc support to latest Clang format
Andrii Nakryiko
1
-8
/
+8
2019-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-140
/
+110
2019-08-07
libbpf: add .BTF.ext offset relocation section loading
Andrii Nakryiko
1
-42
/
+27
2019-08-07
libbpf: convert libbpf code to use new btf helpers
Andrii Nakryiko
1
-98
/
+83
2019-07-22
libbpf: Fix endianness macro usage for some compilers
Arnaldo Carvalho de Melo
1
-2
/
+3
2019-06-18
libbpf: add common min/max macro to libbpf_internal.h
Andrii Nakryiko
1
-3
/
+0
2019-05-24
libbpf: switch btf_dedup() to hashmap for dedup table
Andrii Nakryiko
1
-116
/
+85
2019-05-24
libbpf: add btf__parse_elf API to load .BTF and .BTF.ext
Andrii Nakryiko
1
-0
/
+128
2019-05-16
libbpf: move logging helpers into libbpf_internal.h
Andrii Nakryiko
1
-1
/
+1
2019-04-16
btf: add support for VAR and DATASEC in btf_dedup()
Andrii Nakryiko
1
-2
/
+27
2019-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+96
2019-04-09
bpf, libbpf: add support for BTF Var and DataSec
Daniel Borkmann
1
-1
/
+96
2019-03-27
libbpf: fix btf_dedup equivalence check handling of different kinds
Andrii Nakryiko
1
-0
/
+3
2019-03-14
btf: resolve enum fwds in btf_dedup
Andrii Nakryiko
1
-13
/
+38
2019-03-01
btf: fix bug with resolving STRUCT/UNION into corresponding FWD
Andrii Nakryiko
1
-3
/
+17
2019-03-01
btf: allow to customize dedup hash table size
Andrii Nakryiko
1
-17
/
+36
[prev]
[next]