summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-09-2830-203/+1195
|\
| * Merge tag 'kvm-x86-selftests-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-09-1712-151/+140
| |\
| | * KVM: selftests: Verify single-stepping a fastpath VM-Exit exits to userspaceSean Christopherson2024-09-101-4/+7
| | * KVM: selftests: Explicitly include committed one-off assets in .gitignoreSean Christopherson2024-08-301-0/+4
| | * KVM: selftests: Add SEV-ES shutdown testPeter Gonda2024-08-301-0/+32
| | * KVM: selftests: Always unlink memory regions when deleting (VM free)Sean Christopherson2024-08-301-9/+6
| | * KVM: selftests: Remove unused kvm_memcmp_hva_gva()Sean Christopherson2024-08-302-72/+0
| | * KVM: selftests: Re-enable hyperv_evmcs/hyperv_svm_test on bare metalVitaly Kuznetsov2024-08-224-2/+24
| | * KVM: selftests: Move Hyper-V specific functions out of processor.cVitaly Kuznetsov2024-08-225-64/+68
| * | Merge tag 'kvm-x86-misc-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-09-174-25/+77
| |\ \
| | * | KVM: selftests: Play nice with AMD's AVIC errataSean Christopherson2024-08-301-4/+19
| | * | KVM: selftests: Verify the guest can read back the x2APIC ICR it wroteSean Christopherson2024-08-301-2/+4
| | * | KVM: selftests: Test x2APIC ICR reserved bitsSean Christopherson2024-08-301-13/+10
| | * | KVM: selftests: Skip ICR.BUSY test in xapic_state_test if x2APIC is enabledSean Christopherson2024-08-301-6/+12
| | * | KVM: selftests: Add x86 helpers to play nice with x2APIC MSR #GPsSean Christopherson2024-08-301-1/+20
| | * | KVM: selftests: Report unhandled exceptions on x86 as regular guest assertsSean Christopherson2024-08-301-5/+3
| | * | KVM: selftests: Open code vcpu_run() equivalent in guest_printf testSean Christopherson2024-08-301-2/+17
| | |/
| * | Merge tag 'kvm-x86-generic-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-09-173-0/+265
| |\ \
| | * | KVM: selftests: Add a test for coalesced MMIO (and PIO on x86)Sean Christopherson2024-08-303-0/+265
| | |/
| * | Merge branch 'kvm-memslot-zap-quirk' into HEADPaolo Bonzini2024-09-173-11/+49
| |\ \
| | * | KVM: selftests: Test memslot move in memslot_perf_test with quirk disabledYan Zhao2024-08-141-1/+11
| | * | KVM: selftests: Allow slot modification stress test with quirk disabledYan Zhao2024-08-141-2/+17
| | * | KVM: selftests: Test slot move/delete with slot zap quirk enabled/disabledYan Zhao2024-08-141-8/+21
| | |/
| * | Merge tag 'kvm-s390-next-6.12-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2024-09-1712-16/+664
| |\ \
| | * | selftests: kvm: s390: Add VM run test caseChristoph Schlameuss2024-09-161-0/+125
| | * | selftests: kvm: s390: Add debug print functionsChristoph Schlameuss2024-08-191-0/+69
| | * | selftests: kvm: s390: Add test fixture and simple VM setup testsChristoph Schlameuss2024-08-191-0/+131
| | * | selftests: kvm: s390: Add s390x ucontrol test suite with hpage testChristoph Schlameuss2024-08-194-0/+80
| | * | selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace testsChristoph Schlameuss2024-08-192-2/+242
| | * | selftests: kvm: s390: Define page sizes in shared headerChristoph Schlameuss2024-08-195-14/+17
| | |/
* | | Merge tag 'for-linus-non-x86' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-09-168-7/+1271
|\| |
| * | Merge branch kvm-arm64/selftests-6.12 into kvmarm-master/nextMarc Zyngier2024-09-126-7/+1094
| |\ \
| | * | KVM: arm64: selftests: Add arch_timer_edge_cases selftestColton Lewis2024-08-303-1/+1080
| | * | KVM: arm64: selftests: Ensure pending interrupts are handled in arch_timer testColton Lewis2024-08-303-6/+14
| * | | KVM: arm64: selftests: Cope with lack of GICv3 in set_id_regsOliver Upton2024-08-291-0/+1
| * | | KVM: arm64: Add selftest checking how the absence of GICv3 is handledMarc Zyngier2024-08-272-0/+176
| | |/ | |/|
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-09-161-0/+14
|\ \ \ | |/ / |/| |
| * | KVM: selftests: get-reg-list: add Permission Overlay registersJoey Gouly2024-09-041-0/+14
* | | KVM: selftests: Add a testcase to verify x2APIC is fully readonlyMichal Luczaj2024-08-131-0/+28
* | | Merge tag 'kvmarm-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2024-08-131-2/+2
|\ \ \ | |/ / |/| |
| * | KVM: selftests: arm64: Correct feature test for S1PIE in get-reg-listMark Brown2024-08-071-2/+2
| |/
* / KVM: riscv: selftests: Fix compile errorYong-Xuan Wang2024-07-291-4/+4
|/
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-221-1/+1
|\
| * selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mkEdward Liaw2024-07-101-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-07-2013-55/+473
|\ \
| * \ Merge tag 'kvm-x86-selftests-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-164-53/+41
| |\ \
| | * | KVM: selftests: Increase robustness of LLC cache misses in PMU counters testMaxim Levitsky2024-06-281-10/+14
| | * | KVM: selftests: Rework macros in PMU counters test to prep for multi-insn loopSean Christopherson2024-06-281-9/+19
| | * | KVM: selftests: Print the seed for the guest pRNG iff it has changedSean Christopherson2024-06-271-2/+7
| | * | KVM: selftests: Treat AMD Family 17h+ as supporting branch insns retiredManali Shukla2024-06-101-30/+5