summaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Add infrastructure and macro to mark VM as buggedSean Christopherson2022-08-251-5/+5
* KVM: Prevent module exit until all VMs are freedDavid Matlack2022-04-151-0/+13
* KVM: remember position in kvm->vcpus arrayRadim Krčmář2021-09-261-2/+3
* KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()Sean Christopherson2021-07-281-1/+1
* KVM: do not allow mapping valid but non-reference-counted pagesNicholas Piggin2021-07-281-2/+17
* KVM: do not assume PTE is writable after follow_pfnPaolo Bonzini2021-07-281-3/+12
* kvm: check tlbs_dirty directlyLai Jiangshan2021-02-231-2/+1
* KVM: fix overflow of zero page refcount with ksm runningZhuang Yanying2020-10-011-0/+1
* KVM: fix memory leak in kvm_io_bus_unregister_dev()Rustam Kovhaev2020-09-261-9/+12
* KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-261-1/+1
* KVM: x86: Fix APIC page invalidation raceEiichi Tsukata2020-06-221-8/+16
* x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2020-04-291-19/+79
* x86/kvm: Introduce kvm_(un)map_gfn()Boris Ostrovsky2020-04-291-5/+24
* KVM: Properly check if "page" is valid in kvm_vcpu_unmapKarimAllah Ahmed2020-04-291-1/+1
* kvm: fix compile on s390 part 2Christian Borntraeger2020-04-291-0/+2
* kvm: fix compilation on s390Paolo Bonzini2020-04-291-0/+2
* kvm: fix compilation on aarch64Paolo Bonzini2020-04-291-1/+1
* KVM: Introduce a new guest mapping APIKarimAllah Ahmed2020-04-291-0/+64
* KVM: Check for a bad hva before dropping into the ghc slow pathSean Christopherson2020-03-051-6/+6
* KVM: Play nice with read-only memslots when querying host page sizeSean Christopherson2020-02-111-1/+1
* KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson2020-02-111-2/+2
* kvm: properly check debugfs dentry before using itGreg Kroah-Hartman2019-12-051-1/+1
* KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson2019-12-011-3/+23
* kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid2019-11-121-1/+29
* kvm: Add helper function for creating VM worker threadsJunaid Shahid2019-11-121-0/+84
* kvm: Convert kvm_lock to a mutexJunaid Shahid2019-11-121-15/+15
* kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini2019-11-121-3/+7
* KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-161-1/+24
* KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth2019-06-091-2/+0
* KVM: fix spectrev1 gadgetsPaolo Bonzini2019-05-161-2/+4
* 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: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)Jann Horn2019-02-121-1/+2
* kvm: Change offset in kvm_write_guest_offset_cached to unsignedJim Mattson2019-02-121-1/+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