summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| * KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti2012-11-283-3/+13
| * KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti2012-11-282-8/+257
| * KVM: x86: notifier for clocksource changesMarcelo Tosatti2012-11-281-1/+93
| * KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti2012-11-284-8/+8
| * KVM: x86: retain pvclock guest stopped bit in guest memoryMarcelo Tosatti2012-11-281-7/+13
| * KVM: remove unnecessary return value checkGuo Chao2012-11-141-32/+0Star
| * KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()Guo Chao2012-11-141-1/+1
| * KVM: do not kfree error pointerGuo Chao2012-11-141-13/+6Star
| * KVM: do not treat noslot pfn as a error pfnXiao Guangrong2012-10-293-4/+4
| * Merge remote-tracking branch 'master' into queueMarcelo Tosatti2012-10-292-3/+2Star
| |\
| * | KVM: Take kvm instead of vcpu to mmu_notifier_retryChristoffer Dall2012-10-232-3/+3
| * | KVM: SVM: Cleanup error statementsBorislav Petkov2012-10-221-5/+2Star
| * | KVM: VMX: report internal error for MMIO #PF due to delivery eventXiao Guangrong2012-10-181-10/+16
| * | KVM: VMX: report internal error for the unhandleable eventXiao Guangrong2012-10-181-4/+15
| * | KVM: do not de-cache cr4 bits needlesslyGleb Natapov2012-10-181-1/+1
| * | KVM: MMU: introduce FNAME(prefetch_gpte)Xiao Guangrong2012-10-171-31/+24Star
| * | KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.hXiao Guangrong2012-10-172-31/+31
| * | KVM: MMU: cleanup FNAME(page_fault)Xiao Guangrong2012-10-171-19/+13Star
| * | KVM: MMU: remove mmu_is_invalidXiao Guangrong2012-10-172-7/+2Star
| * | KVM: x86: Make emulator_fix_hypercall staticJan Kiszka2012-10-081-2/+2
| * | KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_resetJan Kiszka2012-10-081-3/+5
* | | x86, kvm: Remove incorrect redundant assembly constraintH. Peter Anvin2012-11-271-2/+1Star
* | | KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update()Takashi Iwai2012-11-161-4/+7
* | | KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek2012-11-132-0/+6
* | | KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong2012-10-311-26/+34
| |/ |/|
* | KVM: apic: fix LDR calculation in x2apic modeGleb Natapov2012-10-221-1/+1
* | KVM: MMU: fix release noslot pfnXiao Guangrong2012-10-221-2/+1Star
|/
* Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-0421-1074/+1408
|\
| * KVM: x86: Fix guest debug across vcpu INIT resetJan Kiszka2012-09-233-41/+22Star
| * KVM: Add resampling irqfds for level triggered interruptsAlex Williamson2012-09-231-0/+4
| * KVM: optimize apic interrupt deliveryGleb Natapov2012-09-203-12/+181
| * KVM: MMU: Eliminate pointless temporary 'ac'Avi Kivity2012-09-201-4/+1Star
| * KVM: MMU: Avoid access/dirty update loop if all is wellAvi Kivity2012-09-201-6/+20
| * KVM: MMU: Eliminate eperm temporaryAvi Kivity2012-09-201-4/+1Star
| * KVM: MMU: Optimize is_last_gpte()Avi Kivity2012-09-203-20/+34
| * KVM: MMU: Simplify walk_addr_generic() loopAvi Kivity2012-09-201-35/+25Star
| * KVM: MMU: Optimize pte permission checksAvi Kivity2012-09-204-36/+54
| * KVM: MMU: Update accessed and dirty bits after guest pagetable walkAvi Kivity2012-09-201-29/+47
| * KVM: MMU: Move gpte_access() out of paging_tmpl.hAvi Kivity2012-09-202-16/+15Star
| * KVM: MMU: Optimize gpte_access() slightlyAvi Kivity2012-09-201-3/+1Star
| * KVM: MMU: Push clean gpte write protection out of gpte_access()Avi Kivity2012-09-203-13/+26
| * KVM: make processes waiting on vcpu mutex killableMichael S. Tsirkin2012-09-171-3/+9
| * KVM: SVM: Make use of asm.hAvi Kivity2012-09-171-26/+20Star
| * KVM: VMX: Make use of asm.hAvi Kivity2012-09-171-39/+30Star
| * KVM: VMX: Make lto-friendlyAvi Kivity2012-09-171-6/+11
| * KVM: x86: lapic: Clean up find_highest_vector() and count_vectors()Takuya Yoshikawa2012-09-121-12/+18
| * KVM: MMU: remove unnecessary checkXiao Guangrong2012-09-101-5/+0Star
| * KVM: Depend on HIGH_RES_TIMERSLiu, Jinsong2012-09-101-0/+1
| * KVM: use symbolic constant for nr interruptsMichael S. Tsirkin2012-09-061-2/+2
| * KVM: emulator: optimize "rep ins" handlingGleb Natapov2012-09-061-5/+28