aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-11/+19
2013-02-11KVM: Remove user_alloc from struct kvm_memory_slotTakuya Yoshikawa1-1/+0
2013-01-29x86, apicv: add virtual interrupt delivery supportYang Zhang1-0/+3
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker1-2/+18
2013-01-27kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker1-9/+30
2013-01-10KVM: PPC: BookE: Implement EPR exitAlexander Graf1-0/+1
2012-12-23kvm: Fix memory slot generation updatesAlex Williamson1-1/+2
2012-12-13KVM: struct kvm_memory_slot.id -> shortAlex Williamson1-2/+2
2012-12-13KVM: struct kvm_memory_slot.flags -> u32Alex Williamson1-1/+1
2012-12-13KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson1-6/+6
2012-12-13KVM: Make KVM_PRIVATE_MEM_SLOTS optionalAlex Williamson1-0/+4
2012-12-13KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson1-1/+1
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-13/+40
2012-12-09Merge branch 'for-upstream' of https://github.com/agraf/linux-2.6 into queueMarcelo Tosatti1-1/+11
2012-12-08Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/coreIngo Molnar1-2/+2
2012-12-07Merge branch 'linus' into sched/coreIngo Molnar1-13/+2
2012-12-06KVM: Distangle eventfd code from irqchipAlexander Graf1-1/+11
2012-12-05kvm: add kvm_set_irq_inatomicMichael S. Tsirkin1-0/+1
2012-11-27KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti1-0/+1
2012-11-27KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti1-0/+3
2012-11-19vtime: Remove the underscore prefix invasionFrederic Weisbecker1-2/+2
2012-10-31KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong1-13/+2
2012-10-29KVM: do not treat noslot pfn as a error pfnXiao Guangrong1-8/+20
2012-10-29kvm: Directly account vtime to system on guest switchFrederic Weisbecker1-2/+10
2012-10-23KVM: Take kvm instead of vcpu to mmu_notifier_retryChristoffer Dall1-3/+3
2012-10-10Merge branch 'for-upstream' of http://github.com/agraf/linux-2.6 into queueMarcelo Tosatti1-0/+1
2012-10-08KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_resetJan Kiszka1-1/+0
2012-10-05KVM: PPC: booke: Add watchdog emulationBharat Bhushan1-0/+1
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-29/+116
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker1-2/+2
2012-09-23KVM: Add resampling irqfds for level triggered interruptsAlex Williamson1-1/+4
2012-09-17KVM: make processes waiting on vcpu mutex killableMichael S. Tsirkin1-1/+1
2012-09-06KVM: split kvm_arch_flush_shadowMarcelo Tosatti1-1/+5
2012-08-27KVM: PPC: book3s: fix build error caused by gfn_to_hva_memslot()Gavin Shan1-0/+6
2012-08-22KVM: introduce readonly memslotXiao Guangrong1-6/+1
2012-08-22KVM: introduce KVM_HVA_ERR_RO_BADXiao Guangrong1-2/+3
2012-08-22KVM: introduce KVM_HVA_ERR_BADXiao Guangrong1-1/+7
2012-08-22KVM: introduce KVM_PFN_ERR_RO_FAULTXiao Guangrong1-0/+1
2012-08-22KVM: introduce gfn_to_pfn_memslot_atomicXiao Guangrong1-1/+2
2012-08-22KVM: hide KVM_MEMSLOT_INVALID from userspaceXiao Guangrong1-0/+7
2012-08-06KVM: let the error pfn not depend on error codeXiao Guangrong1-9/+15
2012-08-06KVM: do not release the error pageXiao Guangrong1-1/+1
2012-08-06KVM: introduce KVM_ERR_PTR_BAD_PAGEXiao Guangrong1-2/+7
2012-08-06KVM: remove the unused declareXiao Guangrong1-2/+0
2012-08-06KVM: inline is_*_pfn functionsXiao Guangrong1-3/+16
2012-08-06KVM: introduce KVM_PFN_ERR_BADXiao Guangrong1-0/+1
2012-08-06KVM: introduce KVM_PFN_ERR_HWPOISONXiao Guangrong1-1/+1
2012-08-06KVM: introduce KVM_PFN_ERR_FAULTXiao Guangrong1-1/+2
2012-08-06KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa1-1/+0
2012-07-26KVM: Move KVM_IRQ_LINE to arch-generic codeChristoffer Dall1-0/+1