summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/memslot_perf_test.c
AgeCommit message (Expand)Author
2026-06-12Merge tag 'kvm-x86-selftests-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-05-13KVM: selftests: memslot_perf_test: make host wait timeout configurableMayuresh Chitale
2026-05-13KVM: selftests: Include sys/mman.h *and* linux/mman.h, via kvm_syscalls.hSean Christopherson
2026-04-20KVM: selftests: Replace "u64 gpa" with "gpa_t" throughoutSean Christopherson
2026-04-20KVM: selftests: Use u8 instead of uint8_tDavid Matlack
2026-04-20KVM: selftests: Use u32 instead of uint32_tDavid Matlack
2026-04-20KVM: selftests: Use s64 instead of int64_tDavid Matlack
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack
2025-09-16KVM: riscv: selftests: Add missing headers for new testcasesDong Yang
2024-11-04KVM: selftests: memslot_perf_test: increase guest sync timeoutMaxim Levitsky
2024-10-01KVM: selftests: Fix build on architectures other than x86_64Mark Brown
2024-08-14KVM: selftests: Test memslot move in memslot_perf_test with quirk disabledYan Zhao
2024-01-29KVM: selftests: Remove redundant newlinesAndrew Jones
2023-10-05KVM: selftests: Zero-initialize entire test_result in memslot perf testSean Christopherson
2023-08-02KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson
2023-08-02KVM: selftests: Convert the memslot performance test to printf guest assertsSean Christopherson
2023-02-07KVM: selftests: Assign guest page size in sync area early in memslot_perf_testGavin Shan
2023-02-07KVM: selftests: Remove duplicate VM creation in memslot_perf_testGavin Shan
2022-12-27KVM: selftests: Fix divide-by-zero bug in memslot_perf_testSean Christopherson
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini
2022-11-16KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve
2022-11-16KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson
2022-11-16KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validationVipin Sharma
2022-11-16KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma
2022-11-10KVM: selftests: memslot_perf_test: Report optimal memory slotsGavin Shan
2022-11-10KVM: selftests: memslot_perf_test: Consolidate memoryGavin Shan
2022-11-10KVM: selftests: memslot_perf_test: Support variable guest page sizeGavin Shan
2022-11-10KVM: selftests: memslot_perf_test: Probe memory slots for onceGavin Shan
2022-11-10KVM: selftests: memslot_perf_test: Consolidate loop conditions in prepare_vm()Gavin Shan
2022-11-10KVM: selftests: memslot_perf_test: Use data->nslots in prepare_vm()Gavin Shan
2022-07-13KVM: selftests: Fix filename reporting in guest assertsColton Lewis
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson
2022-06-11KVM: selftests: Convert memslot_perf_test away from VCPU_IDSean Christopherson
2021-10-21KVM: selftests: Make memslot_perf_test arch independentRicardo Koller
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson
2021-06-08selftests: kvm: Add support for customized slot0 memory sizeZhenzhong Duan
2021-05-29selftests: kvm: fix overlapping addresses in memslot_perf_testPaolo Bonzini
2021-05-27selftests: kvm: do only 1 memslot_perf_test run by defaultPaolo Bonzini
2021-05-27KVM: selftests: add a memslot-related performance benchmarkMaciej S. Szmigiero