summaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-1/+2
|\
| * treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+2
* | kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-06-011-32/+8
* | kvm: Change return type to vm_fault_tSouptick Joarder2018-06-011-1/+1
* | Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-06-011-1/+6
|\ \
| * | KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_changeChristoffer Dall2018-05-251-1/+6
| |/
* | KVM: introduce kvm_make_vcpus_request_mask() APIVitaly Kuznetsov2018-05-261-8/+26
|/
* kvm: use insert sort in kvm_io_bus_register_dev functionGal Hammer2018-03-061-18/+18
* KVM: mmu: Fix overlap between public and private memslotsWanpeng Li2018-02-241-2/+1
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-32/+30
|\
| * kvm: embed vcpu id to dentry of vcpu anon inodeMasatake YAMATO2018-01-311-1/+4
| * kvm: Map PFN-type memory regions as writable (if possible)KarimAllah Ahmed2018-01-311-2/+5
| * KVM: introduce kvm_arch_vcpu_async_ioctlPaolo Bonzini2017-12-141-7/+5
| * KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctlChristoffer Dall2017-12-141-2/+0
| * KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpuChristoffer Dall2017-12-141-2/+0
| * KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpuChristoffer Dall2017-12-141-2/+0
| * KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall2017-12-141-2/+0
| * KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translateChristoffer Dall2017-12-141-2/+0
| * KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstateChristoffer Dall2017-12-141-2/+0
| * KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstateChristoffer Dall2017-12-141-2/+0
| * KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregsChristoffer Dall2017-12-141-2/+0
| * KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregsChristoffer Dall2017-12-141-2/+0
| * KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsChristoffer Dall2017-12-141-2/+0
| * KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsChristoffer Dall2017-12-141-2/+0
| * KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_runChristoffer Dall2017-12-141-2/+0
| * KVM: Prepare for moving vcpu_load/vcpu_put into arch specific codeChristoffer Dall2017-12-141-2/+24
| * KVM: Take vcpu->mutex outside vcpu_loadChristoffer Dall2017-12-141-11/+6
| * kvm_main: Use common error handling code in kvm_dev_ioctl_create_vm()Markus Elfring2017-12-141-10/+11
* | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-2/+6
|\ \
| * | kvm: whitelist struct kvm_vcpu_archPaolo Bonzini2018-01-151-2/+6
* | | mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes2018-01-311-0/+1
* | | Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-01-311-31/+12
|\ \ \ | |_|/ |/| |
| * | kvm: switch get_user_page_nowait() to get_user_pages_unlocked()Al Viro2017-12-041-31/+12
* | | KVM: x86: fix APIC page invalidationRadim Krčmář2017-12-061-0/+8
| |/ |/|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-301-0/+23
|\ \ | |/ |/|
| * KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr2017-11-271-0/+23
* | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-5/+2
|\ \ | |/ |/|
| * get_compat_sigset()Al Viro2017-09-191-5/+2
* | Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-161-3/+3
|\ \
| * \ Merge tag 'kvm-s390-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2017-11-161-2/+2
| |\ \
| | * | KVM: s390: vsie: use common code functions for pinningDavid Hildenbrand2017-11-091-2/+2
| | |/
| * | kvm, mm: account kvm related kmem slabs to kmemcgShakeel Butt2017-10-121-1/+1
| |/
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* kvm: Serialize wq active checks in kvm_vcpu_wake_up()Davidlohr Bueso2017-09-151-1/+1
* KVM: fix rcu warning on VM_CREATE errorsChristian Borntraeger2017-09-131-0/+1
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-081-2/+5
|\
| * kvm: avoid uninitialized-variable warningsArnd Bergmann2017-08-151-1/+2
| * KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-081-1/+3
* | KVM: update to new mmu_notifier semantic v2Jérôme Glisse2017-08-311-42/+0
|/
* KVM: avoid using rcu_dereference_protectedPaolo Bonzini2017-08-021-7/+4
OpenPOWER on IntegriCloud