summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)AuthorLines
2024-04-29KVM: selftests: Add vcpu_arch_put_guest() to do writes from guest codeSean Christopherson-4/+9
2024-04-29KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()Sean Christopherson-11/+7
2024-04-29KVM: selftests: Provide an API for getting a random bool from an RNGSean Christopherson-1/+12
2024-04-29KVM: selftests: Provide a global pseudo-RNG instance for all testsSean Christopherson-29/+23
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson-120/+17
2024-04-29KVM: selftests: Avoid assuming "sudo" exists in NX hugepage testBrendan Jackman-1/+12
2024-04-26KVM: riscv: selftests: Add commandline option for SBI PMU testAtish Patra-9/+64
2024-04-26KVM: riscv: selftests: Add a test for counter overflowAtish Patra-0/+113
2024-04-26KVM: riscv: selftests: Add a test for PMU snapshot functionalityAtish Patra-0/+181
2024-04-26KVM: riscv: selftests: Add SBI PMU selftestAtish Patra-0/+370
2024-04-26KVM: riscv: selftests: Add SBI PMU extension definitionsAtish Patra-0/+66
2024-04-26KVM: riscv: selftests: Add Sscofpmf to get-reg-list testAtish Patra-0/+4
2024-04-26KVM: riscv: selftests: Add helper functions for extension checksAtish Patra-1/+11
2024-04-26KVM: riscv: selftests: Move sbi definitions to its own header fileAtish Patra-40/+54
2024-04-25KVM: selftests: Make monitor_mwait require MONITOR/MWAIT featureZide Chen-0/+1
2024-04-25KVM: selftests: Compare wall time from xen shinfo against KVM_GET_CLOCKVitaly Kuznetsov-22/+28
2024-04-25KVM: selftests: Remove second semicolonColin Ian King-1/+1
2024-04-25KVM: selftests: Add stress test for LPI injectionOliver Upton-0/+411
2024-04-25KVM: selftests: Use MPIDR_HWID_BITMASK from cputype.hOliver Upton-2/+2
2024-04-25KVM: selftests: Add helper for enabling LPIs on a redistributorOliver Upton-0/+29
2024-04-25KVM: selftests: Add a minimal library for interacting with an ITSOliver Upton-1/+295
2024-04-25KVM: selftests: Add quadword MMIO accessorsOliver Upton-0/+17
2024-04-25KVM: selftests: Standardise layout of GIC framesOliver Upton-85/+62
2024-04-25KVM: selftests: Align with kernel's GIC definitionsOliver Upton-35/+568
2024-04-24KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIFOliver Upton-0/+49
2024-04-11KVM: selftests: Add coverage of EPT-disabled to vmx_dirty_log_testDavid Matlack-14/+46
2024-04-11selftests: kvm: add test for transferring FPU state into VMSAPaolo Bonzini-0/+89
2024-04-11selftests: kvm: split "launch" phase of SEV VM creationPaolo Bonzini-8/+18
2024-04-11selftests: kvm: switch to using KVM_X86_*_VMPaolo Bonzini-32/+40
2024-04-11selftests: kvm: add tests for KVM_SEV_INIT2Paolo Bonzini-8/+159
2024-04-09KVM: selftests: Use TAP in the steal_time testThomas Huth-23/+24
2024-04-09KVM: selftests: Use EPOLL in userfaultfd_util reader threadsAnish Moorthy-40/+35
2024-04-09KVM: selftests: Allow many vCPUs and reader threads per UFFD in demand paging...Anish Moorthy-45/+132
2024-04-09KVM: selftests: Report per-vcpu demand paging rate from demand paging testAnish Moorthy-4/+9
2024-04-08KVM: selftests: fix supported_flags for riscvAndrew Jones-1/+1
2024-04-08KVM: selftests: fix max_guest_memory_test with more that 256 vCPUsMaxim Levitsky-9/+6
2024-04-08KVM: selftests: Verify post-RESET value of PERF_GLOBAL_CTRL in PMCs testSean Christopherson-1/+19
2024-04-08RISC-V: KVM: selftests: Add ebreak test supportChao Du-0/+83
2024-04-02Merge tag 'kvm-riscv-fixes-6.9-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini-2/+2
2024-04-02Merge tag 'kvmarm-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-1/+1
2024-03-26KVM: selftests: Fix __GUEST_ASSERT() format warnings in ARM's arch timer testSean Christopherson-1/+1
2024-03-25KVM: selftests: Fix spelling mistake "trigged" -> "triggered"Colin Ian King-2/+2
2024-03-18Merge tag 'kvm-x86-pvunhalt-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+50
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-750/+2658
2024-03-15selftests: kvm: remove meaningless assignments in MakefilesPaolo Bonzini-2/+2
2024-03-14Merge tag 'perf-tools-for-v6.9-2024-03-13' of git://git.kernel.org/pub/scm/li...Linus Torvalds-2/+2
2024-03-14Merge tag 'kvm-s390-next-6.9-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-0/+2
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-0/+31
2024-03-11Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-9/+50
2024-03-11Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-161/+995