aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-09KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2David Matlack1-0/+1
2022-06-09KVM: selftests: Clean up LIBKVM files in MakefileDavid Matlack1-5/+31
2022-06-09KVM: selftests: Link selftests directly with lib object filesDavid Matlack1-7/+4
2022-06-09KVM: selftests: Drop unnecessary rule for STATIC_LIBSDavid Matlack1-1/+0
2022-05-25Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-1/+2
2022-05-25KVM: selftests: x86: Fix test failure on arch lbr capable platformsYang Weijiang1-1/+1
2022-05-03selftests: KVM: aarch64: Introduce hypercall ABI testRaghavendra Rao Ananta1-0/+1
2022-05-03selftests: KVM: Rename psci_cpu_on_test to psci_testOliver Upton1-1/+1
2022-04-13Merge branch 'kvm-older-features' into HEADPaolo Bonzini1-0/+2
2022-04-06KVM: arm64: selftests: Introduce vcpu_width_configReiji Watanabe1-0/+1
2022-04-02KVM: x86: Test case for TSC scaling and offset syncDavid Woodhouse1-0/+1
2022-04-02selftests: KVM: Test KVM_X86_QUIRK_FIX_HYPERCALL_INSNOliver Upton1-0/+1
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
2022-03-08KVM: selftests: Add test to populate a VM with the max possible guest memSean Christopherson1-0/+1
2022-03-01KVM: selftests: Add test to verify KVM handling of ICRSean Christopherson1-0/+1
2022-02-23selftests: kvm: Add the uapi headers include variableMuhammad Usama Anjum1-1/+1
2022-02-22Merge tag 'kvm-s390-next-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-0/+1
2022-02-14KVM: s390: selftests: Test TEST PROTECTION emulationJanis Schoetterl-Glausch1-0/+1
2022-02-14Merge remote-tracking branch 'kvm/master' into HEADPaolo Bonzini1-1/+0
2022-02-11selftests: kvm: Remove absent target fileMuhammad Usama Anjum1-1/+0
2022-02-10KVM: selftests: nSVM: Add enlightened MSR-Bitmap selftestVitaly Kuznetsov1-0/+1
2022-01-25KVM: selftests: Re-enable access_tracking_perf_testDavid Matlack1-0/+1
2022-01-19KVM: selftests: Add a test to force emulation with a pending exceptionSean Christopherson1-0/+1
2022-01-19selftests: kvm/x86: Add test for KVM_SET_PMU_EVENT_FILTERJim Mattson1-0/+1
2022-01-17KVM: selftests: Rename 'get_cpuid_test' to 'cpuid_test'Vitaly Kuznetsov1-2/+2
2022-01-14selftest: kvm: Add amx selftestYang Zhong1-0/+1
2022-01-07Merge tag 'kvm-riscv-5.17-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-1/+13
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+1
2022-01-06KVM: selftests: Add initial support for RISC-V 64-bitAnup Patel1-0/+12
2022-01-06KVM: selftests: Add EXTRA_CFLAGS in top-level MakefileAnup Patel1-1/+1
2021-12-28KVM: selftests: aarch64: Add vgic_irq to test userspace IRQ injectionRicardo Koller1-0/+1
2021-12-20KVM: selftests: Add test to verify TRIPLE_FAULT on invalid L2 guest stateSean Christopherson1-0/+1
2021-12-10selftests: KVM: Add test to verify KVM doesn't explode on "bad" I/OSean Christopherson1-0/+1
2021-11-11selftest: KVM: Add intra host migration testsPeter Gonda1-1/+2
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-1/+4
2021-10-21Merge branch kvm/selftests/memslot into kvmarm-master/nextMarc Zyngier1-0/+2
2021-10-21KVM: selftests: Build the memslot tests for arm64Ricardo Koller1-0/+2
2021-10-18selftests: KVM: Introduce system counter offset testOliver Upton1-0/+1
2021-10-18selftests: KVM: Add test for KVM_{GET,SET}_CLOCKOliver Upton1-0/+1
2021-10-17KVM: arm64: selftests: Add arch_timer testRaghavendra Rao Ananta1-0/+1
2021-10-17KVM: arm64: selftests: Add host support for vGICRaghavendra Rao Ananta1-1/+1
2021-10-17KVM: arm64: selftests: Add basic GICv3 supportRaghavendra Rao Ananta1-1/+1
2021-10-17KVM: arm64: selftests: Add light-weight spinlock supportRaghavendra Rao Ananta1-1/+1
2021-09-23KVM: x86: selftests: test simultaneous uses of V_IRQ from L1 and L0Maxim Levitsky1-0/+1
2021-09-22KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugsSean Christopherson1-0/+3
2021-08-19selftests: KVM: Introduce psci_cpu_on_testOliver Upton1-0/+1
2021-07-27KVM: selftests: Introduce access_tracking_perf_testDavid Matlack1-0/+1
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-2/+2
2021-06-24selftests: kvm: Allows userspace to handle emulation errors.Aaron Lewis1-0/+1
2021-06-24KVM: selftests: Add selftest for KVM statistics data binary interfaceJing Zhang1-0/+3