summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-01KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li1-4/+4
2017-11-26KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce...Wanpeng Li1-8/+26
2017-09-15KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li1-2/+1
2017-09-15KVM: x86: zero base3 of unusable segmentsRadim Krčmář1-0/+2
2017-09-15KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulationWanpeng Li1-9/+15
2017-09-15KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li1-2/+7
2017-07-02KVM: x86: fix singlestepping over syscallPaolo Bonzini1-31/+22
2017-03-16Revert "KVM: x86: expose MSR_TSC_AUX to userspace"Ben Hutchings1-6/+5
2017-03-16KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack1-0/+1
2017-02-23KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addrPaolo Bonzini1-0/+3
2017-02-23KVM: Disable irq while unregistering user notifierIgnacio Alvarado1-2/+11
2017-02-23KVM: x86: fix wbinvd_dirty_mask use-after-freeIdo Yariv1-1/+3
2016-08-23KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini1-0/+5
2016-06-15kvm: x86: do not leak guest xcr0 into host interrupt handlersDavid Matlack1-6/+4
2016-05-01KVM: x86: Inject pending interrupt even if pending nmi existYuki Shibuya1-10/+10
2016-03-24KVM: x86: move steal time initialization to vcpu entry timeMarcelo Tosatti1-7/+2
2016-02-02KVM: x86: expose MSR_TSC_AUX to userspacePaolo Bonzini1-5/+6
2016-01-25kvm: x86: only channel 0 of the i8254 is linked to the HPETPaolo Bonzini1-1/+2
2016-01-05KVM: x86: Reload pit counters for all channels when restoring stateAndrew Honig1-2/+6
2015-10-09KVM: x86: trap AMD MSRs for the TSeg base and maskPaolo Bonzini1-0/+2
2015-08-31KVM: x86: Use adjustment in guest cycles when handling MSR_IA32_TSC_ADJUSTHaozhong Zhang1-1/+1
2015-06-02KVM: MMU: fix SMAP virtualizationXiao Guangrong1-5/+3
2015-05-06KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_saveNadav Amit1-2/+8
2015-02-16KVM: x86: update masterclock values on TSC writesMarcelo Tosatti1-9/+10
2014-11-27KVM: x86: Don't report guest userspace emulation error to userspaceNadav Amit1-1/+1
2014-11-05KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig1-3/+8
2014-11-05KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit1-1/+26
2014-07-08KVM: x86: Check for nested events if there is an injectable interruptBandan Das1-0/+12
2014-06-19kvm: fix wrong address when writing Hyper-V tsc pageXiaoming Gao1-1/+1
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds1-32/+29
2014-05-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+5
2014-05-22KVM: x86: drop set_rflags callbackPaolo Bonzini1-6/+0
2014-05-14KVM: x86: disable master clock if TSC is reset during suspendMarcelo Tosatti1-1/+5
2014-05-12KVM: x86: Fix CR3 reserved bits check in long modeJan Kiszka1-4/+5
2014-05-07kvm/x86: implement hv EOI assistMichael S. Tsirkin1-0/+4
2014-05-06asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen1-1/+1
2014-05-06KVM: x86: improve the usability of the 'kvm_pio' tracepointUlrich Obergfell1-2/+2
2014-04-24KVM: MMU: flush tlb out of mmu lock when write-protect the sptesXiao Guangrong1-2/+10
2014-04-24KVM: MMU: lazily drop large spteXiao Guangrong1-2/+6
2014-04-24KVM: x86: Processor mode may be determined incorrectlyNadav Amit1-1/+1
2014-04-24KVM: x86: Fix CR3 reserved bitsNadav Amit1-20/+5
2014-04-17KVM: support any-length wildcard ioeventfdMichael S. Tsirkin1-0/+1
2014-04-15Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+8
2014-04-15KVM: x86: remove WARN_ON from get_kernel_ns()Marcelo Tosatti1-1/+0
2014-04-15KVM: Add SMAP support when setting CR4Feng Wu1-1/+8
2014-04-08Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+6
2014-03-27KVM: vmx: fix MPX detectionPaolo Bonzini1-1/+2
2014-03-20x86, kvm: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-1/+6
2014-03-17KVM: x86: handle missing MPX in nested virtualizationPaolo Bonzini1-0/+17
2014-03-17KVM: x86: introduce kvm_supported_xcr0()Paolo Bonzini1-3/+1