index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
2019-06-24
bpf: fix NULL deref in btf_type_is_resolve_source_only
Stanislav Fomichev
2019-04-09
bpf: allow for key-less BTF in array map
Daniel Borkmann
2019-04-09
bpf: kernel side support for BTF Var and DataSec
Daniel Borkmann
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-01
bpf: introduce bpf_spin_lock
Alexei Starovoitov
2019-01-29
bpf: btf: allow typedef func_proto
Yonghong Song
2019-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-01-17
bpf: Make function btf_name_offset_valid static
Mathieu Malaterre
2019-01-16
bpf: btf: support 128 bit integer type
Yonghong Song
2019-01-11
bpf: fix bpffs bitfield pretty print
Yonghong Song
2018-12-19
bpf: log struct/union attribute for forward type
Yonghong Song
2018-12-18
bpf: enable cgroup local storage map pretty print with kind_flag
Yonghong Song
2018-12-18
bpf: btf: fix struct/union/fwd types with kind_flag
Yonghong Song
2018-12-18
bpf: btf: refactor btf_int_bits_seq_show()
Yonghong Song
2018-12-14
bpf: Create a new btf_name_by_offset() for non type name use case
Martin KaFai Lau
2018-12-12
bpf: add bpffs pretty print for cgroup local storage maps
Roman Gushchin
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-09
bpf: Add bpf_line_info support
Martin KaFai Lau
2018-11-28
bpf: btf: check name validity for various types
Yonghong Song
2018-11-28
bpf: btf: implement btf_name_valid_identifier()
Yonghong Song
2018-11-26
bpf: btf: fix spelling mistake "Memmber" -> "Member"
Colin Ian King
2018-11-20
bpf: Introduce bpf_func_info
Yonghong Song
2018-11-20
bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO
Martin KaFai Lau
2018-11-20
bpf: btf: Break up btf_type_is_void()
Martin KaFai Lau
2018-10-26
bpf, btf: fix a missing check bug in btf_parse
Martin Lau
2018-10-09
bpf: btf: Fix a missing check bug
Wenwen Wang
2018-09-12
bpf: btf: Fix end boundary calculation for type section
Martin KaFai Lau
2018-07-24
bpf: btf: Ensure the member->offset is in the right order
Martin KaFai Lau
2018-07-20
bpf: btf: Clean up BTF_INT_BITS() in uapi btf.h
Martin KaFai Lau
2018-07-11
bpf: btf: Fix bitfield extraction for big endian
Okash Khawaja
2018-06-12
treewide: kvzalloc() -> kvcalloc()
Kees Cook
2018-06-02
bpf: btf: Ensure t->type == 0 for BTF_KIND_FWD
Martin KaFai Lau
2018-06-02
bpf: btf: Check array t->size
Martin KaFai Lau
2018-05-28
bpf: btf: avoid -Wreturn-type warning
Arnd Bergmann
2018-05-24
bpf: btf: Avoid variable length array
Martin KaFai Lau
2018-05-23
bpf: btf: Remove unused bits from uapi/linux/btf.h
Martin KaFai Lau
2018-05-23
bpf: btf: Check array->index_type
Martin KaFai Lau
2018-05-23
bpf: btf: Change how section is supported in btf_header
Martin KaFai Lau
2018-05-09
bpf: btf: Add struct bpf_btf_info
Martin KaFai Lau
2018-05-09
bpf: btf: Introduce BTF ID
Martin KaFai Lau
2018-05-09
bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=y
Martin KaFai Lau
2018-04-23
bpf: btf: Clean up btf.h in uapi
Martin KaFai Lau
2018-04-19
bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fd
Martin KaFai Lau
2018-04-19
bpf: btf: Add BPF_BTF_LOAD command
Martin KaFai Lau
2018-04-19
bpf: btf: Add pretty print capability for data with BTF type info
Martin KaFai Lau
2018-04-19
bpf: btf: Check members of struct/union
Martin KaFai Lau
2018-04-19
bpf: btf: Validate type reference
Martin KaFai Lau
2018-04-19
bpf: btf: Introduce BPF Type Format (BTF)
Martin KaFai Lau