summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2012-09-17KVM: SVM: Make use of asm.hAvi Kivity1-26/+20
2012-09-17KVM: VMX: Make use of asm.hAvi Kivity1-39/+30
2012-09-17KVM: VMX: Make lto-friendlyAvi Kivity1-6/+11
2012-09-12KVM: x86: lapic: Clean up find_highest_vector() and count_vectors()Takuya Yoshikawa1-12/+18
2012-09-10KVM: MMU: remove unnecessary checkXiao Guangrong1-5/+0
2012-09-10KVM: Depend on HIGH_RES_TIMERSLiu, Jinsong1-0/+1
2012-09-06KVM: use symbolic constant for nr interruptsMichael S. Tsirkin1-2/+2
2012-09-06KVM: emulator: optimize "rep ins" handlingGleb Natapov2-6/+31
2012-09-06KVM: emulator: string_addr_inc() cleanupGleb Natapov1-7/+4
2012-09-06KVM: emulator: make x86 emulation modes enum instead of definesGleb Natapov2-13/+13
2012-09-06KVM: Provide userspace IO exit completion callbackGleb Natapov2-37/+57
2012-09-06KVM: move postcommit flush to x86, as mmio sptes are x86 specificMarcelo Tosatti1-0/+8
2012-09-06KVM: split kvm_arch_flush_shadowMarcelo Tosatti1-1/+7
2012-09-05KVM: SVM: constify lookup tablesMathias Krause1-4/+4
2012-09-05KVM: VMX: constify lookup tablesMathias Krause1-7/+7
2012-09-05KVM: x86: more constificationMathias Krause2-2/+2
2012-09-05KVM: x86: constify read_write_emulator_opsMathias Krause1-4/+4
2012-09-05KVM: x86 emulator: constify emulate_opsMathias Krause3-13/+13
2012-09-05KVM: x86 emulator: mark opcode tables constMathias Krause1-20/+20
2012-09-05KVM: x86 emulator: use aligned variants of SSE register opsMathias Krause1-32/+32
2012-09-05KVM: x86: minor size optimizationMathias Krause1-6/+6
2012-09-04KVM: cleanup pic resetGleb Natapov1-41/+11
2012-08-31KVM: x86: remove unused variable from kvm_task_switch()Marcelo Tosatti1-1/+0
2012-08-28KVM: VMX: Ignore segment G and D bits when considering whether we can virtualizeAvi Kivity1-1/+1
2012-08-28KVM: VMX: Save all segment data in real modeAvi Kivity1-0/+1
2012-08-28KVM: VMX: Preserve segment limit and access rights in real modeAvi Kivity1-0/+3
2012-08-28KVM: VMX: Return real real-mode segment data even if emulate_invalid_guest_st...Avi Kivity1-2/+1
2012-08-28KVM: x86 emulator: Fix #GP error code during linearizationAvi Kivity1-2/+2
2012-08-28KVM: x86 emulator: Check segment limits in real mode tooAvi Kivity1-3/+4
2012-08-28KVM: x86 emulator: Leave segment limit and attributs alone in real modeAvi Kivity1-6/+2
2012-08-28KVM: VMX: Allow vm86 virtualization of big real modeAvi Kivity1-1/+1
2012-08-28KVM: VMX: Allow real mode emulation using vm86 with dpl=0Avi Kivity1-1/+1
2012-08-28KVM: VMX: Retain limit and attributes when entering protected modeAvi Kivity1-6/+6
2012-08-28KVM: VMX: Use kvm_segment to save protected-mode segments when entering realmodeAvi Kivity1-61/+24
2012-08-28KVM: VMX: Fix incorrect lookup of segment S flag in fix_pmode_dataseg()Avi Kivity1-2/+2
2012-08-28KVM: VMX: Separate saving pre-realmode state from setting segmentsAvi Kivity1-7/+13
2012-08-28KVM: x86 emulator: access GPRs on demandAvi Kivity3-144/+220
2012-08-26Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti23-293/+385
2012-08-26Merge tag 'stable/for-linus-3.6-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-113/+113
2012-08-26Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-14/+31
2012-08-23xen/setup: Fix one-off error when adding for-balloon PFNs to the P2M.Konrad Rzeszutek Wilk1-1/+8
2012-08-23x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUESTMarcelo Tosatti5-20/+12
2012-08-23x86, microcode, AMD: Fix broken ucode patch size checkAndreas Herrmann1-3/+4
2012-08-23KVM: 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 Guangrong3-0/+11
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-22x86/alternatives: Fix p6 nops on non-modular kernelsAvi Kivity1-1/+1
2012-08-22x86/fixup_irq: Use cpu_online_mask instead of cpu_all_maskLiu, Chuansheng1-1/+1