aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAge
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-12
|\
| * KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson2019-11-12
| * KVM: fix placement of refcount initializationPaolo Bonzini2019-11-11
| * KVM: Fix NULL-ptr deref after kvm_create_vm failsPaolo Bonzini2019-11-11
* | kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid2019-11-04
* | kvm: Add helper function for creating VM worker threadsJunaid Shahid2019-11-04
|/
* kvm: call kvm_arch_destroy_vm if vm creation failsJim Mattson2019-10-31
* kvm: Allocate memslots and buses before calling kvm_arch_init_vmJim Mattson2019-10-25
* KVM: Don't shrink/grow vCPU halt_poll_ns if host side polling is disabledWanpeng Li2019-10-22
* kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini2019-09-30
* KVM: Call kvm_arch_vcpu_blocking early into the blocking sequenceMarc Zyngier2019-08-18
* kvm: remove unnecessary PageReserved checkPaolo Bonzini2019-08-09
* KVM: no need to check return value of debugfs_create functionsGreg KH2019-08-05
* KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini2019-08-05
* KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-05
* KVM: Check preempted_in_kernel for involuntary preemptionWanpeng Li2019-08-05
* KVM: Boost vCPUs that are delivering interruptsWanpeng Li2019-07-20
* Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-11
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-19
* | KVM: Properly check if "page" is valid in kvm_vcpu_unmapKarimAllah Ahmed2019-07-10
* | kvm: Convert kvm_lock to a mutexJunaid Shahid2019-06-05
* | KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson2019-06-04
|/
* KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth2019-05-28
* kvm: fix compile on s390 part 2Christian Borntraeger2019-05-28
* kvm: fix compilation on s390Paolo Bonzini2019-05-24
* KVM: Fix spinlock taken warning during host resumeWanpeng Li2019-05-24
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-17
|\
| * kvm: fix compilation on aarch64Paolo Bonzini2019-05-17
| * Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-05-15
| |\
| | * KVM: PPC: Book3S: Remove useless checks in 'release' method of KVM deviceCédric Le Goater2019-05-13
| | * KVM: Introduce a 'release' method for KVM devicesCédric Le Goater2019-04-30
| | * KVM: Introduce a 'mmap' method for KVM devicesCédric Le Goater2019-04-30
| * | KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2Peter Xu2019-05-08
| * | KVM: Fix kvm_clear_dirty_log_protect off-by-(minus-)onePeter Xu2019-05-08
| * | KVM: Fix the bitmap range to copy during clear dirtyPeter Xu2019-05-08
| * | KVM: Introduce a new guest mapping APIKarimAllah Ahmed2019-04-30
| * | kvm_main: fix some commentsJiang Biao2019-04-30
| * | KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini2019-04-30
| * | Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-04-30
| |\ \
| | * | KVM: polling: add architecture backend to disable pollingChristian Borntraeger2019-04-26
| | |/
| * | kvm: move KVM_CAP_NR_MEMSLOTS to common codePaolo Bonzini2019-04-16
* | | mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse2019-05-14
* | | KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini2019-04-30
|/ /
* / KVM: fix spectrev1 gadgetsPaolo Bonzini2019-04-16
|/
* KVM: Reject device ioctls from processes other than the VM's creatorSean Christopherson2019-03-28
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-15
|\
| * KVM: Minor cleanups for kvm_main.cLeo Yan2019-02-22
| * Revert "KVM: Eliminate extra function calls in kvm_get_dirty_log_protect()"Lan Tianyu2019-02-20
| * KVM: Never start grow vCPU halt_poll_ns from value below halt_poll_ns_grow_startNir Weiner2019-02-20
| * KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameterNir Weiner2019-02-20