summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2008-12-31KVM: Enable MTRR for EPTSheng Yang4-4/+25
2008-12-31KVM: Add local get_mtrr_type() to support MTRRSheng Yang1-0/+104
2008-12-31KVM: VMX: Add PAT support for EPTSheng Yang3-4/+34
2008-12-31KVM: Improve MTRR structureSheng Yang1-2/+59
2008-12-31KVM: call kvm_arch_vcpu_reset() instead of the kvm_x86_ops callbackGleb Natapov1-1/+1
2008-12-31KVM: VMX: work around lacking VNMI supportJan Kiszka1-59/+115
2008-12-31KVM: VMX: Provide support for user space injected NMIsJan Kiszka1-0/+33
2008-12-31KVM: x86: Support for user space injected NMIsJan Kiszka1-2/+44
2008-12-31KVM: Kick NMI receiving VCPUJan Kiszka1-0/+1
2008-12-31KVM: x86: VCPU with pending NMI is runnabledJan Kiszka1-1/+2
2008-12-31KVM: x86: Enable NMI Watchdog via in-kernel PIT sourceJan Kiszka3-5/+45
2008-12-31KVM: VMX: fix real-mode NMI supportJan Kiszka1-0/+13
2008-12-31KVM: VMX: refactor IRQ and NMI window enablingJan Kiszka1-46/+32
2008-12-31KVM: VMX: refactor/fix IRQ and NMI injectability determinationJan Kiszka1-25/+21
2008-12-31KVM: x86: Reset pending/inject NMI state on CPU resetJan Kiszka1-0/+3
2008-12-31KVM: VMX: Support for NMI task gatesJan Kiszka1-3/+15
2008-12-31KVM: VMX: Use INTR_TYPE_NMI_INTR instead of magic valueJan Kiszka1-2/+2
2008-12-31KVM: VMX: include all IRQ window exits in statisticsJan Kiszka1-1/+1
2008-12-31KVM: x86 emulator: consolidate push regGuillaume Thouvenin1-7/+1
2008-11-26KVM: MMU: avoid creation of unreachable pages in the shadowMarcelo Tosatti1-0/+1
2008-11-23KVM: MMU: fix sync of ptes addressed at owner pagetableMarcelo Tosatti1-1/+1
2008-11-23KVM: VMX: Fix interrupt loss during race with NMIAvi Kivity1-1/+3
2008-11-11KVM: Fix pit memory leak if unable to allocate irq source idAvi Kivity1-1/+3
2008-11-11KVM: VMX: Set IGMT bit in EPT entrySheng Yang2-1/+3
2008-11-11KVM: Require the PCI subsystemAvi Kivity1-0/+2
2008-11-11KVM: MMU: increase per-vcpu rmap cache alloc sizeMarcelo Tosatti1-1/+1
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-17Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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