summaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorLines
2008-10-28KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang-7/+47
2008-10-15KVM: Move irqchip_in_kernel() from ioapic.h to irq.hXiantao Zhang-7/+0
2008-10-15KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang-0/+60
2008-10-15KVM: Change is_mmio_pfn to kvm_is_mmio_pfn, and make it common for all archsXiantao Zhang-8/+8
2008-10-15KVM: Move device assignment logic to common codeXiantao Zhang-2/+266
2008-10-15KVM: Device Assignment: Move vtd.c from arch/x86/kvm/ to virt/kvm/Zhang xiantao-0/+191
2008-10-15KVM: Device Assignment: Map mmio pages into VT-d page tableWeidong Han-1/+1
2008-10-15KVM: Remove useless intel-iommu.h header inclusionWeidong Han-1/+0
2008-10-15KVM: Don't destroy vcpu in case vcpu_setup failsGlauber Costa-3/+2
2008-10-15KVM: switch to get_user_pages_fastMarcelo Tosatti-5/+5
2008-10-15KVM: opencode gfn_to_page in kvm_vm_faultMarcelo Tosatti-7/+12
2008-10-15KVM: Device Assignment with VT-dBen-Ami Yassour-1/+8
2008-10-15KVM: x86: do not execute halted vcpusMarcelo Tosatti-5/+5
2008-10-15KVM: Don't call get_user_pages(.force = 1)Avi Kivity-1/+1
2008-10-15KVM: ia64: add a dummy irq ack notificationXiantao Zhang-1/+1
2008-10-15KVM: Reduce stack usage in kvm_vcpu_ioctl()Dave Hansen-18/+28
2008-10-15KVM: direct mmio pfn checkBen-Ami Yassour-7/+15
2008-10-15KVM: irq ack notificationMarcelo Tosatti-8/+15
2008-10-15KVM: kvmtrace: replace get_cycles with ktime_get v3Christian Ehrhardt-9/+10
2008-10-15KVM: kvmtrace: Remove use of bit fields in kvm trace structureChristian Ehrhardt-8/+9
2008-07-29KVM: Synchronize guest physical memory map to host virtual memory mapAndrea Arcangeli-0/+135
2008-07-29KVM: Allow browsing memslots with mmu_lockAndrea Arcangeli-4/+16
2008-07-24flag parameters: anon_inode_getfd extensionUlrich Drepper-2/+2
2008-07-20KVM: Adjust smp_call_function_mask() callers to new requirementsAvi Kivity-6/+12
2008-07-20KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti-0/+3
2008-07-20KVM: s390: dont allocate dirty bitmapCarsten Otte-0/+2
2008-07-20KVM: Support mixed endian machinesTan, Li-6/+12
2008-07-20KVM: Add coalesced MMIO support (common part)Laurent Vivier-0/+236
2008-07-20KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier-6/+10
2008-07-20KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang-2/+18
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity-1/+0
2008-07-20KVM: Handle virtualization instruction #UD faults during rebootAvi Kivity-0/+15
2008-07-20KVM: Handle vma regions with no backing pageAnthony Liguori-12/+37
2008-07-20KVM: remove long -> void *user -> long castChristian Borntraeger-2/+1
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar-7/+7
2008-07-06KVM: IOAPIC: Fix level-triggered irq injection hangMark McLoughlin-1/+1
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe-4/+4
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe-3/+3
2008-06-24KVM: ioapic: fix lost interrupt when changing a device's irqAvi Kivity-20/+11
2008-06-06KVM: IOAPIC: only set remote_irr if interrupt was injectedMarcelo Tosatti-10/+11
2008-05-18KVM: Fix kvm_vcpu_block() task state raceMarcelo Tosatti-14/+15
2008-05-04KVM: Export necessary function for EPTSheng Yang-0/+1
2008-05-01[PATCH] sanitize anon_inode_getfd()Al Viro-16/+5
2008-04-27KVM: kill file->f_count abuse in kvmAl Viro-6/+6
2008-04-27KVM: Rename debugfs_dir to kvm_debugfs_dirHollis Blanchard-6/+6
2008-04-27KVM: add ioctls to save/store mpstateMarcelo Tosatti-0/+24
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti-0/+1
2008-04-27KVM: Add kvm trace userspace interfaceFeng(Eric) Liu-1/+283
2008-04-27KVM: MMU: Don't assume struct page for x86Anthony Liguori-7/+61
2008-04-27KVM: add vm refcountingIzik Eidus-1/+16