summaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-11-041-0/+6
|\
| * KVM: fix OOPS on flush_workPaolo Bonzini2016-10-261-0/+6
* | mm: unexport __get_user_pages()Lorenzo Stoakes2016-10-241-6/+4
|/
* mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes2016-10-181-3/+8
* kvm: create per-vcpu dirs in debugfsLuiz Capitulino2016-09-161-0/+32
* kvm: kvm_destroy_vm_debugfs(): check debugfs_stat_data pointerLuiz Capitulino2016-09-161-3/+5
* Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-09-131-2/+2
|\
| * KVM: Add provisioning for ulong vm stats and u64 vcpu statsSuraj Jitindar Singh2016-09-081-2/+2
* | KVM: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-071-6/+0
|/
* KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall2016-08-121-1/+12
* KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall2016-08-121-0/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-15/+95
|\
| * Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář2016-07-221-0/+24
| |\
| | * KVM: kvm_io_bus: Add kvm_io_bus_get_dev() callAndre Przywara2016-07-181-0/+24
| * | KVM: MMU: try to fix up page faults before giving upPaolo Bonzini2016-07-051-3/+42
| * | KVM: MMU: prepare to support mapping of VM_IO and VM_PFNMAP framesPaolo Bonzini2016-07-051-5/+15
| |/
| * KVM: remove kvm_vcpu_compatiblePaolo Bonzini2016-06-161-4/+0
| * KVM: introduce kvm->created_vcpusPaolo Bonzini2016-06-161-6/+17
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-24/+8
|\ \
| * | virt: Convert kvm hotplug to state machineThomas Gleixner2016-07-151-24/+8
* | | KVM: don't use anon_inode_getfd() before possible failuresAl Viro2016-07-141-2/+11
* | | Revert "KVM: release anon file in failure path of vm creation"Paolo Bonzini2016-07-141-2/+0
* | | KVM: release anon file in failure path of vm creationLiu Shuo2016-07-141-0/+2
* | | KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson2016-07-141-0/+2
|/ /
* / kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTESXiubo Li2016-06-161-1/+1
|/
* KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini2016-06-021-10/+12
* KVM: Create debugfs dir and stat files for each VMJanosch Frank2016-05-251-10/+177
* KVM: split kvm_vcpu_wake_up from kvm_vcpu_kickRadim Krčmář2016-05-181-6/+13
* KVM: shrink halt polling even more for invalid wakeupsChristian Borntraeger2016-05-181-3/+4
* KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger2016-05-131-2/+6
* kvm: introduce KVM_MAX_VCPU_IDGreg Kurz2016-05-111-1/+3
* KVM: Replace smp_mb() with smp_load_acquire() in the kvm_flush_remote_tlbs()Lan Tianyu2016-03-221-2/+16
* KVM: Replace smp_mb() with smp_mb_after_atomic() in the kvm_make_all_cpus_req...Lan Tianyu2016-03-221-2/+2
* KVM: fix spin_lock_init order on x86Paolo Bonzini2016-03-221-10/+11
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-5/+5
|\
| * mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-5/+5
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-161-16/+21
|\ \
| * | KVM: ensure __gfn_to_pfn_memslot initializes *writablePaolo Bonzini2016-03-041-2/+8
| * | KVM: use list_for_each_entry_safeGeliang Tang2016-02-231-6/+3
| * | KVM: halt_polling: improve grow/shrink settingsChristian Borntraeger2016-02-161-8/+10
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-141-9/+8
|\ \
| * | KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti2016-02-251-9/+8
| |/
* / kvm: cap halt polling at exactly halt_poll_nsDavid Matlack2016-03-091-0/+3
|/
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-151-23/+24
* KVM: move architecture-dependent requests to arch/Paolo Bonzini2016-01-081-10/+0
* KVM: Remove unnecessary debugfs dentry referencesJanosch Frank2015-11-301-14/+4
* KVM: Use common function for VCPU lookup by idDavid Hildenbrand2015-11-301-7/+5
* KVM: kvm_is_visible_gfn can be booleanYaowei Bai2015-11-251-3/+3
* Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-11-041-0/+3
|\
| * KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall2015-10-221-0/+3