summary refs log tree commit diff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds
2018-05-17KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky
2018-05-15KVM: X86: Lower the default timer frequency limit to 200usWanpeng Li
2018-05-11kvm: x86: Suppress CR3_PCID_INVD bit only when PCIDs are enabledJunaid Shahid
2018-05-11x86: Delay skip of emulated hypercall instructionMarian Rotariu
2018-04-16kvm: x86: move MSR_IA32_TSC handling to x86.cPaolo Bonzini
2018-04-16X86/KVM: Properly update 'tsc_offset' to represent the running guestKarimAllah Ahmed
2018-04-11X86/KVM: Do not allow DISABLE_EXITS_MWAIT when LAPIC ARAT is not availableKarimAllah Ahmed
2018-04-04kvm: x86: fix a compile warningPeng Hao
2018-04-04KVM: X86: Add Force Emulation Prefix for "emulate the next instruction"Wanpeng Li
2018-04-04KVM: X86: Introduce handle_ud()Wanpeng Li
2018-03-28KVM: nVMX: Require immediate-exit when event reinjected to L2 and L1 event pe...Liran Alon
2018-03-28KVM: x86: Fix misleading comments on handling pending exceptionsLiran Alon
2018-03-28KVM: x86: Rename interrupt.pending to interrupt.injectedLiran Alon
2018-03-28KVM: VMX: No need to clear pending NMI/interrupt on inject realmode interruptLiran Alon
2018-03-28x86/kvm: rename HV_X64_MSR_APIC_ASSIST_PAGE to HV_X64_MSR_VP_ASSIST_PAGELadi Prosek
2018-03-28KVM: x86: Fix perf timer mode IP reportingAndi Kleen
2018-03-23KVM: x86: move setting of ept_identity_map_addr to vmx.cSean Christopherson
2018-03-21KVM: nVMX: Do not load EOI-exitmap while running L2Liran Alon
2018-03-16KVM: X86: Provide a capability to disable PAUSE interceptsWanpeng Li
2018-03-16KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li
2018-03-16KVM: X86: Provide a capability to disable MWAIT interceptsWanpeng Li
2018-03-16KVM: x86: Add support for VMware backdoor Pseudo-PMCsArbel Moshe
2018-03-16KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoorLiran Alon
2018-03-16KVM: x86: Add emulation_type to not raise #UD on emulation failureLiran Alon
2018-03-16KVM: x86: Add module parameter for supporting VMware backdoorLiran Alon
2018-03-16KVM: x86: add kvm_fast_pio() to consolidate fast PIO codeSean Christopherson
2018-03-16x86/kvm/hyper-v: add reenlightenment MSRs supportVitaly Kuznetsov
2018-03-16KVM: x86: Add support for AMD Core Perf Extension in guestJanakarajan Natarajan
2018-03-06KVM: nVMX: expose VMX capabilities for nested hypervisors to userspacePaolo Bonzini
2018-03-06KVM: x86: KVM_CAP_SYNC_REGSKen Hofsass
2018-03-06kvm: x86: hyperv: guest->host event signaling via eventfdRoman Kagan
2018-03-06kvm: x86: factor out kvm.arch.hyperv (de)initRoman Kagan
2018-03-01KVM: x86: fix vcpu initialization with userspace lapicRadim Krčmář
2018-03-01KVM: X86: Allow userspace to define the microcode versionWanpeng Li
2018-03-01KVM: X86: Introduce kvm_get_msr_feature()Wanpeng Li
2018-03-01KVM: SVM: Add MSR-based feature support for serializing LFENCETom Lendacky
2018-03-01KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky
2018-02-24KVM/x86: remove WARN_ON() for when vm_munmap() failsEric Biggers
2018-02-24KVM: x86: move LAPIC initialization after VMCS creationPaolo Bonzini
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-03KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed
2018-02-03KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed
2018-02-02KVM: x86: don't forget vcpu_put() in kvm_arch_vcpu_ioctl_set_sregs()Eric Biggers
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář
2018-01-31kvm: x86: remove efer_reload entry in kvm_vcpu_statLongpeng(Mike)
2018-01-31x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov
2018-01-31x86/kvm: Make it compile on 32bit and with HYPYERVISOR_GUEST=nThomas Gleixner