summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2017-02-09KVM: x86: do not save guest-unsupported XSAVE stateRadim Krčmář
2017-01-19KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack
2017-01-12KVM: x86: reset MMU on KVM_SET_VCPU_EVENTSXiao Guangrong
2016-11-26KVM: Disable irq while unregistering user notifierIgnacio Alvarado
2016-11-26KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addrPaolo Bonzini
2016-11-10KVM: x86: fix wbinvd_dirty_mask use-after-freeIdo Yariv
2016-09-24Revert "KVM: x86: fix missed hardware breakpoints"Paolo Bonzini
2016-06-24KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini
2016-05-04kvm: x86: do not leak guest xcr0 into host interrupt handlersDavid Matlack
2016-04-20KVM: x86: Inject pending interrupt even if pending nmi existYuki Shibuya
2016-04-12KVM: x86: fix missed hardware breakpointsPaolo Bonzini
2016-03-09KVM: x86: fix root cause for missed hardware breakpointsPaolo Bonzini
2016-03-03KVM: x86: fix missed hardware breakpointsPaolo Bonzini
2016-01-31KVM: x86: expose MSR_TSC_AUX to userspacePaolo Bonzini
2016-01-07kvm: x86: only channel 0 of the i8254 is linked to the HPETPaolo Bonzini
2015-12-22KVM: x86: Reload pit counters for all channels when restoring stateAndrew Honig
2015-12-11kvm: x86: move tracepoints outside extended quiescent statePaolo Bonzini
2015-11-18KVM: x86: request interrupt window when IRQ chip is splitMatt Gingell
2015-11-18KVM: x86: set KVM_REQ_EVENT on local interrupt request from user spaceMatt Gingell
2015-11-18KVM: x86: split kvm_vcpu_ready_for_interrupt_injection out of dm_request_for_...Matt Gingell
2015-11-18KVM: x86: fix interrupt window handling in split IRQ chip caseMatt Gingell
2015-11-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-11-10KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini
2015-11-10KVM: x86: Use the correct vcpu's TSC rate to compute time scaleHaozhong Zhang
2015-11-10KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()Haozhong Zhang
2015-11-10KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()Haozhong Zhang
2015-11-10KVM: x86: Replace call-back compute_tsc_offset() with a common functionHaozhong Zhang
2015-11-10KVM: x86: Replace call-back set_tsc_khz() with a common functionHaozhong Zhang
2015-11-10KVM: x86: Add a common TSC scaling functionHaozhong Zhang
2015-11-10KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_archHaozhong Zhang
2015-11-10KVM: x86: Collect information for setting TSC scaling ratioHaozhong Zhang
2015-11-10KVM: x86: declare a few variables as __read_mostlyPaolo Bonzini
2015-11-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-11-04KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0()Laszlo Ersek
2015-11-04KVM: x86: add read_phys to x86_emulate_opsRadim Krčmář
2015-11-04KVM: x86: removing unused variableSaurabh Sengar
2015-11-03Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-10-16KVM: x86: move steal time initialization to vcpu entry timeMarcelo Tosatti
2015-10-14KVM: x86: fix edge EOI and IOAPIC reconfig raceRadim Krčmář
2015-10-14Merge branch 'kvm-master' into HEADPaolo Bonzini
2015-10-14KVM: x86: fix previous commit for 32-bitPaolo Bonzini
2015-10-13Merge branch 'kvm-master' into HEADPaolo Bonzini
2015-10-13KVM: x86: fix SMI to halted VCPUPaolo Bonzini
2015-10-13KVM: x86: clean up kvm_arch_vcpu_runnablePaolo Bonzini
2015-10-13KVM: x86: map/unmap private slots in __x86_set_memory_regionPaolo Bonzini
2015-10-13KVM: x86: build kvm_userspace_memory_region in x86_set_memory_regionPaolo Bonzini
2015-10-01KVM: Update Posted-Interrupts Descriptor when vCPU is blockedFeng Wu
2015-10-01KVM: x86: select IRQ_BYPASS_MANAGERFeng Wu
2015-10-01KVM: x86: Update IRTE for posted-interruptsFeng Wu
2015-10-01kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin