aboutsummaryrefslogtreecommitdiff
path: root/virt/kvm/kvm_main.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+10
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersGravatar Michal Hocko 1-5/+10
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-14/+19
2018-08-06KVM: try __get_user_pages_fast even if not in atomic contextGravatar Paolo Bonzini 1-8/+6
2018-08-06KVM: x86: Add tlb remote flush callback in kvm_x86_ops.Gravatar Tianyu Lan 1-1/+2
2018-08-06kvm: x86: Use fast CR3 switch for nested VMXGravatar Junaid Shahid 1-4/+10
2018-07-21kvm: Don't open code task_pid in kvm_vcpu_ioctlGravatar Eric W. Biederman 1-1/+1
2018-07-13KVM: s390: a utility function for migrationGravatar Claudio Imbrenda 1-1/+1
2018-07-03Merge branch 'sched/urgent' into sched/core, to pick up fixesGravatar Ingo Molnar 1-10/+9
2018-06-21KVM: Enforce error in ioctl for compat tasks when !KVM_COMPATGravatar Marc Zyngier 1-10/+9
2018-06-20sched/swait: Rename to exclusiveGravatar Peter Zijlstra 1-2/+2
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+2
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 1-1/+2
2018-06-01kvm: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-32/+8
2018-06-01kvm: Change return type to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-06-01Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Paolo Bonzini 1-1/+6
2018-05-26KVM: introduce kvm_make_vcpus_request_mask() APIGravatar Vitaly Kuznetsov 1-8/+26
2018-05-25KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_changeGravatar Christoffer Dall 1-1/+6
2018-03-06kvm: use insert sort in kvm_io_bus_register_dev functionGravatar Gal Hammer 1-18/+18
2018-02-24KVM: mmu: Fix overlap between public and private memslotsGravatar Wanpeng Li 1-2/+1
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-32/+30
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+6
2018-01-31mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksGravatar David Rientjes 1-0/+1
2018-01-31Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-31/+12
2018-01-31kvm: embed vcpu id to dentry of vcpu anon inodeGravatar Masatake YAMATO 1-1/+4
2018-01-31kvm: Map PFN-type memory regions as writable (if possible)Gravatar KarimAllah Ahmed 1-2/+5
2018-01-15kvm: whitelist struct kvm_vcpu_archGravatar Paolo Bonzini 1-2/+6
2017-12-14KVM: introduce kvm_arch_vcpu_async_ioctlGravatar Paolo Bonzini 1-7/+5
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctlGravatar Christoffer Dall 1-2/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpuGravatar Christoffer Dall 1-2/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpuGravatar Christoffer Dall 1-2/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugGravatar Christoffer Dall 1-2/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translateGravatar Christoffer Dall 1-2/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstateGravatar Christoffer Dall 1-2/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstateGravatar Christoffer Dall 1-2/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregsGravatar Christoffer Dall 1-2/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregsGravatar Christoffer Dall 1-2/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsGravatar Christoffer Dall 1-2/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsGravatar Christoffer Dall 1-2/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_runGravatar Christoffer Dall 1-2/+0
2017-12-14KVM: Prepare for moving vcpu_load/vcpu_put into arch specific codeGravatar Christoffer Dall 1-2/+24
2017-12-14KVM: Take vcpu->mutex outside vcpu_loadGravatar Christoffer Dall 1-11/+6
2017-12-14kvm_main: Use common error handling code in kvm_dev_ioctl_create_vm()Gravatar Markus Elfring 1-10/+11
2017-12-06KVM: x86: fix APIC page invalidationGravatar Radim Krčmář 1-0/+8
2017-12-04kvm: switch get_user_page_nowait() to get_user_pages_unlocked()Gravatar Al Viro 1-31/+12
2017-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+23
2017-11-27KVM: Let KVM_SET_SIGNAL_MASK work as advertisedGravatar Jan H. Schönherr 1-0/+23
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-5/+2
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-3/+3