aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAge
* KVM: x86: use dynamic percpu allocations for shared msrs areaMarcelo Tosatti2013-01-08
* Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-13
|\
| * KVM: emulator: fix real mode segment checks in address linearizationGleb Natapov2012-12-11
| * VMX: remove unneeded enable_unrestricted_guest checkGleb Natapov2012-12-11
| * KVM: VMX: fix DPL during entry to protected modeGleb Natapov2012-12-11
| * KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdumpZhang Yanfei2012-12-06
| * KVM: MMU: optimize for set_spteXiao Guangrong2012-12-06
| * KVM: x86: Make register state after reset conform to specificationJulian Stecklina2012-12-05
| * kvm: don't use bit24 for detecting address-specific invalidation capabilityZhang Xiantao2012-12-05
| * kvm: remove unnecessary bit checking for ept violationZhang Xiantao2012-12-05
| * KVM: x86: Fix uninitialized return codeJan Kiszka2012-12-02
| * KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld2012-11-30
| * KVM: x86: Add code to track call origin for msr assignmentWill Auld2012-11-30
| * KVM: VMX: fix memory order between loading vmcs and clearing vmcsXiao Guangrong2012-11-29
| * KVM: VMX: fix invalid cpu passed to smp_call_function_singleXiao Guangrong2012-11-28
| * KVM: x86: update pvclock area conditionally, on cpu migrationMarcelo Tosatti2012-11-27
| * KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti2012-11-27
| * KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti2012-11-27
| * KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti2012-11-27
| * KVM: x86: notifier for clocksource changesMarcelo Tosatti2012-11-27
| * KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti2012-11-27
| * KVM: x86: retain pvclock guest stopped bit in guest memoryMarcelo Tosatti2012-11-27
| * KVM: remove unnecessary return value checkGuo Chao2012-11-13
| * KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()Guo Chao2012-11-13
| * KVM: do not kfree error pointerGuo Chao2012-11-13
| * KVM: do not treat noslot pfn as a error pfnXiao Guangrong2012-10-29
| * Merge remote-tracking branch 'master' into queueMarcelo Tosatti2012-10-29
| |\
| * | KVM: Take kvm instead of vcpu to mmu_notifier_retryChristoffer Dall2012-10-23
| * | KVM: SVM: Cleanup error statementsBorislav Petkov2012-10-22
| * | KVM: VMX: report internal error for MMIO #PF due to delivery eventXiao Guangrong2012-10-18
| * | KVM: VMX: report internal error for the unhandleable eventXiao Guangrong2012-10-18
| * | KVM: do not de-cache cr4 bits needlesslyGleb Natapov2012-10-18
| * | KVM: MMU: introduce FNAME(prefetch_gpte)Xiao Guangrong2012-10-17
| * | KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.hXiao Guangrong2012-10-17
| * | KVM: MMU: cleanup FNAME(page_fault)Xiao Guangrong2012-10-17
| * | KVM: MMU: remove mmu_is_invalidXiao Guangrong2012-10-17
| * | KVM: x86: Make emulator_fix_hypercall staticJan Kiszka2012-10-08
| * | KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_resetJan Kiszka2012-10-08
* | | x86, kvm: Remove incorrect redundant assembly constraintH. Peter Anvin2012-11-26
* | | KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update()Takashi Iwai2012-11-16
* | | KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek2012-11-12
* | | KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong2012-10-31
| |/ |/|
* | KVM: apic: fix LDR calculation in x2apic modeGleb Natapov2012-10-22
* | KVM: MMU: fix release noslot pfnXiao Guangrong2012-10-22
|/
* Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-04
|\
| * KVM: x86: Fix guest debug across vcpu INIT resetJan Kiszka2012-09-23
| * KVM: Add resampling irqfds for level triggered interruptsAlex Williamson2012-09-23
| * KVM: optimize apic interrupt deliveryGleb Natapov2012-09-20
| * KVM: MMU: Eliminate pointless temporary 'ac'Avi Kivity2012-09-20
| * KVM: MMU: Avoid access/dirty update loop if all is wellAvi Kivity2012-09-20