aboutsummaryrefslogtreecommitdiffstats
path: root/virt (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-20KVM: Support mixed endian machinesTan, Li1-6/+12
2008-07-20KVM: Add coalesced MMIO support (common part)Laurent Vivier3-0/+236
2008-07-20KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier3-6/+10
2008-07-20KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang1-2/+18
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity1-1/+0
2008-07-20KVM: Handle virtualization instruction #UD faults during rebootAvi Kivity1-0/+15
2008-07-20KVM: Handle vma regions with no backing pageAnthony Liguori1-12/+37
2008-07-20KVM: remove long -> void *user -> long castChristian Borntraeger1-2/+1
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-7/+7
2008-07-06KVM: IOAPIC: Fix level-triggered irq injection hangMark McLoughlin1-1/+1
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-4/+4
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-3/+3
2008-06-24KVM: ioapic: fix lost interrupt when changing a device's irqAvi Kivity1-20/+11
2008-06-06KVM: IOAPIC: only set remote_irr if interrupt was injectedMarcelo Tosatti1-10/+11
2008-05-18KVM: Fix kvm_vcpu_block() task state raceMarcelo Tosatti1-14/+15
2008-05-04KVM: Export necessary function for EPTSheng Yang1-0/+1
2008-05-01[PATCH] sanitize anon_inode_getfd()Al Viro1-16/+5
2008-04-27KVM: kill file->f_count abuse in kvmAl Viro1-6/+6
2008-04-27KVM: Rename debugfs_dir to kvm_debugfs_dirHollis Blanchard2-6/+6
2008-04-27KVM: add ioctls to save/store mpstateMarcelo Tosatti1-0/+24
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti1-0/+1
2008-04-27KVM: Add kvm trace userspace interfaceFeng(Eric) Liu2-1/+283
2008-04-27KVM: MMU: Don't assume struct page for x86Anthony Liguori1-7/+61
2008-04-27KVM: add vm refcountingIzik Eidus1-1/+16
2008-04-27KVM: Use kzalloc to avoid allocating kvm_regs from kernel stackXiantao Zhang1-11/+22
2008-04-27KVM: MMU: large page supportMarcelo Tosatti1-1/+24
2008-04-27KVM: MMU: ignore zapped root pagetablesMarcelo Tosatti1-0/+23
2008-04-27KVM: Disable pagefaults during copy_from_user_inatomic()Andrea Arcangeli1-0/+2
2008-04-27KVM: Limit vcpu mmap size to one page on non-x86Avi Kivity1-1/+4
2008-04-27KVM: Only x86 has pioAvi Kivity1-0/+2
2008-04-27KVM: constify function pointer tablesJan Engelhardt1-2/+2
2008-03-04KVM: Route irq 0 to vcpu 0 exclusivelyAvi Kivity1-0/+8
2008-03-04KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus1-2/+3
2008-02-08libfs: allow error return from simple attributesChristoph Hellwig1-8/+8
2008-01-30KVM: MMU: Switch to mmu spinlockMarcelo Tosatti1-2/+1
2008-01-30KVM: Add kvm_read_guest_atomic()Marcelo Tosatti1-0/+20
2008-01-30KVM: MMU: Concurrent guest walkersMarcelo Tosatti1-17/+5
2008-01-30KVM: Move ioapic code to common directory.Zhang Xiantao2-0/+498
2008-01-30KVM: Move drivers/kvm/* to virt/kvm/Avi Kivity2-0/+1456