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
/
tools
/
lib
/
bpf
/
bpf_helpers.h
Age
Commit message (
Expand
)
Author
2022-01-20
libbpf: deprecate legacy BPF map definitions
Andrii Nakryiko
2021-09-17
libbpf: Use static const fmt string in __bpf_printk
Dave Marchevsky
2021-09-17
libbpf: Modify bpf_printk to choose helper based on arg count
Dave Marchevsky
2021-05-26
libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.h
Florent Revest
2021-04-23
libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifier
Andrii Nakryiko
2021-04-23
libbpf: Suppress compiler warning when using SEC() macro with externs
Andrii Nakryiko
2021-04-05
libbpf: Fix KERNEL_VERSION macro
Hengqi Chen
2021-03-17
libbpf: provide NULL and KERNEL_VERSION macros in bpf_helpers.h
Andrii Nakryiko
2021-03-15
libbpf: Avoid inline hint definition from 'linux/stddef.h'
Pedro Tammela
2021-01-13
bpf, libbpf: Avoid unused function warning on bpf_tail_call_static
Ian Rogers
2020-10-22
bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static
Daniel Borkmann
2020-09-30
bpf, libbpf: Add bpf_tail_call_static helper for bpf programs
Daniel Borkmann
2020-08-21
libbpf: Add __noinline macro to bpf_helpers.h
Andrii Nakryiko
2020-08-11
libbpf: Do not use __builtin_offsetof for offsetof
Yonghong Song
2020-07-21
libbpf bpf_helpers: Use __builtin_offsetof for offsetof
Ian Rogers
2020-06-22
libbpf: Add support for extracting kernel symbol addresses
Andrii Nakryiko
2020-05-09
tools/libpf: Add offsetof/container_of macro in bpf_helpers.h
Yonghong Song
2020-04-28
libbpf: Add BTF-defined map-in-map support
Andrii Nakryiko
2020-04-26
bpf_helpers.h: Add note for building with vmlinux.h or linux/types.h
Yoshiki Komachi
2019-12-18
libbpf: Put Kconfig externs into .kconfig section
Andrii Nakryiko
2019-12-15
libbpf: Support libbpf-provided extern variables
Andrii Nakryiko
2019-11-24
bpf: Introduce BPF_TRACE_x helper for the tracing tests
Martin KaFai Lau
2019-11-15
selftests/bpf: Add test for BPF trampoline
Alexei Starovoitov
2019-11-02
libbpf: Add auto-pinning of maps when loading BPF objects
Toke Høiland-Jørgensen
2019-10-08
libbpf: Add BPF_CORE_READ/BPF_CORE_READ_INTO helpers
Andrii Nakryiko
2019-10-08
libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf
Andrii Nakryiko