summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: fix APIC page invalidationRadim Krčmář2017-12-061-0/+14
* KVM: VMX: fix page leak in hardware_setup()Jim Mattson2017-12-051-1/+0
* KVM: VMX: remove I/O port 0x80 bypass on Intel hostsAndrew Honig2017-12-051-5/+0
* x86,kvm: remove KVM emulator get_fpu / put_fpuRik van Riel2017-12-052-34/+0
* x86,kvm: move qemu/guest FPU switching out to vcpu_runRik van Riel2017-12-051-22/+17
* KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr2017-11-271-5/+2
* KVM: VMX: Fix vmx->nested freeing when no SMI handlerWanpeng Li2017-11-271-1/+2
* KVM: VMX: Fix rflags cache during vCPU resetWanpeng Li2017-11-271-1/+1
* KVM: X86: Fix softlockup when get the current kvmclockWanpeng Li2017-11-271-4/+7
* KVM: lapic: Fixup LDR on load in x2apicDr. David Alan Gilbert2017-11-271-0/+5
* KVM: lapic: Split out x2apic ldr calculationDr. David Alan Gilbert2017-11-271-1/+6
* KVM: vmx: use X86_CR4_UMIP and X86_FEATURE_UMIPPaolo Bonzini2017-11-171-2/+1
* KVM: x86: Fix CPUID function for word 6 (80000001_ECX)Janakarajan Natarajan2017-11-171-1/+1
* KVM: nVMX: Fix vmx_check_nested_events() return value in case an event was re...Liran Alon2017-11-171-7/+6
* KVM: x86: ioapic: Preserve read-only values in the redirection tableNikita Leshenko2017-11-171-0/+6
* KVM: x86: ioapic: Clear Remote IRR when entry is switched to edge-triggeredNikita Leshenko2017-11-171-1/+10
* KVM: x86: ioapic: Remove redundant check for Remote IRR in ioapic_set_irqNikita Leshenko2017-11-171-5/+5
* KVM: x86: ioapic: Don't fire level irq when Remote IRR setNikita Leshenko2017-11-171-1/+3
* KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure raceNikita Leshenko2017-11-171-2/+1
* KVM: x86: inject exceptions produced by x86_decode_insnPaolo Bonzini2017-11-171-0/+2
* KVM: x86: Allow suppressing prints on RDMSR/WRMSR of unhandled MSRsEyal Moscovici2017-11-171-4/+13
* KVM: x86: fix em_fxstor() sleeping while in atomicDavid Hildenbrand2017-11-171-6/+26
* KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failureWanpeng Li2017-11-171-12/+22
* KVM: nVMX: Validate the IA32_BNDCFGS on nested VM-entryWanpeng Li2017-11-171-0/+5
* KVM: X86: Fix operand/address-size during instruction decodingWanpeng Li2017-11-171-0/+7
* KVM: x86: Don't re-execute instruction when not passing CR2 valueLiran Alon2017-11-171-1/+1
* KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failureLiran Alon2017-11-171-1/+1
* KVM: x86: Exit to user-mode on #UD intercept when emulator requiresLiran Alon2017-11-172-0/+4
* KVM: nVMX/nSVM: Don't intercept #UD when running L2Liran Alon2017-11-172-6/+12
* KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junkLiran Alon2017-11-171-0/+3
* kvm: vmx: Allow disabling virtual NMI supportPaolo Bonzini2017-11-171-10/+21
* kvm: vmx: Reinstate support for CPUs without virtual NMIPaolo Bonzini2017-11-171-44/+106
* KVM: SVM: obey guest PATPaolo Bonzini2017-11-171-0/+7
* Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-168-267/+512
|\
| * KVM: X86: #GP when guest attempts to write MCi_STATUS register w/o 0Wanpeng Li2017-10-201-2/+7
| * KVM: VMX: Fix VPID capability detectionWanpeng Li2017-10-201-2/+13
| * KVM: nVMX: Fix EPT switching advertisingWanpeng Li2017-10-201-2/+3
| * KVM: SVM: detect opening of SMI window using STGI interceptLadi Prosek2017-10-183-9/+35
| * KVM: x86: extend usage of RET_MMIO_PF_* constantsPaolo Bonzini2017-10-122-58/+55
| * KVM: nSVM: fix SMI injection in guest modeLadi Prosek2017-10-122-6/+55
| * KVM: nSVM: refactor nested_svm_vmrunLadi Prosek2017-10-121-63/+69
| * KVM: nVMX: fix SMI injection in guest modeLadi Prosek2017-10-121-11/+49
| * KVM: nVMX: set IDTR and GDTR limits when loading L1 host stateLadi Prosek2017-10-121-0/+2
| * KVM: x86: introduce ISA specific smi_allowed callbackLadi Prosek2017-10-123-1/+13
| * KVM: x86: introduce ISA specific SMM entry/exit callbacksLadi Prosek2017-10-124-1/+53
| * KVM: SVM: limit kvm_handle_page_fault to #PF handlingPaolo Bonzini2017-10-124-9/+17
| * KVM: SVM: unconditionally wake up VCPU on IOMMU interruptPaolo Bonzini2017-10-121-4/+1
| * arch/x86: remove redundant null checks before kmem_cache_destroyTim Hansen2017-10-121-4/+2
| * KVM: VMX: Don't expose unrestricted_guest is enabled if ept is disabledWanpeng Li2017-10-121-5/+2
| * KVM: X86: Processor States following Reset or INITWanpeng Li2017-10-122-0/+24