summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-181-1/+1
|\
| * x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* | KVM: fix kvmclock regression due to missing clock updateNikola Ciprich2011-03-171-1/+1
* | KVM: emulator: Fix io permission checking for 64bit guestGleb Natapov2011-03-171-4/+11
* | KVM: MMU: move mmu pages calculated out of mmu lockXiao Guangrong2011-03-171-5/+5
* | KVM: better readability of efer_reserved_bitsLai Jiangshan2011-03-171-2/+3
* | KVM: Clear async page fault hash after switching to real modeLai Jiangshan2011-03-171-1/+3
* | KVM: x86: Convert tsc_write_lock to raw_spinlockJan Kiszka2011-03-171-3/+3
* | KVM: remove isr_ack logic from PICGleb Natapov2011-03-171-4/+0
* | KVM: Convert kvm_lock to raw_spinlockJan Kiszka2011-03-171-2/+2
* | KVM: Fix race between nmi injection and enabling nmi windowAvi Kivity2011-03-171-1/+3
* | KVM: Drop ad-hoc vendor specific instruction restrictionAvi Kivity2011-03-171-28/+5
* | KVM: Drop bogus x86_decode_insn() error checkAvi Kivity2011-03-171-3/+0
* | KVM: x86: release kvmclock page on resetGlauber Costa2011-03-171-8/+12
* | KVM: x86: handle guest access to BBL_CR_CTL3 MSRjohn cooper2011-03-171-0/+19
* | KVM: Add "exiting guest mode" stateXiao Guangrong2011-03-171-6/+10
* | KVM: x86: Remove user space triggerable MCE error messageJan Kiszka2011-03-171-3/+0
* | KVM: fix rcu usage warning in kvm_arch_vcpu_ioctl_set_sregs()Xiao Guangrong2011-03-171-1/+4
|/
* Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-01-131-123/+351
|\
| * KVM: Initialize fpu state in preemptible contextAvi Kivity2011-01-121-0/+3
| * KVM: Fetch guest cr3 from hardware on demandAvi Kivity2011-01-121-0/+2
| * KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity2011-01-121-9/+10
| * KVM: SVM: copy instruction bytes from VMCBAndre Przywara2011-01-121-2/+4
| * KVM: cleanup emulate_instructionAndre Przywara2011-01-121-6/+5
| * KVM: move complete_insn_gp() into x86.cAndre Przywara2011-01-121-0/+9
| * KVM: x86: fix CR8 handlingAndre Przywara2011-01-121-10/+8
| * 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/+22
| * 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/+2
| * 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/+5
| * KVM: MMU: remove kvm_mmu_set_base_ptesMarcelo Tosatti2011-01-121-1/+0
| * 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
OpenPOWER on IntegriCloud