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
2022-05-23
libbpf: Fix typo in comment
Julia Lawall
2022-05-19
libbpf: remove bpf_create_map*() APIs
Andrii Nakryiko
2022-05-19
libbpf: start 1.0 development cycle
Andrii Nakryiko
2022-05-19
libbpf: fix up global symbol counting logic
Andrii Nakryiko
2022-05-16
libbpf: fix memory leak in attach_tp for target-less tracepoint program
Andrii Nakryiko
2022-05-13
libbpf: Add safer high-level wrappers for map operations
Andrii Nakryiko
2022-05-11
libbpf: Add bpf_program__set_insns function
Jiri Olsa
2022-05-11
libbpf: Clean up ringbuf size adjustment implementation
Andrii Nakryiko
2022-05-10
libbpf: Assign cookies to links in libbpf.
Kui-Feng Lee
2022-05-09
libbpf: Automatically fix up BPF_MAP_TYPE_RINGBUF size, if necessary
Andrii Nakryiko
2022-05-09
libbpf: Provide barrier() and barrier_var() in bpf_helpers.h
Andrii Nakryiko
2022-05-09
libbpf: Complete field-based CO-RE helpers with field offset helper
Andrii Nakryiko
2022-05-09
libbpf: Improve usability of field-based CO-RE helpers
Andrii Nakryiko
2022-05-09
libbpf: Make __kptr and __kptr_ref unconditionally use btf_type_tag() attr
Andrii Nakryiko
2022-04-28
libbpf: Allow to opt-out from creating BPF maps
Andrii Nakryiko
2022-04-28
libbpf: Use libbpf_mem_ensure() when allocating new map
Andrii Nakryiko
2022-04-28
libbpf: Append "..." in fixed up log if CO-RE spec is truncated
Andrii Nakryiko
2022-04-28
libbpf: Support target-less SEC() definitions for BTF-backed programs
Andrii Nakryiko
2022-04-28
libbpf: Allow "incomplete" basic tracing SEC() definitions
Andrii Nakryiko
2022-04-26
libbpf: Fix up verifier log for unguarded failed CO-RE relos
Andrii Nakryiko
2022-04-26
libbpf: Simplify bpf_core_parse_spec() signature
Andrii Nakryiko
2022-04-26
libbpf: Refactor CO-RE relo human description formatting routine
Andrii Nakryiko
2022-04-26
libbpf: Record subprog-resolved CO-RE relocations unconditionally
Andrii Nakryiko
2022-04-26
libbpf: Avoid joining .BTF.ext data with BPF programs by section name
Andrii Nakryiko
2022-04-26
libbpf: Fix logic for finding matching program for CO-RE relocation
Andrii Nakryiko
2022-04-26
libbpf: Drop unhelpful "program too large" guess
Andrii Nakryiko
2022-04-26
libbpf: Fix anonymous type check in CO-RE logic
Andrii Nakryiko
2022-04-25
libbpf: Add kptr type tag macros to bpf_helpers.h
Kumar Kartikeya Dwivedi
2022-04-25
libbpf: Remove unnecessary type cast
Yuntao Wang
2022-04-23
libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()
Andrii Nakryiko
2022-04-21
libbpf: Remove redundant non-null checks on obj_elf
Gaosheng Cui
2022-04-21
libbpf: Add documentation to API functions
Grant Seltzer
2022-04-21
libbpf: Update API functions usage to check error
Grant Seltzer
2022-04-21
libbpf: Add error returns to two API functions
Grant Seltzer
2022-04-19
libbpf: Support riscv USDT argument parsing logic
Pu Lehui
2022-04-19
libbpf: Fix usdt_cookie being cast to 32 bits
Pu Lehui
2022-04-19
libbpf: Support opting out from autoloading BPF programs declaratively
Andrii Nakryiko
2022-04-11
libbpf: Usdt aarch64 arg parsing support
Alan Maguire
2022-04-10
libbpf: Fix a bug with checking bpf_probe_read_kernel() support in old kernels
Runqing Yang
2022-04-10
libbpf: Add ARC support to bpf_tracing.h
Vladimir Isaev
2022-04-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-04-08
libbpf: Use weak hidden modifier for USDT BPF-side API functions
Andrii Nakryiko
2022-04-08
libbpf: Don't error out on CO-RE relos for overriden weak subprogs
Andrii Nakryiko
2022-04-08
libbpf: Allow WEAK and GLOBAL bindings during BTF fixup
Andrii Nakryiko
2022-04-08
libbpf: Use strlcpy() in path resolution fallback logic
Andrii Nakryiko
2022-04-08
libbpf: Add s390-specific USDT arg spec parsing logic
Ilya Leoshkevich
2022-04-07
libbpf: Make BPF-side of USDT support work on big-endian machines
Ilya Leoshkevich
2022-04-07
libbpf: Minor style improvements in USDT code
Ilya Leoshkevich
2022-04-07
libbpf: Fix use #ifdef instead of #if to avoid compiler warning
Andrii Nakryiko
2022-04-07
libbpf: Potential NULL dereference in usdt_manager_attach_usdt()
Haowen Bai
[next]