summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
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 emulation of "MOV SS, null selector"Paolo Bonzini
2017-01-12KVM: x86: fix NULL deref in vcpu_scan_ioapicWanpeng Li
2017-01-12KVM: x86: Introduce segmented_write_stdSteve Rutherford
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
2017-01-05KVM: VMX: remove duplicated declarationJan Dakinevich
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
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-21KVM: nVMX: fix instruction skipping during emulated vm-entryDavid Matlack
2016-12-19kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)Jim Mattson
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-15KVM: x86: Expose Intel AVX512IFMA/AVX512VBMI/SHA features to guest.Yi Sun
2016-12-15kvm: nVMX: Correct a VMX instruction error code for VMPTRLDGanShun
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-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-12-08KVM: x86: Handle the kthread worker using the new APIPetr Mladek
2016-12-08KVM: nVMX: invvpid handling improvementsJan Dakinevich
2016-12-08KVM: nVMX: check host CR3 on vmentry and vmexitLadi Prosek
2016-12-08KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentryLadi Prosek
2016-12-08KVM: nVMX: propagate errors from prepare_vmcs02Ladi Prosek
2016-12-08KVM: nVMX: fix CR3 load if L2 uses PAE paging and EPTLadi Prosek
2016-12-08KVM: nVMX: load GUEST_EFER after GUEST_CR0 during emulated VM-entryDavid Matlack
2016-12-08KVM: nVMX: generate MSR_IA32_CR{0,4}_FIXED1 from guest CPUIDDavid Matlack
2016-12-08KVM: nVMX: fix checks on CR{0,4} during virtual VMX operationDavid Matlack
2016-12-08KVM: nVMX: support restore of VMX capability MSRsDavid Matlack
2016-12-08KVM: nVMX: generate non-true VMX MSRs based on true versionsDavid Matlack
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-08KVM: VMX: Move skip_emulated_instruction out of nested_vmx_check_vmcs12Kyle Huey
2016-12-08KVM: VMX: Reorder some skip_emulated_instruction callsKyle Huey
2016-12-08KVM: x86: Add a return value to kvm_emulate_cpuidKyle Huey
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie
2016-11-24KVM: x86: check for pic and ioapic presence before useRadim Krčmář
2016-11-24KVM: x86: fix out-of-bounds accesses of rtc_eoi mapRadim Krčmář
2016-11-24KVM: x86: drop error recovery in em_jmp_far and em_ret_farRadim Krčmář
2016-11-24KVM: x86: fix out-of-bounds access in lapicRadim Krčmář
2016-11-24kvm: svm: Add kvm_fast_pio_in supportTom Lendacky
2016-11-24kvm: svm: Add support for additional SVM NPF error codesTom 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-22KVM: nVMX: invvpid handling improvementsJan Dakinevich