summaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)Author
2008-11-30KVM: fix sparse warningHannes Eder
2008-11-27KVM: Prevent trace call into unloaded module textWu Fengguang
2008-11-26KVM: MSI to INTx translateSheng Yang
2008-11-26KVM: Enable MSI for device assignmentSheng Yang
2008-11-26KVM: Add assigned_device_msi_dispatch()Sheng Yang
2008-11-26KVM: Export ioapic_get_delivery_bitmaskSheng Yang
2008-11-26KVM: Clean up assigned_device_update_irqSheng Yang
2008-11-26KVM: Replace irq_requested with more generic irq_requested_typeSheng Yang
2008-11-26KVM: Separate update irq to a single functionSheng Yang
2008-11-26KVM: Move ack notifier register and IRQ sourcd ID requestSheng Yang
2008-11-12KVM: Fix kernel allocated memory slotSheng Yang
2008-11-09KVM: ensure that memslot userspace addresses are page-alignedHollis Blanchard
2008-11-04KVM: MMU: Fix aliased gfns treated as unaliasedIzik Eidus
2008-11-02KVM: Enable Function Level Reset for assigned deviceSheng Yang
2008-10-22KVM: IRQ ACK notifier should be used with in-kernel irqchipSheng Yang
2008-10-16KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang
2008-10-08KVM: Move irqchip_in_kernel() from ioapic.h to irq.hXiantao Zhang
2008-10-08KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang
2008-10-08KVM: Change is_mmio_pfn to kvm_is_mmio_pfn, and make it common for all archsXiantao Zhang
2008-10-08KVM: Move device assignment logic to common codeXiantao Zhang
2008-10-08KVM: Device Assignment: Move vtd.c from arch/x86/kvm/ to virt/kvm/Zhang xiantao
2008-10-02KVM: Device Assignment: Map mmio pages into VT-d page tableWeidong Han
2008-09-30KVM: Kick NMI receiving VCPUJan Kiszka
2008-09-24KVM: Remove useless intel-iommu.h header inclusionWeidong Han
2008-09-23KVM: Don't destroy vcpu in case vcpu_setup failsGlauber Costa
2008-09-16KVM: switch to get_user_pages_fastMarcelo Tosatti
2008-09-16KVM: opencode gfn_to_page in kvm_vm_faultMarcelo Tosatti
2008-09-14KVM: Device Assignment with VT-dBen-Ami Yassour
2008-09-09KVM: x86: do not execute halted vcpusMarcelo Tosatti
2008-08-26KVM: Don't call get_user_pages(.force = 1)Avi Kivity
2008-08-19KVM: ia64: add a dummy irq ack notificationXiantao Zhang
2008-08-12KVM: Reduce stack usage in kvm_vcpu_ioctl()Dave Hansen
2008-07-30KVM: direct mmio pfn checkBen-Ami Yassour
2008-07-29KVM: irq ack notificationMarcelo Tosatti
2008-07-29KVM: Synchronize guest physical memory map to host virtual memory mapAndrea Arcangeli
2008-07-29KVM: Allow browsing memslots with mmu_lockAndrea Arcangeli
2008-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Avi Kivity
2008-07-24flag parameters: anon_inode_getfd extensionUlrich Drepper
2008-07-20KVM: Adjust smp_call_function_mask() callers to new requirementsAvi Kivity
2008-07-20KVM: Adjust smp_call_function_mask() callers to new requirementsAvi Kivity
2008-07-20KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti
2008-07-20KVM: s390: dont allocate dirty bitmapCarsten Otte
2008-07-20KVM: Support mixed endian machinesTan, Li
2008-07-20KVM: Add coalesced MMIO support (common part)Laurent Vivier
2008-07-20KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier
2008-07-20KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity
2008-07-20KVM: Handle virtualization instruction #UD faults during rebootAvi Kivity
2008-07-20KVM: Handle vma regions with no backing pageAnthony Liguori
2008-07-20KVM: remove long -> void *user -> long castChristian Borntraeger