aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-12KVM: pre-allocate one more dirty bitmap to avoid vmalloc()Takuya Yoshikawa1-0/+1
2011-01-12KVM: propagate fault r/w information to gup(), allow read-only memoryMarcelo Tosatti1-1/+4
2011-01-12KVM: Add PV MSR to enable asynchronous page faults delivery.Gleb Natapov1-0/+1
2011-01-12KVM: Add memory slot versioning and use it to provide fast guest write interfaceGleb Natapov1-0/+7
2011-01-12KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov1-0/+31
2010-10-24Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+19
2010-10-24KVM: Fix signature of kvm_iommu_map_pages stubJan Kiszka1-2/+1
2010-10-24KVM: x86: Rename timer functionZachary Amsden1-1/+1
2010-10-24KVM: Check for pending events before attempting injectionAvi Kivity1-0/+1
2010-10-24KVM: MMU: Add infrastructure for two-level page walkerJoerg Roedel1-0/+5
2010-10-24KVM: MMU: rewrite audit_mappings_page() functionXiao Guangrong1-0/+1
2010-10-24KVM: MMU: introduce gfn_to_page_many_atomic() functionXiao Guangrong1-0/+3
2010-10-24KVM: MMU: introduce hva_to_pfn_atomic functionXiao Guangrong1-0/+7
2010-08-19kvm: add __rcu annotationsArnd Bergmann1-1/+1
2010-08-02KVM: Convert mask notifiers to use irqchip/pin instead of gsiGleb Natapov1-1/+2
2010-08-02KVM: Return EFAULT from kvm ioctl when guest accesses bad areaGleb Natapov1-0/+1
2010-08-01KVM: Keep slot ID in memory slot structureAvi Kivity1-0/+1
2010-08-01KVM: Reduce atomic operations on vcpu->requestsAvi Kivity1-1/+6
2010-08-01KVM: Add mini-API for vcpu->requestsAvi Kivity1-0/+15
2010-08-01KVM: Remove memory alias supportAvi Kivity1-6/+0
2010-08-01KVM: VMX: Enable XSAVE/XRSTOR for guestDexuan Cui1-1/+1
2010-08-01KVM: Get rid of KVM_REQ_KICKAvi Kivity1-0/+1
2010-08-01KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying1-0/+1