aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-08KVM: add spinlock optimization frameworkLongpeng(Mike)1-1/+2
2017-08-07KVM: nVMX: get rid of nested_get_page()David Hildenbrand1-0/+6
2017-08-02KVM: avoid using rcu_dereference_protectedPaolo Bonzini1-2/+4
2017-07-26KVM: make pid available for uevents without debugfsClaudio Imbrenda1-0/+1
2017-07-10KVM: use correct accessor function for __kvm_memslotsChristian Borntraeger1-3/+2
2017-07-07KVM: mark memory slots as rcuChristian Borntraeger1-1/+1
2017-07-07KVM: mark kvm->busses as rcu protectedChristian Borntraeger1-1/+7
2017-07-07KVM: mark vcpu->pid pointer as rcu protectedChristian Borntraeger1-1/+1
2017-06-04KVM: add kvm_request_pendingRadim Krčmář1-0/+5
2017-06-04KVM: improve arch vcpu request definingAndrew Jones1-0/+7
2017-05-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+11
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-05-09Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+11
2017-05-09KVM: Add kvm_vcpu_get_idx to get vcpu index in kvm->vcpusChristoffer Dall1-0/+11
2017-05-09Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEADPaolo Bonzini1-1/+0
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-2/+0
2017-05-03Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini1-8/+8
2017-05-02KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand1-0/+1
2017-04-28Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-nextPaul Mackerras1-1/+0
2017-04-27KVM: mark requests that need synchronizationPaolo Bonzini1-4/+5
2017-04-27KVM: return if kvm_vcpu_wake_up() did wake up the VCPURadim Krčmář1-1/+1
2017-04-27KVM: add explicit barrier to kvm_vcpu_kickAndrew Jones1-0/+6
2017-04-27KVM: mark requests that do not need a wakeupRadim Krčmář1-5/+7
2017-04-27KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář1-2/+12
2017-04-27KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt1-1/+0
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+2
2017-04-21kvm: Move srcu_struct fields to end of struct kvmPaul E. McKenney1-2/+2
2017-04-12KVM: x86: rename kvm_vcpu_request_scan_ioapic()David Hildenbrand1-2/+2
2017-04-07kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini1-1/+1
2017-04-07KVM: x86: drop legacy device assignmentPaolo Bonzini1-16/+0
2017-03-23KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand1-2/+2
2017-03-01kvm: convert kvm.users_count from atomic_t to refcount_tElena Reshetova1-1/+2
2017-02-17KVM: x86: remove code for lazy FPU handlingPaolo Bonzini1-1/+0
2017-02-16KVM: Support vCPU-based gfn->hva cacheCao, Lei1-8/+8
2017-01-30arm/arm64: KVM: Get rid of KVM_MEMSLOT_INCOHERENTMarc Zyngier1-1/+0
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+10
2016-12-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2016-11-29Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcRadim Krčmář1-0/+4
2016-11-28KVM: Export kvm module parameter variablesSuraj Jitindar Singh1-0/+4
2016-11-22kvm: x86: don't print warning messages for unimplemented msrsBandan Das1-0/+6
2016-11-22kvm: Introduce kvm_write_guest_offset_cached()Pan Xinhui1-0/+2
2016-10-16Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflictIngo Molnar1-0/+4
2016-10-07x86/fpu, kvm: Remove KVM vcpu->fpu_counterRik van Riel1-1/+0
2016-09-16kvm: create per-vcpu dirs in debugfsLuiz Capitulino1-0/+1
2016-09-16kvm: add stubs for arch specific debugfs supportLuiz Capitulino1-0/+3
2016-08-12KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall1-0/+6
2016-08-12KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall1-0/+6
2016-08-04Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-3/+9
2016-07-22Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into nextRadim Krčmář1-0/+2