aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-24Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-18/+66
2010-10-24KVM: Drop CONFIG_DMAR dependency around kvm_iommu_map_pagesJan Kiszka1-2/+0
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser1-1/+1
2010-10-24KVM: cpu_relax() during spin waiting for rebootAvi Kivity1-1/+1
2010-10-24KVM: MMU: rewrite audit_mappings_page() functionXiao Guangrong1-2/+13
2010-10-24KVM: MMU: introduce gfn_to_page_many_atomic() functionXiao Guangrong1-1/+28
2010-10-24KVM: MMU: introduce hva_to_pfn_atomic functionXiao Guangrong1-11/+19
2010-10-24KVM: x86: Add clock sync request to hardware enableZachary Amsden1-1/+5
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+3
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+3
2010-09-23KVM: Fix reboot on Intel hostsAvi Kivity1-1/+3
2010-09-09KVM: x86: Perform hardware_enable in CPU_STARTING callbackZachary Amsden1-3/+2
2010-08-02KVM: Return EFAULT from kvm ioctl when guest accesses bad areaGleb Natapov1-4/+24
2010-08-02KVM: define hwpoison variables staticGleb Natapov1-2/+2
2010-08-01KVM: Remove unnecessary divide operationsJoerg Roedel1-5/+5
2010-08-01KVM: Fix a race condition for usage of is_hwpoison_address()Huang Ying1-1/+2
2010-08-01KVM: Keep slot ID in memory slot structureAvi Kivity1-0/+1
2010-08-01KVM: Add mini-API for vcpu->requestsAvi Kivity1-2/+2
2010-08-01KVM: Remove memory alias supportAvi Kivity1-14/+4
2010-08-01KVM: Fix KVM_SET_SIGNAL_MASK with arg == NULLAndi Kleen1-1/+1
2010-08-01KVM: cleanup "*new.rmap" typeLai Jiangshan1-1/+1
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity1-0/+1
2010-08-01KVM: Consolidate arch specific vcpu ioctl lockingAvi Kivity1-2/+0
2010-08-01KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity1-0/+15
2010-08-01KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying1-2/+28
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