summaryrefslogtreecommitdiff
path: root/virt/kvm/kvm_main.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-05kvm: properly check debugfs dentry before using itGreg Kroah-Hartman1-1/+1
2019-12-01KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson1-3/+23
2019-11-12kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid1-1/+29
2019-11-12kvm: Add helper function for creating VM worker threadsJunaid Shahid1-0/+84
2019-11-12kvm: Convert kvm_lock to a mutexJunaid Shahid1-15/+15
2019-11-12kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini1-3/+7
2019-08-16KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li1-1/+24
2019-06-09KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth1-2/+0
2019-05-16KVM: fix spectrev1 gadgetsPaolo Bonzini1-2/+4
2019-04-03KVM: Reject device ioctls from processes other than the VM's creatorSean Christopherson1-0/+3
2019-03-23KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson1-2/+5
2019-02-12kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)Jann Horn1-1/+2
2019-02-12kvm: Change offset in kvm_write_guest_offset_cached to unsignedJim Mattson1-1/+2
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+10
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko1-5/+10
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-14/+19
2018-08-06KVM: try __get_user_pages_fast even if not in atomic contextPaolo Bonzini1-8/+6
2018-08-06KVM: x86: Add tlb remote flush callback in kvm_x86_ops.Tianyu Lan1-1/+2
2018-08-06kvm: x86: Use fast CR3 switch for nested VMXJunaid Shahid1-4/+10
2018-07-21kvm: Don't open code task_pid in kvm_vcpu_ioctlEric W. Biederman1-1/+1
2018-07-13KVM: s390: a utility function for migrationClaudio Imbrenda1-1/+1
2018-07-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-10/+9
2018-06-21KVM: Enforce error in ioctl for compat tasks when !KVM_COMPATMarc Zyngier1-10/+9
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra1-2/+2
2018-06-13Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook1-1/+2
2018-06-01kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-32/+8
2018-06-01kvm: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-06-01Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini1-1/+6
2018-05-26KVM: introduce kvm_make_vcpus_request_mask() APIVitaly Kuznetsov1-8/+26
2018-05-25KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_changeChristoffer Dall1-1/+6
2018-03-06kvm: use insert sort in kvm_io_bus_register_dev functionGal Hammer1-18/+18
2018-02-24KVM: mmu: Fix overlap between public and private memslotsWanpeng Li1-2/+1
2018-02-11Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-32/+30
2018-02-04Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+6
2018-02-01mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes1-0/+1
2018-01-31Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-31/+12
2018-01-31kvm: embed vcpu id to dentry of vcpu anon inodeMasatake YAMATO1-1/+4
2018-01-31kvm: Map PFN-type memory regions as writable (if possible)KarimAllah Ahmed1-2/+5
2018-01-15kvm: whitelist struct kvm_vcpu_archPaolo Bonzini1-2/+6
2017-12-14KVM: introduce kvm_arch_vcpu_async_ioctlPaolo Bonzini1-7/+5
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctlChristoffer Dall1-2/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpuChristoffer Dall1-2/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpuChristoffer Dall1-2/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall1-2/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translateChristoffer Dall1-2/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstateChristoffer Dall1-2/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstateChristoffer Dall1-2/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregsChristoffer Dall1-2/+0