index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
/
mmu.c
Age
Commit message (
Expand
)
Author
2021-08-06
KVM: x86/mmu: Rename __gfn_to_rmap to gfn_to_rmap
David Matlack
2021-08-06
KVM: x86/mmu: Leverage vcpu->last_used_slot for rmap_add and rmap_recycle
David Matlack
2021-08-04
KVM: X86: Optimize zapping rmap
Peter Xu
2021-08-04
KVM: X86: Optimize pte_list_desc with per-array counter
Peter Xu
2021-08-04
KVM: X86: MMU: Tune PTE_LIST_EXT to be bigger
Peter Xu
2021-08-03
KVM: const-ify all relevant uses of struct kvm_memory_slot
Hamza Mahfooz
2021-08-02
KVM: x86/mmu: fast_page_fault support for the TDP MMU
David Matlack
2021-08-02
KVM: x86/mmu: Make walk_shadow_page_lockless_{begin,end} interoperate with th...
David Matlack
2021-08-02
KVM: x86/mmu: Rename cr2_or_gpa to gpa in fast_page_fault
David Matlack
2021-08-02
KVM: X86: Add per-vm stat for max rmap list size
Peter Xu
2021-08-02
KVM: x86/mmu: Return old SPTE from mmu_spte_clear_track_bits()
Sean Christopherson
2021-08-02
KVM: x86/mmu: Refactor shadow walk in __direct_map() to reduce indentation
Sean Christopherson
2021-08-02
KVM: x86/mmu: Mark VM as bugged if page fault returns RET_PF_INVALID
Sean Christopherson
2021-07-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-07-14
KVM: x86/mmu: Do not apply HPA (memory encryption) mask to GPAs
Sean Christopherson
2021-06-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-06-28
Merge tag 'x86-cleanups-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-06-24
KVM: x86/mmu: Let guest use GBPAGES if supported in hardware and TDP is on
Sean Christopherson
2021-06-24
KVM: x86/mmu: Drop redundant rsvd bits reset for nested NPT
Sean Christopherson
2021-06-24
KVM: x86/mmu: Optimize and clean up so called "last nonleaf level" logic
Sean Christopherson
2021-06-24
KVM: x86/mmu: Add helpers to do full reserved SPTE checks w/ generic MMU
Sean Christopherson
2021-06-24
KVM: x86/mmu: Use MMU's role to determine PTTYPE
Sean Christopherson
2021-06-24
KVM: x86/mmu: Collapse 32-bit PAE and 64-bit statements for helpers
Sean Christopherson
2021-06-24
KVM: x86/mmu: Add a helper to calculate root from role_regs
Sean Christopherson
2021-06-24
KVM: x86/mmu: Add helper to update paging metadata
Sean Christopherson
2021-06-24
KVM: x86/mmu: Don't update nested guest's paging bitmasks if CR0.PG=0
Sean Christopherson
2021-06-24
KVM: x86/mmu: Consolidate reset_rsvds_bits_mask() calls
Sean Christopherson
2021-06-24
KVM: x86/mmu: Use MMU role_regs to get LA57, and drop vCPU LA57 helper
Sean Christopherson
2021-06-24
KVM: x86/mmu: Get nested MMU's root level from the MMU's role
Sean Christopherson
2021-06-24
KVM: x86/mmu: Drop "nx" from MMU context now that there are no readers
Sean Christopherson
2021-06-24
KVM: x86/mmu: Use MMU's role to get EFER.NX during MMU configuration
Sean Christopherson
2021-06-24
KVM: x86/mmu: Use MMU's role/role_regs to compute context's metadata
Sean Christopherson
2021-06-24
KVM: x86/mmu: Use MMU's roles to compute last non-leaf level
Sean Christopherson
2021-06-24
KVM: x86/mmu: Use MMU's role to compute PKRU bitmask
Sean Christopherson
2021-06-24
KVM: x86/mmu: Use MMU's role to compute permission bitmask
Sean Christopherson
2021-06-24
KVM: x86/mmu: Drop vCPU param from reserved bits calculator
Sean Christopherson
2021-06-24
KVM: x86/mmu: Use MMU's role to get CR4.PSE for computing rsvd bits
Sean Christopherson
2021-06-24
KVM: x86/mmu: Don't grab CR4.PSE for calculating shadow reserved bits
Sean Christopherson
2021-06-24
KVM: x86/mmu: Always set new mmu_role immediately after checking old role
Sean Christopherson
2021-06-24
KVM: x86/mmu: Set CR4.PKE/LA57 in MMU role iff long mode is active
Sean Christopherson
2021-06-24
KVM: x86/mmu: Do not set paging-related bits in MMU role if CR0.PG=0
Sean Christopherson
2021-06-24
KVM: x86/mmu: Add accessors to query mmu_role bits
Sean Christopherson
2021-06-24
KVM: x86/mmu: Rename "nxe" role bit to "efer_nx" for macro shenanigans
Sean Christopherson
2021-06-24
KVM: x86/mmu: Use MMU's role_regs, not vCPU state, to compute mmu_role
Sean Christopherson
2021-06-24
KVM: x86/mmu: Ignore CR0 and CR4 bits in nested EPT MMU role
Sean Christopherson
2021-06-24
KVM: x86/mmu: Consolidate misc updates into shadow_mmu_init_context()
Sean Christopherson
2021-06-24
KVM: x86/mmu: Add struct and helpers to retrieve MMU role bits from regs
Sean Christopherson
2021-06-24
KVM: x86/mmu: Grab shadow root level from mmu_role for shadow MMUs
Sean Christopherson
2021-06-24
KVM: x86/mmu: Move nested NPT reserved bit calculation into MMU proper
Sean Christopherson
2021-06-24
KVM: x86: Read and pass all CR0/CR4 role bits to shadow MMU helper
Sean Christopherson
[next]