aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-9/+18
2012-07-03KVM: Guard mmu_notifier specific code with CONFIG_MMU_NOTIFIERMarc Zyngier1-2/+2
2012-07-02KVM: Pass kvm_irqfd to functionsAlex Williamson1-2/+2
2012-06-18KVM: use KVM_CAP_IRQ_ROUTING to protect the routing related codeMarc Zyngier1-1/+1
2012-06-06KVM: Cleanup the kvm_print functions and introduce pr_XX wrappersChristoffer Dall1-6/+12
2012-06-05KVM: Avoid wasting pages for small lpage_info arraysTakuya Yoshikawa1-0/+3
2012-05-16KVM: MMU: Don't use RCU for lockless shadow walkingAvi Kivity1-1/+2
2012-04-30KVM: s390: Implement the directed yield (diag 9c) hypervisor call for KVMKonstantin Weitz1-0/+1
2012-04-24KVM: Introduce direct MSI message injection for in-kernel irqchipsJan Kiszka1-0/+2
2012-04-19KVM: Fix page-crossing MMIOAvi Kivity1-4/+27
2012-04-19Merge branch 'linus' into queueMarcelo Tosatti1-0/+6
2012-04-11KVM: unmap pages from the iommu when slots are removedAlex Williamson1-0/+6
2012-04-08KVM: Remove unused dirty_bitmap_head and nr_dirty_pagesTakuya Yoshikawa1-2/+0
2012-04-08KVM: PPC: Rework wqp conditional codeAlexander Graf1-2/+4
2012-04-08KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall1-0/+9
2012-04-08KVM: set upper bounds for iobus dev to limit userspaceAmos Kong1-1/+1
2012-04-08KVM: resize kvm_io_range array dynamicallyAmos Kong1-2/+3
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-12/+57
2012-03-20KVM: Convert intx_mask_lock to spin lockJan Kiszka1-1/+1
2012-03-08KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka1-0/+2
2012-03-08KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity1-0/+7
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa1-6/+5
2012-03-08KVM: Introduce gfn_to_index() which returns the index for a given levelTakuya Yoshikawa1-0/+7
2012-03-05KVM: Move gfn_to_memslot() to kvm_host.hPaul Mackerras1-0/+25
2012-03-05KVM: Add barriers to allow mmu_notifier_retry to be used locklesslyPaul Mackerras1-5/+9
2012-03-05KVM: s390: ucontrol: export SIE control block to userCarsten Otte1-0/+1
2012-03-05KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte1-1/+1
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2011-12-27KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov1-0/+2
2011-12-27KVM: drop bsp_vcpu pointer from kvm structGleb Natapov1-1/+0
2011-12-27KVM: introduce a table to map slot id to index in memslots arrayXiao Guangrong1-6/+7
2011-12-27KVM: sort memslots by its size and use line searchXiao Guangrong1-3/+15
2011-12-27KVM: introduce id_to_memslot functionXiao Guangrong1-0/+6
2011-12-27KVM: introduce kvm_for_each_memslot macroXiao Guangrong1-0/+4
2011-12-27KVM: introduce update_memslots functionXiao Guangrong1-0/+1
2011-12-27KVM: introduce KVM_MEM_SLOTS_NUM macroXiao Guangrong1-2/+5
2011-12-27KVM: Count the number of dirty pages for dirty loggingTakuya Yoshikawa1-0/+1
2011-12-27KVM: Fix include dependency for mmu_notifierEric B Munson1-0/+1
2011-12-27KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXITNadav Har'El1-0/+1
2011-09-25KVM: Fix simultaneous NMIsAvi Kivity1-0/+1
2011-09-25KVM: Clean up and extend rate-limited outputJan Kiszka1-5/+3
2011-09-25KVM: Intelligent device lookup on I/O busSasha Levin1-9/+9
2011-09-25KVM: Make coalesced mmio use a device per zoneSasha Levin1-2/+3
2011-07-24KVM: MMU: filter out the mmio pfn from the fault pfnXiao Guangrong1-0/+5
2011-07-14KVM: Steal time implementationGlauber Costa1-0/+1
2011-07-12KVM: introduce kvm_read_guest_cachedGleb Natapov1-0/+2
2011-05-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+1
2011-05-22KVM: make guest mode entry to be rcu quiescent stateGleb Natapov1-0/+9
2011-05-21KVM: Use pci_store/load_saved_state() around VM device usageAlex Williamson1-0/+1
2011-05-11KVM: Fix off by one in kvm_for_each_vcpu iterationJeff Mahoney1-3/+4