aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
AgeCommit message (Expand)Author
2021-08-08KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()Sean Christopherson
2021-08-08KVM: do not allow mapping valid but non-reference-counted pagesNicholas Piggin
2021-08-08KVM: do not assume PTE is writable after follow_pfnPaolo Bonzini
2021-02-23kvm: check tlbs_dirty directlyLai Jiangshan
2020-10-01KVM: fix overflow of zero page refcount with ksm runningZhuang Yanying
2020-10-01KVM: fix memory leak in kvm_io_bus_unregister_dev()Rustam Kovhaev
2020-03-11KVM: Check for a bad hva before dropping into the ghc slow pathSean Christopherson
2020-02-14KVM: Play nice with read-only memslots when querying host page sizeSean Christopherson
2020-02-14KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson
2019-12-05kvm: properly check debugfs dentry before using itGreg Kroah-Hartman
2019-12-01KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson
2019-11-12kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid
2019-11-12kvm: Add helper function for creating VM worker threadsJunaid Shahid
2019-11-12kvm: Convert kvm_lock to a mutexJunaid Shahid
2019-11-12kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini
2019-08-16KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li
2019-06-09KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth
2019-05-16KVM: fix spectrev1 gadgetsPaolo Bonzini
2019-04-03KVM: Reject device ioctls from processes other than the VM's creatorSean Christopherson
2019-03-23KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson
2019-02-12kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)Jann Horn
2019-02-12kvm: Change offset in kvm_write_guest_offset_cached to unsignedJim Mattson
2018-04-26kvm: Map PFN-type memory regions as writable (if possible)KarimAllah Ahmed
2018-03-08KVM: mmu: Fix overlap between public and private memslotsWanpeng Li
2018-02-03KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr
2017-12-25kvm, mm: account kvm related kmem slabs to kmemcgShakeel Butt
2017-12-14KVM: x86: fix APIC page invalidationRadim Krčmář
2017-09-15kvm: Serialize wq active checks in kvm_vcpu_wake_up()Davidlohr Bueso
2017-09-13KVM: fix rcu warning on VM_CREATE errorsChristian Borntraeger
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-08-31KVM: update to new mmu_notifier semantic v2Jérôme Glisse
2017-08-15kvm: avoid uninitialized-variable warningsArnd Bergmann
2017-08-08KVM: add spinlock optimization frameworkLongpeng(Mike)
2017-08-02KVM: avoid using rcu_dereference_protectedPaolo Bonzini
2017-07-26KVM: make pid available for uevents without debugfsClaudio Imbrenda
2017-07-12KVM: trigger uevents when creating or destroying a VMClaudio Imbrenda
2017-07-10Merge branch 'annotations' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Paolo Bonzini
2017-07-10kvm: avoid unused variable warning for UP buildsPaolo Bonzini
2017-07-07KVM: mark memory slots as rcuChristian Borntraeger
2017-07-07KVM: mark kvm->busses as rcu protectedChristian Borntraeger
2017-07-07KVM: mark vcpu->pid pointer as rcu protectedChristian Borntraeger
2017-06-27KVM: explain missing kvm_put_kvm in case of failurePaolo Bonzini
2017-06-27KVM: Replaces symbolic permissions with numericRoman Storozhenko
2017-05-09Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2017-05-09KVM: set no_llseek in stat_fops_per_vmGeliang Tang
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-04KVM: put back #ifndef CONFIG_S390 around kvm_vcpu_kickPaolo Bonzini
2017-05-03Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini
2017-05-02KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand