summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: use list_last_entryGeliang Tang2016-02-231-2/+2
* kvm/x86: Pass return code of kvm_emulate_hypercallAndrey Smetanin2016-02-161-2/+1
* KVM: VMX: Fix guest debugging while in L2Jan Kiszka2016-02-161-0/+17
* KVM: VMX: Factor out is_exception_n helperJan Kiszka2016-02-161-8/+9
* KVM/VMX: Add host irq information in trace event when updating IRTE for poste...Feng Wu2016-02-091-1/+1
* KVM: Recover IRTE to remapped mode if the interrupt is not single-destinationFeng Wu2016-02-091-1/+14
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-151-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-121-71/+131
|\
| * kvm: x86: Fix vmwrite to SECONDARY_VM_EXEC_CONTROLHuaitong Han2016-01-121-1/+2
| * KVM: vmx: detect mismatched size in VMCS read/writePaolo Bonzini2015-12-161-17/+83
| * KVM: VMX: fix read/write sizes of VMCS fields in dump_vmcsPaolo Bonzini2015-12-161-19/+20
| * KVM: VMX: fix read/write sizes of VMCS fieldsPaolo Bonzini2015-12-161-4/+4
| * KVM: VMX: fix the writing POSTED_INTR_NVLi RongQing2015-12-161-2/+2
| * kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin2015-11-251-26/+19
| * kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin2015-11-251-2/+1
* | KVM: VMX: Fix host initiated access to guest MSR_TSC_AUXHaozhong Zhang2015-12-141-2/+2
* | kvm: x86: move tracepoints outside extended quiescent statePaolo Bonzini2015-12-111-1/+2
|/
* KVM: nVMX: remove incorrect vpid check in nested invvpid emulationHaozhong Zhang2015-11-251-5/+0
* KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini2015-11-101-1/+1
* KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup2015-11-101-1/+4
* KVM: VMX: Dump TSC multiplier in dump_vmcs()Haozhong Zhang2015-11-101-0/+3
* KVM: VMX: Use a scaled host TSC for guest readings of MSR_IA32_TSCHaozhong Zhang2015-11-101-4/+5
* KVM: VMX: Setup TSC scaling ratio when a vcpu is loadedHaozhong Zhang2015-11-101-0/+6
* KVM: VMX: Enable and initialize VMX TSC scalingHaozhong Zhang2015-11-101-1/+16
* KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()Haozhong Zhang2015-11-101-2/+2
* KVM: x86: Replace call-back compute_tsc_offset() with a common functionHaozhong Zhang2015-11-101-6/+0
* KVM: x86: Replace call-back set_tsc_khz() with a common functionHaozhong Zhang2015-11-101-17/+0
* KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_commonPaolo Bonzini2015-11-101-1/+1
* KVM: VMX: Fix commit which broke PMLKai Huang2015-11-051-13/+11
* KVM: VMX: fix SMEP and SMAP without EPTRadim Krčmář2015-11-041-9/+10
* kvm: x86: zero EFER on INITPaolo Bonzini2015-10-191-2/+1
* KVM: nVMX: expose VPID capability to L1Wanpeng Li2015-10-161-2/+7
* KVM: nVMX: nested VPID emulationWanpeng Li2015-10-161-7/+32
* KVM: nVMX: emulate the INVVPID instructionWanpeng Li2015-10-161-1/+60
* KVM: VMX: introduce __vmx_flush_tlb to handle specific vpidWanpeng Li2015-10-141-8/+13
* KVM: VMX: adjust interface to allocate/free_vpidWanpeng Li2015-10-141-13/+12
* Merge branch 'kvm-master' into HEADPaolo Bonzini2015-10-131-20/+6
|\
| * KVM: x86: build kvm_userspace_memory_region in x86_set_memory_regionPaolo Bonzini2015-10-131-20/+6
* | KVM: Update Posted-Interrupts Descriptor when vCPU is blockedFeng Wu2015-10-011-0/+153
* | KVM: Update Posted-Interrupts Descriptor when vCPU is preemptedFeng Wu2015-10-011-0/+80
* | KVM: x86: Update IRTE for posted-interruptsFeng Wu2015-10-011-0/+83
* | KVM: Add some helper functions for Posted-InterruptsFeng Wu2015-10-011-0/+26
* | KVM: Extend struct pi_desc for VT-d Posted-InterruptsFeng Wu2015-10-011-2/+18
* | KVM: VMX: drop rdtscp_enabled fieldXiao Guangrong2015-10-011-11/+6
* | KVM: VMX: clean up bit operation on SECONDARY_VM_EXEC_CONTROLXiao Guangrong2015-10-011-17/+6
* | KVM: VMX: unify SECONDARY_VM_EXEC_CONTROL updateXiao Guangrong2015-10-011-10/+25
* | KVM: VMX: align vmx->nested.nested_vmx_secondary_ctls_high to vmx->rdtscp_ena...Paolo Bonzini2015-10-011-3/+8
* | KVM: VMX: simplify invpcid handling in vmx_cpuid_update()Xiao Guangrong2015-10-011-12/+5
* | KVM: VMX: simplify rdtscp handling in vmx_cpuid_update()Xiao Guangrong2015-10-011-9/+8
* | KVM: VMX: drop rdtscp_enabled check in prepare_vmcs02()Xiao Guangrong2015-10-011-2/+1
OpenPOWER on IntegriCloud