summaryrefslogtreecommitdiff
path: root/virt/kvm/kvm_main.c
AgeCommit message (Expand)Author
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-14mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-12-01KVM: use after free in kvm_ioctl_create_device()Dan Carpenter
2016-11-28KVM: Export kvm module parameter variablesSuraj Jitindar Singh
2016-11-22kvm: Introduce kvm_write_guest_offset_cached()Pan Xinhui
2016-11-16Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář
2016-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-11-02kvm/stats: Update kvm stats to clear on write to their debugfs entrySuraj Jitindar Singh
2016-10-26KVM: fix OOPS on flush_workPaolo Bonzini
2016-10-24mm: unexport __get_user_pages()Lorenzo Stoakes
2016-10-18mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes
2016-09-16kvm: create per-vcpu dirs in debugfsLuiz Capitulino
2016-09-16kvm: kvm_destroy_vm_debugfs(): check debugfs_stat_data pointerLuiz Capitulino
2016-09-13Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2016-09-08KVM: Add provisioning for ulong vm stats and u64 vcpu statsSuraj Jitindar Singh
2016-09-07KVM: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-08-12KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall
2016-08-12KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-22Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář
2016-07-18KVM: kvm_io_bus: Add kvm_io_bus_get_dev() callAndre Przywara
2016-07-15virt: Convert kvm hotplug to state machineThomas Gleixner
2016-07-14KVM: don't use anon_inode_getfd() before possible failuresAl Viro
2016-07-14Revert "KVM: release anon file in failure path of vm creation"Paolo Bonzini
2016-07-14KVM: release anon file in failure path of vm creationLiu Shuo
2016-07-14KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson
2016-07-05KVM: MMU: try to fix up page faults before giving upPaolo Bonzini
2016-07-05KVM: MMU: prepare to support mapping of VM_IO and VM_PFNMAP framesPaolo Bonzini
2016-06-16kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTESXiubo Li
2016-06-16KVM: remove kvm_vcpu_compatiblePaolo Bonzini
2016-06-16KVM: introduce kvm->created_vcpusPaolo Bonzini
2016-06-02KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini
2016-05-25KVM: Create debugfs dir and stat files for each VMJanosch Frank
2016-05-18KVM: split kvm_vcpu_wake_up from kvm_vcpu_kickRadim Krčmář
2016-05-18KVM: shrink halt polling even more for invalid wakeupsChristian Borntraeger
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger
2016-05-11kvm: introduce KVM_MAX_VCPU_IDGreg Kurz
2016-03-22KVM: Replace smp_mb() with smp_load_acquire() in the kvm_flush_remote_tlbs()Lan Tianyu
2016-03-22KVM: Replace smp_mb() with smp_mb_after_atomic() in the kvm_make_all_cpus_req...Lan Tianyu
2016-03-22KVM: fix spin_lock_init order on x86Paolo Bonzini
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-03-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-09kvm: cap halt polling at exactly halt_poll_nsDavid Matlack
2016-03-04KVM: ensure __gfn_to_pfn_memslot initializes *writablePaolo Bonzini