index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
kvm_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-15
KVM: Prevent module exit until all VMs are freed
David Matlack
1
-0
/
+13
2021-10-09
KVM: do not shrink halt_poll_ns below grow_start
Sergey Senozhatsky
1
-1
/
+5
2021-09-26
KVM: remember position in kvm->vcpus array
Radim Krčmář
1
-2
/
+3
2021-08-12
KVM: Do not leak memory for duplicate debugfs directories
Paolo Bonzini
1
-2
/
+16
2021-08-04
KVM: add missing compat KVM_CLEAR_DIRTY_LOG
Paolo Bonzini
1
-0
/
+28
2021-06-30
KVM: do not allow mapping valid but non-reference-counted pages
Nicholas Piggin
1
-2
/
+17
2021-05-14
KVM: Stop looking for coalesced MMIO zones if the bus is destroyed
Sean Christopherson
1
-5
/
+5
2021-02-26
KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()
Sean Christopherson
1
-1
/
+1
2021-02-26
mm: provide a saner PTE walking API for modules
Paolo Bonzini
1
-2
/
+2
2021-02-26
KVM: do not assume PTE is writable after follow_pfn
Paolo Bonzini
1
-3
/
+12
2021-02-03
KVM: Forbid the use of tagged userspace addresses for memslots
Marc Zyngier
1
-0
/
+1
2021-01-12
kvm: check tlbs_dirty directly
Lai Jiangshan
1
-2
/
+1
2020-10-01
KVM: fix overflow of zero page refcount with ksm running
Zhuang Yanying
1
-0
/
+1
2020-09-17
KVM: fix memory leak in kvm_io_bus_unregister_dev()
Rustam Kovhaev
1
-9
/
+12
2020-08-26
KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
Will Deacon
1
-1
/
+2
2020-06-17
KVM: x86: Fix APIC page invalidation race
Eiichi Tsukata
1
-10
/
+16
2020-03-05
KVM: Check for a bad hva before dropping into the ghc slow path
Sean Christopherson
1
-6
/
+6
2020-02-11
KVM: Play nice with read-only memslots when querying host page size
Sean Christopherson
1
-1
/
+1
2020-02-11
KVM: Use vcpu-specific gva->hva translation when querying host page size
Sean Christopherson
1
-2
/
+2
2020-02-11
x86/kvm: Cache gfn to pfn translation
Boris Ostrovsky
1
-19
/
+79
2020-02-11
x86/kvm: Introduce kvm_(un)map_gfn()
Boris Ostrovsky
1
-5
/
+24
2019-11-15
KVM: Add a comment describing the /dev/kvm no_compat handling
Marc Zyngier
1
-0
/
+7
2019-11-13
KVM: Forbid /dev/kvm being opened by a compat task when CONFIG_KVM_COMPAT=n
Marc Zyngier
1
-1
/
+7
2019-11-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-14
/
+34
2019-11-12
KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved
Sean Christopherson
1
-3
/
+23
2019-11-11
KVM: fix placement of refcount initialization
Paolo Bonzini
1
-2
/
+2
2019-11-11
KVM: Fix NULL-ptr deref after kvm_create_vm fails
Paolo Bonzini
1
-9
/
+9
2019-11-04
kvm: x86: mmu: Recovery of shattered NX large pages
Junaid Shahid
1
-0
/
+28
2019-11-04
kvm: Add helper function for creating VM worker threads
Junaid Shahid
1
-0
/
+84
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
[next]