index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
KVM: x86/mmu: Always drop mmu_lock to allocate TDP MMU SPs for eager splitting
David Matlack
2024-06-14
1
-15
/
+1
|
*
|
KVM: x86/mmu: Rephrase comment about synthetic PFERR flags in #PF handler
Sean Christopherson
2024-06-14
1
-1
/
+4
|
*
|
KVM: x86/mmu: Only allocate shadowed translation cache for sp->role.level <= ...
Hou Wenlong
2024-06-03
2
-7
/
+7
|
*
|
KVM: x86: invalid_list not used anymore in mmu_shrink_scan
Liang Chen
2024-06-03
1
-1
/
+0
|
|
/
*
|
Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
2
-5
/
+23
|
\
\
|
*
|
KVM: x86: Move shadow_phys_bits into "kvm_host", as "maxphyaddr"
Sean Christopherson
2024-06-03
2
-4
/
+22
|
*
|
KVM: x86/mmu: Snapshot shadow_phys_bits when kvm.ko is loaded
Sean Christopherson
2024-06-03
1
-3
/
+3
|
|
/
*
|
Merge branch 'kvm-prefault' into HEAD
Paolo Bonzini
2024-07-12
2
-24
/
+98
|
\
\
|
*
|
KVM: x86: Implement kvm_arch_vcpu_pre_fault_memory()
Paolo Bonzini
2024-07-12
1
-0
/
+73
|
*
|
KVM: x86/mmu: Make kvm_mmu_do_page_fault() return mapped level
Paolo Bonzini
2024-07-12
2
-3
/
+6
|
*
|
KVM: x86/mmu: Account pf_{fixed,emulate,spurious} in callers of "do page fault"
Sean Christopherson
2024-07-12
2
-14
/
+18
|
*
|
KVM: x86/mmu: Bump pf_taken stat only in the "real" page fault handler
Sean Christopherson
2024-07-12
2
-8
/
+2
*
|
|
KVM: x86/tdp_mmu: Take a GFN in kvm_tdp_mmu_fast_pf_get_last_sptep()
Rick Edgecombe
2024-06-21
3
-4
/
+3
*
|
|
KVM: x86/tdp_mmu: Rename REMOVED_SPTE to FROZEN_SPTE
Rick Edgecombe
2024-06-21
4
-28
/
+28
|
/
/
*
|
Merge branch 'kvm-6.10-fixes' into HEAD
Paolo Bonzini
2024-06-20
1
-3
/
+0
|
\
\
|
*
|
KVM: x86/mmu: Don't save mmu_invalidate_seq after checking private attr
Tao Su
2024-06-05
1
-3
/
+0
*
|
|
KVM: x86/tdp_mmu: Sprinkle __must_check
Isaku Yamahata
2024-06-20
1
-6
/
+7
*
|
|
Merge branch 'kvm-6.11-sev-snp' into HEAD
Paolo Bonzini
2024-06-03
1
-4
/
+44
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
KVM: SEV: Add support to handle RMP nested page faults
Brijesh Singh
2024-05-12
1
-0
/
+1
|
*
|
KVM: MMU: Disable fast path if KVM_EXIT_MEMORY_FAULT is needed
Michael Roth
2024-05-12
1
-2
/
+22
|
*
|
Merge branch 'kvm-coco-hooks' into HEAD
Paolo Bonzini
2024-05-12
1
-2
/
+21
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
KVM: x86: Add hook for determining max NPT mapping level
Michael Roth
2024-05-10
1
-2
/
+21
*
|
|
KVM: x86/mmu: Print SPTEs on unexpected #VE
Sean Christopherson
2024-05-23
1
-8
/
+32
*
|
|
KVM: x86/mmu: Add sanity checks that KVM doesn't create EPT #VE SPTEs
Sean Christopherson
2024-05-23
3
-0
/
+14
*
|
|
KVM: x86/mmu: Use SHADOW_NONPRESENT_VALUE for atomic zap in TDP MMU
Isaku Yamahata
2024-05-23
1
-1
/
+1
|
/
/
*
|
Merge tag 'kvm-x86-misc-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-05-12
2
-1
/
+6
|
\
\
|
*
|
KVM: Use vfree for memory allocated by vcalloc()/__vcalloc()
Li RongQing
2024-04-09
1
-1
/
+1
|
*
|
KVM: x86: Advertise max mappable GPA in CPUID.0x80000008.GuestPhysBits
Gerd Hoffmann
2024-04-09
1
-0
/
+5
*
|
|
Merge tag 'kvm-x86-mmu-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-05-12
2
-29
/
+66
|
\
\
\
|
*
|
|
KVM: x86/mmu: Fix a largely theoretical race in kvm_mmu_track_write()
Sean Christopherson
2024-05-02
1
-3
/
+17
|
*
|
|
KVM: x86/mmu: Process atomically-zapped SPTEs after TLB flush
David Matlack
2024-04-09
1
-26
/
+49
|
|
/
/
*
|
|
Merge tag 'kvm-x86-vmx-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-05-12
1
-7
/
+7
|
\
\
\
|
*
|
|
KVM: x86: Move nEPT exit_qualification field from kvm_vcpu_arch to x86_exception
Sean Christopherson
2024-04-09
1
-7
/
+7
|
|
/
/
*
|
|
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2024-05-10
2
-34
/
+28
|
\
\
\
|
*
\
\
Merge tag 'kvm-x86-fixes-6.9-rcN' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-04-16
2
-33
/
+27
|
|
\
\
\
|
|
*
|
|
KVM: x86/mmu: Fix and clarify comments about clearing D-bit vs. write-protecting
David Matlack
2024-04-11
1
-10
/
+6
|
|
*
|
|
KVM: x86/mmu: Remove function comments above clear_dirty_{gfn_range,pt_masked}()
David Matlack
2024-04-11
1
-14
/
+0
|
|
*
|
|
KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty status
David Matlack
2024-04-11
1
-5
/
+16
|
|
*
|
|
KVM: x86/mmu: Precisely invalidate MMU root_role during CPUID update
Sean Christopherson
2024-04-11
1
-3
/
+3
|
|
*
|
|
KVM: x86/mmu: x86: Don't overflow lpage_info when checking attributes
Rick Edgecombe
2024-04-08
1
-1
/
+2
|
|
|
/
/
|
*
/
/
KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible
Sean Christopherson
2024-04-11
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'kvm-coco-pagefault-prep' into HEAD
Paolo Bonzini
2024-05-10
3
-74
/
+138
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
KVM: x86/mmu: Sanity check that __kvm_faultin_pfn() doesn't create noslot pfns
Sean Christopherson
2024-05-07
1
-1
/
+1
|
*
|
KVM: x86/mmu: Initialize kvm_page_fault's pfn and hva to error values
Sean Christopherson
2024-05-07
1
-0
/
+3
|
*
|
KVM: x86/mmu: Set kvm_page_fault.hva to KVM_HVA_ERR_BAD for "no slot" faults
Sean Christopherson
2024-05-07
1
-0
/
+1
|
*
|
KVM: x86/mmu: Handle no-slot faults at the beginning of kvm_faultin_pfn()
Sean Christopherson
2024-05-07
1
-12
/
+17
|
*
|
KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()
Sean Christopherson
2024-05-07
1
-43
/
+44
|
*
|
KVM: x86/mmu: Explicitly disallow private accesses to emulated MMIO
Sean Christopherson
2024-05-07
1
-0
/
+5
|
*
|
KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC internal slots
Sean Christopherson
2024-05-07
1
-4
/
+13
|
*
|
KVM: x86/mmu: Move private vs. shared check above slot validity checks
Sean Christopherson
2024-05-07
1
-5
/
+15
[prev]
[next]