summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2021-10-25selftests/bpf: Mark tc_redirect selftest as serialAndrii Nakryiko
2021-10-25selftests/bpf: Support multiple tests per fileAndrii Nakryiko
2021-10-25selftests/bpf: Normalize selftest entry pointsAndrii Nakryiko
2021-10-25kunit: tool: continue past invalid utf-8 outputDaniel Latypov
2021-10-25selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv()Shuah Khan
2021-10-25selftests: mlxsw: Reduce test run timeIdo Schimmel
2021-10-25selftests: mlxsw: Use permanent neighbours instead of reachable onesIdo Schimmel
2021-10-25selftests: mlxsw: Add helpers for skipping selftestsPetr Machata
2021-10-25selftests: net: dsa: add a stress test for unlocked FDB operationsVladimir Oltean
2021-10-25selftests: lib: forwarding: allow tests to not require mz and jqVladimir Oltean
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller
2021-10-25lkdtm/bugs: Check that a per-task stack canary existsKees Cook
2021-10-25selftests/lkdtm: Add way to repeat a testKees Cook
2021-10-24selftests: net: dsa: add a stress test for unlocked FDB operationsVladimir Oltean
2021-10-24selftests: lib: forwarding: allow tests to not require mz and jqVladimir Oltean
2021-10-22selftests/bpf: Add BTF_KIND_DECL_TAG typedef example in tag.cYonghong Song
2021-10-22selftests/bpf: Test deduplication for BTF_KIND_DECL_TAG typedefYonghong Song
2021-10-22selftests/bpf: Add BTF_KIND_DECL_TAG typedef unit testsYonghong Song
2021-10-22selftests/bpf: Fix flow dissector testsStanislav Fomichev
2021-10-22selftests/bpf: Switch to new btf__type_cnt/btf__raw_data APIsHengqi Chen
2021-10-22selftests/bpf: Make perf_buffer selftests work on 4.9 kernel againAndrii Nakryiko
2021-10-22fcnal-test: kill hanging ping/nettest binaries on cleanupFlorian Westphal
2021-10-22KVM: selftests: Fix nested SVM tests when built with clangJim Mattson
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-22KVM: selftests: set CPUID before setting sregs in vcpu creationMichael Roth
2021-10-21Merge tag 'net-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-10-21selftests/bpf: Switch to ".bss"/".rodata"/".data" lookups for internal mapsAndrii Nakryiko
2021-10-21selftests/bpf: Demonstrate use of custom .rodata/.data sectionsAndrii Nakryiko
2021-10-21selftests/bpf: Use nanosleep tracepoint in perf buffer testJiri Olsa
2021-10-21selftests/bpf: Fix possible/online index mismatch in perf_buffer testJiri Olsa
2021-10-21selftests/bpf: Fix perf_buffer test on system with offline cpusJiri Olsa
2021-10-21selftests/bpf: Add verif_stats testDave Marchevsky
2021-10-21selftests/bpf: Test bpf_skc_to_unix_sock() helperHengqi Chen
2021-10-21selftests: kvm: fix mismatched fclose() after popen()Shuah Khan
2021-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-10-21Merge branch kvm/selftests/memslot into kvmarm-master/nextMarc Zyngier
2021-10-21KVM: selftests: Build the memslot tests for arm64Ricardo Koller
2021-10-21KVM: selftests: Make memslot_perf_test arch independentRicardo Koller
2021-10-21selftests: arm64: Factor out utility functions for assembly FP testsMark Brown
2021-10-20selftests/bpf: Some more atomic testsBrendan Jackman
2021-10-20selftests/bpf: Use cpu_number only on arches that have itIlya Leoshkevich
2021-10-20selftests/bpf: Remove duplicated include in cgroup_helpersWan Jiabing
2021-10-19kunit: tool: improve compatibility of kunit_parser with KTAP specificationRae Moar
2021-10-19kunit: tool: yield output from run_kernel in real timeDaniel Latypov
2021-10-19kunit: tool: support running each suite/test separatelyDaniel Latypov
2021-10-19kunit: tool: actually track how long it took to run testsDaniel Latypov
2021-10-19kunit: tool: factor exec + parse steps into a functionDaniel Latypov
2021-10-19kunit: tool: show list of valid --arch options when invalidDaniel Latypov
2021-10-19kunit: tool: misc fixes (unused vars, imports, leaked files)Daniel Latypov
2021-10-19kunit: tool: allow filtering test cases via globDaniel Latypov