summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2015-06-06KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pagesPaolo Bonzini
2015-04-29KVM: x86: SYSENTER emulation is brokenNadav Amit
2015-03-18KVM: emulate: fix CMPXCHG8B on 32-bit hostsPaolo Bonzini
2015-03-06KVM: x86: update masterclock values on TSC writesMarcelo Tosatti
2015-02-11x86,kvm,vmx: Preserve CR4 across VM entryAndy Lutomirski
2015-01-27KVM: nVMX: Disable unrestricted mode if ept=0Bandan Das
2015-01-16kvm: x86: drop severity of "generation wraparound" messagePaolo Bonzini
2014-11-21KVM: x86: Don't report guest userspace emulation error to userspaceNadav Amit
2014-11-14kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek
2014-11-14KVM: x86: Emulator fixes for eip canonical checks on near branchesNadav Amit
2014-11-14KVM: x86: Fix wrong masking on relative jump/callNadav Amit
2014-11-14kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin
2014-11-14KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit
2014-11-14KVM: x86: Improve thread safety in pitAndy Honig
2014-11-14KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig
2014-10-30kvm: fix potentially corrupt mmio cacheDavid Matlack
2014-10-30kvm: x86: fix stale mmio cache bugDavid Matlack
2014-09-05KVM: nVMX: fix "acknowledge interrupt on exit" when APICv is in useWanpeng Li
2014-09-05KVM: x86: Inter-privilege level ret emulation is not implemenetedNadav Amit
2014-07-09kvm: fix wrong address when writing Hyper-V tsc pageXiaoming Gao
2014-06-26KVM: lapic: sync highest ISR to hardware apic on EOIPaolo Bonzini
2014-05-31KVM: x86: remove WARN_ON from get_kernel_ns()Marcelo Tosatti
2014-03-12KVM: SVM: fix cr8 intercept windowRadim Krčmář
2014-02-27kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini
2014-02-27kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig
2014-02-26KVM: MMU: drop read-only large sptes when creating lower level sptesMarcelo Tosatti
2014-01-29kvm: x86: move KVM_CAP_HYPERV_TIME outside #ifdefPaolo Bonzini
2014-01-27KVM: x86: Validate guest writes to MSR_IA32_APICBASEJan Kiszka
2014-01-24KVM: x86: mark hyper-v vapic assist page as dirtyVadim Rozenfeld
2014-01-23KVM: x86: mark hyper-v hypercall page as dirtyVadim Rozenfeld
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-01-20kvm: make KVM_MMU_AUDIT help text more readableRandy Dunlap
2014-01-17KVM: nVMX: Update guest activity state field on L2 exitsJan Kiszka
2014-01-17KVM: nVMX: Fix nested_run_pending on activity state HLTJan Kiszka
2014-01-17KVM: nVMX: Clean up handling of VMX-related MSRsJan Kiszka
2014-01-17KVM: nVMX: Add tracepoints for nested_vmexit and nested_vmexit_injectJan Kiszka
2014-01-17KVM: nVMX: Pass vmexit parameters to nested_vmx_vmexitJan Kiszka
2014-01-17KVM: nVMX: Leave VMX mode on clearing of feature control MSRJan Kiszka
2014-01-17KVM: VMX: Fix DR6 update on #DB exceptionJan Kiszka
2014-01-17KVM: SVM: Fix reading of DR6Jan Kiszka
2014-01-17KVM: x86: Sync DR7 on KVM_SET_DEBUGREGSJan Kiszka
2014-01-17add support for Hyper-V reference time counterVadim Rozenfeld
2014-01-15KVM: remove useless write to vcpu->hv_clock.tsc_timestampPaolo Bonzini
2014-01-15KVM: x86: fix tsc catchup issue with tsc scalingMarcelo Tosatti
2014-01-15kvm: x86: fix apic_base enable checkAndrew Jones
2014-01-15KVM: x86: limit PIT timer frequencyMarcelo Tosatti
2014-01-15KVM: x86: handle invalid root_hpa everywhereMarcelo Tosatti
2014-01-08KVM: VMX: fix use after free of vmx->loaded_vmcsMarcelo Tosatti
2014-01-08KVM: x86: Fix debug typo error in lapicChen Fan
2014-01-08KVM: VMX: check use I/O bitmap first before unconditional I/O exitZhihui Zhang