index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
kvm_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-31
kvm: call kvm_arch_destroy_vm if vm creation fails
Jim Mattson
1
-5
/
+7
2019-10-25
kvm: Allocate memslots and buses before calling kvm_arch_init_vm
Jim Mattson
1
-19
/
+21
2019-10-22
KVM: Don't shrink/grow vCPU halt_poll_ns if host side polling is disabled
Wanpeng Li
1
-13
/
+16
2019-09-30
kvm: x86, powerpc: do not allow clearing largepages debugfs entry
Paolo Bonzini
1
-3
/
+7
2019-08-18
KVM: Call kvm_arch_vcpu_blocking early into the blocking sequence
Marc Zyngier
1
-4
/
+3
2019-08-09
kvm: remove unnecessary PageReserved check
Paolo Bonzini
1
-2
/
+1
2019-08-05
KVM: no need to check return value of debugfs_create functions
Greg KH
1
-16
/
+5
2019-08-05
KVM: remove kvm_arch_has_vcpu_debugfs()
Paolo Bonzini
1
-3
/
+2
2019-08-05
KVM: Fix leak vCPU's VMCS value into other pCPU
Wanpeng Li
1
-1
/
+24
2019-08-05
KVM: Check preempted_in_kernel for involuntary preemption
Wanpeng Li
1
-3
/
+4
2019-07-20
KVM: Boost vCPUs that are delivering interrupts
Wanpeng Li
1
-4
/
+8
2019-07-11
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
1
-4
/
+1
2019-07-10
KVM: Properly check if "page" is valid in kvm_vcpu_unmap
KarimAllah Ahmed
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
1
-4
/
+1
2019-06-05
kvm: Convert kvm_lock to a mutex
Junaid Shahid
1
-15
/
+15
2019-06-04
KVM: Directly return result from kvm_arch_check_processor_compat()
Sean Christopherson
1
-3
/
+6
2019-05-28
KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID
Thomas Huth
1
-2
/
+0
2019-05-28
kvm: fix compile on s390 part 2
Christian Borntraeger
1
-0
/
+2
2019-05-24
kvm: fix compilation on s390
Paolo Bonzini
1
-0
/
+2
2019-05-24
KVM: Fix spinlock taken warning during host resume
Wanpeng Li
1
-1
/
+4
2019-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-9
/
+94
2019-05-17
kvm: fix compilation on aarch64
Paolo Bonzini
1
-1
/
+1
2019-05-15
Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-0
/
+18
2019-05-14
mm/mmu_notifier: convert user range->blockable to helper function
Jérôme Glisse
1
-1
/
+2
2019-05-14
KVM: PPC: Book3S: Remove useless checks in 'release' method of KVM device
Cédric Le Goater
1
-6
/
+0
2019-05-08
KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2
Peter Xu
1
-2
/
+2
2019-05-08
KVM: Fix kvm_clear_dirty_log_protect off-by-(minus-)one
Peter Xu
1
-2
/
+2
2019-05-08
KVM: Fix the bitmap range to copy during clear dirty
Peter Xu
1
-1
/
+1
2019-04-30
KVM: Introduce a new guest mapping API
KarimAllah Ahmed
1
-0
/
+64
2019-04-30
kvm_main: fix some comments
Jiang Biao
1
-2
/
+3
2019-04-30
KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size
Paolo Bonzini
1
-3
/
+4
2019-04-30
Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-1
/
+1
2019-04-30
KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size
Paolo Bonzini
1
-3
/
+4
2019-04-30
KVM: Introduce a 'release' method for KVM devices
Cédric Le Goater
1
-0
/
+13
2019-04-30
KVM: Introduce a 'mmap' method for KVM devices
Cédric Le Goater
1
-0
/
+11
2019-04-26
KVM: polling: add architecture backend to disable polling
Christian Borntraeger
1
-1
/
+1
2019-04-16
kvm: move KVM_CAP_NR_MEMSLOTS to common code
Paolo Bonzini
1
-0
/
+2
2019-04-16
KVM: fix spectrev1 gadgets
Paolo Bonzini
1
-2
/
+4
2019-03-28
KVM: Reject device ioctls from processes other than the VM's creator
Sean Christopherson
1
-0
/
+3
2019-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-49
/
+54
2019-03-05
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2019-02-28
kvm: properly check debugfs dentry before using it
Greg Kroah-Hartman
1
-1
/
+1
2019-02-22
KVM: Minor cleanups for kvm_main.c
Leo Yan
1
-2
/
+1
2019-02-20
Revert "KVM: Eliminate extra function calls in kvm_get_dirty_log_protect()"
Lan Tianyu
1
-5
/
+3
2019-02-20
KVM: Never start grow vCPU halt_poll_ns from value below halt_poll_ns_grow_start
Nir Weiner
1
-5
/
+5
2019-02-20
KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameter
Nir Weiner
1
-2
/
+6
2019-02-20
KVM: grow_halt_poll_ns() should never shrink vCPU halt_poll_ns
Nir Weiner
1
-1
/
+5
2019-02-20
KVM: Move the memslot update in-progress flag to bit 63
Sean Christopherson
1
-4
/
+4
2019-02-20
KVM: Remove the hack to trigger memslot generation wraparound
Sean Christopherson
1
-6
/
+2
2019-02-20
KVM: Explicitly define the "memslot update in-progress" bit
Sean Christopherson
1
-13
/
+13
[next]