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.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-03-10
selftests/bpf: Add test for bpf_lsm_kernel_read_file()
Roberto Sassu
2022-03-10
bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepable
Roberto Sassu
2022-03-10
selftests/bpf: Check if the digest is refreshed after a file write
Roberto Sassu
2022-03-10
selftests/bpf: Add test for bpf_ima_file_hash()
Roberto Sassu
2022-03-10
selftests/bpf: Move sample generation code to ima_test_common()
Roberto Sassu
2022-03-10
bpf-lsm: Introduce new helper bpf_ima_file_hash()
Roberto Sassu
2022-03-10
ima: Always return a file measurement in ima_file_hash()
Roberto Sassu
2022-03-10
ima: Fix documentation-related warnings in ima_main.c
Roberto Sassu
2022-03-11
bpftool: Ensure bytes_memlock json output is correct
Chris J Arges
2022-03-10
bpf: Use offsetofend() to simplify macro definition
Yuntao Wang
2022-03-10
bpf: Fix comment for helper bpf_current_task_under_cgroup()
Hengqi Chen
2022-03-10
Merge branch 'bpf-tstamp-follow-ups'
Daniel Borkmann
2022-03-10
bpf: selftests: Update tests after s/delivery_time/tstamp/ change in bpf.h
Martin KaFai Lau
2022-03-10
bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/
Martin KaFai Lau
2022-03-10
bpf: Simplify insn rewrite on BPF_WRITE __sk_buff->tstamp
Martin KaFai Lau
2022-03-10
bpf: Simplify insn rewrite on BPF_READ __sk_buff->tstamp
Martin KaFai Lau
2022-03-10
bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macro
Martin KaFai Lau
2022-03-10
bpf, test_run: Use kvfree() for memory allocated with kvmalloc()
Yihao Han
2022-03-10
bpf: Initialise retval in bpf_prog_test_run_xdp()
Toke Høiland-Jørgensen
2022-03-10
bpftool: Restore support for BPF offload-enabled feature probing
Niklas Söderlund
2022-03-09
Merge branch 'Add support for transmitting packets using XDP in bpf_prog_run()'
Alexei Starovoitov
2022-03-09
selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUN
Toke Høiland-Jørgensen
2022-03-09
selftests/bpf: Move open_netns() and close_netns() into network_helpers.c
Toke Høiland-Jørgensen
2022-03-09
libbpf: Support batch_size option to bpf_prog_test_run
Toke Høiland-Jørgensen
2022-03-09
Documentation/bpf: Add documentation for BPF_PROG_RUN
Toke Høiland-Jørgensen
2022-03-09
bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
Toke Høiland-Jørgensen
2022-03-08
Merge branch 'BPF test_progs tests improvement'
Andrii Nakryiko
2022-03-08
Improve stability of find_vma BPF test
Mykola Lysenko
2022-03-08
Improve send_signal BPF test stability
Mykola Lysenko
2022-03-08
Improve perf related BPF tests (sample_freq issue)
Mykola Lysenko
2022-03-08
tools: Fix unavoidable GCC call in Clang builds
Adrian Ratiu
2022-03-08
selftests/bpf: Make test_lwt_ip_encap more stable and faster
Felix Maurer
2022-03-08
bpf: Determine buf_info inside check_buffer_access()
Shung-Hsi Yu
2022-03-07
bpf/docs: Update list of architectures supported.
KP Singh
2022-03-07
bpf/docs: Update vmtest docs for static linking
KP Singh
2022-03-07
bpf: Remove redundant slash
Yuntao Wang
2022-03-07
libbpf: Fix array_size.cocci warning
Guo Zhengkui
2022-03-07
bpf: Replace strncpy() with strscpy()
Yuntao Wang
2022-03-07
libbpf: Unmap rings when umem deleted
lic121
2022-03-05
Merge branch 'bpf: add __percpu tagging in vmlinux BTF'
Alexei Starovoitov
2022-03-05
selftests/bpf: Add a test for btf_type_tag "percpu"
Hao Luo
2022-03-05
bpf: Reject programs that try to load __percpu memory.
Hao Luo
2022-03-05
compiler_types: Define __percpu as __attribute__((btf_type_tag("percpu")))
Hao Luo
2022-03-05
bpf: Fix checking PTR_TO_BTF_ID in check_mem_access
Hao Luo
2022-03-05
Merge branch 'Fixes for bad PTR_TO_BTF_ID offset'
Alexei Starovoitov
2022-03-05
selftests/bpf: Add tests for kfunc register offset checks
Kumar Kartikeya Dwivedi
2022-03-05
bpf: Replace __diag_ignore with unified __diag_ignore_all
Kumar Kartikeya Dwivedi
2022-03-05
compiler_types.h: Add unified __diag_ignore_all for GCC/LLVM
Kumar Kartikeya Dwivedi
2022-03-05
compiler-clang.h: Add __diag infrastructure for clang
Nathan Chancellor
2022-03-05
bpf: Harden register offset checks for release helpers and kfuncs
Kumar Kartikeya Dwivedi
[next]