summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/Makefile
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Test Hyper-V extended hypercall exit to userspaceVipin Sharma2023-02-011-0/+1
* KVM: selftests: Disable "gnu-variable-sized-type-not-at-end" warningSean Christopherson2022-12-271-0/+1
* KVM: selftests: Include lib.mk before consuming $(CC)Sean Christopherson2022-12-271-4/+5
* KVM: selftests: Explicitly disable builtins for mem*() overridesSean Christopherson2022-12-271-0/+1
* KVM: selftests: Probe -no-pie with actual CFLAGS used to compileSean Christopherson2022-12-271-1/+1
* KVM: selftests: Use proper function prototypes in probing codeSean Christopherson2022-12-271-2/+2
* KVM: selftests: Rename UNAME_M to ARCH_DIR, fill explicitly for x86Sean Christopherson2022-12-271-34/+13
* Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2022-12-091-0/+3
|\
| * Merge branch kvm-arm64/selftest/access-tracking into kvmarm-master/nextMarc Zyngier2022-12-051-0/+1
| |\
| | * KVM: selftests: Build access_tracking_perf_test for arm64Oliver Upton2022-11-291-0/+1
| * | KVM: selftests: aarch64: Add aarch64/page_fault_testRicardo Koller2022-11-101-0/+1
| * | KVM: selftests: Add a userfaultfd libraryRicardo Koller2022-11-101-0/+1
| |/
* | KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'Vitaly Kuznetsov2022-11-211-1/+1
* | KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.hVitaly Kuznetsov2022-11-211-0/+1
* | KVM: selftests: Hyper-V PV TLB flush selftestVitaly Kuznetsov2022-11-211-0/+1
* | KVM: selftests: Hyper-V PV IPI selftestVitaly Kuznetsov2022-11-181-0/+1
* | Merge branch 'kvm-svm-harden' into HEADPaolo Bonzini2022-11-171-0/+1
|\ \
| * | kvm: selftests: add svm nested shutdown testMaxim Levitsky2022-11-171-0/+1
| |/
* | KVM: selftests: Add a test for KVM_CAP_EXIT_ON_EMULATION_FAILUREDavid Matlack2022-11-161-0/+1
* | KVM: selftests: Rename emulator_error_test to smaller_maxphyaddr_emulation_testDavid Matlack2022-11-161-1/+1
* | KVM: selftests: Consolidate common code for populating ucall structSean Christopherson2022-11-161-0/+1
* | KVM: selftests: Rename perf_test_util.[ch] to memstress.[ch]David Matlack2022-11-161-2/+2
|/
* Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2022-10-031-0/+1
|\
| * KVM: selftests: Add test for AArch32 ID registersOliver Upton2022-09-141-0/+1
* | Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEADPaolo Bonzini2022-09-301-0/+1
|\ \
| * | KVM: selftests: Add an x86-only test to verify nested exception queueingSean Christopherson2022-09-261-0/+1
| |/
* / KVM: selftests: Implement memcmp(), memcpy(), and memset() for guest useSean Christopherson2022-09-301-1/+10
|/
* KVM: selftests: Make rseq compatible with glibc-2.35Gavin Shan2022-08-101-2/+3
* selftests: kvm: fix compilationPaolo Bonzini2022-08-101-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-041-1/+16
|\
| * KVM: selftests: Verify VMX MSRs can be restored to KVM-supported valuesSean Christopherson2022-07-281-0/+1
| * KVM: selftests: Remove the obsolete/dead MMU role testSean Christopherson2022-07-131-1/+0
| * KVM: selftests: Add a self test for CMCI and UCNA emulations.Jue Wang2022-06-241-0/+1
| * KVM: selftests: Add NX huge pages testBen Gardon2022-06-241-0/+10
| * KVM: selftests: Add MONITOR/MWAIT quirk testSean Christopherson2022-06-221-0/+1
| * Merge branch 'kvm-5.20-early'Paolo Bonzini2022-06-091-0/+3
| |\
| | * KVM: selftests: Add a test to get/set triple fault eventChenyi Qiang2022-06-081-0/+1
| | * kvm: selftests: Add KVM_CAP_MAX_VCPU_ID cap testZeng Guang2022-06-081-0/+1
| | * KVM: selftests: nSVM: Add svm_nested_soft_inject_testMaciej S. Szmigiero2022-06-081-0/+1
* | | selftests: stop using KSFT_KHDR_INSTALLGuillaume Tucker2022-07-111-1/+0
|/ /
* | KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2David Matlack2022-06-091-0/+1
* | KVM: selftests: Clean up LIBKVM files in MakefileDavid Matlack2022-06-091-5/+31
* | KVM: selftests: Link selftests directly with lib object filesDavid Matlack2022-06-091-7/+4
* | KVM: selftests: Drop unnecessary rule for STATIC_LIBSDavid Matlack2022-06-091-1/+0
|/
* Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-251-1/+2
|\
| * selftests: KVM: aarch64: Introduce hypercall ABI testRaghavendra Rao Ananta2022-05-031-0/+1
| * selftests: KVM: Rename psci_cpu_on_test to psci_testOliver Upton2022-05-031-1/+1
* | KVM: selftests: x86: Fix test failure on arch lbr capable platformsYang Weijiang2022-05-251-1/+1
* | Merge branch 'kvm-older-features' into HEADPaolo Bonzini2022-04-131-0/+2
|\ \ | |/ |/|
| * KVM: x86: Test case for TSC scaling and offset syncDavid Woodhouse2022-04-021-0/+1