summaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Reject device ioctls from processes other than the VM's creatorSean Christopherson2019-04-031-0/+3
* KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-03-231-2/+5
* 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-031-2/+1
* mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-281-9/+5
* 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-261-1/+0
* 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/+2
* 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/+6
| * | 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/+9
|\ \ \ | |/ /
| * | KVM: Enforce error in ioctl for compat tasks when !KVM_COMPATMarc Zyngier2018-06-211-10/+9
| |/
* | 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-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
OpenPOWER on IntegriCloud