summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
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-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-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: svm: Introduce GA Log tracepoint for AVICSuravee Suthikulpanit
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
2020-03-16KVM: x86: Trace the original requested CPUID function in kvm_cpuid()Jan Kiszka
2020-03-16KVM: CPUID: add support for supervisor statesPaolo Bonzini
2020-03-16KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 codeSean Christopherson
2020-03-16KVM: nSVM: Advertise and enable NRIPS for L1 iff nrips is enabledSean Christopherson
2020-03-16KVM: nSVM: Expose SVM features to L1 iff nested is enabledSean Christopherson
2020-03-16KVM: x86: Move VMX's host_efer to common x86 codeSean Christopherson
2020-03-16KVM: Drop largepages_enabled and its accessor/mutatorSean Christopherson
2020-03-16KVM: x86: Don't propagate MMU lpage support to memslot.disallow_lpageSean Christopherson
2020-03-16KVM: x86/mmu: Configure max page level during hardware setupSean Christopherson
2020-03-16KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common functionSean Christopherson
2020-03-16KVM: SVM: Refactor logging of NPT enabled/disabledSean Christopherson
2020-03-16KVM: VMX: Directly query Intel PT mode when refreshing PMUsSean Christopherson
2020-03-16KVM: x86: Check for Intel PT MSR virtualization using KVM cpu capsSean Christopherson
2020-03-16KVM: VMX: Directly use VMX capabilities helper to detect RDTSCP supportSean Christopherson
2020-03-16KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt supportSean Christopherson
2020-03-16KVM: x86: Do kvm_cpuid_array capacity checks in terminal functionsSean Christopherson
2020-03-16KVM: x86: Use kvm_cpu_caps to detect Intel PT supportSean Christopherson
2020-03-16KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_capsSean Christopherson
2020-03-16KVM: x86: Override host CPUID results with kvm_cpu_capsSean Christopherson
2020-03-16KVM: x86: Do host CPUID at load time to mask KVM cpu capsSean Christopherson
2020-03-16KVM: x86: Remove stateful CPUID handlingSean Christopherson
2020-03-16KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUsSean Christopherson
2020-03-16KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafsSean Christopherson
2020-03-16KVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_func()Sean Christopherson
2020-03-16KVM: x86: Use KVM cpu caps to track UMIP emulationSean Christopherson
2020-03-16KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reservedSean Christopherson
2020-03-16KVM: x86: Add a helper to check kernel support when setting cpu capSean Christopherson
2020-03-16KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap updateSean Christopherson