index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
kvm_main.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-25
KVM: Use plain "struct page" pointer instead of single-entry array
Sean Christopherson
1
-3
/
+3
2024-10-25
KVM: nVMX: Add helper to put (unmap) vmcs12 pages
Sean Christopherson
1
-14
/
+18
2024-10-25
KVM: nVMX: Drop pointless msr_bitmap_map field from struct nested_vmx
Sean Christopherson
2
-6
/
+4
2024-10-25
KVM: nVMX: Rely on kvm_vcpu_unmap() to track validity of eVMCS mapping
Sean Christopherson
1
-5
/
+2
2024-10-25
KVM: Use NULL for struct page pointer to indicate mremapped memory
Sean Christopherson
2
-6
/
+2
2024-10-25
KVM: Explicitly initialize all fields at the start of kvm_vcpu_map()
Sean Christopherson
1
-18
/
+10
2024-10-25
KVM: Remove pointless sanity check on @map param to kvm_vcpu_(un)map()
Sean Christopherson
1
-6
/
+0
2024-10-25
KVM: Introduce kvm_follow_pfn() to eventually replace "gfn_to_pfn" APIs
David Stevens
3
-80
/
+107
2024-10-25
KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()
Sean Christopherson
6
-14
/
+9
2024-10-25
KVM: x86/mmu: Drop kvm_page_fault.hva, i.e. don't track intermediate hva
Sean Christopherson
2
-5
/
+2
2024-10-25
KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error code
David Stevens
5
-24
/
+30
2024-10-25
KVM: Drop extra GUP (via check_user_page_hwpoison()) to detect poisoned page
Sean Christopherson
1
-15
/
+2
2024-10-25
KVM: Return ERR_SIGPENDING from hva_to_pfn() if GUP returns -EGAIN
Sean Christopherson
1
-1
/
+1
2024-10-25
KVM: Annotate that all paths in hva_to_pfn() might sleep
Sean Christopherson
1
-2
/
+2
2024-10-25
KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
Sean Christopherson
9
-41
/
+23
2024-10-25
KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()
Sean Christopherson
4
-7
/
+7
2024-10-25
KVM: x86/mmu: Use gfn_to_page_many_atomic() when prefetching indirect PTEs
Sean Christopherson
1
-5
/
+4
2024-10-25
KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs
Sean Christopherson
3
-44
/
+43
2024-10-25
KVM: x86/mmu: Mark folio dirty when creating SPTE, not when zapping/modifying
Sean Christopherson
4
-43
/
+25
2024-10-25
KVM: x86/mmu: Mark new SPTE as Accessed when synchronizing existing SPTE
Sean Christopherson
1
-2
/
+2
2024-10-25
KVM: x86/mmu: Invert @can_unsync and renamed to @synchronizing
Sean Christopherson
6
-13
/
+13
2024-10-25
KVM: x86/mmu: Don't overwrite shadow-present MMU SPTEs when prefaulting
Sean Christopherson
2
-0
/
+6
2024-10-25
KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTE
Sean Christopherson
1
-5
/
+13
2024-10-25
KVM: Add kvm_release_page_unused() API to put pages that KVM never consumes
Sean Christopherson
1
-0
/
+9
2024-10-25
KVM: Allow calling kvm_release_page_{clean,dirty}() on a NULL page pointer
Sean Christopherson
1
-2
/
+2
2024-10-25
KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error
Sean Christopherson
6
-20
/
+10
2024-10-20
RISCV: KVM: use raw_spinlock for critical section in imsic
Cyan Yang
1
-4
/
+4
2024-10-20
KVM: selftests: Fix out-of-bounds reads in CPUID test's array lookups
Sean Christopherson
1
-1
/
+1
2024-10-20
KVM: selftests: x86: Avoid using SSE/AVX instructions
Vitaly Kuznetsov
1
-0
/
+1
2024-10-20
KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory
Sean Christopherson
1
-1
/
+5
2024-10-20
KVM: VMX: reset the segment cache after segment init in vmx_vcpu_reset()
Maxim Levitsky
1
-3
/
+3
2024-10-20
KVM: x86: Clean up documentation for KVM_X86_QUIRK_SLOT_ZAP_ALL
Sean Christopherson
1
-7
/
+9
2024-10-20
KVM: x86/mmu: Add lockdep assert to enforce safe usage of kvm_unmap_gfn_range()
Sean Christopherson
1
-0
/
+11
2024-10-20
KVM: x86/mmu: Zap only SPs that shadow gPTEs when deleting memslot
Sean Christopherson
1
-10
/
+6
2024-10-20
x86/kvm: Override default caching mode for SEV-SNP and TDX
Kirill A. Shutemov
1
-0
/
+4
2024-10-20
KVM: Remove unused kvm_vcpu_gfn_to_pfn_atomic
Dr. David Alan Gilbert
3
-8
/
+1
2024-10-20
KVM: Remove unused kvm_vcpu_gfn_to_pfn
Dr. David Alan Gilbert
2
-7
/
+0
2024-10-17
KVM: arm64: Ensure vgic_ready() is ordered against MMIO registration
Oliver Upton
1
-2
/
+11
2024-10-17
KVM: arm64: vgic: Don't check for vgic_ready() when setting NR_IRQS
Oliver Upton
1
-1
/
+6
2024-10-17
KVM: arm64: Fix shift-out-of-bounds bug
Ilkka Koskinen
1
-1
/
+1
2024-10-17
KVM: arm64: Shave a few bytes from the EL2 idmap code
Marc Zyngier
3
-23
/
+31
2024-10-11
KVM: arm64: Don't eagerly teardown the vgic on init error
Marc Zyngier
2
-3
/
+6
2024-10-08
KVM: arm64: Expose S1PIE to guests
Mark Brown
1
-1
/
+3
2024-10-08
KVM: arm64: nv: Clarify safety of allowing TLBI unmaps to reschedule
Oliver Upton
1
-0
/
+27
2024-10-08
KVM: arm64: nv: Punt stage-2 recycling to a vCPU request
Oliver Upton
4
-2
/
+37
2024-10-08
KVM: arm64: nv: Do not block when unmapping stage-2 if disallowed
Oliver Upton
5
-15
/
+17
2024-10-08
KVM: arm64: nv: Keep reference on stage-2 MMU when scheduled out
Oliver Upton
1
-3
/
+18
2024-10-08
KVM: arm64: Unregister redistributor for failed vCPU creation
Oliver Upton
1
-1
/
+21
2024-10-06
x86/reboot: emergency callbacks are now registered by common KVM code
Paolo Bonzini
2
-4
/
+4
2024-10-06
KVM: x86: leave kvm.ko out of the build if no vendor module is requested
Paolo Bonzini
2
-4
/
+7
[prev]
[next]