summaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-03-041-4/+4
|\
| * kvm: convert kvm.users_count from atomic_t to refcount_tElena Reshetova2017-03-011-4/+4
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-2/+2
|/
* KVM: Return an error code only as a constant in kvm_get_dirty_log()Markus Elfring2017-02-171-11/+5
* KVM: Return an error code only as a constant in kvm_get_dirty_log_protect()Markus Elfring2017-02-171-12/+5
* KVM: Return directly after a failed copy_from_user() in kvm_vm_compat_ioctl()Markus Elfring2017-02-171-4/+1
* KVM: Support vCPU-based gfn->hva cacheCao, Lei2017-02-161-17/+17
* KVM: use separate generations for each address spacePaolo Bonzini2017-02-161-8/+16
* KVM: only retrieve memslots once when initializing cachePaolo Bonzini2017-02-161-7/+14
* Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-251-1/+1
|\
| * cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
|/
* mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes2016-12-141-3/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-131-9/+78
|\
| * KVM: Export kvm module parameter variablesSuraj Jitindar Singh2016-11-281-3/+6
| * Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář2016-11-161-6/+4
| |\
| * | kvm/stats: Update kvm stats to clear on write to their debugfs entrySuraj Jitindar Singh2016-11-021-6/+72
* | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-12-111-1/+1
|\ \ \
| * | | KVM: use after free in kvm_ioctl_create_device()Dan Carpenter2016-12-011-1/+1
| | |/ | |/|
* / | kvm: Introduce kvm_write_guest_offset_cached()Pan Xinhui2016-11-221-6/+14
|/ /
* | 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