summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2013-09-14Revert "KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x inst...Greg Kroah-Hartman
2013-06-27KVM: x86: remove vcpu's CPL check in host-invoked XCR setZhanghaoyu (A)
2013-05-19KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov
2013-05-07KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x instructionsGleb Natapov
2013-04-25KVM: Allow cross page reads and writes from cached translations.Andrew Honig
2013-04-25KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig
2013-04-25KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig
2012-12-03KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek
2012-05-06KVM: ensure async PF event wakes up vcpu from haltGleb Natapov
2012-04-21kill mm argument of vm_munmap()Al Viro
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds
2012-04-18KVM: VMX: Fix kvm_set_shared_msr() called in preemptible contextAvi Kivity
2012-04-10KVM: PMU emulation: GLOBAL_CTRL MSR should be enabled on resetGleb Natapov
2012-04-05KVM: VMX: vmx_set_cr0 expects kvm->srcu lockedMarcelo Tosatti
2012-04-05KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr()Sasikantha babu
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-03-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20KVM: x86: fix kvm_write_tsc() TSC matching thinkoMarcelo Tosatti
2012-03-08KVM: nVMX: Fix erroneous exception bitmap checkNadav Har'El
2012-03-08KVM: Ignore the writes to MSR_K7_HWCR(3)Nicolae Mogoreanu
2012-03-08KVM: MMU: make use of ->root_level in reset_rsvds_bits_maskDavidlohr Bueso
2012-03-08KVM: PMU: add proper support for fixed counter 2Gleb Natapov
2012-03-08KVM: PMU: Fix raw event checkGleb Natapov
2012-03-08KVM: PMU: warn when pin control is set in eventsel msrGleb Natapov
2012-03-08KVM: VMX: Fix delayed load of shared MSRsAvi Kivity
2012-03-08KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka
2012-03-08KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity
2012-03-08KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf
2012-03-08KVM: SVM: Fix CPL updatesKevin Wolf
2012-03-08KVM: x86 emulator: VM86 segments must have DPL 3Kevin Wolf
2012-03-08KVM: x86 emulator: Fix task switch privilege checksKevin Wolf
2012-03-08KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulationGleb Natapov
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa
2012-03-08KVM: Introduce gfn_to_index() which returns the index for a given levelTakuya Yoshikawa
2012-03-08KVM: Fix write protection race during dirty loggingTakuya Yoshikawa
2012-03-08KVM: VMX: remove yield_on_hltRaghavendra K T
2012-03-08KVM: Track TSC synchronization in generationsZachary Amsden
2012-03-08KVM: Dont mark TSC unstable due to S4 suspendZachary Amsden
2012-03-08KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti
2012-03-08KVM: Add last_host_tsc tracking back to KVMZachary Amsden
2012-03-08KVM: Fix last_guest_tsc / tsc_offset semanticsZachary Amsden
2012-03-08KVM: Leave TSC synchronization window open with each new syncZachary Amsden
2012-03-08KVM: Improve TSC offset matchingZachary Amsden
2012-03-08KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden
2012-03-05KVM: x86: reset edge sense circuit of i8259 on initGleb Natapov
2012-03-05KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guestsAvi Kivity
2012-03-05KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)Julian Stecklina