aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-11KVM: unmap pages from the iommu when slots are removedAlex Williamson1-0/+6
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
2011-05-11KVM: 16-byte mmio supportAvi Kivity1-1/+6
2011-05-11Revert "KVM: Fix race between nmi injection and enabling nmi window"Marcelo Tosatti1-1/+0
2011-05-11KVM: cleanup memslot_id functionXiao Guangrong1-1/+5
2011-03-17KVM: Fix race between nmi injection and enabling nmi windowAvi Kivity1-0/+1
2011-03-17KVM: use yield_to instead of sleep in kvm_vcpu_on_spinRik van Riel1-0/+1
2011-03-17KVM: keep track of which task is running a KVM vcpuRik van Riel1-0/+1
2011-03-17KVM: make make_all_cpus_request() locklessXiao Guangrong1-6/+0
2011-03-17KVM: Add "exiting guest mode" stateXiao Guangrong1-5/+17
2011-01-12KVM: Fix build error on s390 due to missing tlbs_dirtyAvi Kivity1-1/+1
2011-01-12KVM: MMU: Make the way of accessing lpage_info more genericTakuya Yoshikawa1-4/+6
2011-01-12KVM: MMU: delay flush all tlbs on sync_page pathXiao Guangrong1-0/+2
2011-01-12KVM: PPC: Fix compile warningAlexander Graf1-0/+2
2011-01-12KVM: fast-path msi injection with irqfdMichael S. Tsirkin1-0/+16
2011-01-12KVM: Refactor IRQ names of assigned devicesJan Kiszka1-0/+1
2011-01-12KVM: Switch assigned device IRQ forwarding to threaded handlerJan Kiszka1-10/+2
2011-01-12KVM: Clean up vm creation and releaseJan Kiszka1-1/+14