summaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorLines
2010-03-01KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti-42/+111
2010-03-01KVM: use gfn_to_pfn_memslot in kvm_iommu_map_pagesMarcelo Tosatti-8/+7
2010-03-01KVM: introduce gfn_to_pfn_memslotMarcelo Tosatti-8/+25
2010-03-01KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti-7/+5
2010-03-01KVM: modify memslots layout in struct kvmMarcelo Tosatti-19/+35
2010-03-01KVM: Simplify coalesced mmio initializationAvi Kivity-8/+34
2010-03-01KVM: Add KVM_MMIO kconfig itemAvi Kivity-0/+3
2010-03-01KVM: Remove ifdefs from mmu notifier initializationAvi Kivity-5/+15
2010-03-01KVM: Add include guards for coalesced_mmio.hAvi Kivity-0/+5
2010-03-01KVM: Disentangle mmu notifiers and coalesced_mmio registrationAvi Kivity-11/+7
2010-01-25KVM: fix spurious interrupt with irqfdMichael S. Tsirkin-1/+2
2010-01-25KVM: properly check max PIC pin in irq route setupMarcelo Tosatti-1/+5
2010-01-25KVM: only allow one gsi per fdMichael S. Tsirkin-2/+13
2009-12-27KVM: get rid of kvm_create_vm() unused label warning on s390Heiko Carstens-0/+3
2009-12-27KVM: Fix possible circular locking in kvm_vm_ioctl_assign_device()Sheng Yang-4/+4
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier-2/+2
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt-930/+1167
2009-12-03KVM: Allow internal errors reported to userspace to carry extra dataAvi Kivity-0/+1
2009-12-03KVM: only clear irq_source_id if irqchip is presentMarcelo Tosatti-1/+4
2009-12-03KVM: Enable 32bit dirty log pointers on 64bit hostArnd Bergmann-1/+50
2009-12-03KVM: fix irq_source_id size verificationMarcelo Tosatti-4/+3
2009-12-03KVM: introduce kvm_vcpu_on_spinZhai, Edwin-0/+15
2009-12-03KVM: fix lock imbalance in kvm_*_irq_source_id()Jiri Slaby-2/+5
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf-12/+78
2009-12-03KVM: Move assigned device code to own fileAvi Kivity-796/+820
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov-9/+1
2009-12-03KVM: Move IO APIC to its own lockGleb Natapov-28/+79
2009-12-03KVM: Convert irq notifiers lists to RCU lockingGleb Natapov-10/+12
2009-12-03KVM: Move irq ack notifier list to arch independent codeGleb Natapov-3/+3
2009-12-03KVM: Move irq routing data structure to rcu lockingGleb Natapov-5/+11
2009-12-03KVM: Maintain back mapping from irqchip/pin to gsiGleb Natapov-17/+14
2009-12-03KVM: Change irq routing table to use gsi indexed arrayGleb Natapov-36/+53
2009-12-03KVM: Move irq sharing information to irqchip levelGleb Natapov-23/+37
2009-12-03KVM: Don't wrap schedule() with vcpu_put()/vcpu_load()Avi Kivity-2/+0
2009-11-05Use Little Endian for Dirty BitmapAlexander Graf-2/+3
2009-10-16KVM: Prevent kvm_init from corrupting debugfs structuresDarrick J. Wong-4/+3
2009-10-04KVM: add support for change_pte mmu notifiersIzik Eidus-0/+14
2009-10-01const: constify remaining file_operationsAlexey Dobriyan-1/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan-2/+2
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan-2/+1
2009-09-10KVM: correct error-handling codeJulia Lawall-1/+1
2009-09-10KVM: fix compile warnings on s390Heiko Carstens-3/+5
2009-09-10KVM: Fix coalesced interrupt reporting in IOAPICGleb Natapov-0/+2
2009-09-10KVM: Move #endif KVM_CAP_IRQ_ROUTING to correct placeAvi Kivity-1/+1
2009-09-10KVM: fix kvm_init() error handlingXiao Guangrong-1/+1
2009-09-10KVM: Drop obsolete cpu_get/put in make_all_cpus_requestJan Kiszka-2/+1
2009-09-10KVM: Reduce runnability interface with arch support codeGleb Natapov-3/+1
2009-09-10KVM: add ioeventfd supportGregory Haskins-2/+260
2009-09-10KVM: make io_bus interface more robustGregory Haskins-9/+46
2009-09-10KVM: Add trace points in irqchip codeGleb Natapov-0/+4