summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
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
2011-01-12KVM: x86 emulator: introduce struct x86_exception to communicate faultsAvi Kivity
2011-01-12KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid infoAvi Kivity
2011-01-12KVM: MMU: fix apf prefault if nested guest is enabledXiao Guangrong
2011-01-12KVM: MMU: clear apfs if page state is changedXiao Guangrong
2011-01-12KVM: Clean up vm creation and releaseJan Kiszka
2011-01-12KVM: avoid unnecessary wait for a async pfXiao Guangrong
2011-01-12KVM: fix searching async gfn in kvm_async_pf_gfn_slotXiao Guangrong
2011-01-12KVM: x86: Avoid issuing wbinvd twiceJan Kiszka
2011-01-12KVM: pre-allocate one more dirty bitmap to avoid vmalloc()Takuya Yoshikawa
2011-01-12KVM: MMU: remove kvm_mmu_set_base_ptesMarcelo Tosatti
2011-01-12KVM: Send async PF when guest is not in userspace too.Gleb Natapov
2011-01-12KVM: Let host know whether the guest can handle async PF in non-userspace con...Gleb Natapov
2011-01-12KVM: Inject asynchronous page fault into a PV guest if page is swapped out.Gleb Natapov
2011-01-12KVM: Add PV MSR to enable asynchronous page faults delivery.Gleb Natapov
2011-01-12KVM: Add memory slot versioning and use it to provide fast guest write interfaceGleb Natapov
2011-01-12KVM: Retry fault before vmentryGleb Natapov
2011-01-12KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-01-02KVM: Don't reset mmu context unnecessarily when updating EFERAvi Kivity
2010-12-30x86: Use this_cpu_ops to optimize codeTejun Heo
2010-12-16KVM: Fix preemption counter leak in kvm_timer_init()Avi Kivity
2010-12-08KVM: SVM: Do not report xsave in supported cpuidJoerg Roedel
2010-12-08KVM: Fix OSXSAVE after migrationSheng Yang
2010-11-05KVM: x86: Issue smp_call_function_many with preemption disabledJan Kiszka
2010-11-05KVM: x86: fix information leak to userlandVasiliy Kulikov
2010-11-05KVM: Write protect memory after slot swapMichael S. Tsirkin
2010-10-24Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds