aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Return EFAULT from kvm ioctl when guest accesses bad areaGleb Natapov2010-08-021-4/+24
* KVM: define hwpoison variables staticGleb Natapov2010-08-021-2/+2
* KVM: Remove unnecessary divide operationsJoerg Roedel2010-08-011-5/+5
* KVM: Fix a race condition for usage of is_hwpoison_address()Huang Ying2010-08-011-1/+2
* KVM: Keep slot ID in memory slot structureAvi Kivity2010-08-011-0/+1
* KVM: Add mini-API for vcpu->requestsAvi Kivity2010-08-011-2/+2
* KVM: Remove memory alias supportAvi Kivity2010-08-011-14/+4
* KVM: Fix KVM_SET_SIGNAL_MASK with arg == NULLAndi Kleen2010-08-011-1/+1
* KVM: cleanup "*new.rmap" typeLai Jiangshan2010-08-011-1/+1
* KVM: Update Red Hat copyrightsAvi Kivity2010-08-011-0/+1
* KVM: Consolidate arch specific vcpu ioctl lockingAvi Kivity2010-08-011-2/+0
* KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity2010-08-011-0/+15
* KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying2010-08-011-2/+28
* KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity2010-05-191-3/+4
* KVM: Remove test-before-set optimization for dirty bitsTakuya Yoshikawa2010-05-171-3/+1
* KVM: do not call hardware_disable() on CPU_UP_CANCELEDLai Jiangshan2010-05-171-5/+0
* KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan2010-05-171-5/+8
* KVM: limit the number of pages per memory slotTakuya Yoshikawa2010-05-171-5/+6
* KVM: coalesced_mmio: fix kvm_coalesced_mmio_init()'s error handlingTakuya Yoshikawa2010-05-171-4/+8
* KVM: fix the errno of ioctl KVM_[UN]REGISTER_COALESCED_MMIO failureWei Yongjun2010-05-171-2/+0
* KVM: cleanup kvm traceXiao Guangrong2010-05-171-1/+0
* KVM: update gfn_to_hva() to use gfn_to_hva_memslot()Takuya Yoshikawa2010-04-251-6/+6
* KVM: Add missing srcu_read_lock() for kvm_mmu_notifier_release()Lai Jiangshan2010-04-211-0/+4
* KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa2010-04-201-5/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* KVM: Convert kvm->requests_lock to raw_spinlock_tAvi Kivity2010-03-011-3/+3
* KVM: Introduce kvm_host_page_sizeJoerg Roedel2010-03-011-0/+25
* KVM: Fix kvm_coalesced_mmio_ring duplicate allocationSheng Yang2010-03-011-17/+0
* KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti2010-03-011-1/+0
* KVM: convert slots_lock to a mutexMarcelo Tosatti2010-03-011-5/+5
* KVM: convert io_bus to SRCUMarcelo Tosatti2010-03-011-43/+63
* KVM: x86: switch kvm_set_memory_alias to SRCU updateMarcelo Tosatti2010-03-011-2/+2
* KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti2010-03-011-36/+105
* KVM: use gfn_to_pfn_memslot in kvm_iommu_map_pagesMarcelo Tosatti2010-03-011-1/+1
* KVM: introduce gfn_to_pfn_memslotMarcelo Tosatti2010-03-011-8/+25
* KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti2010-03-011-7/+5
* KVM: modify memslots layout in struct kvmMarcelo Tosatti2010-03-011-13/+23
* KVM: Simplify coalesced mmio initializationAvi Kivity2010-03-011-6/+1
* KVM: Remove ifdefs from mmu notifier initializationAvi Kivity2010-03-011-5/+15
* KVM: Disentangle mmu notifiers and coalesced_mmio registrationAvi Kivity2010-03-011-11/+7
* KVM: get rid of kvm_create_vm() unused label warning on s390Heiko Carstens2009-12-271-0/+3
* KVM: Fix possible circular locking in kvm_vm_ioctl_assign_device()Sheng Yang2009-12-271-1/+1
* anonfd: Allow making anon files read-onlyRoland Dreier2009-12-221-2/+2
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-091-814/+147
|\
| * KVM: Allow internal errors reported to userspace to carry extra dataAvi Kivity2009-12-031-0/+1
| * KVM: Enable 32bit dirty log pointers on 64bit hostArnd Bergmann2009-12-031-1/+50
| * KVM: introduce kvm_vcpu_on_spinZhai, Edwin2009-12-031-0/+15
| * KVM: Activate Virtualization On DemandAlexander Graf2009-12-031-12/+78
| * KVM: Move assigned device code to own fileAvi Kivity2009-12-031-796/+2
| * KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov2009-12-031-2/+0