aboutsummaryrefslogtreecommitdiffstats
path: root/virt (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-31KVM: Extract core of kvm_flush_remote_tlbs/kvm_reload_remote_mmusRusty Russell1-29/+15
2008-12-31KVM: set owner of cpu and vm file operationsChristian Borntraeger1-2/+4
2008-12-31KVM: Really remove a slot when a user ask us soGlauber Costa1-1/+4
2008-12-31KVM: split out kvm_free_assigned_irq()Mark McLoughlin1-7/+22
2008-12-31KVM: add KVM_USERSPACE_IRQ_SOURCE_ID assertionsMark McLoughlin1-4/+10
2008-12-31KVM: don't free an unallocated irq source idMark McLoughlin1-2/+5
2008-12-31KVM: make kvm_unregister_irq_ack_notifier() safeMark McLoughlin1-3/+1
2008-12-31KVM: remove the IRQ ACK notifier assertionsMark McLoughlin1-3/+0
2008-12-31KVM: fix sparse warningHannes Eder1-1/+1
2008-12-31KVM: Prevent trace call into unloaded module textWu Fengguang1-0/+1
2008-12-31KVM: MSI to INTx translateSheng Yang1-16/+54
2008-12-31KVM: Enable MSI for device assignmentSheng Yang1-6/+75
2008-12-31KVM: Add assigned_device_msi_dispatch()Sheng Yang1-0/+55
2008-12-31KVM: Export ioapic_get_delivery_bitmaskSheng Yang2-3/+6
2008-12-31KVM: Clean up assigned_device_update_irqSheng Yang1-6/+4
2008-12-31KVM: Replace irq_requested with more generic irq_requested_typeSheng Yang1-4/+5
2008-12-31KVM: Separate update irq to a single functionSheng Yang1-30/+38
2008-12-31KVM: Move ack notifier register and IRQ sourcd ID requestSheng Yang1-11/+19
2008-12-31KVM: Fix kernel allocated memory slotSheng Yang1-1/+1
2008-12-31KVM: ensure that memslot userspace addresses are page-alignedHollis Blanchard1-0/+2
2008-12-31KVM: MMU: Fix aliased gfns treated as unaliasedIzik Eidus1-4/+5
2008-12-31KVM: Enable Function Level Reset for assigned deviceSheng Yang1-0/+5
2008-12-31KVM: IRQ ACK notifier should be used with in-kernel irqchipSheng Yang2-3/+7
2008-12-31KVM: Kick NMI receiving VCPUJan Kiszka1-0/+1
2008-10-28KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang2-7/+47
2008-10-15KVM: Move irqchip_in_kernel() from ioapic.h to irq.hXiantao Zhang1-7/+0
2008-10-15KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang1-0/+60
2008-10-15KVM: Change is_mmio_pfn to kvm_is_mmio_pfn, and make it common for all archsXiantao Zhang1-8/+8
2008-10-15KVM: Move device assignment logic to common codeXiantao Zhang1-2/+266
2008-10-15KVM: Device Assignment: Move vtd.c from arch/x86/kvm/ to virt/kvm/Zhang xiantao1-0/+191
2008-10-15KVM: Device Assignment: Map mmio pages into VT-d page tableWeidong Han1-1/+1
2008-10-15KVM: Remove useless intel-iommu.h header inclusionWeidong Han1-1/+0
2008-10-15KVM: Don't destroy vcpu in case vcpu_setup failsGlauber Costa1-3/+2
2008-10-15KVM: switch to get_user_pages_fastMarcelo Tosatti1-5/+5
2008-10-15KVM: opencode gfn_to_page in kvm_vm_faultMarcelo Tosatti1-7/+12
2008-10-15KVM: Device Assignment with VT-dBen-Ami Yassour1-1/+8
2008-10-15KVM: x86: do not execute halted vcpusMarcelo Tosatti1-5/+5
2008-10-15KVM: Don't call get_user_pages(.force = 1)Avi Kivity1-1/+1
2008-10-15KVM: ia64: add a dummy irq ack notificationXiantao Zhang1-1/+1
2008-10-15KVM: Reduce stack usage in kvm_vcpu_ioctl()Dave Hansen1-18/+28
2008-10-15KVM: direct mmio pfn checkBen-Ami Yassour1-7/+15
2008-10-15KVM: irq ack notificationMarcelo Tosatti2-8/+15
2008-10-15KVM: kvmtrace: replace get_cycles with ktime_get v3Christian Ehrhardt1-9/+10
2008-10-15KVM: kvmtrace: Remove use of bit fields in kvm trace structureChristian Ehrhardt1-8/+9
2008-07-29KVM: Synchronize guest physical memory map to host virtual memory mapAndrea Arcangeli1-0/+135
2008-07-29KVM: Allow browsing memslots with mmu_lockAndrea Arcangeli1-4/+16
2008-07-24flag parameters: anon_inode_getfd extensionUlrich Drepper1-2/+2
2008-07-20KVM: Adjust smp_call_function_mask() callers to new requirementsAvi Kivity1-6/+12
2008-07-20KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti1-0/+3
2008-07-20KVM: s390: dont allocate dirty bitmapCarsten Otte1-0/+2