aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAge
* Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-01-13
|\
| * KVM: Initialize fpu state in preemptible contextAvi Kivity2011-01-12
| * KVM: Fetch guest cr3 from hardware on demandAvi Kivity2011-01-12
| * KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity2011-01-12
| * KVM: SVM: copy instruction bytes from VMCBAndre Przywara2011-01-12
| * KVM: cleanup emulate_instructionAndre Przywara2011-01-12
| * KVM: move complete_insn_gp() into x86.cAndre Przywara2011-01-12
| * KVM: x86: fix CR8 handlingAndre Przywara2011-01-12
| * KVM: Take missing slots_lock for kvm_io_bus_unregister_dev()Takuya Yoshikawa2011-01-12
| * KVM: return true when user space query KVM_CAP_USER_NMI extensionLai Jiangshan2011-01-12
| * KVM: Correct kvm_pio tracepoint count fieldAvi Kivity2011-01-12
| * KVM: MMU: retry #PF for softmmuXiao Guangrong2011-01-12
| * KVM: X86: Don't report L2 emulation failures to user-spaceJoerg Roedel2011-01-12
| * KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity2011-01-12
| * KVM: Push struct x86_exception info the various gva_to_gpa variantsAvi Kivity2011-01-12
| * KVM: x86 emulator: make emulator memory callbacks return full exceptionAvi Kivity2011-01-12
| * KVM: x86 emulator: introduce struct x86_exception to communicate faultsAvi Kivity2011-01-12
| * KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid infoAvi Kivity2011-01-12
| * KVM: MMU: fix apf prefault if nested guest is enabledXiao Guangrong2011-01-12
| * KVM: MMU: clear apfs if page state is changedXiao Guangrong2011-01-12
| * KVM: Clean up vm creation and releaseJan Kiszka2011-01-12
| * KVM: avoid unnecessary wait for a async pfXiao Guangrong2011-01-12
| * KVM: fix searching async gfn in kvm_async_pf_gfn_slotXiao Guangrong2011-01-12
| * KVM: x86: Avoid issuing wbinvd twiceJan Kiszka2011-01-12
| * KVM: pre-allocate one more dirty bitmap to avoid vmalloc()Takuya Yoshikawa2011-01-12
| * KVM: MMU: remove kvm_mmu_set_base_ptesMarcelo Tosatti2011-01-12
| * KVM: Send async PF when guest is not in userspace too.Gleb Natapov2011-01-12
| * KVM: Let host know whether the guest can handle async PF in non-userspace con...Gleb Natapov2011-01-12
| * KVM: Inject asynchronous page fault into a PV guest if page is swapped out.Gleb Natapov2011-01-12
| * KVM: Add PV MSR to enable asynchronous page faults delivery.Gleb Natapov2011-01-12
| * KVM: Add memory slot versioning and use it to provide fast guest write interfaceGleb Natapov2011-01-12
| * KVM: Retry fault before vmentryGleb Natapov2011-01-12
| * KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov2011-01-12
| * KVM: Don't reset mmu context unnecessarily when updating EFERAvi Kivity2011-01-02
* | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-07
|\ \ | |/ |/|
| * x86: Use this_cpu_ops to optimize codeTejun Heo2010-12-30
* | KVM: Fix preemption counter leak in kvm_timer_init()Avi Kivity2010-12-16
* | KVM: SVM: Do not report xsave in supported cpuidJoerg Roedel2010-12-08
* | KVM: Fix OSXSAVE after migrationSheng Yang2010-12-08
|/
* KVM: x86: Issue smp_call_function_many with preemption disabledJan Kiszka2010-11-05
* KVM: x86: fix information leak to userlandVasiliy Kulikov2010-11-05
* KVM: Write protect memory after slot swapMichael S. Tsirkin2010-11-05
* Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-24
|\
| * KVM: MCE: Add MCG_SER_P into KVM_MCE_CAP_SUPPORTEDHuang Ying2010-10-24
| * KVM: fix typo in copyright noticeNicolas Kaiser2010-10-24
| * KVM: Disable interrupts around get_kernel_ns()Avi Kivity2010-10-24
| * KVM: x86: Fix constant type in kvm_get_time_scaleJan Kiszka2010-10-24
| * KVM: x86: TSC catchup modeZachary Amsden2010-10-24
| * KVM: x86: Rename timer functionZachary Amsden2010-10-24
| * KVM: x86: Make math work for other scalesZachary Amsden2010-10-24