summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86 emulator: consolidate segment accessorsAvi Kivity2011-05-221-31/+10Star
* KVM: Add CPUID support for VIA CPUBrillyWu@viatech.com.cn2011-05-221-0/+40
* KVM: call cache_all_regs() only once during instruction emulationGleb Natapov2011-05-221-8/+6Star
* KVM: Fix compound mmioGleb Natapov2011-05-221-1/+2
* KVM: mmio_fault_cr2 is not usedGleb Natapov2011-05-221-1/+1
* KVM: x86 emulator: drop x86_emulate_ctxt::vcpuAvi Kivity2011-05-221-1/+0Star
* KVM: Avoid using x86_emulate_ctxt.vcpuAvi Kivity2011-05-221-1/+1
* KVM: x86 emulator: add new ->wbinvd() callbackAvi Kivity2011-05-221-0/+6
* KVM: x86 emulator: add ->fix_hypercall() callbackAvi Kivity2011-05-221-1/+5
* KVM: x86 emulator: add new ->halt() callbackAvi Kivity2011-05-221-0/+6
* KVM: x86 emulator: make emulate_invlpg() an emulator callbackAvi Kivity2011-05-221-3/+3
* KVM: x86 emulator: emulate CLTS internallyAvi Kivity2011-05-221-7/+0Star
* KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt()Avi Kivity2011-05-221-14/+12Star
* KVM: x86 emulator: drop vcpu argument from intercept callbackAvi Kivity2011-05-221-2/+2
* KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacksAvi Kivity2011-05-221-10/+24
* KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacksAvi Kivity2011-05-221-18/+21
* KVM: x86 emulator: drop vcpu argument from pio callbacksAvi Kivity2011-05-111-6/+12
* KVM: x86 emulator: drop vcpu argument from memory read/write callbacksAvi Kivity2011-05-111-20/+34
* KVM: X86: Update last_guest_tsc in vcpu_putJoerg Roedel2011-05-111-1/+1
* KVM: fix push of wrong eip when doing softintSerge E. Hallyn2011-05-111-2/+3
* KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpuGleb Natapov2011-05-111-9/+38
* KVM: X86: Implement userspace interface to set virtual_tsc_khzJoerg Roedel2011-05-111-0/+35
* KVM: X86: Delegate tsc-offset calculation to architecture codeJoerg Roedel2011-05-111-5/+5
* KVM: X86: Make tsc_delta calculation a function of guest tscJoerg Roedel2011-05-111-2/+7
* KVM: X86: Let kvm-clock report the right tsc frequencyJoerg Roedel2011-05-111-10/+15
* KVM: SVM: Add intercept check for emulated cr accessesJoerg Roedel2011-05-111-13/+0Star
* KVM: x86: Add x86 callback for intercept checkJoerg Roedel2011-05-111-3/+3
* KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTEDJoerg Roedel2011-05-111-0/+3
* KVM: x86 emulator: add framework for instruction interceptsAvi Kivity2011-05-111-0/+9
* KVM: x86 emulator: define callbacks for using the guest fpu within the emulatorAvi Kivity2011-05-111-0/+18
* KVM: 16-byte mmio supportAvi Kivity2011-05-111-9/+25
* KVM: Split mmio completion into a functionAvi Kivity2011-05-111-14/+25
* KVM: extend in-kernel mmio to handle >8 byte transactionsAvi Kivity2011-05-111-12/+46
* KVM: x86: better fix for race between nmi injection and enabling nmi windowGleb Natapov2011-05-111-1/+10
* Revert "KVM: Fix race between nmi injection and enabling nmi window"Marcelo Tosatti2011-05-111-3/+1Star
* KVM: expose async pf through our standard mechanismGlauber Costa2011-05-111-0/+1
* KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versionsAvi Kivity2011-05-111-4/+4
* KVM: move and fix substitue search for missing CPUID entriesAndre Przywara2011-04-061-6/+25
* KVM: fix XSAVE bit scanningAndre Przywara2011-04-061-3/+3
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-181-1/+1
|\
| * x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* | KVM: fix kvmclock regression due to missing clock updateNikola Ciprich2011-03-171-1/+1
* | KVM: emulator: Fix io permission checking for 64bit guestGleb Natapov2011-03-171-4/+11
* | KVM: MMU: move mmu pages calculated out of mmu lockXiao Guangrong2011-03-171-5/+5
* | KVM: better readability of efer_reserved_bitsLai Jiangshan2011-03-171-2/+3
* | KVM: Clear async page fault hash after switching to real modeLai Jiangshan2011-03-171-1/+3
* | KVM: x86: Convert tsc_write_lock to raw_spinlockJan Kiszka2011-03-171-3/+3
* | KVM: remove isr_ack logic from PICGleb Natapov2011-03-171-4/+0Star
* | KVM: Convert kvm_lock to raw_spinlockJan Kiszka2011-03-171-2/+2
* | KVM: Fix race between nmi injection and enabling nmi windowAvi Kivity2011-03-171-1/+3