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.18-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_qcom-6.18.y
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.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
Age
Commit message (
Expand
)
Author
2022-04-26
selftests/bpf: Add CO-RE relos and SEC("?...") to linked_funcs selftests
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-26
bpf: Compute map_btf_id during build time
Menglong Dong
2022-04-25
Merge branch 'Introduce typed pointer support in BPF maps'
Alexei Starovoitov
2022-04-25
selftests/bpf: Add test for strict BTF type check
Kumar Kartikeya Dwivedi
2022-04-25
selftests/bpf: Add verifier tests for kptr
Kumar Kartikeya Dwivedi
2022-04-25
selftests/bpf: Add C tests for kptr
Kumar Kartikeya Dwivedi
2022-04-25
libbpf: Add kptr type tag macros to bpf_helpers.h
Kumar Kartikeya Dwivedi
2022-04-25
bpf: Make BTF type match stricter for release arguments
Kumar Kartikeya Dwivedi
2022-04-25
bpf: Teach verifier about kptr_get kfunc helpers
Kumar Kartikeya Dwivedi
2022-04-25
bpf: Wire up freeing of referenced kptr
Kumar Kartikeya Dwivedi
2022-04-25
bpf: Populate pairs of btf_id and destructor kfunc in btf
Kumar Kartikeya Dwivedi
2022-04-25
bpf: Adapt copy_map_value for multiple offset case
Kumar Kartikeya Dwivedi
2022-04-25
bpf: Prevent escaping of kptr loaded from maps
Kumar Kartikeya Dwivedi
2022-04-25
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
2022-04-25
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
2022-04-25
bpf: Allow storing unreferenced kptr in map
Kumar Kartikeya Dwivedi
2022-04-25
bpf: Use bpf_prog_run_array_cg_flags everywhere
Stanislav Fomichev
2022-04-25
bpftool, musl compat: Replace sys/fcntl.h by fcntl.h
Dominique Martinet
2022-04-25
bpftool, musl compat: Replace nftw with FTW_ACTIONRETVAL
Dominique Martinet
2022-04-25
libbpf: Remove unnecessary type cast
Yuntao Wang
2022-04-23
selftests/bpf: Switch fexit_stress to bpf_link_create() API
Andrii Nakryiko
2022-04-23
libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()
Andrii Nakryiko
2022-04-23
bpf: Allow attach TRACING programs through LINK_CREATE command
Andrii Nakryiko
2022-04-22
libbpf: Improve libbpf API documentation link position
Grant Seltzer
2022-04-21
libbpf: Remove redundant non-null checks on obj_elf
Gaosheng Cui
2022-04-21
selftests/bpf: Fix map tests errno checks
Artem Savkov
2022-04-21
selftests/bpf: Fix prog_tests uprobe_autoattach compilation error
Artem Savkov
2022-04-21
selftests/bpf: Fix attach tests retcode checks
Artem Savkov
2022-04-21
i40e, xsk: Get rid of redundant 'fallthrough'
Maciej Fijalkowski
2022-04-21
ixgbe, xsk: Get rid of redundant 'fallthrough'
Maciej Fijalkowski
2022-04-21
bpf: Move check_ptr_off_reg before check_map_access
Kumar Kartikeya Dwivedi
2022-04-21
bpf: Make btf_find_field more generic
Kumar Kartikeya Dwivedi
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-20
samples/bpf: Reduce the sampling interval in xdp1_user
Zhengchao Shao
2022-04-20
selftests/bpf: Add test for skb_load_bytes
Liu Jian
2022-04-20
net: Change skb_ensure_writable()'s write_len param to unsigned int type
Liu Jian
2022-04-20
bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytes
Liu Jian
2022-04-19
Merge branch 'Support riscv libbpf USDT arg parsing logic'
Andrii Nakryiko
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
bpf: Fix usage of trace RCU in local storage.
KP Singh
2022-04-19
Merge branch 'Ensure type tags are always ordered first in BTF'
Alexei Starovoitov
2022-04-19
selftests/bpf: Add tests for type tag order validation
Kumar Kartikeya Dwivedi
2022-04-19
bpf: Ensure type tags precede modifiers in BTF
Kumar Kartikeya Dwivedi
[next]