summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2017-02-03KVM: x86: do not save guest-unsupported XSAVE stateRadim Krčmář
2017-01-17KVM: x86: fix fixing of hypercallsDmitry Vyukov
2017-01-12KVM: x86: fix NULL deref in vcpu_scan_ioapicWanpeng Li
2017-01-12KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack
2017-01-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner
2016-12-24KVM: x86: reset MMU on KVM_SET_VCPU_EVENTSXiao Guangrong
2016-12-19kvm: take srcu lock around kvm_steal_time_set_preempted()Andrea Arcangeli
2016-12-19kvm: fix schedule in atomic in kvm_steal_time_set_preempted()Andrea Arcangeli
2016-12-16KVM: hyperv: fix locking of struct kvm_hv fieldsPaolo Bonzini
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-12-13Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-12-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-12-08KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentryLadi Prosek
2016-12-08KVM: x86: Do not clear RFLAGS.TF when a singlestep trap occurs.Kyle Huey
2016-12-08KVM: x86: Add kvm_skip_emulated_instruction and use it.Kyle Huey
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie
2016-11-24kvm: svm: Add kvm_fast_pio_in supportTom Lendacky
2016-11-23Merge branch 'linus' into x86/fpu, to resolve conflictsIngo Molnar
2016-11-22kvm: x86: don't print warning messages for unimplemented msrsBandan Das
2016-11-22x86/kvm: Support the vCPU preemption checkPan Xinhui
2016-11-19KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addrPaolo Bonzini
2016-11-19kvm: kvmclock: let KVM_GET_CLOCK return whether the master clock is in usePaolo Bonzini
2016-11-19KVM: Disable irq while unregistering user notifierIgnacio Alvarado
2016-11-19KVM: x86: do not go through vcpu in __get_kvmclock_nsPaolo Bonzini
2016-11-16kvm: x86: remove unused but set variableJiang Biao
2016-11-16kvm: x86: make a function in x86.c static to avoid compiling warningJiang Biao
2016-11-04KVM: x86: add track_flush_slot page track notifierXiaoguang Chen
2016-11-02KVM: LAPIC: introduce kvm_get_lapic_target_expiration_tsc()Wanpeng Li
2016-11-02KVM: x86: add track_flush_slot page track notifierXiaoguang Chen
2016-11-02KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCKPaolo Bonzini
2016-11-01x86/fpu, kvm: Remove host CR0.TS manipulationAndy Lutomirski
2016-11-01Merge branch 'core/urgent' into x86/fpu, to merge fixesIngo Molnar
2016-10-28KVM: x86: fix wbinvd_dirty_mask use-after-freeIdo Yariv
2016-10-27kvm/x86: Show WRMSR data is in hexBorislav Petkov
2016-10-20kvm/x86: Fix unused variable warning in kvm_timer_init()Borislav Petkov
2016-10-16Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflictIngo Molnar
2016-10-07x86/fpu, kvm: Remove KVM vcpu->fpu_counterRik van Riel
2016-10-07x86/fpu: Remove use_eager_fpu()Andy Lutomirski
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-09-20KVM: x86: Hyper-V tsc page setupPaolo Bonzini
2016-09-20KVM: x86: introduce get_kvmclock_nsPaolo Bonzini
2016-09-20KVM: x86: initialize kvmclock_offsetPaolo Bonzini
2016-09-20KVM: x86: always fill in vcpu->arch.hv_clockPaolo Bonzini
2016-09-16kvm: x86: drop read_tsc_offset()Luiz Capitulino
2016-09-16kvm: x86: add tsc_offset field to struct kvm_vcpu_archLuiz Capitulino
2016-09-07KVM: x86: remove stale commentsPaolo Bonzini
2016-09-05KVM: lapic: adjust preemption timer correctly when goes TSC backwardWanpeng Li