summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2012-08-14KVM: x86: drop parameter validation in ioapic/picMichael S. Tsirkin
2012-08-13KVM: VMX: Advertize RDTSC exiting to nested guestsAvi Kivity
2012-08-13KVM: VMX: restore MSR_IA32_DEBUGCTLMSR after VMEXITGleb Natapov
2012-08-13KVM: x86: fix pvclock guest stopped flag reportingMarcelo Tosatti
2012-08-09KVM: correctly detect APIC SW state in kvm_apic_post_state_restore()Gleb Natapov
2012-08-06KVM: inline kvm_apic_present() and kvm_lapic_enabled()Gleb Natapov
2012-08-06KVM: use jump label to optimize checking for in kernel local apic presenceGleb Natapov
2012-08-06KVM: use jump label to optimize checking for SW enabled apic in spurious inte...Gleb Natapov
2012-08-06KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSRGleb Natapov
2012-08-06KVM: mark apic enabled on start upGleb Natapov
2012-08-06KVM: use kvm_lapic_set_base() to change apic_baseGleb Natapov
2012-08-06KVM: clean up kvm_(set|get)_apic_baseGleb Natapov
2012-08-06KVM: do not release the error pageXiao Guangrong
2012-08-06KVM: do not release the error pfnXiao Guangrong
2012-08-06KVM: introduce KVM_PFN_ERR_HWPOISONXiao Guangrong
2012-08-06KVM: introduce KVM_PFN_ERR_FAULTXiao Guangrong
2012-08-06KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa
2012-08-06KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap arrayTakuya Yoshikawa
2012-08-06KVM: Stop checking rmap to see if slot is being createdTakuya Yoshikawa
2012-08-05Merge remote-tracking branch 'upstream' into nextAvi Kivity
2012-08-03KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct valueGleb Natapov
2012-08-01KVM: VMX: Fix ds/es corruption on i386 with preemptionAvi Kivity
2012-08-01KVM: x86: apply kvmclock offset to guest wall clock timeBruce Rogers
2012-08-01KVM: fold kvm_pit_timer into kvm_kpit_stateAvi Kivity
2012-08-01KVM: Simplify kvm_pit_timerAvi Kivity
2012-08-01KVM: Simplify kvm_timerAvi Kivity
2012-08-01KVM: Remove internal timer abstractionAvi Kivity
2012-07-30KVM: Don't update PPR on any APIC readAvi Kivity
2012-07-26KVM: Move KVM_IRQ_LINE to arch-generic codeChristoffer Dall
2012-07-26KVM: x86 emulator: drop unneeded call to get_segment()Gleb Natapov
2012-07-26KVM: PIC: call ack notifiers for irqs that are dropped form irrGleb Natapov
2012-07-26KVM: x86 emulator: simplify read_emulatedXiao Guangrong
2012-07-26KVM: MMU: use kvm_release_pfn_clean to release pfnXiao Guangrong
2012-07-26Merge branch 'queue' into nextAvi Kivity
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-07-23KVM: Add config to support ple or cpu relax optimzationRaghavendra K T
2012-07-20KVM: switch to symbolic name for irq_states sizeMichael S. Tsirkin
2012-07-20KVM: fix race with level interruptsMichael S. Tsirkin
2012-07-20KVM: x86: Fix typos in pmu.cGuo Chao
2012-07-20KVM: x86: Fix typos in lapic.cGuo Chao
2012-07-20KVM: x86: Fix typos in cpuid.cGuo Chao
2012-07-20KVM: x86: Fix typos in emulate.cGuo Chao
2012-07-20KVM: x86: Fix typos in x86.cGuo Chao
2012-07-20KVM: SVM: Fix typosGuo Chao
2012-07-20KVM: VMX: Fix typosGuo Chao
2012-07-19KVM: remove the unused parameter of gfn_to_pfn_memslotXiao Guangrong
2012-07-19KVM: using get_fault_pfn to get the fault pfnXiao Guangrong
2012-07-19KVM: MMU: track the refcount when unmap the pageXiao Guangrong
2012-07-19KVM: x86: remove unnecessary mark_page_dirtyXiao Guangrong
2012-07-18KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()Takuya Yoshikawa