index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
Age
Commit message (
Expand
)
Author
2024-01-17
libbpf: warn on unexpected __arg_ctx type when rewriting BTF
Andrii Nakryiko
2024-01-17
libbpf: feature-detect arg:ctx tag support in kernel
Andrii Nakryiko
2024-01-03
libbpf: implement __arg_ctx fallback logic
Andrii Nakryiko
2024-01-03
libbpf: move BTF loading step after relocation step
Andrii Nakryiko
2024-01-03
libbpf: move exception callbacks assignment logic into relocation step
Andrii Nakryiko
2024-01-03
libbpf: use stable map placeholder FDs
Andrii Nakryiko
2024-01-03
libbpf: don't rely on map->fd as an indicator of map being created
Andrii Nakryiko
2024-01-03
libbpf: use explicit map reuse flag to skip map creation steps
Andrii Nakryiko
2024-01-03
libbpf: make uniform use of btf__fd() accessor inside libbpf
Andrii Nakryiko
2023-12-21
libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relos
Mingyi Zhang
2023-12-21
libbpf: Skip DWARF sections in linker sanity check
Alyssa Ross
2023-12-19
libbpf: add __arg_xxx macros for annotating global func args
Andrii Nakryiko
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
2023-12-13
libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvar
Andrii Nakryiko
2023-12-13
libbpf: wire up BPF token support at BPF object level
Andrii Nakryiko
2023-12-13
libbpf: wire up token_fd into feature probing logic
Andrii Nakryiko
2023-12-13
libbpf: move feature detection code into its own file
Andrii Nakryiko
2023-12-13
libbpf: further decouple feature checking logic from bpf_object
Andrii Nakryiko
2023-12-13
libbpf: split feature detectors definitions from cached results
Andrii Nakryiko
2023-12-13
libbpf: Add BPF_CORE_WRITE_BITFIELD() macro
Daniel Xu
2023-12-08
libbpf: Add pr_warn() for EINVAL cases in linker_sanity_check_elf
Sergei Trofimovich
2023-12-08
bpf: Load vmlinux btf for any struct_ops map
David Vernet
2023-12-06
libbpf: add BPF token support to bpf_prog_load() API
Andrii Nakryiko
2023-12-06
libbpf: add BPF token support to bpf_btf_load() API
Andrii Nakryiko
2023-12-06
libbpf: add BPF token support to bpf_map_create() API
Andrii Nakryiko
2023-12-06
libbpf: add bpf_token_create() API
Andrii Nakryiko
2023-11-28
libbpf: Add st_type argument to elf_resolve_syms_offsets function
Jiri Olsa
2023-11-23
libbpf: Start v1.4 development cycle
Eduard Zingerman
2023-11-09
libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESET
Yonghong Song
2023-10-24
libbpf: Add link-based API for netkit
Daniel Borkmann
2023-10-17
libbpf: Don't assume SHT_GNU_verdef presence for SHT_GNU_versym section
Andrii Nakryiko
2023-10-11
libbpf: Add support for cgroup unix socket address hooks
Daan De Meyer
2023-10-04
libbpf: Fix syscall access arguments on riscv
Alexandre Ghiti
2023-09-29
libbpf: Allow Golang symbols in uprobe secdef
Hengqi Chen
2023-09-25
libbpf: Add ring__consume
Martin Kelly
2023-09-25
libbpf: Add ring__map_fd
Martin Kelly
2023-09-25
libbpf: Add ring__size
Martin Kelly
2023-09-25
libbpf: Add ring__avail_data_size
Martin Kelly
2023-09-25
libbpf: Add ring__producer_pos, ring__consumer_pos
Martin Kelly
2023-09-25
libbpf: Add ring_buffer__ring
Martin Kelly
2023-09-25
libbpf: Switch rings to array of pointers
Martin Kelly
2023-09-25
libbpf: Refactor cleanup in ring_buffer__add
Martin Kelly
2023-09-22
libbpf: Support symbol versioning for uprobe
Hengqi Chen
2023-09-22
libbpf: Resolve symbol conflicts at the same offset for uprobe
Hengqi Chen
2023-09-16
libbpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
2023-09-16
libbpf: Refactor bpf_object__reloc_code
Kumar Kartikeya Dwivedi
2023-09-08
libbpf: Add __percpu_kptr macro definition
Yonghong Song
2023-09-08
libbpf: Add basic BTF sanity validation
Andrii Nakryiko
2023-08-23
libbpf: fix signedness determination in CO-RE relo handling logic
Andrii Nakryiko
2023-08-23
libbpf: Add bpf_object__unpin()
Daniel Xu
[next]