summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| * | KVM: nVMX: Update vmcs12 for SYSENTER MSRs when they're writtenSean Christopherson2019-06-182-3/+10
| * | KVM: nVMX: Update vmcs12 for MSR_IA32_CR_PAT when it's writtenSean Christopherson2019-06-182-4/+4
| * | KVM: nVMX: Don't speculatively write APIC-access page addressSean Christopherson2019-06-181-8/+0
| * | KVM: nVMX: Don't speculatively write virtual-APIC page addressSean Christopherson2019-06-181-13/+8
| * | KVM: nVMX: Don't dump VMCS if virtual APIC page can't be mappedSean Christopherson2019-06-181-3/+0
| * | KVM: nVMX: Don't reread VMCS-agnostic state when switching VMCSSean Christopherson2019-06-183-6/+15
| * | KVM: nVMX: Don't "put" vCPU or host state when switching VMCSSean Christopherson2019-06-183-26/+53
| * | KVM: VMX: simplify vmx_prepare_switch_to_{guest,host}Paolo Bonzini2019-06-182-19/+25
| * | KVM: nVMX: Don't rewrite GUEST_PML_INDEX during nested VM-EntrySean Christopherson2019-06-181-11/+10
| * | KVM: nVMX: Write ENCLS-exiting bitmap once per vmcs02Sean Christopherson2019-06-181-3/+3
| * | KVM: nVMX: Always sync GUEST_BNDCFGS when it comes from vmcs01Sean Christopherson2019-06-181-7/+6
| * | KVM: VMX: Always signal #GP on WRMSR to MSR_IA32_CR_PAT with bad valueSean Christopherson2019-06-181-2/+3
| * | KVM: nVMX: Rename prepare_vmcs02_*_full to prepare_vmcs02_*_rarePaolo Bonzini2019-06-181-4/+4
| * | KVM: nVMX: Sync rarely accessed guest fields only when neededSean Christopherson2019-06-182-20/+127
| * | KVM: nVMX: Add helpers to identify shadowed VMCS fieldsSean Christopherson2019-06-182-31/+44
| * | KVM: nVMX: Use descriptive names for VMCS sync functions and flagsSean Christopherson2019-06-184-18/+18
| * | KVM: nVMX: Lift sync_vmcs12() out of prepare_vmcs12()Sean Christopherson2019-06-181-7/+3
| * | KVM: nVMX: Track vmcs12 offsets for shadowed VMCS fieldsSean Christopherson2019-06-183-119/+108
| * | KVM: nVMX: Intercept VMWRITEs to GUEST_{CS,SS}_AR_BYTESSean Christopherson2019-06-182-2/+17
| * | KVM: nVMX: Intercept VMWRITEs to read-only shadow VMCS fieldsSean Christopherson2019-06-181-41/+31
| * | KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fnSean Christopherson2019-06-183-18/+21
| * | KVM: x86: Move kvm_{before,after}_interrupt() calls to vendor codeSean Christopherson2019-06-183-2/+6
| * | KVM: VMX: Store the host kernel's IDT base in a global variableSean Christopherson2019-06-182-6/+7
| * | KVM: VMX: Read cached VM-Exit reason to detect external interruptSean Christopherson2019-06-182-29/+39
| * | kvm: nVMX: small cleanup in handle_exceptionPaolo Bonzini2019-06-181-5/+2
| * | KVM: VMX: Fix handling of #MC that occurs during VM-EntrySean Christopherson2019-06-181-12/+8
| * | KVM: x86: move MSR_IA32_POWER_CTL handling to common codePaolo Bonzini2019-06-183-8/+6
| * | kvm: x86: offset is ensure to be in rangeWei Yang2019-06-181-1/+1
| * | kvm: x86: use same convention to name kvm_lapic_{set,clear}_vector()Wei Yang2019-06-182-10/+12
| * | kvm: x86: check kvm_apic_sw_enabled() is enoughWei Yang2019-06-181-1/+1
| * | kvm: x86: add host poll control msrsMarcelo Tosatti2019-06-183-1/+26
| * | kvm: vmx: segment limit check: use access lengthEugene Korenevsky2019-06-183-14/+19
| * | kvm: vmx: fix limit checking in get_vmx_mem_address()Eugene Korenevsky2019-06-181-1/+1
| * | KVM: x86: Add Intel CPUID.1F cpuid emulation supportLike Xu2019-06-181-2/+7
| * | KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15Liran Alon2019-06-183-4/+4
| * | KVM: x86: clean up conditions for asynchronous page fault handlingPaolo Bonzini2019-06-132-18/+42
| * | kvm: Convert kvm_lock to a mutexJunaid Shahid2019-06-052-9/+9
| * | KVM: VMX: remove unneeded 'asm volatile ("")' from vmcs_write64Uros Bizjak2019-06-051-1/+0
| * | x86/kvm/VMX: drop bad asm() clobber from nested_vmx_check_vmentry_hw()Jan Beulich2019-06-051-1/+1
| * | KVM: X86: Emulate MSR_IA32_MISC_ENABLE MWAIT bitWanpeng Li2019-06-042-1/+19
| * | KVM: X86: Provide a capability to disable cstate msr read interceptsWanpeng Li2019-06-043-1/+15
| * | kvm: x86: refine kvm_get_arch_capabilities()Xiaoyao Li2019-06-041-4/+4
| * | KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson2019-06-043-8/+8
| * | kvm: svm/avic: Do not send AVIC doorbell to selfSuthikulpanit, Suravee2019-06-041-4/+7
| * | KVM: LAPIC: Optimize timer latency furtherWanpeng Li2019-06-045-5/+11
| * | KVM: LAPIC: Delay trace_kvm_wait_lapic_expire tracepoint to after vmexitWanpeng Li2019-06-043-7/+15
| * | KVM: LAPIC: Extract adaptive tune timer advancement logicWanpeng Li2019-06-041-24/+33
| * | KVM/nSVM: properly map nested VMCBVitaly Kuznetsov2019-06-041-2/+2
| * | kvm: x86: Fix reserved bits related calculation errors caused by MKTMEKai Huang2019-06-041-6/+27
| * | kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.cKai Huang2019-06-042-31/+31