aboutsummaryrefslogtreecommitdiff
path: root/virt/kvm/kvm_main.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-30kvm: x86, powerpc: do not allow clearing largepages debugfs entryGravatar Paolo Bonzini 1-3/+7
2019-08-18KVM: Call kvm_arch_vcpu_blocking early into the blocking sequenceGravatar Marc Zyngier 1-4/+3
2019-08-09kvm: remove unnecessary PageReserved checkGravatar Paolo Bonzini 1-2/+1
2019-08-05KVM: no need to check return value of debugfs_create functionsGravatar Greg KH 1-16/+5
2019-08-05KVM: remove kvm_arch_has_vcpu_debugfs()Gravatar Paolo Bonzini 1-3/+2
2019-08-05KVM: Fix leak vCPU's VMCS value into other pCPUGravatar Wanpeng Li 1-1/+24
2019-08-05KVM: Check preempted_in_kernel for involuntary preemptionGravatar Wanpeng Li 1-3/+4
2019-07-20KVM: Boost vCPUs that are delivering interruptsGravatar Wanpeng Li 1-4/+8
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Paolo Bonzini 1-4/+1
2019-07-10KVM: Properly check if "page" is valid in kvm_vcpu_unmapGravatar KarimAllah Ahmed 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Gravatar Thomas Gleixner 1-4/+1
2019-06-05kvm: Convert kvm_lock to a mutexGravatar Junaid Shahid 1-15/+15
2019-06-04KVM: Directly return result from kvm_arch_check_processor_compat()Gravatar Sean Christopherson 1-3/+6
2019-05-28KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDGravatar Thomas Huth 1-2/+0
2019-05-28kvm: fix compile on s390 part 2Gravatar Christian Borntraeger 1-0/+2
2019-05-24kvm: fix compilation on s390Gravatar Paolo Bonzini 1-0/+2
2019-05-24KVM: Fix spinlock taken warning during host resumeGravatar Wanpeng Li 1-1/+4
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-9/+94
2019-05-17kvm: fix compilation on aarch64Gravatar Paolo Bonzini 1-1/+1
2019-05-15Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 1-0/+18
2019-05-14mm/mmu_notifier: convert user range->blockable to helper functionGravatar Jérôme Glisse 1-1/+2
2019-05-14KVM: PPC: Book3S: Remove useless checks in 'release' method of KVM deviceGravatar Cédric Le Goater 1-6/+0
2019-05-08KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2Gravatar Peter Xu 1-2/+2
2019-05-08KVM: Fix kvm_clear_dirty_log_protect off-by-(minus-)oneGravatar Peter Xu 1-2/+2
2019-05-08KVM: Fix the bitmap range to copy during clear dirtyGravatar Peter Xu 1-1/+1
2019-04-30KVM: Introduce a new guest mapping APIGravatar KarimAllah Ahmed 1-0/+64
2019-04-30kvm_main: fix some commentsGravatar Jiang Biao 1-2/+3
2019-04-30KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizeGravatar Paolo Bonzini 1-3/+4
2019-04-30Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Paolo Bonzini 1-1/+1
2019-04-30KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizeGravatar Paolo Bonzini 1-3/+4
2019-04-30KVM: Introduce a 'release' method for KVM devicesGravatar Cédric Le Goater 1-0/+13
2019-04-30KVM: Introduce a 'mmap' method for KVM devicesGravatar Cédric Le Goater 1-0/+11
2019-04-26KVM: polling: add architecture backend to disable pollingGravatar Christian Borntraeger 1-1/+1
2019-04-16kvm: move KVM_CAP_NR_MEMSLOTS to common codeGravatar Paolo Bonzini 1-0/+2
2019-04-16KVM: fix spectrev1 gadgetsGravatar Paolo Bonzini 1-2/+4
2019-03-28KVM: Reject device ioctls from processes other than the VM's creatorGravatar Sean Christopherson 1-0/+3
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-49/+54
2019-03-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2019-02-28kvm: properly check debugfs dentry before using itGravatar Greg Kroah-Hartman 1-1/+1
2019-02-22KVM: Minor cleanups for kvm_main.cGravatar Leo Yan 1-2/+1
2019-02-20Revert "KVM: Eliminate extra function calls in kvm_get_dirty_log_protect()"Gravatar Lan Tianyu 1-5/+3
2019-02-20KVM: Never start grow vCPU halt_poll_ns from value below halt_poll_ns_grow_startGravatar Nir Weiner 1-5/+5
2019-02-20KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameterGravatar Nir Weiner 1-2/+6
2019-02-20KVM: grow_halt_poll_ns() should never shrink vCPU halt_poll_nsGravatar Nir Weiner 1-1/+5
2019-02-20KVM: Move the memslot update in-progress flag to bit 63Gravatar Sean Christopherson 1-4/+4
2019-02-20KVM: Remove the hack to trigger memslot generation wraparoundGravatar Sean Christopherson 1-6/+2
2019-02-20KVM: Explicitly define the "memslot update in-progress" bitGravatar Sean Christopherson 1-13/+13
2019-02-20KVM: Call kvm_arch_memslots_updated() before updating memslotsGravatar Sean Christopherson 1-2/+5
2019-02-20kvm: Add memcg accounting to KVM allocationsGravatar Ben Gardon 1-14/+15
2019-02-20kvm: Use struct_size() in kmalloc()Gravatar Gustavo A. R. Silva 1-4/+4