summaryrefslogtreecommitdiff
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAge
* KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity2010-05-19
* KVM: Remove test-before-set optimization for dirty bitsTakuya Yoshikawa2010-05-17
* KVM: do not call hardware_disable() on CPU_UP_CANCELEDLai Jiangshan2010-05-17
* KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan2010-05-17
* KVM: limit the number of pages per memory slotTakuya Yoshikawa2010-05-17
* KVM: coalesced_mmio: fix kvm_coalesced_mmio_init()'s error handlingTakuya Yoshikawa2010-05-17
* KVM: fix the errno of ioctl KVM_[UN]REGISTER_COALESCED_MMIO failureWei Yongjun2010-05-17
* KVM: cleanup kvm traceXiao Guangrong2010-05-17
* KVM: update gfn_to_hva() to use gfn_to_hva_memslot()Takuya Yoshikawa2010-04-25
* KVM: Add missing srcu_read_lock() for kvm_mmu_notifier_release()Lai Jiangshan2010-04-21
* KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa2010-04-20
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* KVM: Convert kvm->requests_lock to raw_spinlock_tAvi Kivity2010-03-01
* KVM: Introduce kvm_host_page_sizeJoerg Roedel2010-03-01
* KVM: Fix kvm_coalesced_mmio_ring duplicate allocationSheng Yang2010-03-01
* KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti2010-03-01
* KVM: convert slots_lock to a mutexMarcelo Tosatti2010-03-01
* KVM: convert io_bus to SRCUMarcelo Tosatti2010-03-01
* KVM: x86: switch kvm_set_memory_alias to SRCU updateMarcelo Tosatti2010-03-01
* KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti2010-03-01
* KVM: use gfn_to_pfn_memslot in kvm_iommu_map_pagesMarcelo Tosatti2010-03-01
* KVM: introduce gfn_to_pfn_memslotMarcelo Tosatti2010-03-01
* KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti2010-03-01
* KVM: modify memslots layout in struct kvmMarcelo Tosatti2010-03-01
* KVM: Simplify coalesced mmio initializationAvi Kivity2010-03-01
* KVM: Remove ifdefs from mmu notifier initializationAvi Kivity2010-03-01
* KVM: Disentangle mmu notifiers and coalesced_mmio registrationAvi Kivity2010-03-01
* KVM: get rid of kvm_create_vm() unused label warning on s390Heiko Carstens2009-12-27
* KVM: Fix possible circular locking in kvm_vm_ioctl_assign_device()Sheng Yang2009-12-27
* anonfd: Allow making anon files read-onlyRoland Dreier2009-12-22
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-09
|\
| * KVM: Allow internal errors reported to userspace to carry extra dataAvi Kivity2009-12-03
| * KVM: Enable 32bit dirty log pointers on 64bit hostArnd Bergmann2009-12-03
| * KVM: introduce kvm_vcpu_on_spinZhai, Edwin2009-12-03
| * KVM: Activate Virtualization On DemandAlexander Graf2009-12-03
| * KVM: Move assigned device code to own fileAvi Kivity2009-12-03
| * KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov2009-12-03
| * KVM: Move irq ack notifier list to arch independent codeGleb Natapov2009-12-03
| * KVM: Change irq routing table to use gsi indexed arrayGleb Natapov2009-12-03
| * KVM: Don't wrap schedule() with vcpu_put()/vcpu_load()Avi Kivity2009-12-03
* | Use Little Endian for Dirty BitmapAlexander Graf2009-11-05
|/
* KVM: Prevent kvm_init from corrupting debugfs structuresDarrick J. Wong2009-10-16
* KVM: add support for change_pte mmu notifiersIzik Eidus2009-10-04
* const: constify remaining file_operationsAlexey Dobriyan2009-10-01
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-27
* cpumask: use zalloc_cpumask_var() where possibleLi Zefan2009-09-24
* KVM: fix compile warnings on s390Heiko Carstens2009-09-10
* KVM: Move #endif KVM_CAP_IRQ_ROUTING to correct placeAvi Kivity2009-09-10
* KVM: fix kvm_init() error handlingXiao Guangrong2009-09-10
* KVM: Drop obsolete cpu_get/put in make_all_cpus_requestJan Kiszka2009-09-10