summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | KVM: x86: add pcommit supportXiao Guangrong2015-10-011-5/+29
* | KVM: vmx: disable posted interrupts if no local APICPaolo Bonzini2015-10-011-1/+2
* | kvm: add tracepoint for fast mmioJason Wang2015-10-011-0/+1
* | KVM: x86: unify handling of interrupt windowPaolo Bonzini2015-10-011-11/+0
* | KVM: x86: introduce lapic_in_kernelPaolo Bonzini2015-10-011-26/+20
* | KVM: x86: replace vm_has_apicv hook with cpu_uses_apicvPaolo Bonzini2015-10-011-1/+7
* | KVM: x86: store IOAPIC-handled vectors in each VCPUPaolo Bonzini2015-10-011-1/+2
|/
* Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages"Paolo Bonzini2015-10-011-3/+8
* KVM: vmx: fix VPID is 0000H in non-root operationWanpeng Li2015-09-161-0/+2
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-4/+4
* mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-081-1/+1
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-2/+2
|\
| * Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-311-9/+7
| |\
| * | x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-061-2/+2
| * | x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski2015-07-061-1/+1
* | | x86/kvm: Rename VMX's segment access rights definesAndy Lutomirski2015-08-151-7/+7
* | | KVM: VMX: drop ept misconfig checkXiao Guangrong2015-08-051-72/+2
OpenPOWER on IntegriCloud