summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2012-01-23iommu/core: Convert iommu_found to iommu_presentJoerg Roedel
2011-07-24KVM: MMU: trace mmio page faultXiao Guangrong
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong
2011-07-24KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the codeXiao Guangrong
2011-07-14KVM: Steal time implementationGlauber Costa
2011-07-12KVM: Enable ERMS feature support for KVMYang, Wei
2011-07-12KVM: Expose RDWRGSFS bit to KVM guestsYang, Wei
2011-07-12KVM: Add RDWRGSFS support when setting CR4Yang, Wei
2011-07-12KVM: Enable DRNG feature support for KVMYang, Wei Y
2011-07-12KVM: fix XSAVE bit scanning (now properly)Andre Przywara
2011-07-12KVM: Mask function7 ebx against host capability word9Yang, Wei Y
2011-07-12KVM: Add SMEP support when setting CR4Yang, Wei Y
2011-07-12KVM: x86 emulator: fold decode_cache into x86_emulate_ctxtAvi Kivity
2011-07-12KVM: x86 emulator: rename decode_cache::eip to _eipAvi Kivity
2011-07-12KVM: x86 emulator: Use the pointers ctxt and c consistentlyTakuya Yoshikawa
2011-07-12KVM: nVMX: Implement VMPTRSTNadav Har'El
2011-07-12KVM: nVMX: Implement VMCLEARNadav Har'El
2011-07-12KVM: nVMX: Decoding memory operands of VMX instructionsNadav Har'El
2011-07-12KVM: nVMX: Allow setting the VMXE bit in CR4Nadav Har'El
2011-07-12KVM: x86 emulator: Avoid clearing the whole decode_cacheTakuya Yoshikawa
2011-07-12KVM: x86 emulator: Clean up init_emulate_ctxt()Takuya Yoshikawa
2011-07-12KVM: Clean up error handling during VCPU creationJan Kiszka
2011-07-12KVM: Sanitize cpuidAvi Kivity
2011-07-12KVM: use __copy_to_user/__clear_user to write guest pageXiao Guangrong
2011-07-12KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functionsTakuya Yoshikawa
2011-05-22KVM: x86 emulator: consolidate segment accessorsAvi Kivity
2011-05-22KVM: Add CPUID support for VIA CPUBrillyWu@viatech.com.cn
2011-05-22KVM: call cache_all_regs() only once during instruction emulationGleb Natapov
2011-05-22KVM: Fix compound mmioGleb Natapov
2011-05-22KVM: mmio_fault_cr2 is not usedGleb Natapov
2011-05-22KVM: x86 emulator: drop x86_emulate_ctxt::vcpuAvi Kivity
2011-05-22KVM: Avoid using x86_emulate_ctxt.vcpuAvi Kivity
2011-05-22KVM: x86 emulator: add new ->wbinvd() callbackAvi Kivity
2011-05-22KVM: x86 emulator: add ->fix_hypercall() callbackAvi Kivity
2011-05-22KVM: x86 emulator: add new ->halt() callbackAvi Kivity
2011-05-22KVM: x86 emulator: make emulate_invlpg() an emulator callbackAvi Kivity
2011-05-22KVM: x86 emulator: emulate CLTS internallyAvi Kivity
2011-05-22KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt()Avi Kivity
2011-05-22KVM: x86 emulator: drop vcpu argument from intercept callbackAvi Kivity
2011-05-22KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacksAvi Kivity
2011-05-22KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacksAvi Kivity
2011-05-11KVM: x86 emulator: drop vcpu argument from pio callbacksAvi Kivity
2011-05-11KVM: x86 emulator: drop vcpu argument from memory read/write callbacksAvi Kivity
2011-05-11KVM: X86: Update last_guest_tsc in vcpu_putJoerg Roedel
2011-05-11KVM: fix push of wrong eip when doing softintSerge E. Hallyn
2011-05-11KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpuGleb Natapov
2011-05-11KVM: X86: Implement userspace interface to set virtual_tsc_khzJoerg Roedel
2011-05-11KVM: X86: Delegate tsc-offset calculation to architecture codeJoerg Roedel