summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-22KVM: x86 emulator: emulate CLTS internallyAvi Kivity1-7/+0
2011-05-22KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt()Avi Kivity1-14/+12
2011-05-22KVM: x86 emulator: drop vcpu argument from intercept callbackAvi Kivity1-2/+2
2011-05-22KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacksAvi Kivity1-10/+24
2011-05-22KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacksAvi Kivity1-18/+21
2011-05-11KVM: x86 emulator: drop vcpu argument from pio callbacksAvi Kivity1-6/+12
2011-05-11KVM: x86 emulator: drop vcpu argument from memory read/write callbacksAvi Kivity1-20/+34
2011-05-11KVM: X86: Update last_guest_tsc in vcpu_putJoerg Roedel1-1/+1
2011-05-11KVM: fix push of wrong eip when doing softintSerge E. Hallyn1-2/+3
2011-05-11KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpuGleb Natapov1-9/+38
2011-05-11KVM: X86: Implement userspace interface to set virtual_tsc_khzJoerg Roedel1-0/+35
2011-05-11KVM: X86: Delegate tsc-offset calculation to architecture codeJoerg Roedel1-5/+5
2011-05-11KVM: X86: Make tsc_delta calculation a function of guest tscJoerg Roedel1-2/+7
2011-05-11KVM: X86: Let kvm-clock report the right tsc frequencyJoerg Roedel1-10/+15
2011-05-11KVM: SVM: Add intercept check for emulated cr accessesJoerg Roedel1-13/+0
2011-05-11KVM: x86: Add x86 callback for intercept checkJoerg Roedel1-3/+3
2011-05-11KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTEDJoerg Roedel1-0/+3
2011-05-11KVM: x86 emulator: add framework for instruction interceptsAvi Kivity1-0/+9
2011-05-11KVM: x86 emulator: define callbacks for using the guest fpu within the emulatorAvi Kivity1-0/+18
2011-05-11KVM: 16-byte mmio supportAvi Kivity1-9/+25
2011-05-11KVM: Split mmio completion into a functionAvi Kivity1-14/+25
2011-05-11KVM: extend in-kernel mmio to handle >8 byte transactionsAvi Kivity1-12/+46
2011-05-11KVM: x86: better fix for race between nmi injection and enabling nmi windowGleb Natapov1-1/+10
2011-05-11Revert "KVM: Fix race between nmi injection and enabling nmi window"Marcelo Tosatti1-3/+1
2011-05-11KVM: expose async pf through our standard mechanismGlauber Costa1-0/+1
2011-05-11KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versionsAvi Kivity1-4/+4
2011-04-06KVM: move and fix substitue search for missing CPUID entriesAndre Przywara1-6/+25
2011-04-06KVM: fix XSAVE bit scanningAndre Przywara1-3/+3
2011-03-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-03-18x86: Fix common misspellingsLucas De Marchi1-1/+1
2011-03-17KVM: fix kvmclock regression due to missing clock updateNikola Ciprich1-1/+1
2011-03-17KVM: emulator: Fix io permission checking for 64bit guestGleb Natapov1-4/+11
2011-03-17KVM: MMU: move mmu pages calculated out of mmu lockXiao Guangrong1-5/+5
2011-03-17KVM: better readability of efer_reserved_bitsLai Jiangshan1-2/+3
2011-03-17KVM: Clear async page fault hash after switching to real modeLai Jiangshan1-1/+3
2011-03-17KVM: x86: Convert tsc_write_lock to raw_spinlockJan Kiszka1-3/+3
2011-03-17KVM: remove isr_ack logic from PICGleb Natapov1-4/+0
2011-03-17KVM: Convert kvm_lock to raw_spinlockJan Kiszka1-2/+2
2011-03-17KVM: Fix race between nmi injection and enabling nmi windowAvi Kivity1-1/+3
2011-03-17KVM: Drop ad-hoc vendor specific instruction restrictionAvi Kivity1-28/+5
2011-03-17KVM: Drop bogus x86_decode_insn() error checkAvi Kivity1-3/+0
2011-03-17KVM: x86: release kvmclock page on resetGlauber Costa1-8/+12
2011-03-17KVM: x86: handle guest access to BBL_CR_CTL3 MSRjohn cooper1-0/+19
2011-03-17KVM: Add "exiting guest mode" stateXiao Guangrong1-6/+10
2011-03-17KVM: x86: Remove user space triggerable MCE error messageJan Kiszka1-3/+0
2011-03-17KVM: fix rcu usage warning in kvm_arch_vcpu_ioctl_set_sregs()Xiao Guangrong1-1/+4
2011-01-13Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-123/+351
2011-01-12KVM: Initialize fpu state in preemptible contextAvi Kivity1-0/+3
2011-01-12KVM: Fetch guest cr3 from hardware on demandAvi Kivity1-0/+2
2011-01-12KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity1-9/+10