aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity1-3/+4
2010-05-17KVM: Remove test-before-set optimization for dirty bitsTakuya Yoshikawa1-3/+1
2010-05-17KVM: do not call hardware_disable() on CPU_UP_CANCELEDLai Jiangshan1-5/+0
2010-05-17KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan1-5/+8
2010-05-17KVM: limit the number of pages per memory slotTakuya Yoshikawa1-5/+6
2010-05-17KVM: coalesced_mmio: fix kvm_coalesced_mmio_init()'s error handlingTakuya Yoshikawa1-4/+8
2010-05-17KVM: fix the errno of ioctl KVM_[UN]REGISTER_COALESCED_MMIO failureWei Yongjun1-2/+0
2010-05-17KVM: cleanup kvm traceXiao Guangrong1-1/+0
2010-04-25KVM: update gfn_to_hva() to use gfn_to_hva_memslot()Takuya Yoshikawa1-6/+6
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 Heo1-1/+1
2010-03-01KVM: Convert kvm->requests_lock to raw_spinlock_tAvi Kivity1-3/+3
2010-03-01KVM: Introduce kvm_host_page_sizeJoerg Roedel1-0/+25
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: convert slots_lock to a mutexMarcelo Tosatti1-5/+5
2010-03-01KVM: convert io_bus to SRCUMarcelo Tosatti1-43/+63
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 Tosatti1-36/+105
2010-03-01KVM: use gfn_to_pfn_memslot in kvm_iommu_map_pagesMarcelo Tosatti1-1/+1
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 Tosatti1-13/+23
2010-03-01KVM: Simplify coalesced mmio initializationAvi Kivity1-6/+1
2010-03-01KVM: Remove ifdefs from mmu notifier initializationAvi Kivity1-5/+15
2010-03-01KVM: Disentangle mmu notifiers and coalesced_mmio registrationAvi Kivity1-11/+7
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 Yang1-1/+1
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier1-2/+2
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-814/+147
2009-12-03KVM: Allow internal errors reported to userspace to carry extra dataAvi Kivity1-0/+1
2009-12-03KVM: Enable 32bit dirty log pointers on 64bit hostArnd Bergmann1-1/+50
2009-12-03KVM: introduce kvm_vcpu_on_spinZhai, Edwin1-0/+15
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf1-12/+78
2009-12-03KVM: Move assigned device code to own fileAvi Kivity1-796/+2
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov1-2/+0
2009-12-03KVM: Move irq ack notifier list to arch independent codeGleb Natapov1-0/+1
2009-12-03KVM: Change irq routing table to use gsi indexed arrayGleb Natapov1-1/+0
2009-12-03KVM: Don't wrap schedule() with vcpu_put()/vcpu_load()Avi Kivity1-2/+0
2009-11-05Use Little Endian for Dirty BitmapAlexander Graf1-2/+3
2009-10-16KVM: Prevent kvm_init from corrupting debugfs structuresDarrick J. Wong1-4/+3
2009-10-04KVM: add support for change_pte mmu notifiersIzik Eidus1-0/+14
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-2/+2
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan1-2/+1
2009-09-10KVM: fix compile warnings on s390Heiko Carstens1-3/+5
2009-09-10KVM: Move #endif KVM_CAP_IRQ_ROUTING to correct placeAvi Kivity1-1/+1
2009-09-10KVM: fix kvm_init() error handlingXiao Guangrong1-1/+1
2009-09-10KVM: Drop obsolete cpu_get/put in make_all_cpus_requestJan Kiszka1-2/+1