summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-12KVM: SVM: copy instruction bytes from VMCBAndre Przywara1-2/+4
2011-01-12KVM: cleanup emulate_instructionAndre Przywara1-6/+5
2011-01-12KVM: move complete_insn_gp() into x86.cAndre Przywara1-0/+9
2011-01-12KVM: x86: fix CR8 handlingAndre Przywara1-10/+8
2011-01-12KVM: Take missing slots_lock for kvm_io_bus_unregister_dev()Takuya Yoshikawa1-0/+4
2011-01-12KVM: return true when user space query KVM_CAP_USER_NMI extensionLai Jiangshan1-0/+1
2011-01-12KVM: Correct kvm_pio tracepoint count fieldAvi Kivity1-2/+2
2011-01-12KVM: MMU: retry #PF for softmmuXiao Guangrong1-1/+5
2011-01-12KVM: X86: Don't report L2 emulation failures to user-spaceJoerg Roedel1-4/+10
2011-01-12KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity1-20/+24
2011-01-12KVM: Push struct x86_exception info the various gva_to_gpa variantsAvi Kivity1-30/+22
2011-01-12KVM: x86 emulator: make emulator memory callbacks return full exceptionAvi Kivity1-32/+44
2011-01-12KVM: x86 emulator: introduce struct x86_exception to communicate faultsAvi Kivity1-6/+7
2011-01-12KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid infoAvi Kivity1-0/+9
2011-01-12KVM: MMU: fix apf prefault if nested guest is enabledXiao Guangrong1-1/+2
2011-01-12KVM: MMU: clear apfs if page state is changedXiao Guangrong1-0/+3
2011-01-12KVM: Clean up vm creation and releaseJan Kiszka1-10/+2
2011-01-12KVM: avoid unnecessary wait for a async pfXiao Guangrong1-0/+1
2011-01-12KVM: fix searching async gfn in kvm_async_pf_gfn_slotXiao Guangrong1-2/+2
2011-01-12KVM: x86: Avoid issuing wbinvd twiceJan Kiszka1-4/+6
2011-01-12KVM: pre-allocate one more dirty bitmap to avoid vmalloc()Takuya Yoshikawa1-11/+5
2011-01-12KVM: MMU: remove kvm_mmu_set_base_ptesMarcelo Tosatti1-1/+0
2011-01-12KVM: Send async PF when guest is not in userspace too.Gleb Natapov1-1/+2
2011-01-12KVM: Let host know whether the guest can handle async PF in non-userspace con...Gleb Natapov1-2/+3
2011-01-12KVM: Inject asynchronous page fault into a PV guest if page is swapped out.Gleb Natapov1-5/+38
2011-01-12KVM: Add PV MSR to enable asynchronous page faults delivery.Gleb Natapov1-2/+36
2011-01-12KVM: Add memory slot versioning and use it to provide fast guest write interfaceGleb Natapov1-0/+1
2011-01-12KVM: Retry fault before vmentryGleb Natapov1-0/+14
2011-01-12KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov1-3/+109
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-4/+4
2011-01-02KVM: Don't reset mmu context unnecessarily when updating EFERAvi Kivity1-1/+0
2010-12-30x86: Use this_cpu_ops to optimize codeTejun Heo1-4/+4
2010-12-16KVM: Fix preemption counter leak in kvm_timer_init()Avi Kivity1-1/+3
2010-12-08KVM: SVM: Do not report xsave in supported cpuidJoerg Roedel1-5/+0
2010-12-08KVM: Fix OSXSAVE after migrationSheng Yang1-0/+2
2010-11-05KVM: x86: Issue smp_call_function_many with preemption disabledJan Kiszka1-0/+2
2010-11-05KVM: x86: fix information leak to userlandVasiliy Kulikov1-0/+6
2010-11-05KVM: Write protect memory after slot swapMichael S. Tsirkin1-4/+4
2010-10-24Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-182/+598
2010-10-24KVM: MCE: Add MCG_SER_P into KVM_MCE_CAP_SUPPORTEDHuang Ying1-1/+1
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser1-1/+1
2010-10-24KVM: Disable interrupts around get_kernel_ns()Avi Kivity1-0/+4
2010-10-24KVM: x86: Fix constant type in kvm_get_time_scaleJan Kiszka1-3/+3
2010-10-24KVM: x86: TSC catchup modeZachary Amsden1-21/+66
2010-10-24KVM: x86: Rename timer functionZachary Amsden1-6/+6
2010-10-24KVM: x86: Make math work for other scalesZachary Amsden1-12/+18