aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-28KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang3-3/+15
2008-10-28KVM: MMU: sync root on paravirt TLB flushMarcelo Tosatti1-0/+1
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven16-933/+1881
2008-10-16Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds16-912/+1862
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-10-15KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang3-42/+1
2008-10-15KVM: Move device assignment logic to common codeXiantao Zhang1-255/+0
2008-10-15KVM: Device Assignment: Move vtd.c from arch/x86/kvm/ to virt/kvm/Zhang xiantao2-194/+3
2008-10-15KVM: VMX: enable invlpg exiting if EPT is disabledMarcelo Tosatti1-1/+2
2008-10-15KVM: x86: Silence various LAPIC-related host kernel messagesJan Kiszka2-11/+9
2008-10-15KVM: Device Assignment: Map mmio pages into VT-d page tableWeidong Han1-18/+11
2008-10-15KVM: PIC: enhance IPI avoidanceMarcelo Tosatti3-2/+18
2008-10-15KVM: MMU: add "oos_shadow" parameter to disable oosMarcelo Tosatti1-1/+4
2008-10-15KVM: MMU: speed up mmu_unsync_walkMarcelo Tosatti1-12/+60
2008-10-15KVM: MMU: out of sync shadow coreMarcelo Tosatti3-18/+197
2008-10-15KVM: MMU: mmu_convert_notrap helperMarcelo Tosatti1-0/+14
2008-10-15KVM: MMU: awareness of new kvm_mmu_zap_page behaviourMarcelo Tosatti1-4/+9
2008-10-15KVM: MMU: mmu_parent_walkMarcelo Tosatti1-0/+27
2008-10-15KVM: x86: trap invlpgMarcelo Tosatti5-5/+71
2008-10-15KVM: MMU: sync roots on mmu reloadMarcelo Tosatti2-0/+37
2008-10-15KVM: MMU: mode specific sync_pageMarcelo Tosatti2-0/+64
2008-10-15KVM: MMU: do not write-protect large mappingsMarcelo Tosatti1-2/+8
2008-10-15KVM: MMU: move local TLB flush to mmu_set_spteMarcelo Tosatti1-4/+4
2008-10-15KVM: MMU: split mmu_set_spteMarcelo Tosatti1-44/+57
2008-10-15KVM: MMU: flush remote TLBs on large->normal entry overwriteMarcelo Tosatti1-1/+4
2008-10-15KVM: don't enter guest after SIPI was received by a CPUGleb Natapov1-1/+1
2008-10-15KVM: x86.c make kvm_load_realmode_segment staticHarvey Harrison1-1/+1
2008-10-15KVM: switch to get_user_pages_fastMarcelo Tosatti4-31/+10
2008-10-15KVM: Device Assignment: Free device structures if IRQ allocation failsAmit Shah1-41/+45
2008-10-15KVM: Device Assignment with VT-dBen-Ami Yassour3-0/+215
2008-10-15KVM: x86 emulator: Use DstAcc for 'and'Guillaume Thouvenin1-19/+2
2008-10-15KVM: x86 emulator: Add cmp al, imm and cmp ax, imm instructions (ocodes 3c, 3d)Guillaume Thouvenin1-1/+2
2008-10-15KVM: x86 emulator: Add DstAcc operand typeGuillaume Thouvenin1-16/+34
2008-10-15x86: Move FEATURE_CONTROL bits to msr-index.hSheng Yang1-3/+0
2008-10-15KVM: VMX: Rename IA32_FEATURE_CONTROL bitsSheng Yang2-11/+11
2008-10-15KVM: x86 emulator: fix jmp r/m64 instructionAvi Kivity1-1/+1
2008-10-15KVM: VMX: Cleanup stalled INTR_INFO readJan Kiszka1-3/+0
2008-10-15KVM: x86: unhalt vcpu0 on resetMarcelo Tosatti1-0/+6
2008-10-15KVM: x86 emulator: Add call near absolute instruction (opcode 0xff/2)Mohammed Gamal1-1/+10
2008-10-15KVM: x86: do not execute halted vcpusMarcelo Tosatti3-60/+61
2008-10-15KVM: x86 emulator: Add in/out instructions (opcodes 0xe4-0xe7, 0xec-0xef)Mohammed Gamal1-2/+33
2008-10-15KVM: Add statistics for guest irq injectionsAvi Kivity3-0/+3
2008-10-15KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addrSheng Yang2-7/+7
2008-10-15KVM: x86 emulator: Add std and cld instructions (opcodes 0xfc-0xfd)Mohammed Gamal1-1/+9
2008-10-15KVM: add MC5_MISC msr read supportJoerg Roedel1-0/+1
2008-10-15KVM: SVM: No need to unprotect memory during event injection when using nptAvi Kivity1-1/+1
2008-10-15KVM: MMU: Fix setting the accessed bit on non-speculative sptesAvi Kivity1-1/+1
2008-10-15KVM: MMU: Flush tlbs after clearing write permission when accessing dirty logAvi Kivity1-0/+1
2008-10-15KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access()Avi Kivity1-0/+2
2008-10-15KVM: MMU: Account for npt/ept/realmode page faultsAvi Kivity1-0/+1