summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-05KVM: VMX: Fix commit which broke PMLKai Huang1-13/+11
2015-11-04KVM: VMX: fix SMEP and SMAP without EPTRadim Krčmář1-9/+10
2015-10-19kvm: x86: zero EFER on INITPaolo Bonzini1-2/+1
2015-10-16KVM: nVMX: expose VPID capability to L1Wanpeng Li1-2/+7
2015-10-16KVM: nVMX: nested VPID emulationWanpeng Li1-7/+32
2015-10-16KVM: nVMX: emulate the INVVPID instructionWanpeng Li1-1/+60
2015-10-14KVM: VMX: introduce __vmx_flush_tlb to handle specific vpidWanpeng Li1-8/+13
2015-10-14KVM: VMX: adjust interface to allocate/free_vpidWanpeng Li1-13/+12
2015-10-13Merge branch 'kvm-master' into HEADPaolo Bonzini1-20/+6
2015-10-13KVM: x86: build kvm_userspace_memory_region in x86_set_memory_regionPaolo Bonzini1-20/+6
2015-10-01KVM: Update Posted-Interrupts Descriptor when vCPU is blockedFeng Wu1-0/+153
2015-10-01KVM: Update Posted-Interrupts Descriptor when vCPU is preemptedFeng Wu1-0/+80
2015-10-01KVM: x86: Update IRTE for posted-interruptsFeng Wu1-0/+83
2015-10-01KVM: Add some helper functions for Posted-InterruptsFeng Wu1-0/+26
2015-10-01KVM: Extend struct pi_desc for VT-d Posted-InterruptsFeng Wu1-2/+18
2015-10-01KVM: VMX: drop rdtscp_enabled fieldXiao Guangrong1-11/+6
2015-10-01KVM: VMX: clean up bit operation on SECONDARY_VM_EXEC_CONTROLXiao Guangrong1-17/+6
2015-10-01KVM: VMX: unify SECONDARY_VM_EXEC_CONTROL updateXiao Guangrong1-10/+25
2015-10-01KVM: VMX: align vmx->nested.nested_vmx_secondary_ctls_high to vmx->rdtscp_ena...Paolo Bonzini1-3/+8
2015-10-01KVM: VMX: simplify invpcid handling in vmx_cpuid_update()Xiao Guangrong1-12/+5
2015-10-01KVM: VMX: simplify rdtscp handling in vmx_cpuid_update()Xiao Guangrong1-9/+8
2015-10-01KVM: VMX: drop rdtscp_enabled check in prepare_vmcs02()Xiao Guangrong1-2/+1
2015-10-01KVM: x86: add pcommit supportXiao Guangrong1-5/+29
2015-10-01KVM: vmx: disable posted interrupts if no local APICPaolo Bonzini1-1/+2
2015-10-01kvm: add tracepoint for fast mmioJason Wang1-0/+1
2015-10-01KVM: x86: unify handling of interrupt windowPaolo Bonzini1-11/+0
2015-10-01KVM: x86: introduce lapic_in_kernelPaolo Bonzini1-26/+20
2015-10-01KVM: x86: replace vm_has_apicv hook with cpu_uses_apicvPaolo Bonzini1-1/+7
2015-10-01KVM: x86: store IOAPIC-handled vectors in each VCPUPaolo Bonzini1-1/+2
2015-10-01Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages"Paolo Bonzini1-3/+8
2015-09-16KVM: vmx: fix VPID is 0000H in non-root operationWanpeng Li1-0/+2
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-4/+4
2015-09-09mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-1/+1
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2015-08-15x86/kvm: Rename VMX's segment access rights definesAndy Lutomirski1-7/+7
2015-08-05KVM: VMX: drop ept misconfig checkXiao Guangrong1-72/+2
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar1-9/+7
2015-07-23kvm/x86: add support for MONITOR_TRAP_FLAGMihai Donțu1-4/+12
2015-07-23KVM: nVMX: VMX instructions: add checks for #GP/#SS exceptionsEugene Korenevsky1-16/+61
2015-07-23KVM: x86: rename quirk constants to KVM_X86_QUIRK_*Paolo Bonzini1-1/+1
2015-07-23KVM: vmx: obey KVM_QUIRK_CD_NW_CLEAREDXiao Guangrong1-1/+4
2015-07-10KVM: x86: apply guest MTRR virtualization on host reserved pagesPaolo Bonzini1-8/+3
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski1-2/+2
2015-07-06x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski1-1/+1
2015-06-27Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-1/+1
2015-06-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-98/+265
2015-06-23KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatchWei Huang1-0/+3
2015-06-19KVM: x86: move MTRR related code to a separate fileXiao Guangrong1-1/+1
2015-06-19KVM: x86: fix CR0.CD virtualizationXiao Guangrong1-10/+22
2015-06-05KVM: x86: advertise KVM_CAP_X86_SMMPaolo Bonzini1-0/+6