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: Invert @can_unsync and renamed to @synchronizing
Sean Christopherson
2024-10-25
6
-13
/
+13
*
|
KVM: x86/mmu: Don't overwrite shadow-present MMU SPTEs when prefaulting
Sean Christopherson
2024-10-25
2
-0
/
+6
*
|
KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTE
Sean Christopherson
2024-10-25
1
-5
/
+13
|
/
*
KVM: x86/mmu: Add lockdep assert to enforce safe usage of kvm_unmap_gfn_range()
Sean Christopherson
2024-10-20
1
-0
/
+11
*
KVM: x86/mmu: Zap only SPs that shadow gPTEs when deleting memslot
Sean Christopherson
2024-10-20
1
-10
/
+6
*
Merge tag 'kvmarm-fixes-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2024-10-06
1
-5
/
+3
|
\
|
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-09-28
5
-274
/
+357
|
|
\
|
*
|
Revert "KVM: VMX: Always honor guest PAT on CPUs that support self-snoop"
Paolo Bonzini
2024-09-15
1
-5
/
+3
*
|
|
KVM: x86/mmu: fix KVM_X86_QUIRK_SLOT_ZAP_ALL for shadow MMU
Paolo Bonzini
2024-10-04
1
-14
/
+46
|
|
/
|
/
|
*
|
Merge tag 'kvm-x86-mmu-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-09-17
5
-280
/
+325
|
\
\
|
*
|
KVM: x86/mmu: Use KVM_PAGES_PER_HPAGE() instead of an open coded equivalent
Sean Christopherson
2024-09-10
1
-1
/
+1
|
*
|
KVM: x86/mmu: Add KVM_RMAP_MANY to replace open coded '1' and '1ul' literals
Sean Christopherson
2024-09-10
1
-15
/
+16
|
*
|
KVM: x86/mmu: Fold mmu_spte_age() into kvm_rmap_age_gfn_range()
Sean Christopherson
2024-09-10
1
-28
/
+22
|
*
|
KVM: x86/mmu: Morph kvm_handle_gfn_range() into an aging specific helper
Sean Christopherson
2024-09-10
1
-46
/
+22
|
*
|
KVM: x86/mmu: Honor NEED_RESCHED when zapping rmaps and blocking is allowed
Sean Christopherson
2024-09-10
1
-10
/
+6
|
*
|
KVM: x86/mmu: Add a helper to walk and zap rmaps for a memslot
Sean Christopherson
2024-09-10
1
-3
/
+12
|
*
|
KVM: x86/mmu: Plumb a @can_yield parameter into __walk_slot_rmaps()
Sean Christopherson
2024-09-10
1
-4
/
+8
|
*
|
KVM: x86/mmu: Move walk_slot_rmaps() up near for_each_slot_rmap_range()
Sean Christopherson
2024-09-10
1
-53
/
+53
|
*
|
KVM: x86/mmu: WARN on MMIO cache hit when emulating write-protected gfn
Sean Christopherson
2024-09-10
1
-10
/
+20
|
*
|
KVM: x86/mmu: Detect if unprotect will do anything based on invalid_list
Sean Christopherson
2024-09-10
1
-4
/
+7
|
*
|
KVM: x86/mmu: Subsume kvm_mmu_unprotect_page() into the and_retry() version
Sean Christopherson
2024-09-10
1
-20
/
+13
|
*
|
KVM: x86: Update retry protection fields when forcing retry on emulation failure
Sean Christopherson
2024-09-10
1
-5
/
+7
|
*
|
KVM: x86/mmu: Move event re-injection unprotect+retry into common path
Sean Christopherson
2024-09-10
1
-21
/
+9
|
*
|
KVM: x86/mmu: Always walk guest PTEs with WRITE access when unprotecting
Sean Christopherson
2024-09-10
1
-1
/
+1
|
*
|
KVM: x86/mmu: Don't try to unprotect an INVALID_GPA
Sean Christopherson
2024-09-10
1
-1
/
+6
|
*
|
KVM: x86/mmu: Try "unprotect for retry" iff there are indirect SPs
Sean Christopherson
2024-09-10
1
-0
/
+11
|
*
|
KVM: x86/mmu: Apply retry protection to "fast nTDP unprotect" path
Sean Christopherson
2024-09-10
1
-1
/
+38
|
*
|
KVM: x86/mmu: Skip emulation on page fault iff 1+ SPs were unprotected
Sean Christopherson
2024-09-10
1
-8
/
+29
|
*
|
KVM: x86/mmu: Trigger unprotect logic only on write-protection page faults
Sean Christopherson
2024-09-10
5
-37
/
+50
|
*
|
KVM: x86/mmu: Replace PFERR_NESTED_GUEST_PAGE with a more descriptive helper
Sean Christopherson
2024-09-10
1
-1
/
+8
|
*
|
KVM: x86/mmu: Reword a misleading comment about checking gpte_changed()
Sean Christopherson
2024-08-30
1
-2
/
+8
|
*
|
KVM: x86/mmu: Drop pointless "return" wrapper label in FNAME(fetch)
Sean Christopherson
2024-08-30
1
-7
/
+4
|
*
|
KVM: x86/mmu: Decrease indentation in logic to sync new indirect shadow page
Sean Christopherson
2024-08-30
1
-21
/
+19
|
*
|
KVM: x86/mmu: Clean up function comments for dirty logging APIs
Sean Christopherson
2024-08-22
1
-33
/
+15
*
|
|
Merge tag 'kvm-x86-misc-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-09-17
1
-2
/
+0
|
\
\
\
|
*
|
|
KVM: x86: Remove some unused declarations
Yue Haibing
2024-09-10
1
-2
/
+0
|
|
/
/
*
|
|
Merge branch 'kvm-memslot-zap-quirk' into HEAD
Paolo Bonzini
2024-09-17
1
-1
/
+41
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
KVM: x86/mmu: Introduce a quirk to control memslot zap behavior
Yan Zhao
2024-08-14
1
-1
/
+41
|
|
/
*
|
KVM: x86/mmu: Check that root is valid/loaded when pre-faulting SPTEs
Sean Christopherson
2024-08-22
1
-1
/
+3
*
|
KVM: x86/mmu: Fixup comments missed by the REMOVED_SPTE=>FROZEN_SPTE rename
Yan Zhao
2024-08-22
3
-8
/
+8
|
/
*
KVM: x86/mmu: fix determination of max NPT mapping level for private pages
Ackerley Tng
2024-08-01
1
-1
/
+1
*
KVM: extend kvm_range_has_memory_attributes() to check subset of attributes
Paolo Bonzini
2024-07-26
1
-1
/
+1
*
KVM: x86: disallow pre-fault for SNP VMs before initialization
Paolo Bonzini
2024-07-26
1
-0
/
+3
*
KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_ops
Wei Wang
2024-07-16
2
-5
/
+5
*
KVM: x86/mmu: Clean up make_huge_page_split_spte() definition and intro
Sean Christopherson
2024-07-16
1
-5
/
+3
*
KVM: x86/mmu: Bug the VM if KVM tries to split a !hugepage SPTE
Sean Christopherson
2024-07-16
1
-5
/
+1
*
Merge tag 'kvm-x86-mtrrs-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
1
-25
/
+10
|
\
|
*
KVM: VMX: Always honor guest PAT on CPUs that support self-snoop
Sean Christopherson
2024-06-07
1
-3
/
+5
|
*
KVM: x86: Remove VMX support for virtualizing guest MTRR memtypes
Sean Christopherson
2024-06-05
1
-25
/
+8
*
|
Merge tag 'kvm-x86-mmu-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
3
-63
/
+35
|
\
\
[prev]
[next]