summaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud