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
Age
Commit message (
Expand
)
Author
2021-03-04
selftests: bpf: Don't run sk_lookup in verifier tests
Lorenz Bauer
2021-03-04
selftests: bpf: Check that PROG_TEST_RUN repeats as requested
Lorenz Bauer
2021-03-04
selftests: bpf: Convert sk_lookup ctx access tests to PROG_TEST_RUN
Lorenz Bauer
2021-03-04
bpf: Add PROG_TEST_RUN support for sk_lookup programs
Lorenz Bauer
2021-03-04
bpf: Consolidate shared test timing code
Lorenz Bauer
2021-03-04
Merge branch 'Improve BPF syscall command documentation'
Alexei Starovoitov
2021-03-04
tools: Sync uapi bpf.h header with latest changes
Joe Stringer
2021-03-04
docs/bpf: Add bpf() syscall command reference
Joe Stringer
2021-03-04
selftests/bpf: Test syscall command parsing
Joe Stringer
2021-03-04
selftests/bpf: Templatize man page generation
Joe Stringer
2021-03-04
tools/bpf: Remove bpf-helpers from bpftool docs
Joe Stringer
2021-03-04
scripts/bpf: Add syscall commands printer
Joe Stringer
2021-03-04
scripts/bpf: Abstract eBPF API target parameter
Joe Stringer
2021-03-04
bpf: Document BPF_MAP_*_BATCH syscall commands
Joe Stringer
2021-03-04
bpf: Document BPF_PROG_QUERY syscall command
Joe Stringer
2021-03-04
bpf: Document BPF_PROG_TEST_RUN syscall command
Joe Stringer
2021-03-04
bpf: Document BPF_PROG_ATTACH syscall command
Joe Stringer
2021-03-04
bpf: Document BPF_PROG_PIN syscall command
Joe Stringer
2021-03-04
bpf: Document BPF_F_LOCK in syscall commands
Joe Stringer
2021-03-04
bpf: Add minimal bpf() command documentation
Joe Stringer
2021-03-04
bpf: Import syscall arg documentation
Joe Stringer
2021-03-04
Merge branch 'Add BTF_KIND_FLOAT support'
Alexei Starovoitov
2021-03-04
bpf: Document BTF_KIND_FLOAT in btf.rst
Ilya Leoshkevich
2021-03-04
selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication tests
Ilya Leoshkevich
2021-03-04
selftest/bpf: Add BTF_KIND_FLOAT tests
Ilya Leoshkevich
2021-03-04
bpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2021-03-04
selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" test
Ilya Leoshkevich
2021-03-04
tools/bpftool: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2021-03-04
libbpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2021-03-04
libbpf: Fix whitespace in btf_add_composite() comment
Ilya Leoshkevich
2021-03-04
bpf: Add BTF_KIND_FLOAT to uapi
Ilya Leoshkevich
2021-03-04
selftests/bpf: Add a verifier scale test with unknown bounded loop
Yonghong Song
2021-03-04
skmsg: Add function doc for skb->_sk_redir
Cong Wang
2021-03-02
tools/runqslower: Allow substituting custom vmlinux.h for the build
Andrii Nakryiko
2021-02-26
tools, bpf_asm: Exit non-zero on errors
Ian Denhardt
2021-02-26
tools, bpf_asm: Hard error on out of range jumps
Ian Denhardt
2021-02-26
Merge branch 'bpf: add bpf_for_each_map_elem() helper'
Alexei Starovoitov
2021-02-26
selftests/bpf: Add arraymap test for bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
selftests/bpf: Add hashmap test for bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
bpftool: Print subprog address properly
Yonghong Song
2021-02-26
libbpf: Support subprog address relocation
Yonghong Song
2021-02-26
libbpf: Move function is_ldimm64() earlier in libbpf.c
Yonghong Song
2021-02-26
bpf: Add arraymap support for bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
bpf: Add hashtab support for bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
bpf: Add bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
bpf: Change return value of verifier function add_subprog()
Yonghong Song
2021-02-26
bpf: Refactor check_func_call() to allow callback function
Yonghong Song
2021-02-26
bpf: Factor out verbose_invalid_scalar()
Yonghong Song
2021-02-26
bpf: Factor out visit_func_call_insn() in check_cfg()
Yonghong Song
2021-02-26
selftests/bpf: Copy extras in out-of-srctree builds
Ilya Leoshkevich
[next]