summaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-151-49/+54
|\
| * KVM: Minor cleanups for kvm_main.cLeo Yan2019-02-221-2/+1Star
| * Revert "KVM: Eliminate extra function calls in kvm_get_dirty_log_protect()"Lan Tianyu2019-02-201-5/+3Star
| * KVM: Never start grow vCPU halt_poll_ns from value below halt_poll_ns_grow_startNir Weiner2019-02-201-5/+5
| * KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameterNir Weiner2019-02-201-2/+6
| * KVM: grow_halt_poll_ns() should never shrink vCPU halt_poll_nsNir Weiner2019-02-201-1/+5
| * KVM: Move the memslot update in-progress flag to bit 63Sean Christopherson2019-02-201-4/+4
| * KVM: Remove the hack to trigger memslot generation wraparoundSean Christopherson2019-02-201-6/+2Star
| * KVM: Explicitly define the "memslot update in-progress" bitSean Christopherson2019-02-201-13/+13
| * KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-02-201-2/+5
| * kvm: Add memcg accounting to KVM allocationsBen Gardon2019-02-201-14/+15
| * kvm: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-02-201-4/+4
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-051-1/+1
|\ \
| * \ Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2019-02-131-1/+1
| |\ \ | | |/ | |/|
| | * virt/kvm: Replace spin_is_locked() with lockdepPaul E. McKenney2019-01-261-1/+1
* | | kvm: properly check debugfs dentry before using itGreg Kroah-Hartman2019-02-281-1/+1
|/ /
* / kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)Jann Horn2019-02-071-1/+2
|/
* KVM: validate userspace input in kvm_clear_dirty_log_protect()Tomas Bortoli2019-01-111-2/+7
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+1Star
* mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-281-9/+5Star
* KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()Lan Tianyu2018-12-211-1/+4
* kvm: Change offset in kvm_write_guest_offset_cached to unsignedJim Mattson2018-12-211-1/+2
* kvm: Disallow wraparound in kvm_gfn_to_hva_cache_initJim Mattson2018-12-211-20/+21
* kvm: introduce manual dirty log reprotectPaolo Bonzini2018-12-141-17/+115
* kvm: rename last argument to kvm_get_dirty_log_protectPaolo Bonzini2018-12-141-3/+3
* kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnosticPaolo Bonzini2018-12-141-0/+25
* Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...Michal Hocko2018-10-271-1/+0Star
* KVM: refine the comment of function gfn_to_hva_memslot_prot()Wei Yang2018-10-171-2/+6
* kvm/x86 : add coalesced pio supportPeng Hao2018-10-171-0/+2
* KVM: leverage change to adjust slots->used_slots in update_memslots()Wei Yang2018-10-171-9/+14
* KVM: x86: hyperv: optimize 'all cpus' case in kvm_hv_flush_tlb()Vitaly Kuznetsov2018-10-171-4/+2Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-221-5/+10
|\
| * mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-221-5/+10
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-1/+1
|\ \ | |/ |/|
| * kvm: Don't open code task_pid in kvm_vcpu_ioctlEric W. Biederman2018-07-211-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-191-14/+19
|\ \
| * | KVM: try __get_user_pages_fast even if not in atomic contextPaolo Bonzini2018-08-061-8/+6Star
| * | KVM: x86: Add tlb remote flush callback in kvm_x86_ops.Tianyu Lan2018-08-061-1/+2
| * | kvm: x86: Use fast CR3 switch for nested VMXJunaid Shahid2018-08-061-4/+10
| * | KVM: s390: a utility function for migrationClaudio Imbrenda2018-07-131-1/+1
* | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-07-031-10/+9Star
|\| |
| * | KVM: Enforce error in ioctl for compat tasks when !KVM_COMPATMarc Zyngier2018-06-211-10/+9Star
| |/
* / sched/swait: Rename to exclusivePeter Zijlstra2018-06-201-2/+2
|/
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-131-1/+2
|\
| * treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+2
* | kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-06-011-32/+8Star
* | 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
|/