summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2011-05-11KVM: X86: Make tsc_delta calculation a function of guest tscJoerg Roedel
2011-05-11KVM: X86: Let kvm-clock report the right tsc frequencyJoerg Roedel
2011-05-11KVM: SVM: Add intercept check for emulated cr accessesJoerg Roedel
2011-05-11KVM: x86: Add x86 callback for intercept checkJoerg Roedel
2011-05-11KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTEDJoerg Roedel
2011-05-11KVM: x86 emulator: add framework for instruction interceptsAvi Kivity
2011-05-11KVM: x86 emulator: define callbacks for using the guest fpu within the emulatorAvi Kivity
2011-05-11KVM: 16-byte mmio supportAvi Kivity
2011-05-11KVM: Split mmio completion into a functionAvi Kivity
2011-05-11KVM: extend in-kernel mmio to handle >8 byte transactionsAvi Kivity
2011-05-11KVM: x86: better fix for race between nmi injection and enabling nmi windowGleb Natapov
2011-05-11Revert "KVM: Fix race between nmi injection and enabling nmi window"Marcelo Tosatti
2011-05-11KVM: expose async pf through our standard mechanismGlauber Costa
2011-05-11KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versionsAvi Kivity
2011-04-06KVM: move and fix substitue search for missing CPUID entriesAndre Przywara
2011-04-06KVM: fix XSAVE bit scanningAndre Przywara
2011-03-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-03-18x86: Fix common misspellingsLucas De Marchi
2011-03-17KVM: fix kvmclock regression due to missing clock updateNikola Ciprich
2011-03-17KVM: emulator: Fix io permission checking for 64bit guestGleb Natapov
2011-03-17KVM: MMU: move mmu pages calculated out of mmu lockXiao Guangrong
2011-03-17KVM: better readability of efer_reserved_bitsLai Jiangshan
2011-03-17KVM: Clear async page fault hash after switching to real modeLai Jiangshan
2011-03-17KVM: x86: Convert tsc_write_lock to raw_spinlockJan Kiszka
2011-03-17KVM: remove isr_ack logic from PICGleb Natapov
2011-03-17KVM: Convert kvm_lock to raw_spinlockJan Kiszka
2011-03-17KVM: Fix race between nmi injection and enabling nmi windowAvi Kivity
2011-03-17KVM: Drop ad-hoc vendor specific instruction restrictionAvi Kivity
2011-03-17KVM: Drop bogus x86_decode_insn() error checkAvi Kivity
2011-03-17KVM: x86: release kvmclock page on resetGlauber Costa
2011-03-17KVM: x86: handle guest access to BBL_CR_CTL3 MSRjohn cooper
2011-03-17KVM: Add "exiting guest mode" stateXiao Guangrong
2011-03-17KVM: x86: Remove user space triggerable MCE error messageJan Kiszka
2011-03-17KVM: fix rcu usage warning in kvm_arch_vcpu_ioctl_set_sregs()Xiao Guangrong
2011-01-13Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2011-01-12KVM: Initialize fpu state in preemptible contextAvi Kivity
2011-01-12KVM: Fetch guest cr3 from hardware on demandAvi Kivity
2011-01-12KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity
2011-01-12KVM: SVM: copy instruction bytes from VMCBAndre Przywara
2011-01-12KVM: cleanup emulate_instructionAndre Przywara
2011-01-12KVM: move complete_insn_gp() into x86.cAndre Przywara
2011-01-12KVM: x86: fix CR8 handlingAndre Przywara
2011-01-12KVM: Take missing slots_lock for kvm_io_bus_unregister_dev()Takuya Yoshikawa
2011-01-12KVM: return true when user space query KVM_CAP_USER_NMI extensionLai Jiangshan
2011-01-12KVM: Correct kvm_pio tracepoint count fieldAvi Kivity
2011-01-12KVM: MMU: retry #PF for softmmuXiao Guangrong
2011-01-12KVM: X86: Don't report L2 emulation failures to user-spaceJoerg Roedel
2011-01-12KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity
2011-01-12KVM: Push struct x86_exception info the various gva_to_gpa variantsAvi Kivity
2011-01-12KVM: x86 emulator: make emulator memory callbacks return full exceptionAvi Kivity