summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2013-06-27KVM: x86: remove vcpu's CPL check in host-invoked XCR setZhanghaoyu (A)
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
2013-04-05KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek
2013-04-05KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity
2013-04-05KVM: Clean up error handling during VCPU creationJan Kiszka
2012-04-02KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf
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
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