summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
| * selftests: KVM: Test KVM_X86_QUIRK_FIX_HYPERCALL_INSNOliver Upton2022-04-021-0/+1
* | KVM: arm64: selftests: Introduce vcpu_width_configReiji Watanabe2022-04-061-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-241-0/+4
|\|
| * KVM: selftests: Add test to populate a VM with the max possible guest memSean Christopherson2022-03-081-0/+1
| * KVM: selftests: Add test to verify KVM handling of ICRSean Christopherson2022-03-011-0/+1
| * Merge tag 'kvm-s390-next-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2022-02-221-0/+1
| |\
| | * KVM: s390: selftests: Test TEST PROTECTION emulationJanis Schoetterl-Glausch2022-02-141-0/+1
| * | Merge remote-tracking branch 'kvm/master' into HEADPaolo Bonzini2022-02-141-1/+0
| |\ \
| * | | KVM: selftests: nSVM: Add enlightened MSR-Bitmap selftestVitaly Kuznetsov2022-02-101-0/+1
| | |/ | |/|
* | | selftests: kvm: Add the uapi headers include variableMuhammad Usama Anjum2022-02-231-1/+1
| |/ |/|
* | selftests: kvm: Remove absent target fileMuhammad Usama Anjum2022-02-111-1/+0
|/
* KVM: selftests: Re-enable access_tracking_perf_testDavid Matlack2022-01-251-0/+1
* KVM: selftests: Add a test to force emulation with a pending exceptionSean Christopherson2022-01-191-0/+1
* selftests: kvm/x86: Add test for KVM_SET_PMU_EVENT_FILTERJim Mattson2022-01-191-0/+1
* KVM: selftests: Rename 'get_cpuid_test' to 'cpuid_test'Vitaly Kuznetsov2022-01-171-2/+2
* selftest: kvm: Add amx selftestYang Zhong2022-01-141-0/+1
* Merge tag 'kvm-riscv-5.17-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-01-071-1/+13
|\
| * KVM: selftests: Add initial support for RISC-V 64-bitAnup Patel2022-01-061-0/+12
| * 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-071-0/+1
|\ \ | |/ |/|
| * KVM: selftests: aarch64: Add vgic_irq to test userspace IRQ injectionRicardo Koller2021-12-281-0/+1
* | KVM: selftests: Add test to verify TRIPLE_FAULT on invalid L2 guest stateSean Christopherson2021-12-201-0/+1
* | selftests: KVM: Add test to verify KVM doesn't explode on "bad" I/OSean Christopherson2021-12-101-0/+1
|/
* selftest: KVM: Add intra host migration testsPeter Gonda2021-11-111-1/+2
* Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-10-311-1/+4
|\
| * Merge branch kvm/selftests/memslot into kvmarm-master/nextMarc Zyngier2021-10-211-0/+2
| |\
| | * KVM: selftests: Build the memslot tests for arm64Ricardo Koller2021-10-211-0/+2
| * | KVM: arm64: selftests: Add arch_timer testRaghavendra Rao Ananta2021-10-171-0/+1
| * | KVM: arm64: selftests: Add host support for vGICRaghavendra Rao Ananta2021-10-171-1/+1
| * | KVM: arm64: selftests: Add basic GICv3 supportRaghavendra Rao Ananta2021-10-171-1/+1
| * | KVM: arm64: selftests: Add light-weight spinlock supportRaghavendra Rao Ananta2021-10-171-1/+1
| |/
* | selftests: KVM: Introduce system counter offset testOliver Upton2021-10-181-0/+1
* | selftests: KVM: Add test for KVM_{GET,SET}_CLOCKOliver Upton2021-10-181-0/+1
|/
* KVM: x86: selftests: test simultaneous uses of V_IRQ from L1 and L0Maxim Levitsky2021-09-231-0/+1
* KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugsSean Christopherson2021-09-221-0/+3
* selftests: KVM: Introduce psci_cpu_on_testOliver Upton2021-08-191-0/+1
* KVM: selftests: Introduce access_tracking_perf_testDavid Matlack2021-07-271-0/+1
* Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-06-251-2/+2
|\
| * Merge branch kvm-arm64/selftest/sysreg-list-fix into kvmarm-master/nextMarc Zyngier2021-06-221-1/+0
| |\
| | * KVM: arm64: selftests: get-reg-list: Remove get-reg-list-sveAndrew Jones2021-06-221-1/+0