summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2012-08-27KVM: VMX: Preserve segment limit and access rights in real modeAvi Kivity1-0/+3
2012-08-27KVM: VMX: Return real real-mode segment data even if emulate_invalid_guest_st...Avi Kivity1-2/+1
2012-08-27KVM: x86 emulator: Fix #GP error code during linearizationAvi Kivity1-2/+2
2012-08-27KVM: x86 emulator: Check segment limits in real mode tooAvi Kivity1-3/+4
2012-08-27KVM: x86 emulator: Leave segment limit and attributs alone in real modeAvi Kivity1-6/+2
2012-08-27KVM: VMX: Allow vm86 virtualization of big real modeAvi Kivity1-1/+1
2012-08-27KVM: VMX: Allow real mode emulation using vm86 with dpl=0Avi Kivity1-1/+1
2012-08-27KVM: VMX: Retain limit and attributes when entering protected modeAvi Kivity1-6/+6
2012-08-27KVM: VMX: Use kvm_segment to save protected-mode segments when entering realmodeAvi Kivity1-61/+24
2012-08-27KVM: VMX: Fix incorrect lookup of segment S flag in fix_pmode_dataseg()Avi Kivity1-2/+2
2012-08-27KVM: VMX: Separate saving pre-realmode state from setting segmentsAvi Kivity1-7/+13
2012-08-27KVM: x86 emulator: access GPRs on demandAvi Kivity2-143/+201
2012-08-27KVM: x86: fix KVM_GET_MSR for PV EOIMichael S. Tsirkin1-0/+3
2012-08-26Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2-13/+30
2012-08-22KVM: x86 emulator: use stack size attribute to mask rsp in stack opsAvi Kivity1-9/+21
2012-08-22KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intendedTakuya Yoshikawa1-4/+9
2012-08-22KVM: introduce readonly memslotXiao Guangrong2-0/+10
2012-08-22KVM: introduce gfn_to_pfn_memslot_atomicXiao Guangrong1-4/+1
2012-08-22KVM: x86: fix possible infinite loop caused by reexecute_instructionXiao Guangrong1-1/+11
2012-08-14KVM: x86: drop parameter validation in ioapic/picMichael S. Tsirkin1-9/+9
2012-08-13KVM: VMX: Advertize RDTSC exiting to nested guestsAvi Kivity1-1/+1
2012-08-13KVM: VMX: restore MSR_IA32_DEBUGCTLMSR after VMEXITGleb Natapov1-0/+6
2012-08-13KVM: x86: fix pvclock guest stopped flag reportingMarcelo Tosatti1-3/+10
2012-08-09KVM: correctly detect APIC SW state in kvm_apic_post_state_restore()Gleb Natapov3-5/+8
2012-08-06KVM: inline kvm_apic_present() and kvm_lapic_enabled()Gleb Natapov2-92/+96
2012-08-06KVM: use jump label to optimize checking for in kernel local apic presenceGleb Natapov3-29/+41
2012-08-06KVM: use jump label to optimize checking for SW enabled apic in spurious inte...Gleb Natapov1-8/+31
2012-08-06KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSRGleb Natapov3-1/+30
2012-08-06KVM: mark apic enabled on start upGleb Natapov1-1/+2
2012-08-06KVM: use kvm_lapic_set_base() to change apic_baseGleb Natapov1-5/+4
2012-08-06KVM: clean up kvm_(set|get)_apic_baseGleb Natapov1-8/+2
2012-08-06KVM: do not release the error pageXiao Guangrong3-10/+5
2012-08-06KVM: do not release the error pfnXiao Guangrong3-13/+6
2012-08-06KVM: introduce KVM_PFN_ERR_HWPOISONXiao Guangrong1-1/+1
2012-08-06KVM: introduce KVM_PFN_ERR_FAULTXiao Guangrong1-1/+1
2012-08-06KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa2-27/+33
2012-08-06KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap arrayTakuya Yoshikawa2-4/+3
2012-08-06KVM: Stop checking rmap to see if slot is being createdTakuya Yoshikawa1-2/+2
2012-08-05KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct valueGleb Natapov1-1/+1
2012-08-05Merge remote-tracking branch 'upstream' into nextAvi Kivity3-7/+34
2012-08-03KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct valueGleb Natapov1-1/+1
2012-08-01KVM: VMX: Fix ds/es corruption on i386 with preemptionAvi Kivity1-7/+13
2012-08-01KVM: x86: apply kvmclock offset to guest wall clock timeBruce Rogers1-0/+4
2012-08-01KVM: fold kvm_pit_timer into kvm_kpit_stateAvi Kivity3-37/+31
2012-08-01KVM: Simplify kvm_pit_timerAvi Kivity2-21/+1
2012-08-01KVM: Simplify kvm_timerAvi Kivity2-21/+5
2012-08-01KVM: Remove internal timer abstractionAvi Kivity7-73/+67
2012-07-30KVM: Don't update PPR on any APIC readAvi Kivity1-2/+4
2012-07-26KVM: Move KVM_IRQ_LINE to arch-generic codeChristoffer Dall1-23/+10
2012-07-26KVM: x86 emulator: drop unneeded call to get_segment()Gleb Natapov1-6/+3