summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)Author
2022-12-28KVM: selftests: restore special vmmcall code layout needed by the harnessPaolo Bonzini
2022-12-28KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESETPaolo Bonzini
2022-12-27KVM: selftests: Mark correct page as mapped in virt_map()Oliver Upton
2022-12-27KVM: arm64: selftests: Don't identity map the ucall MMIO holeOliver Upton
2022-12-27KVM: selftests: document the default implementation of vm_vaddr_populate_bitmapPaolo Bonzini
2022-12-27KVM: selftests: Use magic value to signal ucall_alloc() failureSean Christopherson
2022-12-27KVM: selftests: Disable "gnu-variable-sized-type-not-at-end" warningSean Christopherson
2022-12-27KVM: selftests: Include lib.mk before consuming $(CC)Sean Christopherson
2022-12-27KVM: selftests: Explicitly disable builtins for mem*() overridesSean Christopherson
2022-12-27KVM: selftests: Probe -no-pie with actual CFLAGS used to compileSean Christopherson
2022-12-27KVM: selftests: Use proper function prototypes in probing codeSean Christopherson
2022-12-27KVM: selftests: Rename UNAME_M to ARCH_DIR, fill explicitly for x86Sean Christopherson
2022-12-27KVM: selftests: Fix a typo in x86-64's kvm_get_cpu_address_width()Sean Christopherson
2022-12-27KVM: selftests: Use pattern matching in .gitignoreSean Christopherson
2022-12-27KVM: selftests: Fix divide-by-zero bug in memslot_perf_testSean Christopherson
2022-12-27KVM: selftests: Delete dead code in x86_64/vmx_tsc_adjust_test.cSean Christopherson
2022-12-27KVM: selftests: Define literal to asm constraint in aarch64 as unsigned longSean Christopherson
2022-12-23KVM: selftests: Zero out valid_bank_mask for "all" case in Hyper-V IPI testSean Christopherson
2022-12-12Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini
2022-12-09KVM: selftests: Allocate ucall pool from MEM_REGION_DATAOliver Upton
2022-12-09KVM: arm64: selftests: Align VA space allocator with TTBR0Oliver Upton
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini
2022-12-05Merge branch kvm-arm64/dirty-ring into kvmarm-master/nextMarc Zyngier
2022-12-05Merge branch kvm-arm64/selftest/access-tracking into kvmarm-master/nextMarc Zyngier
2022-12-05Merge branch kvm-arm64/selftest/s2-faults into kvmarm-master/nextMarc Zyngier
2022-12-05Merge branch kvm-arm64/selftest/linked-bps into kvmarm-master/nextMarc Zyngier
2022-12-05Merge branch kvm-arm64/selftest/memslot-fixes into kvmarm-master/nextMarc Zyngier
2022-12-02KVM: selftests: Fix spelling mistake "probabalistic" -> "probabilistic"Colin Ian King
2022-12-02tools: Drop "atomic_" prefix from atomic test_and_set_bit()Sean Christopherson
2022-12-02KVM: selftests: Use non-atomic clear/set bit helpers in KVM testsSean Christopherson
2022-12-02KVM: arm64: selftests: Enable single-step without a "full" ucall()Sean Christopherson
2022-12-02Merge tag 'kvm-x86-fixes-6.2-1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2022-12-01KVM: selftests: Define and use a custom static assert in lib headersSean Christopherson
2022-12-01KVM: selftests: Do kvm_cpu_has() checks before creating VM+vCPUSean Christopherson
2022-12-01KVM: selftests: Disallow "get supported CPUID" before REQ_XCOMP_GUEST_PERMSean Christopherson
2022-12-01KVM: selftests: Move __vm_xsave_require_permission() below CPUID helpersSean Christopherson
2022-12-01KVM: selftests: Move XFD CPUID checking out of __vm_xsave_require_permission()Lei Wang
2022-12-01KVM: selftests: Restore assert for non-nested VMs in access tracking testSean Christopherson
2022-12-01KVM: selftests: Fix inverted "warning" in access tracking perf testSean Christopherson
2022-11-30KVM: selftests: Verify userspace can stuff IA32_FEATURE_CONTROL at willSean Christopherson
2022-11-30KVM: x86/xen: Add runstate tests for 32-bit mode and crossing page boundaryDavid Woodhouse
2022-11-30KVM: x86/xen: Allow XEN_RUNSTATE_UPDATE flag behaviour to be configuredDavid Woodhouse
2022-11-30KVM: x86/xen: Compatibility fixes for shared runstate areaDavid Woodhouse
2022-11-29KVM: selftests: Build access_tracking_perf_test for arm64Oliver Upton
2022-11-29KVM: selftests: Have perf_test_util signal when to stop vCPUsOliver Upton
2022-11-21KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'Vitaly Kuznetsov
2022-11-21KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush testVitaly Kuznetsov
2022-11-21KVM: selftests: evmcs_test: Introduce L2 TLB flush testVitaly Kuznetsov
2022-11-21KVM: selftests: Introduce rdmsr_from_l2() and use it for MSR-Bitmap testsVitaly Kuznetsov
2022-11-21KVM: selftests: Stuff RAX/RCX with 'safe' values in vmmcall()/vmcall()Vitaly Kuznetsov