summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: Shadow VMCS secondary execution controlsSean Christopherson2019-06-183-26/+28
* KVM: VMX: Shadow VMCS primary execution controlsSean Christopherson2019-06-183-31/+23
* KVM: VMX: Shadow VMCS pin controlsSean Christopherson2019-06-183-7/+8
* KVM: VMX: Add builder macros for shadowing controlsSean Christopherson2019-06-181-64/+36
* KVM: nVMX: Use adjusted pin controls for vmcs02Sean Christopherson2019-06-183-4/+4
* KVM: nVMX: Copy PDPTRs to/from vmcs12 only when necessarySean Christopherson2019-06-181-5/+22
* KVM: x86: introduce is_pae_pagingPaolo Bonzini2019-06-184-8/+12
* KVM: nVMX: Don't update GUEST_BNDCFGS if it's clean in HV eVMCSSean Christopherson2019-06-181-4/+4
* KVM: nVMX: Update vmcs12 for MSR_IA32_DEBUGCTLMSR when it's writtenSean Christopherson2019-06-182-3/+9
* 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-184-19/+22
* 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-184-8/+7
* 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-185-1/+30
* 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-053-11/+11
* 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-043-5/+24
* KVM: X86: Provide a capability to disable cstate msr read interceptsWanpeng Li2019-06-044-1/+16