summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2015-12-14KVM: VMX: Fix host initiated access to guest MSR_TSC_AUXHaozhong Zhang
2015-12-11kvm: x86: move tracepoints outside extended quiescent statePaolo Bonzini
2015-11-25KVM: nVMX: remove incorrect vpid check in nested invvpid emulationHaozhong Zhang
2015-11-10KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini
2015-11-10KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup
2015-11-10KVM: VMX: Dump TSC multiplier in dump_vmcs()Haozhong Zhang
2015-11-10KVM: VMX: Use a scaled host TSC for guest readings of MSR_IA32_TSCHaozhong Zhang
2015-11-10KVM: VMX: Setup TSC scaling ratio when a vcpu is loadedHaozhong Zhang
2015-11-10KVM: VMX: Enable and initialize VMX TSC scalingHaozhong Zhang
2015-11-10KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()Haozhong Zhang
2015-11-10KVM: x86: Replace call-back compute_tsc_offset() with a common functionHaozhong Zhang
2015-11-10KVM: x86: Replace call-back set_tsc_khz() with a common functionHaozhong Zhang
2015-11-10KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_commonPaolo Bonzini
2015-11-05KVM: VMX: Fix commit which broke PMLKai Huang
2015-11-04KVM: VMX: fix SMEP and SMAP without EPTRadim Krčmář
2015-10-19kvm: x86: zero EFER on INITPaolo Bonzini
2015-10-16KVM: nVMX: expose VPID capability to L1Wanpeng Li
2015-10-16KVM: nVMX: nested VPID emulationWanpeng Li
2015-10-16KVM: nVMX: emulate the INVVPID instructionWanpeng Li
2015-10-14KVM: VMX: introduce __vmx_flush_tlb to handle specific vpidWanpeng Li
2015-10-14KVM: VMX: adjust interface to allocate/free_vpidWanpeng Li
2015-10-13Merge branch 'kvm-master' into HEADPaolo Bonzini
2015-10-13KVM: x86: build kvm_userspace_memory_region in x86_set_memory_regionPaolo Bonzini
2015-10-01KVM: Update Posted-Interrupts Descriptor when vCPU is blockedFeng Wu
2015-10-01KVM: Update Posted-Interrupts Descriptor when vCPU is preemptedFeng Wu
2015-10-01KVM: x86: Update IRTE for posted-interruptsFeng Wu
2015-10-01KVM: Add some helper functions for Posted-InterruptsFeng Wu
2015-10-01KVM: Extend struct pi_desc for VT-d Posted-InterruptsFeng Wu
2015-10-01KVM: VMX: drop rdtscp_enabled fieldXiao Guangrong
2015-10-01KVM: VMX: clean up bit operation on SECONDARY_VM_EXEC_CONTROLXiao Guangrong
2015-10-01KVM: VMX: unify SECONDARY_VM_EXEC_CONTROL updateXiao Guangrong
2015-10-01KVM: VMX: align vmx->nested.nested_vmx_secondary_ctls_high to vmx->rdtscp_ena...Paolo Bonzini
2015-10-01KVM: VMX: simplify invpcid handling in vmx_cpuid_update()Xiao Guangrong
2015-10-01KVM: VMX: simplify rdtscp handling in vmx_cpuid_update()Xiao Guangrong
2015-10-01KVM: VMX: drop rdtscp_enabled check in prepare_vmcs02()Xiao Guangrong
2015-10-01KVM: x86: add pcommit supportXiao Guangrong
2015-10-01KVM: vmx: disable posted interrupts if no local APICPaolo Bonzini
2015-10-01kvm: add tracepoint for fast mmioJason Wang
2015-10-01KVM: x86: unify handling of interrupt windowPaolo Bonzini
2015-10-01KVM: x86: introduce lapic_in_kernelPaolo Bonzini
2015-10-01KVM: x86: replace vm_has_apicv hook with cpu_uses_apicvPaolo Bonzini
2015-10-01KVM: x86: store IOAPIC-handled vectors in each VCPUPaolo Bonzini
2015-10-01Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages"Paolo Bonzini
2015-09-16KVM: vmx: fix VPID is 0000H in non-root operationWanpeng Li
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-08-15x86/kvm: Rename VMX's segment access rights definesAndy Lutomirski
2015-08-05KVM: VMX: drop ept misconfig checkXiao Guangrong
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar