linux-2.6-microblaze.git
2021-06-24 Sean ChristophersonKVM: x86/mmu: WARN on any reserved SPTE value when...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Add helpers to do full reserved SPTE...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role to determine PTTYPE
2021-06-24 Sean ChristophersonKVM: x86/mmu: Collapse 32-bit PAE and 64-bit statements...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Add a helper to calculate root from role_regs
2021-06-24 Sean ChristophersonKVM: x86/mmu: Add helper to update paging metadata
2021-06-24 Sean ChristophersonKVM: x86/mmu: Don't update nested guest's paging bitmas...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Consolidate reset_rsvds_bits_mask() calls
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU role_regs to get LA57, and drop...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Get nested MMU's root level from the...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Drop "nx" from MMU context now that there...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role to get EFER.NX during...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role/role_regs to compute conte...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role to detect EFER.NX in guest...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's roles to compute last non-leaf...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role to compute PKRU bitmask
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role to compute permission...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Drop vCPU param from reserved bits calculator
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role to get CR4.PSE for computi...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Don't grab CR4.PSE for calculating shadow...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Always set new mmu_role immediately after...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Set CR4.PKE/LA57 in MMU role iff long...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Do not set paging-related bits in MMU...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Add accessors to query mmu_role bits
2021-06-24 Sean ChristophersonKVM: x86/mmu: Rename "nxe" role bit to "efer_nx" for...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role_regs, not vCPU state,...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Ignore CR0 and CR4 bits in nested EPT...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Consolidate misc updates into shadow_mmu_...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Add struct and helpers to retrieve MMU...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Grab shadow root level from mmu_role...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Move nested NPT reserved bit calculation...
2021-06-24 Sean ChristophersonKVM: x86: Read and pass all CR0/CR4 role bits to shadow...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Drop smep_andnot_wp check from "uses...
2021-06-24 Sean ChristophersonKVM: nSVM: Add a comment to document why nNPT uses...
2021-06-24 Sean ChristophersonKVM: x86: Fix sizes used to pass around CR0, CR4, and...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Rename unsync helper and update related...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Drop the intermediate "transient" __kvm_s...
2021-06-24 Sean ChristophersonKVM: x86/mmu: comment on kvm_mmu_get_page's syncing...
2021-06-24 Sean ChristophersonKVM: x86/mmu: WARN and zap SP when sync'ing if MMU...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU role to check for matching guest...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Unconditionally zap unsync SPs when creat...
2021-06-24 Sean ChristophersonRevert "KVM: MMU: record maximum physical address width...
2021-06-24 Sean ChristophersonKVM: x86: Alert userspace that KVM_SET_CPUID{,2} after...
2021-06-24 Sean ChristophersonKVM: x86: Force all MMUs to reinitialize if guest CPUID...
2021-06-24 Sean ChristophersonRevert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role to detect CR4.SMEP value...
2021-06-24 Sean ChristophersonKVM: x86: Properly reset MMU context at vCPU RESET...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Treat NX as used (not reserved) for all...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Remove broken WARN that fires on 32-bit...
2021-06-24 Jing ZhangKVM: debugfs: Reuse binary stats descriptors
2021-06-24 Jing ZhangKVM: selftests: Add selftest for KVM statistics data...
2021-06-24 Jing ZhangKVM: stats: Add documentation for binary statistics...
2021-06-24 Jing ZhangKVM: stats: Support binary stats retrieval for a VCPU
2021-06-24 Jing ZhangKVM: stats: Support binary stats retrieval for a VM
2021-06-24 Jing ZhangKVM: stats: Add fd-based API to read binary stats data
2021-06-24 Jing ZhangKVM: stats: Separate generic stats from architecture...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Don't WARN on a NULL shadow page in TDP...
2021-06-24 Sean ChristophersonKVM: sefltests: Add x86-64 test to verify MMU reacts...
2021-06-24 Sean ChristophersonKVM: selftests: Add hugepage support for x86-64
2021-06-24 Sean ChristophersonKVM: selftests: Genericize upper level page table entry...
2021-06-24 Sean ChristophersonKVM: selftests: Add PTE helper for x86-64 in preparatio...
2021-06-24 Sean ChristophersonKVM: selftests: Rename x86's page table "address" to...
2021-06-24 Sean ChristophersonKVM: selftests: Add wrapper to allocate page table...
2021-06-24 Sean ChristophersonKVM: selftests: Unconditionally allocate EPT tables...
2021-06-24 Sean ChristophersonKVM: selftests: Unconditionally use memslot '0' for...
2021-06-24 Sean ChristophersonKVM: selftests: Unconditionally use memslot 0 for vaddr...
2021-06-24 Sean ChristophersonKVM: selftests: Use "standard" min virtual address...
2021-06-24 Sean ChristophersonKVM: selftests: Use alloc page helper for xAPIC IPI...
2021-06-24 Sean ChristophersonKVM: selftests: Use alloc_page helper for x86-64's...
2021-06-24 Sean ChristophersonKVM: selftests: Lower the min virtual address for misc...
2021-06-24 Sean ChristophersonKVM: selftests: Add helpers to allocate N pages of...
2021-06-24 Sean ChristophersonKVM: selftests: Use "standard" min virtual address...
2021-06-24 Sean ChristophersonKVM: selftests: Unconditionally use memslot 0 for x86...
2021-06-24 Sean ChristophersonKVM: selftests: Unconditionally use memslot 0 when...
2021-06-24 Sean ChristophersonKVM: selftests: Zero out the correct page in the Hyper...
2021-06-24 Sean ChristophersonKVM: selftests: Remove errant asm/barrier.h include...
2021-06-24 Sean ChristophersonKVM: nVMX: Handle split-lock #AC exceptions that happen...
2021-06-24 Colin Ian KingKVM: x86/mmu: Fix uninitialized boolean variable flush
2021-06-24 Hou WenlongKVM: selftests: fix triple fault if ept=0 in dirty_log_test
2021-06-24 Jim MattsonKVM: x86: Print CPU of last attempted VM-entry when...
2021-06-23 Paolo BonziniMerge branch 'topic/ppc-kvm' of https://git./linux...
2021-06-22 Nathan ChancellorKVM: PPC: Book3S HV: Workaround high stack usage with...
2021-06-22 Bharata B RaoKVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM
2021-06-22 Bharata B RaoKVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE...
2021-06-22 Bharata B RaoKVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATE
2021-06-21 Sean ChristophersonKVM: nVMX: Dynamically compute max VMCS index for vmcs12
2021-06-21 Jim MattsonKVM: VMX: Skip #PF(RSVD) intercepts when emulating...
2021-06-21 Bharata B RaoKVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
2021-06-21 Bharata B Raopowerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize...
2021-06-21 Aneesh Kumar K.VKVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE...
2021-06-20 Suraj Jitindar... KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9...
2021-06-18 David MatlackKVM: x86/mmu: Remove redundant root_hpa checks
2021-06-18 David MatlackKVM: x86/mmu: Refactor is_tdp_mmu_root into is_tdp_mmu
2021-06-18 David MatlackKVM: x86/mmu: Remove redundant is_tdp_mmu_enabled check
2021-06-18 David MatlackKVM: x86/mmu: Remove redundant is_tdp_mmu_root check
2021-06-18 Paolo BonziniKVM: x86: Stub out is_tdp_mmu_root on 32-bit hosts
2021-06-18 Sean ChristophersonKVM: x86: WARN and reject loading KVM if NX is supporte...
2021-06-18 Sean ChristophersonKVM: SVM: Refuse to load kvm_amd if NX support is not...
2021-06-18 Sean ChristophersonKVM: VMX: Refuse to load kvm_intel if EPT and NX are...
2021-06-17 Kai HuangKVM: x86/mmu: Fix TDP MMU page table level
next