summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-16kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini1-6/+16
2018-06-16KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini1-13/+26
2018-06-16kvm: fix typo in flag nameMichael S. Tsirkin1-2/+2
2018-06-16KVM: X86: Fix reserved bits check for MOV to CR3Wanpeng Li1-1/+1
2018-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-9/+8
2018-05-25KVM: x86: fix #UD address of failed Hyper-V hypercallsRadim Krčmář1-8/+4
2018-05-24KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changedWei Huang1-1/+4
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds1-9/+4
2018-05-17KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky1-9/+4
2018-05-15KVM: X86: Lower the default timer frequency limit to 200usWanpeng Li1-1/+1
2018-05-11kvm: x86: Suppress CR3_PCID_INVD bit only when PCIDs are enabledJunaid Shahid1-1/+4
2018-05-11x86: Delay skip of emulated hypercall instructionMarian Rotariu1-8/+11
2018-04-16kvm: x86: move MSR_IA32_TSC handling to x86.cPaolo Bonzini1-0/+6
2018-04-16X86/KVM: Properly update 'tsc_offset' to represent the running guestKarimAllah Ahmed1-2/+4
2018-04-11X86/KVM: Do not allow DISABLE_EXITS_MWAIT when LAPIC ARAT is not availableKarimAllah Ahmed1-1/+2
2018-04-04kvm: x86: fix a compile warningPeng Hao1-1/+1
2018-04-04KVM: X86: Add Force Emulation Prefix for "emulate the next instruction"Wanpeng Li1-1/+15
2018-04-04KVM: X86: Introduce handle_ud()Wanpeng Li1-0/+13
2018-03-28KVM: nVMX: Require immediate-exit when event reinjected to L2 and L1 event pe...Liran Alon1-13/+20
2018-03-28KVM: x86: Fix misleading comments on handling pending exceptionsLiran Alon1-2/+12
2018-03-28KVM: x86: Rename interrupt.pending to interrupt.injectedLiran Alon1-4/+4
2018-03-28KVM: VMX: No need to clear pending NMI/interrupt on inject realmode interruptLiran Alon1-5/+0
2018-03-28x86/kvm: rename HV_X64_MSR_APIC_ASSIST_PAGE to HV_X64_MSR_VP_ASSIST_PAGELadi Prosek1-1/+1
2018-03-28KVM: x86: Fix perf timer mode IP reportingAndi Kleen1-13/+4
2018-03-23KVM: x86: move setting of ept_identity_map_addr to vmx.cSean Christopherson1-2/+1
2018-03-21KVM: nVMX: Do not load EOI-exitmap while running L2Liran Alon1-2/+16
2018-03-17KVM: X86: Provide a capability to disable PAUSE interceptsWanpeng Li1-1/+3
2018-03-17KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li1-0/+3
2018-03-17KVM: X86: Provide a capability to disable MWAIT interceptsWanpeng Li1-4/+20
2018-03-17KVM: x86: Add support for VMware backdoor Pseudo-PMCsArbel Moshe1-17/+24
2018-03-17KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoorLiran Alon1-0/+28
2018-03-17KVM: x86: Add emulation_type to not raise #UD on emulation failureLiran Alon1-3/+8
2018-03-17KVM: x86: Add module parameter for supporting VMware backdoorLiran Alon1-0/+4
2018-03-17KVM: x86: add kvm_fast_pio() to consolidate fast PIO codeSean Christopherson1-4/+19
2018-03-17x86/kvm/hyper-v: add reenlightenment MSRs supportVitaly Kuznetsov1-1/+11
2018-03-17KVM: x86: Add support for AMD Core Perf Extension in guestJanakarajan Natarajan1-0/+1
2018-03-06KVM: nVMX: expose VMX capabilities for nested hypervisors to userspacePaolo Bonzini1-0/+19
2018-03-06KVM: x86: KVM_CAP_SYNC_REGSKen Hofsass1-15/+87
2018-03-06kvm: x86: hyperv: guest->host event signaling via eventfdRoman Kagan1-0/+10
2018-03-06kvm: x86: factor out kvm.arch.hyperv (de)initRoman Kagan1-1/+2
2018-03-02KVM: x86: fix vcpu initialization with userspace lapicRadim Krčmář1-1/+2
2018-03-02KVM: X86: Allow userspace to define the microcode versionWanpeng Li1-2/+9
2018-03-02KVM: X86: Introduce kvm_get_msr_feature()Wanpeng Li1-3/+15
2018-03-01KVM: SVM: Add MSR-based feature support for serializing LFENCETom Lendacky1-0/+1
2018-03-01KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky1-5/+70
2018-02-24KVM/x86: remove WARN_ON() for when vm_munmap() failsEric Biggers1-4/+2
2018-02-24KVM: x86: move LAPIC initialization after VMCS creationPaolo Bonzini1-0/+1
2018-02-11Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-76/+262
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2018-02-04Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+4