summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2012-09-12KVM: x86: lapic: Clean up find_highest_vector() and count_vectors()Takuya Yoshikawa
2012-09-10KVM: MMU: remove unnecessary checkXiao Guangrong
2012-09-10KVM: Depend on HIGH_RES_TIMERSLiu, Jinsong
2012-09-06KVM: use symbolic constant for nr interruptsMichael S. Tsirkin
2012-09-06KVM: emulator: optimize "rep ins" handlingGleb Natapov
2012-09-06KVM: emulator: string_addr_inc() cleanupGleb Natapov
2012-09-06KVM: emulator: make x86 emulation modes enum instead of definesGleb Natapov
2012-09-06KVM: Provide userspace IO exit completion callbackGleb Natapov
2012-09-06KVM: move postcommit flush to x86, as mmio sptes are x86 specificMarcelo Tosatti
2012-09-06KVM: split kvm_arch_flush_shadowMarcelo Tosatti
2012-09-05KVM: SVM: constify lookup tablesMathias Krause
2012-09-05KVM: VMX: constify lookup tablesMathias Krause
2012-09-05KVM: x86: more constificationMathias Krause
2012-09-05KVM: x86: constify read_write_emulator_opsMathias Krause
2012-09-05KVM: x86 emulator: constify emulate_opsMathias Krause
2012-09-05KVM: x86 emulator: mark opcode tables constMathias Krause
2012-09-05KVM: x86 emulator: use aligned variants of SSE register opsMathias Krause
2012-09-05KVM: x86: minor size optimizationMathias Krause
2012-09-04KVM: cleanup pic resetGleb Natapov
2012-08-30KVM: x86: remove unused variable from kvm_task_switch()Marcelo Tosatti
2012-08-27KVM: VMX: Ignore segment G and D bits when considering whether we can virtualizeAvi Kivity
2012-08-27KVM: VMX: Save all segment data in real modeAvi Kivity
2012-08-27KVM: VMX: Preserve segment limit and access rights in real modeAvi Kivity
2012-08-27KVM: VMX: Return real real-mode segment data even if emulate_invalid_guest_st...Avi Kivity
2012-08-27KVM: x86 emulator: Fix #GP error code during linearizationAvi Kivity
2012-08-27KVM: x86 emulator: Check segment limits in real mode tooAvi Kivity
2012-08-27KVM: x86 emulator: Leave segment limit and attributs alone in real modeAvi Kivity
2012-08-27KVM: VMX: Allow vm86 virtualization of big real modeAvi Kivity
2012-08-27KVM: VMX: Allow real mode emulation using vm86 with dpl=0Avi Kivity
2012-08-27KVM: VMX: Retain limit and attributes when entering protected modeAvi Kivity
2012-08-27KVM: VMX: Use kvm_segment to save protected-mode segments when entering realmodeAvi Kivity
2012-08-27KVM: VMX: Fix incorrect lookup of segment S flag in fix_pmode_dataseg()Avi Kivity
2012-08-27KVM: VMX: Separate saving pre-realmode state from setting segmentsAvi Kivity
2012-08-27KVM: x86 emulator: access GPRs on demandAvi Kivity
2012-08-26Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti
2012-08-22KVM: x86 emulator: use stack size attribute to mask rsp in stack opsAvi Kivity
2012-08-22KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intendedTakuya Yoshikawa
2012-08-22KVM: introduce readonly memslotXiao Guangrong
2012-08-22KVM: introduce gfn_to_pfn_memslot_atomicXiao Guangrong
2012-08-22KVM: x86: fix possible infinite loop caused by reexecute_instructionXiao Guangrong
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