aboutsummaryrefslogtreecommitdiffstats
path: root/virt (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-21KVM: Add missing srcu_read_lock() for kvm_mmu_notifier_release()Lai Jiangshan1-0/+4
2010-04-20KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa1-5/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo6-1/+6
2010-03-01KVM: Convert kvm->requests_lock to raw_spinlock_tAvi Kivity1-3/+3
2010-03-01KVM: do not store wqh in irqfdMichael S. Tsirkin1-3/+0
2010-03-01KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrlWei Yongjun2-0/+12
2010-03-01KVM: kvm->arch.vioapic should be NULL if kvm_ioapic_init() failureWei Yongjun1-1/+3
2010-03-01KVM: Fix Codestyle in virt/kvm/coalesced_mmio.cJochen Maes1-2/+2
2010-03-01KVM: Introduce kvm_host_page_sizeJoerg Roedel1-0/+25
2010-03-01KVM: enable PCI multiple-segments for pass-through deviceZhai, Edwin2-4/+9
2010-03-01KVM: Fix kvm_coalesced_mmio_ring duplicate allocationSheng Yang1-17/+0
2010-03-01KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti1-1/+0
2010-03-01KVM: avoid taking ioapic mutex for non-ioapic EOIsAvi Kivity2-0/+20
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti4-19/+19
2010-03-01KVM: convert io_bus to SRCUMarcelo Tosatti4-49/+73
2010-03-01KVM: x86: switch kvm_set_memory_alias to SRCU updateMarcelo Tosatti1-2/+2
2010-03-01KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti3-42/+111
2010-03-01KVM: use gfn_to_pfn_memslot in kvm_iommu_map_pagesMarcelo Tosatti2-8/+7
2010-03-01KVM: introduce gfn_to_pfn_memslotMarcelo Tosatti1-8/+25
2010-03-01KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti1-7/+5
2010-03-01KVM: modify memslots layout in struct kvmMarcelo Tosatti2-19/+35
2010-03-01KVM: Simplify coalesced mmio initializationAvi Kivity3-8/+34
2010-03-01KVM: Add KVM_MMIO kconfig itemAvi Kivity1-0/+3
2010-03-01KVM: Remove ifdefs from mmu notifier initializationAvi Kivity1-5/+15
2010-03-01KVM: Add include guards for coalesced_mmio.hAvi Kivity1-0/+5
2010-03-01KVM: Disentangle mmu notifiers and coalesced_mmio registrationAvi Kivity1-11/+7
2010-01-25KVM: fix spurious interrupt with irqfdMichael S. Tsirkin1-1/+2
2010-01-25KVM: properly check max PIC pin in irq route setupMarcelo Tosatti1-1/+5
2010-01-25KVM: only allow one gsi per fdMichael S. Tsirkin1-2/+13
2009-12-27KVM: get rid of kvm_create_vm() unused label warning on s390Heiko Carstens1-0/+3
2009-12-27KVM: Fix possible circular locking in kvm_vm_ioctl_assign_device()Sheng Yang2-4/+4
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier1-2/+2
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt6-930/+1167
2009-12-03KVM: Allow internal errors reported to userspace to carry extra dataAvi Kivity1-0/+1
2009-12-03KVM: only clear irq_source_id if irqchip is presentMarcelo Tosatti1-1/+4
2009-12-03KVM: Enable 32bit dirty log pointers on 64bit hostArnd Bergmann1-1/+50
2009-12-03KVM: fix irq_source_id size verificationMarcelo Tosatti1-4/+3
2009-12-03KVM: introduce kvm_vcpu_on_spinZhai, Edwin1-0/+15
2009-12-03KVM: fix lock imbalance in kvm_*_irq_source_id()Jiri Slaby1-2/+5
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf1-12/+78
2009-12-03KVM: Move assigned device code to own fileAvi Kivity2-796/+820
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov3-9/+1
2009-12-03KVM: Move IO APIC to its own lockGleb Natapov3-28/+79
2009-12-03KVM: Convert irq notifiers lists to RCU lockingGleb Natapov1-10/+12
2009-12-03KVM: Move irq ack notifier list to arch independent codeGleb Natapov2-3/+3
2009-12-03KVM: Move irq routing data structure to rcu lockingGleb Natapov1-5/+11
2009-12-03KVM: Maintain back mapping from irqchip/pin to gsiGleb Natapov1-17/+14
2009-12-03KVM: Change irq routing table to use gsi indexed arrayGleb Natapov2-36/+53
2009-12-03KVM: Move irq sharing information to irqchip levelGleb Natapov2-23/+37
2009-12-03KVM: Don't wrap schedule() with vcpu_put()/vcpu_load()Avi Kivity1-2/+0