summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)AuthorFilesLines
2023-01-18selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.cJinrong Liang1-1/+1
2022-12-31KVM: selftests: Fix build regression by using accessor functionTyler Hicks1-1/+1
2022-11-03KVM: selftests: Fix number of pages for memory slot in memslot_modification_s...Gavin Shan1-1/+1
2022-08-17selftests: kvm: set rax before vmcallAndrei Vagin1-1/+1
2022-08-11selftests: KVM: Handle compiler optimizations in ucallRaghavendra Rao Ananta1-5/+4
2022-08-11KVM: selftests: Make hyperv_clock selftest more stableVitaly Kuznetsov1-3/+7
2022-07-29KVM: selftests: Fix target thread to be migrated in rseq_testGavin Shan1-3/+5
2022-05-12KVM: selftests: Silence compiler warning in the kvm_page_table_testThomas Huth1-1/+1
2022-05-12kvm: selftests: do not use bitfields larger than 32-bits for PTEsPaolo Bonzini2-115/+92
2022-02-01KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guestSean Christopherson1-1/+0
2021-12-29selftests: KVM: Fix non-x86 compilingAndrew Jones2-9/+6
2021-12-22KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILEVitaly Kuznetsov1-0/+30
2021-12-14selftests: KVM: avoid failures due to reserved HyperTransport regionPaolo Bonzini3-1/+78
2021-11-18KVM: selftests: Fix nested SVM tests when built with clangJim Mattson1-1/+13
2021-11-18selftests: kvm: fix mismatched fclose() after popen()Shuah Khan1-1/+1
2021-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-11/+60
2021-09-30KVM: selftests: Ensure all migrations are performed when test is affinedSean Christopherson1-10/+59
2021-09-28selftests: KVM: Don't clobber XMM register when readOliver Upton1-1/+1
2021-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-61/+219
2021-09-26Merge tag 'linux-kselftest-fixes-5.15-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds5-33/+26
2021-09-24selftests: KVM: Explicitly use movq to read xmm registersOliver Upton1-17/+17
2021-09-24selftests: KVM: Call ucall_init when setting up in rseq_testOliver Upton1-0/+1
2021-09-23KVM: x86: selftests: test simultaneous uses of V_IRQ from L1 and L0Maxim Levitsky3-0/+130
2021-09-22KVM: selftests: Create a separate dirty bitmap per slotDavid Matlack1-15/+39
2021-09-22KVM: selftests: Refactor help message for -s backing_srcDavid Matlack6-22/+25
2021-09-22KVM: selftests: Change backing_src flag to -s in demand_paging_testDavid Matlack1-5/+5
2021-09-22selftests: KVM: Align SMCCC call with the spec in steal_timeOliver Upton1-2/+2
2021-09-22selftests: KVM: Fix check for !POLLIN in demand_paging_testOliver Upton1-1/+1
2021-09-22KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugsSean Christopherson3-0/+240
2021-09-16selftests: kvm: fix get_run_delay() ignoring fscanf() return warnShuah Khan3-2/+5
2021-09-16selftests: kvm: move get_run_delay() into lib/test_utilShuah Khan4-30/+16
2021-09-16selftests:kvm: fix get_trans_hugepagesz() ignoring fscanf() return warnShuah Khan1-1/+4
2021-09-16selftests:kvm: fix get_warnings_count() ignoring fscanf() return warnShuah Khan1-1/+2
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-4/+4
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko3-4/+4
2021-09-06Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini4-0/+126
2021-08-20KVM: selftests: test KVM_GUESTDBG_BLOCKIRQMaxim Levitsky1-3/+21
2021-08-20KVM: selftests: Add checks for histogram stats bucket_size fieldJing Zhang1-0/+12
2021-08-19selftests: KVM: Introduce psci_cpu_on_testOliver Upton4-0/+126
2021-08-10Merge branch 'kvm-vmx-secctl' into HEADPaolo Bonzini3-5/+43
2021-08-06KVM: selftests: Move vcpu_args_set into perf_test_utilDavid Matlack5-5/+2
2021-08-06KVM: selftests: Support multiple slots in dirty_log_perf_testDavid Matlack6-20/+84
2021-08-04KVM: selftests: fix hyperv_clock testMaxim Levitsky1-1/+1
2021-08-03KVM: selftests: Test access to XMM fast hypercallsVitaly Kuznetsov2-4/+42
2021-07-27KVM: selftests: Introduce access_tracking_perf_testDavid Matlack3-0/+431
2021-07-27KVM: selftests: Fix missing break in dirty_log_perf_test arg parsingDavid Matlack1-0/+1
2021-07-19Merge tag 'kvmarm-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2-2/+3
2021-07-15KVM: selftests: smm_test: Test SMM enter from L2Vitaly Kuznetsov1-6/+64
2021-07-15KVM: selftests: Address extra memslot parameters in vm_vaddr_allocRicardo Koller1-1/+1
2021-07-14KVM: selftests: x86: Address missing vm_install_exception_handler conversionsMarc Zyngier2-2/+2