aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAge
* KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand2017-04-08
* KVM: x86: clear bus pointer when destroyedPeter Xu2017-04-08
* KVM: use after free in kvm_ioctl_create_device()Dan Carpenter2016-12-01
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-11-04
|\
| * KVM: fix OOPS on flush_workPaolo Bonzini2016-10-26
* | mm: unexport __get_user_pages()Lorenzo Stoakes2016-10-24
|/
* mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes2016-10-18
* kvm: create per-vcpu dirs in debugfsLuiz Capitulino2016-09-16
* kvm: kvm_destroy_vm_debugfs(): check debugfs_stat_data pointerLuiz Capitulino2016-09-16
* Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-09-13
|\
| * KVM: Add provisioning for ulong vm stats and u64 vcpu statsSuraj Jitindar Singh2016-09-07
* | KVM: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-07
|/
* KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall2016-08-12
* KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall2016-08-12
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-02
|\
| * Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář2016-07-22
| |\
| | * KVM: kvm_io_bus: Add kvm_io_bus_get_dev() callAndre Przywara2016-07-18
| * | KVM: MMU: try to fix up page faults before giving upPaolo Bonzini2016-07-05
| * | KVM: MMU: prepare to support mapping of VM_IO and VM_PFNMAP framesPaolo Bonzini2016-07-05
| |/
| * KVM: remove kvm_vcpu_compatiblePaolo Bonzini2016-06-15
| * KVM: introduce kvm->created_vcpusPaolo Bonzini2016-06-15
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-29
|\ \
| * | virt: Convert kvm hotplug to state machineThomas Gleixner2016-07-15
* | | KVM: don't use anon_inode_getfd() before possible failuresAl Viro2016-07-14
* | | Revert "KVM: release anon file in failure path of vm creation"Paolo Bonzini2016-07-14
* | | KVM: release anon file in failure path of vm creationLiu Shuo2016-07-14
* | | KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson2016-07-14
|/ /
* / kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTESXiubo Li2016-06-16
|/
* KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini2016-06-02
* KVM: Create debugfs dir and stat files for each VMJanosch Frank2016-05-25
* KVM: split kvm_vcpu_wake_up from kvm_vcpu_kickRadim Krčmář2016-05-18
* KVM: shrink halt polling even more for invalid wakeupsChristian Borntraeger2016-05-18
* KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger2016-05-13
* kvm: introduce KVM_MAX_VCPU_IDGreg Kurz2016-05-11
* KVM: Replace smp_mb() with smp_load_acquire() in the kvm_flush_remote_tlbs()Lan Tianyu2016-03-22
* KVM: Replace smp_mb() with smp_mb_after_atomic() in the kvm_make_all_cpus_req...Lan Tianyu2016-03-22
* KVM: fix spin_lock_init order on x86Paolo Bonzini2016-03-22
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-20
|\
| * mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-16
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-16
|\ \
| * | KVM: ensure __gfn_to_pfn_memslot initializes *writablePaolo Bonzini2016-03-04
| * | KVM: use list_for_each_entry_safeGeliang Tang2016-02-23
| * | KVM: halt_polling: improve grow/shrink settingsChristian Borntraeger2016-02-16
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-14
|\ \
| * | KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti2016-02-25
| |/
* / kvm: cap halt polling at exactly halt_poll_nsDavid Matlack2016-03-09
|/
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-15
* KVM: move architecture-dependent requests to arch/Paolo Bonzini2016-01-08
* KVM: Remove unnecessary debugfs dentry referencesJanosch Frank2015-11-30
* KVM: Use common function for VCPU lookup by idDavid Hildenbrand2015-11-30