summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-23tools/kvm_stat: add command line switch '-c' to log in csv formatStefan Raspl
2020-03-23tools/kvm_stat: add command line switch '-s' to set update intervalStefan Raspl
2020-03-23tools/kvm_stat: switch to argparseStefan Raspl
2020-03-23tools/kvm_stat: rework command line sequence and message textsStefan Raspl
2020-03-18KVM: selftests: Rework timespec functions and usageAndrew Jones
2020-03-18KVM: x86: Code style cleanup in kvm_arch_dev_ioctl()Xiaoyao Li
2020-03-18KVM: x86: Add blurb to CPUID tracepoint when using max basic leaf valuesSean Christopherson
2020-03-18KVM: x86: Add requested index to the CPUID tracepointSean Christopherson
2020-03-18KVM: nSVM: check for EFER.SVME=1 before entering guestPaolo Bonzini
2020-03-18KVM: x86: Expose AVX512 VP2INTERSECT in cpuid for TGLZhenyu Wang
2020-03-18KVM: nVMX: remove side effects from nested_vmx_exit_reflectedPaolo Bonzini
2020-03-17KVM: VMX: access regs array in vmenter.S in its natural orderUros Bizjak
2020-03-16Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2020-03-16KVM: selftests: enlightened VMPTRLD with an incorrect GPAVitaly Kuznetsov
2020-03-16KVM: selftests: test enlightened vmenter with wrong eVMCS versionVitaly Kuznetsov
2020-03-16KVM: selftests: define and use EVMCS_VERSIONVitaly Kuznetsov
2020-03-16KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld()Vitaly Kuznetsov
2020-03-16KVM: nVMX: stop abusing need_vmcs12_to_shadow_sync for eVMCS mappingVitaly Kuznetsov
2020-03-16Merge branch 'kvm-null-pointer-fix' into HEADPaolo Bonzini
2020-03-16selftests: kvm: Uses TEST_FAIL in tests/utilitiesWainer dos Santos Moschetta
2020-03-16selftests: kvm: Introduce the TEST_FAIL macroWainer dos Santos Moschetta
2020-03-16selftests: KVM: s390: check for registers to NOT change on resetChristian Borntraeger
2020-03-16selftests: KVM: s390: test more register variants for the reset ioctlChristian Borntraeger
2020-03-16selftests: KVM: s390: fix early guest crashChristian Borntraeger
2020-03-16KVM: selftests: Introduce steal-time testAndrew Jones
2020-03-16KVM: selftests: virt_map should take npages, not sizeAndrew Jones
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones
2020-03-16KVM: selftests: Enable printf format warnings for TEST_ASSERTAndrew Jones
2020-03-16selftests: KVM: s390: fix format strings for access reg testChristian Borntraeger
2020-03-16selftests: KVM: s390: fixup fprintf format error in reset.cChristian Borntraeger
2020-03-16KVM: selftests: Share common API documentationAndrew Jones
2020-03-16selftests: KVM: SVM: Add vmcall test to gitignoreAndrew Jones
2020-03-16KVM: nSVM: Remove an obsolete comment.Miaohe Lin
2020-03-16KVM: X86: correct meaningless kvm_apicv_activated() checkPaolo Bonzini
2020-03-16KVM: nVMX: Consolidate nested MTF checks to helper functionOliver Upton
2020-03-16KVM: VMX: Micro-optimize vmexit time when not exposing PMUWanpeng Li
2020-03-16KVM: selftests: s390x: Provide additional num-guest-pages adjustmentAndrew Jones
2020-03-16kvm: svm: Introduce GA Log tracepoint for AVICSuravee Suthikulpanit
2020-03-16KVM: Documentation: Update fast page fault for indirect spPeter Xu
2020-03-16KVM: nSVM: avoid loss of pending IRQ/NMI before entering L2Paolo Bonzini
2020-03-16KVM: nSVM: implement check_nested_events for interruptsPaolo Bonzini
2020-03-16KVM: nSVM: ignore L1 interrupt window while running L2 with V_INTR_MASKING=1Paolo Bonzini
2020-03-16KVM: nSVM: do not change host intercepts while nested VM is runningPaolo Bonzini
2020-03-16KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini
2020-03-16KVM: x86: unify callbacks to load paging rootPaolo Bonzini
2020-03-16KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logicSean Christopherson
2020-03-16KVM: x86: Refactor out-of-range logic to contain the madnessSean Christopherson
2020-03-16KVM: x86: Fix CPUID range checks for Hypervisor and Centaur classesSean Christopherson
2020-03-16KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUsSean Christopherson
2020-03-16KVM: x86: Add helpers to perform CPUID-based guest vendor checkSean Christopherson