summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2016-08-22KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson1-2/+17
2016-06-20KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini1-0/+5
2016-04-20kvm: x86: do not leak guest xcr0 into host interrupt handlersDavid Matlack1-6/+4
2016-04-20KVM: x86: Inject pending interrupt even if pending nmi existYuki Shibuya1-10/+10
2016-04-18KVM: VMX: avoid guest hang on invalid invept instructionPaolo Bonzini1-0/+1
2016-04-18KVM: i8254: change PIT discard tick policyRadim Krčmář1-5/+7
2016-04-14KVM: x86: Reload pit counters for all channels when restoring stateAndrew Honig1-5/+7
2016-03-22KVM: VMX: disable PEBS before a guest entryRadim Krčmář1-0/+7
2016-03-13KVM: x86: move steal time initialization to vcpu entry timeMarcelo Tosatti1-7/+2
2016-03-11KVM: x86: MMU: fix ubsan index-out-of-range warningMike Krinkin1-1/+1
2015-12-14KVM: x86: Use new is_noncanonical_address in _linearizeNadav Amit1-1/+1
2015-12-14KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup2-1/+12
2015-10-28KVM: MMU: fix validation of mmio page faultXiao Guangrong1-45/+0
2015-10-28Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller1-1/+1
2015-08-27kvm: x86: fix kvm_apic_has_events to check for NULL pointerPaolo Bonzini1-1/+1
2015-07-21KVM: x86: properly restore LVT0Radim Krčmář1-0/+1
2015-07-13KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář2-3/+3
2015-07-13KVM: nSVM: Check for NRIPS support before updating control fieldBandan Das1-2/+6
2015-06-28KVM: VMX: Preserve host CR4.MCE value while in guest mode.Ben Serebrin1-2/+10
2015-06-28x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2-4/+4
2015-06-28x86: Clean up cr4 manipulationAndy Lutomirski1-2/+2
2015-06-14arch/x86/kvm/mmu.c: work around gcc-4.4.4 bugAndrew Morton1-7/+7
2015-06-09kvm/fpu: Enable eager restore kvm FPU for MPXLiang Li3-2/+26
2015-06-09KVM: MMU: fix SMAP virtualizationXiao Guangrong3-11/+15
2015-06-09kvm: fix crash in kvm_vcpu_reload_apic_access_pageAndrea Arcangeli1-0/+2
2015-06-09KVM: MMU: fix smap permission checkXiao Guangrong2-0/+9
2015-06-09KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pagesPaolo Bonzini1-1/+1
2015-06-09Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini2-0/+2
2015-05-18KVM: nVMX: mask unrestricted_guest if disabled on L0Radim Krčmář1-2/+5
2015-05-18KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_saveNadav Amit1-2/+8
2015-03-28kvm: move advertising of KVM_CAP_IRQFD to common codePaolo Bonzini1-1/+0
2015-03-14KVM: emulate: fix CMPXCHG8B on 32-bit hostsPaolo Bonzini1-1/+2
2015-03-07KVM: x86: update masterclock values on TSC writesMarcelo Tosatti1-9/+10
2015-01-30KVM: x86: Fix of previously incomplete fix for CVE-2014-8480Nadav Amit1-2/+2
2015-01-30KVM: x86: SYSENTER emulation is brokenNadav Amit1-19/+8
2015-01-27KVM: nVMX: Disable unrestricted mode if ept=0Bandan Das1-2/+2
2015-01-16kvm: x86: drop severity of "generation wraparound" messagePaolo Bonzini1-1/+1
2015-01-16kvm: x86: mask out XSAVESPaolo Bonzini1-1/+10
2015-01-16KVM: x86: em_ret_far overrides cplNadav Amit1-1/+1
2015-01-16KVM: x86: support XSAVES usage in the hostPaolo Bonzini1-7/+83
2014-11-26kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel1-3/+3
2014-11-05KVM: x86: Fix uninitialized op->type for some immediate valuesNadav Amit1-0/+8
2014-11-02KVM: vmx: defer load of APIC access page address during resetPaolo Bonzini1-1/+1
2014-11-02KVM: nVMX: Disable preemption while reading from shadow VMCSJan Kiszka1-0/+4
2014-11-02KVM: x86: Fix far-jump to non-canonical checkNadav Amit1-3/+5
2014-10-29KVM: emulator: fix execution close to the segment limitPaolo Bonzini1-10/+33
2014-10-29KVM: emulator: fix error code for __linearizePaolo Bonzini1-2/+2
2014-10-24KVM: x86: Wrong assertion on paging_tmpl.hNadav Amit1-1/+1
2014-10-24KVM: x86: PREFETCH and HINT_NOP should have SrcMem flagNadav Amit1-3/+4
2014-10-24KVM: x86: Emulator does not decode clflush wellNadav Amit1-3/+17