summaryrefslogtreecommitdiff
path: root/include/linux/kvm_host.h
AgeCommit message (Expand)Author
2013-04-25KVM: Allow cross page reads and writes from cached translations.Andrew Honig
2012-04-11KVM: unmap pages from the iommu when slots are removedAlex Williamson
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-03-20KVM: Convert intx_mask_lock to spin lockJan Kiszka
2012-03-08KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka
2012-03-08KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa
2012-03-08KVM: Introduce gfn_to_index() which returns the index for a given levelTakuya Yoshikawa
2012-03-05KVM: Move gfn_to_memslot() to kvm_host.hPaul Mackerras
2012-03-05KVM: Add barriers to allow mmu_notifier_retry to be used locklesslyPaul Mackerras
2012-03-05KVM: s390: ucontrol: export SIE control block to userCarsten Otte
2012-03-05KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2011-12-27KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov
2011-12-27KVM: drop bsp_vcpu pointer from kvm structGleb Natapov
2011-12-27KVM: introduce a table to map slot id to index in memslots arrayXiao Guangrong
2011-12-27KVM: sort memslots by its size and use line searchXiao Guangrong
2011-12-27KVM: introduce id_to_memslot functionXiao Guangrong
2011-12-27KVM: introduce kvm_for_each_memslot macroXiao Guangrong
2011-12-27KVM: introduce update_memslots functionXiao Guangrong
2011-12-27KVM: introduce KVM_MEM_SLOTS_NUM macroXiao Guangrong
2011-12-27KVM: Count the number of dirty pages for dirty loggingTakuya Yoshikawa
2011-12-27KVM: Fix include dependency for mmu_notifierEric B Munson
2011-12-27KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXITNadav Har'El
2011-09-25KVM: Fix simultaneous NMIsAvi Kivity
2011-09-25KVM: Clean up and extend rate-limited outputJan Kiszka
2011-09-25KVM: Intelligent device lookup on I/O busSasha Levin
2011-09-25KVM: Make coalesced mmio use a device per zoneSasha Levin
2011-07-24KVM: MMU: filter out the mmio pfn from the fault pfnXiao Guangrong
2011-07-14KVM: Steal time implementationGlauber Costa
2011-07-12KVM: introduce kvm_read_guest_cachedGleb Natapov
2011-05-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2011-05-22KVM: make guest mode entry to be rcu quiescent stateGleb Natapov
2011-05-21KVM: Use pci_store/load_saved_state() around VM device usageAlex Williamson
2011-05-11KVM: Fix off by one in kvm_for_each_vcpu iterationJeff Mahoney
2011-05-11KVM: 16-byte mmio supportAvi Kivity
2011-05-11Revert "KVM: Fix race between nmi injection and enabling nmi window"Marcelo Tosatti
2011-05-11KVM: cleanup memslot_id functionXiao Guangrong
2011-03-17KVM: Fix race between nmi injection and enabling nmi windowAvi Kivity
2011-03-17KVM: use yield_to instead of sleep in kvm_vcpu_on_spinRik van Riel
2011-03-17KVM: keep track of which task is running a KVM vcpuRik van Riel
2011-03-17KVM: make make_all_cpus_request() locklessXiao Guangrong
2011-03-17KVM: Add "exiting guest mode" stateXiao Guangrong
2011-01-12KVM: Fix build error on s390 due to missing tlbs_dirtyAvi Kivity
2011-01-12KVM: MMU: Make the way of accessing lpage_info more genericTakuya Yoshikawa
2011-01-12KVM: MMU: delay flush all tlbs on sync_page pathXiao Guangrong
2011-01-12KVM: PPC: Fix compile warningAlexander Graf
2011-01-12KVM: fast-path msi injection with irqfdMichael S. Tsirkin
2011-01-12KVM: Refactor IRQ names of assigned devicesJan Kiszka
2011-01-12KVM: Switch assigned device IRQ forwarding to threaded handlerJan Kiszka