summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2022-11-10KVM: selftests: aarch64: Add readonly memslot tests into page_fault_testRicardo Koller-1/+101
2022-11-10KVM: selftests: aarch64: Add dirty logging tests into page_fault_testRicardo Koller-0/+76
2022-11-10KVM: selftests: aarch64: Add userfaultfd tests into page_fault_testRicardo Koller-0/+187
2022-11-10KVM: selftests: aarch64: Add aarch64/page_fault_testRicardo Koller-0/+604
2022-11-10KVM: selftests: Use the right memslot for code, page-tables, and data allocat...Ricardo Koller-40/+65
2022-11-10KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()Ricardo Koller-24/+30
2022-11-10KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_typeRicardo Koller-10/+34
2022-11-10KVM: selftests: Stash backing_src_type in struct userspace_mem_regionRicardo Koller-0/+2
2022-11-10KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macrosRicardo Koller-7/+20
2022-11-10KVM: selftests: Add missing close and munmap in __vm_mem_region_delete()Ricardo Koller-0/+6
2022-11-10KVM: selftests: aarch64: Add virt_get_pte_hva() library functionRicardo Koller-3/+12
2022-11-10KVM: selftests: Add a userfaultfd libraryRicardo Koller-198/+262
2022-11-10KVM: arm64: selftests: Test with every breakpoint/watchpointReiji Watanabe-12/+42
2022-11-10KVM: arm64: selftests: Add a test case for a linked watchpointReiji Watanabe-0/+35
2022-11-10KVM: arm64: selftests: Add a test case for a linked breakpointReiji Watanabe-6/+57
2022-11-10KVM: arm64: selftests: Change debug_version() to take ID_AA64DFR0_EL1Reiji Watanabe-5/+4
2022-11-10KVM: arm64: selftests: Stop unnecessary test stage tracking of debug-exceptionsReiji Watanabe-37/+9
2022-11-10KVM: arm64: selftests: Add helpers to enable debug exceptionsReiji Watanabe-12/+13
2022-11-10KVM: arm64: selftests: Remove the hard-coded {b,w}pn#0 from debug-exceptionsReiji Watanabe-18/+32
2022-11-10KVM: arm64: selftests: Add write_dbg{b,w}{c,v}r helpers in debug-exceptionsReiji Watanabe-4/+68
2022-11-10KVM: arm64: selftests: Use FIELD_GET() to extract ID register fieldsReiji Watanabe-5/+8
2022-11-10KVM: selftests: memslot_perf_test: Report optimal memory slotsGavin Shan-4/+41
2022-11-10KVM: selftests: memslot_perf_test: Consolidate memoryGavin Shan-17/+26
2022-11-10KVM: selftests: memslot_perf_test: Support variable guest page sizeGavin Shan-81/+129
2022-11-10KVM: selftests: memslot_perf_test: Probe memory slots for onceGavin Shan-13/+19
2022-11-10KVM: selftests: memslot_perf_test: Consolidate loop conditions in prepare_vm()Gavin Shan-6/+5
2022-11-10KVM: selftests: memslot_perf_test: Use data->nslots in prepare_vm()Gavin Shan-5/+5
2022-11-10KVM: selftests: Automate choosing dirty ring size in dirty_log_testGavin Shan-4/+22
2022-11-10KVM: selftests: Clear dirty ring states between two modes in dirty_log_testGavin Shan-10/+17
2022-11-10KVM: selftests: Use host page size to map ring buffer in dirty_log_testGavin Shan-1/+1
2022-11-09selftests: Fix test group SKIPPED resultDomenico Cerasuolo-16/+22
2022-11-09selftests/bpf: Tests for btf_dedup_resolve_fwdsEduard Zingerman-15/+206
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman-57/+139
2022-11-09selftests: mlxsw: Add a test for invalid locked bridge port configurationsIdo Schimmel-0/+31
2022-11-09selftests: mlxsw: Add a test for locked port trapIdo Schimmel-0/+105
2022-11-09selftests: mlxsw: Add a test for EAPOL trapIdo Schimmel-0/+22
2022-11-09selftests: devlink_lib: Split out helperIdo Schimmel-7/+12
2022-11-09selftests/bpf: Fix test_progs compilation failure in 32-bit archYang Jihong-1/+1
2022-11-09selftests/bpf: Fix casting error when cross-compiling test_verifier for 32-bi...Pu Lehui-1/+1
2022-11-09kselftest/arm64: Add SVE 2.1 to hwcap testMark Brown-0/+13
2022-11-09kselftest/arm64: Add FEAT_RPRFM to the hwcap testMark Brown-0/+6
2022-11-09kselftest/arm64: Add FEAT_CSSC to the hwcap selftestMark Brown-0/+13
2022-11-09selftests: kvm/x86: Test the flags in MSR filtering and MSR exitingAaron Lewis-0/+85
2022-11-09KVM: allow compiling out SMM supportPaolo Bonzini-0/+2
2022-11-09selftests: netfilter: Fix and review rpath.shPhil Sutter-6/+8
2022-11-08selftests/vm: anon_cow: add R/O longterm tests via gup_testDavid Hildenbrand-0/+210
2022-11-08selftests/vm: anon_cow: add liburing test casesDavid Hildenbrand-1/+241
2022-11-08selftests/vm: anon_cow: hugetlb testsDavid Hildenbrand-1/+69
2022-11-08selftests/vm: anon_cow: THP testsDavid Hildenbrand-1/+258
2022-11-08selftests/vm: factor out pagemap_is_populated() into vm_utilDavid Hildenbrand-8/+9