summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-01-062-1/+32
|\
| * kvm: vmx: Scrub hardware GPRs at VM-exitJim Mattson2018-01-052-1/+32
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-12-213-24/+64
|\ \ | |/
| * kvm: x86: fix RSM when PCID is non-zeroPaolo Bonzini2017-12-211-7/+25
| * KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li2017-12-181-4/+4
| * KVM/x86: Check input paging mode when cs.l is setLan Tianyu2017-12-151-0/+26
| * kvm: x86: fix WARN due to uninitialized guest FPU statePeter Xu2017-12-141-8/+4
| * KVM: X86: Fix load RFLAGS w/o the fixed bitWanpeng Li2017-12-141-1/+1
| * KVM: MMU: Fix infinite loop when there is no available mmu pageWanpeng Li2017-12-141-4/+4
* | Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-12-181-1/+1
|\ \ | |/ |/|
| * x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski2017-12-171-1/+1
| * x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski2017-12-171-1/+1
* | 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
OpenPOWER on IntegriCloud