summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentryPaolo Bonzini2018-08-051-1/+25
* Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-051-1/+3
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-07-181-1/+3
| |\
| | * KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSRPaolo Bonzini2018-07-151-1/+3
* | | x86/KVM/VMX: Add L1D flush logicPaolo Bonzini2018-07-041-0/+8
|/ /
* | KVM: x86: fix typo at kvm_arch_hardware_setup commentMarcelo Tosatti2018-06-141-1/+1
* | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-2/+3
|\ \
| * | treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-121-2/+3
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-34/+63
|\ \ | |/ |/|
| * kvm: fix typo in flag nameMichael S. Tsirkin2018-06-121-2/+2
| * kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini2018-06-121-6/+16
| * KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini2018-06-121-13/+26
| * KVM: VMX: Optimize tscdeadline timer latencyWanpeng Li2018-06-041-0/+1
| * kvm: Change return type to vm_fault_tSouptick Joarder2018-06-011-1/+1
| * KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capabilityVitaly Kuznetsov2018-05-261-0/+1
| * Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-05-261-1/+1
| |\
| * | KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRINGArnd Bergmann2018-05-231-3/+3
| * | kvm: vmx: Introduce lapic_mode enumerationJim Mattson2018-05-141-11/+15
| * | KVM: X86: Fix reserved bits check for MOV to CR3Wanpeng Li2018-05-141-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-05-261-9/+8
|\ \ \
| * | | KVM: x86: fix #UD address of failed Hyper-V hypercallsRadim Krčmář2018-05-251-8/+4
| * | | KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changedWei Huang2018-05-241-1/+4
| | |/ | |/|
* | | Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds2018-05-211-9/+4
|\ \ \ | |/ / |/| |
| * | KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky2018-05-171-9/+4
* | | KVM: X86: Lower the default timer frequency limit to 200usWanpeng Li2018-05-151-1/+1
| |/ |/|
* | kvm: x86: Suppress CR3_PCID_INVD bit only when PCIDs are enabledJunaid Shahid2018-05-111-1/+4
* | x86: Delay skip of emulated hypercall instructionMarian Rotariu2018-05-111-8/+11
|/
* kvm: x86: move MSR_IA32_TSC handling to x86.cPaolo Bonzini2018-04-161-0/+6
* X86/KVM: Properly update 'tsc_offset' to represent the running guestKarimAllah Ahmed2018-04-161-2/+4
* X86/KVM: Do not allow DISABLE_EXITS_MWAIT when LAPIC ARAT is not availableKarimAllah Ahmed2018-04-111-1/+2
* kvm: x86: fix a compile warningPeng Hao2018-04-041-1/+1
* KVM: X86: Add Force Emulation Prefix for "emulate the next instruction"Wanpeng Li2018-04-041-1/+15
* KVM: X86: Introduce handle_ud()Wanpeng Li2018-04-041-0/+13
* KVM: nVMX: Require immediate-exit when event reinjected to L2 and L1 event pe...Liran Alon2018-03-281-13/+20
* KVM: x86: Fix misleading comments on handling pending exceptionsLiran Alon2018-03-281-2/+12
* KVM: x86: Rename interrupt.pending to interrupt.injectedLiran Alon2018-03-281-4/+4
* KVM: VMX: No need to clear pending NMI/interrupt on inject realmode interruptLiran Alon2018-03-281-5/+0
* x86/kvm: rename HV_X64_MSR_APIC_ASSIST_PAGE to HV_X64_MSR_VP_ASSIST_PAGELadi Prosek2018-03-281-1/+1
* KVM: x86: Fix perf timer mode IP reportingAndi Kleen2018-03-281-13/+4
* KVM: x86: move setting of ept_identity_map_addr to vmx.cSean Christopherson2018-03-231-2/+1
* KVM: nVMX: Do not load EOI-exitmap while running L2Liran Alon2018-03-211-2/+16
* KVM: X86: Provide a capability to disable PAUSE interceptsWanpeng Li2018-03-161-1/+3
* KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li2018-03-161-0/+3
* KVM: X86: Provide a capability to disable MWAIT interceptsWanpeng Li2018-03-161-4/+20
* KVM: x86: Add support for VMware backdoor Pseudo-PMCsArbel Moshe2018-03-161-17/+24
* KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoorLiran Alon2018-03-161-0/+28
* KVM: x86: Add emulation_type to not raise #UD on emulation failureLiran Alon2018-03-161-3/+8
* KVM: x86: Add module parameter for supporting VMware backdoorLiran Alon2018-03-161-0/+4
* KVM: x86: add kvm_fast_pio() to consolidate fast PIO codeSean Christopherson2018-03-161-4/+19
* x86/kvm/hyper-v: add reenlightenment MSRs supportVitaly Kuznetsov2018-03-161-1/+11