index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
btf_dump.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-03-26
1
-4
/
+4
|
\
|
*
libbpf: Rename internal memory-management helpers
Andrii Nakryiko
2021-03-19
1
-4
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-03-25
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
libbpf: Fix BTF dump of pointer-to-array-of-struct
Jean-Philippe Brucker
2021-03-19
1
-1
/
+1
*
|
libbpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2021-03-05
1
-0
/
+4
|
/
*
libbpf: Make btf_dump work with modifiable BTF
Andrii Nakryiko
2020-09-30
1
-22
/
+47
*
libbpf: Extract generic string hashing function for reuse
Andrii Nakryiko
2020-09-29
1
-8
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-01
1
-7
/
+2
|
\
|
*
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
2020-08-19
1
-3
/
+0
|
*
libbpf: Remove any use of reallocarray() in libbpf
Andrii Nakryiko
2020-08-19
1
-4
/
+2
*
|
libbpf: Fix build on ppc64le architecture
Andrii Nakryiko
2020-08-18
1
-1
/
+1
|
/
*
libbpf: Handle BTF pointer sizes more carefully
Andrii Nakryiko
2020-08-14
1
-1
/
+3
*
libbpf: Handle GCC built-in types for Arm NEON
Jean-Philippe Brucker
2020-08-13
1
-1
/
+34
*
libbpf: Make destructors more robust by handling ERR_PTR(err) cases
Andrii Nakryiko
2020-07-31
1
-1
/
+1
*
libbpf: Support stripping modifiers for btf_dump
Andrii Nakryiko
2020-07-14
1
-2
/
+8
*
libbpf: Handle GCC noreturn-turned-volatile quirk
Andrii Nakryiko
2020-06-10
1
-9
/
+24
*
libbpf: Remove unneeded semicolon in btf_dump_emit_type
Zou Wei
2020-04-28
1
-1
/
+1
*
libbpf: Assume unsigned values for BTF_KIND_ENUM
Andrii Nakryiko
2020-03-04
1
-4
/
+4
*
libbpf: Fix handling of optional field_name in btf_dump__emit_type_decl
Andrii Nakryiko
2020-03-04
1
-1
/
+1
*
libbpf: Fix error handling bug in btf_dump__new
Andrii Nakryiko
2020-01-17
1
-0
/
+1
*
libbpf: Poison kernel-only integer types
Andrii Nakryiko
2020-01-10
1
-0
/
+3
*
libbpf: Expose BTF-to-C type declaration emitting API
Andrii Nakryiko
2019-12-16
1
-26
/
+42
*
libbpf: Expose btf__align_of() API
Andrii Nakryiko
2019-12-16
1
-41
/
+6
*
tools, bpf: Rename pr_warning to pr_warn to align with kernel logging
Kefeng Wang
2019-10-21
1
-9
/
+9
*
libbpf: Handle invalid typedef emitted by old GCC
Andrii Nakryiko
2019-10-11
1
-0
/
+11
*
libbpf: Fix struct end padding in btf_dump
Andrii Nakryiko
2019-10-10
1
-1
/
+7
*
libbpf: Teach btf_dumper to emit stand-alone anonymous enum definitions
Andrii Nakryiko
2019-09-26
1
-6
/
+87
*
libbpf: fix false uninitialized variable warning
Andrii Nakryiko
2019-09-25
1
-0
/
+1
*
libbpf: convert libbpf code to use new btf helpers
Andrii Nakryiko
2019-08-07
1
-92
/
+46
*
libbpf: add common min/max macro to libbpf_internal.h
Andrii Nakryiko
2019-06-18
1
-3
/
+0
*
libbpf: add btf_dump API for BTF-to-C conversion
Andrii Nakryiko
2019-05-24
1
-0
/
+1336