index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-06-24
KVM: x86/mmu: Use MMU's role to detect EFER.NX in guest page walk
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
2021-06-24
KVM: x86/mmu: Drop smep_andnot_wp check from "uses NX" for shadow MMUs
Sean Christopherson
2021-06-24
KVM: nSVM: Add a comment to document why nNPT uses vmcb01, not vCPU state
Sean Christopherson
2021-06-24
KVM: x86: Fix sizes used to pass around CR0, CR4, and EFER
Sean Christopherson
2021-06-24
KVM: x86/mmu: Rename unsync helper and update related comments
Sean Christopherson
2021-06-24
KVM: x86/mmu: Drop the intermediate "transient" __kvm_sync_page()
Sean Christopherson
2021-06-24
KVM: x86/mmu: comment on kvm_mmu_get_page's syncing of pages
Sean Christopherson
2021-06-24
KVM: x86/mmu: WARN and zap SP when sync'ing if MMU role mismatches
Sean Christopherson
2021-06-24
KVM: x86/mmu: Use MMU role to check for matching guest page sizes
Sean Christopherson
2021-06-24
KVM: x86/mmu: Unconditionally zap unsync SPs when creating >4k SP at GFN
Sean Christopherson
2021-06-24
Revert "KVM: MMU: record maximum physical address width in kvm_mmu_extended_r...
Sean Christopherson
2021-06-24
KVM: x86: Alert userspace that KVM_SET_CPUID{,2} after KVM_RUN is broken
Sean Christopherson
2021-06-24
KVM: x86: Force all MMUs to reinitialize if guest CPUID is modified
Sean Christopherson
2021-06-24
Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"
Sean Christopherson
2021-06-24
KVM: x86/mmu: Use MMU's role to detect CR4.SMEP value in nested NPT walk
Sean Christopherson
2021-06-24
KVM: x86: Properly reset MMU context at vCPU RESET/INIT
Sean Christopherson
2021-06-24
KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUs
Sean Christopherson
2021-06-24
KVM: x86/mmu: Remove broken WARN that fires on 32-bit KVM w/ nested EPT
Sean Christopherson
2021-06-24
KVM: debugfs: Reuse binary stats descriptors
Jing Zhang
2021-06-24
KVM: selftests: Add selftest for KVM statistics data binary interface
Jing Zhang
2021-06-24
KVM: stats: Add documentation for binary statistics interface
Jing Zhang
2021-06-24
KVM: stats: Support binary stats retrieval for a VCPU
Jing Zhang
2021-06-24
KVM: stats: Support binary stats retrieval for a VM
Jing Zhang
2021-06-24
KVM: stats: Add fd-based API to read binary stats data
Jing Zhang
2021-06-24
KVM: stats: Separate generic stats from architecture specific ones
Jing Zhang
2021-06-24
KVM: x86/mmu: Don't WARN on a NULL shadow page in TDP MMU check
Sean Christopherson
2021-06-24
KVM: sefltests: Add x86-64 test to verify MMU reacts to CPUID updates
Sean Christopherson
2021-06-24
KVM: selftests: Add hugepage support for x86-64
Sean Christopherson
2021-06-24
KVM: selftests: Genericize upper level page table entry struct
Sean Christopherson
2021-06-24
KVM: selftests: Add PTE helper for x86-64 in preparation for hugepages
Sean Christopherson
2021-06-24
KVM: selftests: Rename x86's page table "address" to "pfn"
Sean Christopherson
2021-06-24
KVM: selftests: Add wrapper to allocate page table page
Sean Christopherson
[next]