summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2024-03-116-35/+23
|\
| * KVM: selftests: aarch64: Remove unused functions from vpmu testRaghavendra Rao Ananta2024-02-291-16/+0
| * KVM: selftests: Print timer ctl register in ISTATUS assertionOliver Upton2024-02-131-1/+1
| * KVM: selftests: Fix GUEST_PRINTF() format warnings in ARM codeSean Christopherson2024-02-125-12/+12
| * KVM: arm64: selftests: Handle feature fields with nonzero minimum value corre...Jing Zhang2024-01-241-7/+11
* | KVM: selftests: Add a testcase to verify GUEST_MEMFD and READONLY are exclusiveSean Christopherson2024-02-221-0/+6
* | KVM: selftests: Create GUEST_MEMFD for relevant invalid flags testcasesSean Christopherson2024-02-221-1/+5
* | Merge tag 'kvm-x86-selftests-6.8-rcN' of https://github.com/kvm-x86/linux int...Paolo Bonzini2024-02-1458-239/+236
|\ \
| * | KVM: selftests: Don't assert on exact number of 4KiB in dirty log split testSean Christopherson2024-02-061-9/+12
| * | KVM: selftests: Fix a semaphore imbalance in the dirty ring logging testSean Christopherson2024-02-061-23/+27
| * | KVM: selftests: Make hyperv_clock require TSC based system clocksourceVitaly Kuznetsov2024-02-011-0/+1
| * | KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_p...Vitaly Kuznetsov2024-02-014-5/+6
| * | KVM: selftests: Use generic sys_clocksource_is_tsc() in vmx_nested_tsc_scalin...Vitaly Kuznetsov2024-02-011-18/+1
| * | KVM: selftests: Generalize check_clocksource() from kvm_clock_testVitaly Kuznetsov2024-02-015-37/+40
| * | KVM: selftests: Fail tests when open() fails with !ENOENTVitaly Kuznetsov2024-01-301-1/+2
| * | KVM: selftests: Avoid infinite loop in hyperv_features when invtsc is missingVitaly Kuznetsov2024-01-301-4/+5
| * | KVM: selftests: Delete superfluous, unused "stage" variable in AMX testSean Christopherson2024-01-301-2/+2
| * | KVM: selftests: x86_64: Remove redundant newlinesAndrew Jones2024-01-3022-63/+63
| * | KVM: selftests: s390x: Remove redundant newlinesAndrew Jones2024-01-293-13/+13
| * | KVM: selftests: riscv: Remove redundant newlinesAndrew Jones2024-01-292-2/+2
| * | KVM: selftests: aarch64: Remove redundant newlinesAndrew Jones2024-01-297-27/+27
| * | KVM: selftests: Remove redundant newlinesAndrew Jones2024-01-2917-38/+38
| * | KVM: selftests: Reword the NX hugepage test's skip message to be more helpfulSean Christopherson2024-01-291-3/+3
| |/
* | KVM: riscv: selftests: Add Zfa extension to get-reg-list testAnup Patel2024-01-191-0/+4
* | KVM: riscv: selftests: Add Zvfh[min] extensions to get-reg-list testAnup Patel2024-01-191-0/+8
* | KVM: riscv: selftests: Add Zihintntl extension to get-reg-list testAnup Patel2024-01-191-0/+4
* | KVM: riscv: selftests: Add Zfh[min] extensions to get-reg-list testAnup Patel2024-01-191-0/+8
* | KVM: riscv: selftests: Add vector crypto extensions to get-reg-list testAnup Patel2024-01-191-0/+40
* | KVM: riscv: selftests: Add scaler crypto extensions to get-reg-list testAnup Patel2024-01-191-0/+40
* | KVM: riscv: selftests: Add Zbc extension to get-reg-list testAnup Patel2024-01-191-0/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-1738-691/+1921
|\
| * Merge tag 'kvm-x86-hyperv-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-088-8/+24
| |\
| | * KVM: selftests: Fix vmxon_pa == vmcs12_pa == -1ull nVMX testcase for !eVMCSVitaly Kuznetsov2023-12-071-6/+10
| | * KVM: selftests: Make Hyper-V tests explicitly require KVM Hyper-V supportVitaly Kuznetsov2023-12-077-2/+14
| * | Merge tag 'kvmarm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2024-01-086-45/+86
| |\ \
| | * | KVM: selftests: arm64: Support P52V48 4K and 16K guest_modesRyan Roberts2023-11-274-9/+36
| | * | KVM: selftests: arm64: Determine max ipa size per-page sizeRyan Roberts2023-11-274-36/+50
| * | | Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-01-028-373/+502
| |\ \ \
| | * | | RISC-V: KVM: selftests: Add get-reg-list test for STA registersAndrew Jones2023-12-301-0/+43
| | * | | RISC-V: KVM: selftests: Add steal_time test supportAndrew Jones2023-12-303-2/+103
| | * | | RISC-V: KVM: selftests: Add guest_sbi_probe_extensionAndrew Jones2023-12-302-0/+40
| | * | | RISC-V: KVM: selftests: Move sbi_ecall to processor.cAndrew Jones2023-12-302-26/+26
| | * | | RISC-V: KVM: selftests: Treat SBI ext regs like ISA ext regsAndrew Jones2023-12-292-14/+92
| | * | | KVM: riscv: selftests: Use register subtypesAndrew Jones2023-12-291-40/+73
| | * | | KVM: riscv: selftests: Add RISCV_SBI_EXT_REGAndrew Jones2023-12-292-19/+25
| | * | | KVM: riscv: selftests: Drop SBI multi registersAndrew Jones2023-12-291-2/+0
| | * | | KVM: riscv: selftests: Generate ISA extension reg_list using macrosAnup Patel2023-12-291-255/+76
| * | | | Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-01-021-2/+3
| |\ \ \ \
| * \ \ \ \ Merge tag 'kvm-x86-selftests-6.7-rcN' of https://github.com/kvm-x86/linux int...Paolo Bonzini2023-12-0814-167/+73
| |\ \ \ \ \
| | * | | | | KVM: selftests: Annotate guest ucall, printf, and assert helpers with __printf()Sean Christopherson2023-12-012-4/+5