summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-next-5.18-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-03-232-1/+2
|\
| * selftests: kvm: add generated file to the .gitignoreMuhammad Usama Anjum2022-03-031-0/+1
| * selftests: kvm: Add the uapi headers include variableMuhammad Usama Anjum2022-02-231-1/+1
* | Merge tag 'kvmarm-fixes-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-02-253-2/+13
|\ \ | |/ |/|
| * KVM: selftests: aarch64: Skip tests if we can't create a vgic-v3Mark Brown2022-02-253-2/+13
* | selftests: kvm: Remove absent target fileMuhammad Usama Anjum2022-02-111-1/+0
|/
* selftests: kvm: check dynamic bits against KVM_X86_XCOMP_GUEST_SUPPPaolo Bonzini2022-01-281-0/+15
* selftests: kvm: move vm_xsave_req_perm call to amx_testPaolo Bonzini2022-01-265-14/+9
* KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guestSean Christopherson2022-01-261-1/+0
* KVM: selftests: Re-enable access_tracking_perf_testDavid Matlack2022-01-251-0/+1
* selftests: kvm/x86: Fix the warning in lib/x86_64/processor.cJinrong Liang2022-01-201-0/+1
* selftests: kvm/x86: Fix the warning in pmu_event_filter_test.cJinrong Liang2022-01-201-4/+0
* kvm: selftests: Do not indent with spacesPaolo Bonzini2022-01-196-59/+61
* selftests: kvm: add amx_test to .gitignoreMuhammad Usama Anjum2022-01-191-0/+1
* KVM: selftests: Add a test to force emulation with a pending exceptionSean Christopherson2022-01-193-0/+141
* selftests: kvm/x86: Add test for KVM_SET_PMU_EVENT_FILTERJim Mattson2022-01-193-0/+440
* selftests: kvm/x86: Introduce x86_model()Jim Mattson2022-01-191-0/+5
* selftests: kvm/x86: Export x86_family() for use outside of processor.cJim Mattson2022-01-192-12/+12
* selftests: kvm/x86: Introduce is_amd_cpu()Jim Mattson2022-01-192-9/+10
* selftests: kvm/x86: Parameterize the CPUID vendor string checkJim Mattson2022-01-191-3/+7
* kvm: selftests: conditionally build vm_xsave_req_perm()Wei Wang2022-01-191-0/+2
* KVM: selftests: Test KVM_SET_CPUID2 after KVM_RUNVitaly Kuznetsov2022-01-173-4/+66
* KVM: selftests: Rename 'get_cpuid_test' to 'cpuid_test'Vitaly Kuznetsov2022-01-173-3/+3
* selftest: kvm: Add amx selftestYang Zhong2022-01-142-0/+449
* selftest: kvm: Move struct kvm_x86_state to headerYang Zhong2022-01-142-16/+15
* selftest: kvm: Reorder vcpu_load_state steps for AMXPaolo Bonzini2022-01-141-8/+9
* kvm: selftests: Add support for KVM_CAP_XSAVE2Wei Wang2022-01-148-7/+112
* kvm: selftests: move ucall declarations into ucall_common.hMichael Roth2022-01-073-49/+60
* kvm: selftests: move base kvm_util.h declarations to kvm_util_base.hMichael Roth2022-01-072-435/+447
* KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel deliveryDavid Woodhouse2022-01-071-1/+183
* selftests: KVM: sev_migrate_tests: Add mirror command testsPeter Gonda2022-01-071-4/+51
* selftests: KVM: sev_migrate_tests: Fix sev_ioctl()Peter Gonda2022-01-071-1/+2
* selftests: KVM: sev_migrate_tests: Fix test_sev_mirror()Peter Gonda2022-01-071-4/+1
* Merge tag 'kvm-riscv-5.17-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-01-076-1/+617
|\
| * KVM: selftests: Add initial support for RISC-V 64-bitAnup Patel2022-01-066-0/+616
| * KVM: selftests: Add EXTRA_CFLAGS in top-level MakefileAnup Patel2022-01-061-1/+1
* | Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-01-0717-43/+1554
|\ \ | |/ |/|
| * Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier2022-01-041-0/+50
| |\
| | * KVM: arm64: selftests: get-reg-list: Add pauth configurationMarc Zyngier2022-01-041-0/+50
| * | Merge branch kvm-arm64/selftest/irq-injection into kvmarm-master/nextMarc Zyngier2022-01-0413-29/+1352
| |\ \
| | * | KVM: selftests: aarch64: Add test for restoring active IRQsRicardo Koller2021-12-281-0/+91
| | * | KVM: selftests: aarch64: Add ISPENDR write tests in vgic_irqRicardo Koller2021-12-281-0/+22
| | * | KVM: selftests: aarch64: Add tests for IRQFD in vgic_irqRicardo Koller2021-12-282-1/+102
| | * | KVM: selftests: Add IRQ GSI routing library functionsRicardo Koller2021-12-282-0/+59
| | * | KVM: selftests: aarch64: Add test_inject_fail to vgic_irqRicardo Koller2021-12-282-20/+109
| | * | KVM: selftests: aarch64: Add tests for LEVEL_INFO in vgic_irqRicardo Koller2021-12-281-0/+6
| | * | KVM: selftests: aarch64: Level-sensitive interrupts tests in vgic_irqRicardo Koller2021-12-281-32/+86
| | * | KVM: selftests: aarch64: Add preemption tests in vgic_irqRicardo Koller2021-12-281-1/+90
| | * | KVM: selftests: aarch64: Cmdline arg to set EOI mode in vgic_irqRicardo Koller2021-12-281-8/+50
| | * | KVM: selftests: aarch64: Cmdline arg to set number of IRQs in vgic_irq testRicardo Koller2021-12-284-35/+127