summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: SVM: copy instruction bytes from VMCBAndre Przywara2011-01-121-2/+4
* KVM: cleanup emulate_instructionAndre Przywara2011-01-121-6/+5Star
* KVM: move complete_insn_gp() into x86.cAndre Przywara2011-01-121-0/+9
* KVM: x86: fix CR8 handlingAndre Przywara2011-01-121-10/+8Star
* KVM: Take missing slots_lock for kvm_io_bus_unregister_dev()Takuya Yoshikawa2011-01-121-0/+4
* KVM: return true when user space query KVM_CAP_USER_NMI extensionLai Jiangshan2011-01-121-0/+1
* KVM: Correct kvm_pio tracepoint count fieldAvi Kivity2011-01-121-2/+2
* KVM: MMU: retry #PF for softmmuXiao Guangrong2011-01-121-1/+5
* KVM: X86: Don't report L2 emulation failures to user-spaceJoerg Roedel2011-01-121-4/+10
* KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity2011-01-121-20/+24
* KVM: Push struct x86_exception info the various gva_to_gpa variantsAvi Kivity2011-01-121-30/+22Star
* KVM: x86 emulator: make emulator memory callbacks return full exceptionAvi Kivity2011-01-121-32/+44
* KVM: x86 emulator: introduce struct x86_exception to communicate faultsAvi Kivity2011-01-121-6/+7
* KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid infoAvi Kivity2011-01-121-0/+9
* KVM: MMU: fix apf prefault if nested guest is enabledXiao Guangrong2011-01-121-1/+2
* KVM: MMU: clear apfs if page state is changedXiao Guangrong2011-01-121-0/+3
* KVM: Clean up vm creation and releaseJan Kiszka2011-01-121-10/+2Star
* KVM: avoid unnecessary wait for a async pfXiao Guangrong2011-01-121-0/+1
* KVM: fix searching async gfn in kvm_async_pf_gfn_slotXiao Guangrong2011-01-121-2/+2
* KVM: x86: Avoid issuing wbinvd twiceJan Kiszka2011-01-121-4/+6
* KVM: pre-allocate one more dirty bitmap to avoid vmalloc()Takuya Yoshikawa2011-01-121-11/+5Star
* KVM: MMU: remove kvm_mmu_set_base_ptesMarcelo Tosatti2011-01-121-1/+0Star
* KVM: Send async PF when guest is not in userspace too.Gleb Natapov2011-01-121-1/+2
* KVM: Let host know whether the guest can handle async PF in non-userspace con...Gleb Natapov2011-01-121-2/+3
* KVM: Inject asynchronous page fault into a PV guest if page is swapped out.Gleb Natapov2011-01-121-5/+38
* KVM: Add PV MSR to enable asynchronous page faults delivery.Gleb Natapov2011-01-121-2/+36
* KVM: Add memory slot versioning and use it to provide fast guest write interfaceGleb Natapov2011-01-121-0/+1
* KVM: Retry fault before vmentryGleb Natapov2011-01-121-0/+14
* KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov2011-01-121-3/+109
* KVM: Don't reset mmu context unnecessarily when updating EFERAvi Kivity2011-01-021-1/+0Star
* KVM: Fix preemption counter leak in kvm_timer_init()Avi Kivity2010-12-161-1/+3
* KVM: SVM: Do not report xsave in supported cpuidJoerg Roedel2010-12-081-5/+0Star
* KVM: Fix OSXSAVE after migrationSheng Yang2010-12-081-0/+2
* KVM: x86: Issue smp_call_function_many with preemption disabledJan Kiszka2010-11-051-0/+2
* KVM: x86: fix information leak to userlandVasiliy Kulikov2010-11-051-0/+6
* KVM: Write protect memory after slot swapMichael S. Tsirkin2010-11-051-4/+4
* Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-241-182/+598
|\
| * KVM: MCE: Add MCG_SER_P into KVM_MCE_CAP_SUPPORTEDHuang Ying2010-10-241-1/+1
| * KVM: fix typo in copyright noticeNicolas Kaiser2010-10-241-1/+1
| * KVM: Disable interrupts around get_kernel_ns()Avi Kivity2010-10-241-0/+4
| * KVM: x86: Fix constant type in kvm_get_time_scaleJan Kiszka2010-10-241-3/+3
| * KVM: x86: TSC catchup modeZachary Amsden2010-10-241-21/+66
| * KVM: x86: Rename timer functionZachary Amsden2010-10-241-6/+6
| * KVM: x86: Make math work for other scalesZachary Amsden2010-10-241-12/+18
| * KVM: Add kvm_inject_realmode_interrupt() wrapperMohammed Gamal2010-10-241-0/+29
| * KVM: Convert PIC lock from raw spinlock to ordinary spinlockAvi Kivity2010-10-241-4/+4
| * KVM: x86: Fix kvmclock bugZachary Amsden2010-10-241-0/+1
| * KVM: MMU: Don't track nested fault info in error-codeJoerg Roedel2010-10-241-10/+4Star
| * KVM: Non-atomic interrupt injectionAvi Kivity2010-10-241-20/+16Star
| * KVM: Check for pending events before attempting injectionAvi Kivity2010-10-241-9/+32