summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx
AgeCommit message (Expand)AuthorFilesLines
2019-06-18KVM: nVMX: Use descriptive names for VMCS sync functions and flagsSean Christopherson4-18/+18
2019-06-18KVM: nVMX: Lift sync_vmcs12() out of prepare_vmcs12()Sean Christopherson1-7/+3
2019-06-18KVM: nVMX: Track vmcs12 offsets for shadowed VMCS fieldsSean Christopherson3-119/+108
2019-06-18KVM: nVMX: Intercept VMWRITEs to GUEST_{CS,SS}_AR_BYTESSean Christopherson2-2/+17
2019-06-18KVM: nVMX: Intercept VMWRITEs to read-only shadow VMCS fieldsSean Christopherson1-41/+31
2019-06-18KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fnSean Christopherson1-15/+18
2019-06-18KVM: x86: Move kvm_{before,after}_interrupt() calls to vendor codeSean Christopherson1-0/+4
2019-06-18KVM: VMX: Store the host kernel's IDT base in a global variableSean Christopherson2-6/+7
2019-06-18KVM: VMX: Read cached VM-Exit reason to detect external interruptSean Christopherson2-29/+39
2019-06-18kvm: nVMX: small cleanup in handle_exceptionPaolo Bonzini1-5/+2
2019-06-18KVM: VMX: Fix handling of #MC that occurs during VM-EntrySean Christopherson1-12/+8
2019-06-18KVM: x86: move MSR_IA32_POWER_CTL handling to common codePaolo Bonzini2-8/+0
2019-06-18kvm: vmx: segment limit check: use access lengthEugene Korenevsky3-14/+19
2019-06-18kvm: vmx: fix limit checking in get_vmx_mem_address()Eugene Korenevsky1-1/+1
2019-06-18KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15Liran Alon1-2/+2
2019-06-13KVM: nVMX: use correct clean fields when copying from eVMCSVitaly Kuznetsov1-2/+2
2019-06-05KVM: VMX: remove unneeded 'asm volatile ("")' from vmcs_write64Uros Bizjak1-1/+0
2019-06-05x86/kvm/VMX: drop bad asm() clobber from nested_vmx_check_vmentry_hw()Jan Beulich1-1/+1
2019-06-04KVM: X86: Provide a capability to disable cstate msr read interceptsWanpeng Li1-0/+6
2019-06-04KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson1-4/+4
2019-06-04KVM: LAPIC: Optimize timer latency furtherWanpeng Li1-0/+4
2019-05-24KVM: x86/pmu: do not mask the value that is written to fixed PMUsPaolo Bonzini1-5/+8
2019-05-24KVM: x86/pmu: mask the result of rdpmc according to the width of the countersPaolo Bonzini1-4/+9
2019-05-24KVM: x86: do not spam dmesg with VMCS/VMCB dumpsPaolo Bonzini1-7/+19
2019-05-24kvm: vmx: Fix -Wmissing-prototypes warningsYi Wang1-0/+1
2019-05-24KVM: nVMX: Fix using __this_cpu_read() in preemptible contextWanpeng Li1-2/+2
2019-05-24KVM: nVMX: Clear nested_run_pending if setting nested state failsSean Christopherson1-12/+17
2019-05-24KVM: nVMX: really fix the size checks on KVM_SET_NESTED_STATEPaolo Bonzini1-1/+1
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-249/+210
2019-05-15Revert "KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU"Sean Christopherson1-25/+0
2019-05-15KVM: nVMX: Disable intercept for FS/GS base MSRs in vmcs02 when possibleSean Christopherson1-22/+25
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+5
2019-05-08kvm: nVMX: Set nested_run_pending in vmx_set_nested_state after checks completeAaron Lewis1-4/+6
2019-05-08KVM: nVMX: KVM_SET_NESTED_STATE - Tear down old EVMCS state before setting ne...Aaron Lewis1-3/+3
2019-05-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2019-05-01KVM: nVMX: Fix size checks in vmx_set_nested_stateJim Mattson1-2/+2
2019-04-30KVM: x86: use direct accessors for RIP and RSPPaolo Bonzini1-6/+6
2019-04-30KVM: VMX: Use accessors for GPRs outside of dedicated caching logicSean Christopherson2-10/+8
2019-04-30KVM: x86: Omit caching logic for always-available GPRsSean Christopherson1-1/+1
2019-04-30KVM/nVMX: Use page_address_valid in a few more locationsKarimAllah Ahmed1-3/+3
2019-04-30KVM/nVMX: Use kvm_vcpu_map for accessing the enlightened VMCSKarimAllah Ahmed2-10/+6
2019-04-30KVM/nVMX: Use kvm_vcpu_map for accessing the shadow VMCSKarimAllah Ahmed1-13/+12
2019-04-30KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor tableKarimAllah Ahmed2-32/+13
2019-04-30KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC pageKarimAllah Ahmed3-24/+13
2019-04-30KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmapKarimAllah Ahmed2-6/+8
2019-04-30X86/nVMX: handle_vmptrld: Use kvm_vcpu_map when copying VMCS12 from guest memoryKarimAllah Ahmed1-8/+7
2019-04-30X86/nVMX: Update the PML table without mapping and unmapping the pageKarimAllah Ahmed1-9/+5
2019-04-30X86/nVMX: handle_vmon: Read 4 bytes from guest memoryKarimAllah Ahmed1-11/+3
2019-04-30KVM: VMX: Include architectural defs header in capabilities.hSean Christopherson1-0/+2
2019-04-30KVM: vmx: clean up some debug outputDan Carpenter1-2/+2