Show patches with: Submitter = Sean Christopherson       |    State = Action Required       |   3805 patches
« 1 2 ... 36 37 38 39 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,01/17] KVM: nSVM: Set the shadow root level to the TDP level for nested NPT KVM: x86/mmu: Lots of bug fixes - - - --- 2021-03-05 Sean Christopherson New
[15/15] KVM: x86/mmu: WARN on NULL pae_root and bad shadow root level KVM: x86/mmu: Lots of bug fixes - - - --- 2021-03-02 Sean Christopherson New
[14/15] KVM: x86/mmu: Sync roots after MMU load iff load as successful KVM: x86/mmu: Lots of bug fixes - - - --- 2021-03-02 Sean Christopherson New
[13/15] KVM: x86/mmu: Unexport MMU load/unload functions KVM: x86/mmu: Lots of bug fixes - - - --- 2021-03-02 Sean Christopherson New
[12/15] KVM: x86: Defer the MMU unload to the normal path on an global INVPCID KVM: x86/mmu: Lots of bug fixes - - - --- 2021-03-02 Sean Christopherson New
[11/15] KVM: nVMX: Defer the MMU reload to the normal path on an EPTP switch KVM: x86/mmu: Lots of bug fixes - - - --- 2021-03-02 Sean Christopherson New
[10/15] KVM: SVM: Don't strip the C-bit from CR2 on #PF interception KVM: x86/mmu: Lots of bug fixes - - - --- 2021-03-02 Sean Christopherson New
[09/15] KVM: x86/mmu: Mark the PAE roots as decrypted for shadow paging KVM: x86/mmu: Lots of bug fixes - - - --- 2021-03-02 Sean Christopherson New
[08/15] KVM: x86/mmu: Set the C-bit in the PDPTRs and LM pseudo-PDPTRs KVM: x86/mmu: Lots of bug fixes - - - --- 2021-03-02 Sean Christopherson New
[07/15] KVM: x86/mmu: Use '0' as the one and only value for an invalid PAE root KVM: x86/mmu: Lots of bug fixes - - - --- 2021-03-02 Sean Christopherson New
[06/15] KVM: x86/mmu: Fix and unconditionally enable WARNs to detect PAE leaks KVM: x86/mmu: Lots of bug fixes - - - --- 2021-03-02 Sean Christopherson New
[05/15] KVM: x86/mmu: Check PDPTRs before allocating PAE roots KVM: x86/mmu: Lots of bug fixes - - - --- 2021-03-02 Sean Christopherson New
[04/15] KVM: x86/mmu: Allocate the lm_root before allocating PAE roots KVM: x86/mmu: Lots of bug fixes - - - --- 2021-03-02 Sean Christopherson New
[03/15] KVM: x86/mmu: Ensure MMU pages are available when allocating roots KVM: x86/mmu: Lots of bug fixes - 1 - --- 2021-03-02 Sean Christopherson New
[02/15] KVM: x86/mmu: Alloc page for PDPTEs when shadowing 32-bit NPT with 64-bit KVM: x86/mmu: Lots of bug fixes - 1 - --- 2021-03-02 Sean Christopherson New
[01/15] KVM: nSVM: Set the shadow root level to the TDP level for nested NPT KVM: x86/mmu: Lots of bug fixes - - - --- 2021-03-02 Sean Christopherson New
[2/2] KVM: nSVM: Add helper to synthesize nested VM-Exit without collateral KVM: x86: Emulate L2 triple fault without killing L1 - - - --- 2021-03-02 Sean Christopherson New
[1/2] KVM: x86: Handle triple fault in L2 without killing L1 KVM: x86: Emulate L2 triple fault without killing L1 - - - --- 2021-03-02 Sean Christopherson New
[5/5] KVM: x86/mmu: Add convenience wrapper for acting on single hva in TDP MMU KVM: x86/mmu: Misc cleanups, mostly TDP MMU - - - --- 2021-02-26 Sean Christopherson New
[4/5] KVM: x86/mmu: Add typedefs for rmap/iter handlers KVM: x86/mmu: Misc cleanups, mostly TDP MMU - - - --- 2021-02-26 Sean Christopherson New
[3/5] KVM: x86/mmu: Use 'end' param in TDP MMU's test_age_gfn() KVM: x86/mmu: Misc cleanups, mostly TDP MMU - - - --- 2021-02-26 Sean Christopherson New
[2/5] KVM: x86/mmu: WARN if TDP MMU's set_tdp_spte() sees multiple GFNs KVM: x86/mmu: Misc cleanups, mostly TDP MMU - - - --- 2021-02-26 Sean Christopherson New
[1/5] KVM: x86/mmu: Remove spurious TLB flush from TDP MMU's change_pte() hook KVM: x86/mmu: Misc cleanups, mostly TDP MMU - - - --- 2021-02-26 Sean Christopherson New
[24/24] KVM: x86/mmu: Dump reserved bits if they're detected on non-MMIO SPTE KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[23/24] KVM: x86/mmu: Use low available bits for removed SPTEs KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[22/24] KVM: x86/mmu: Use is_removed_spte() instead of open coded equivalents KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[21/24] KVM: x86/mmu: Tweak auditing WARN for A/D bits to !PRESENT (was MMIO) KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[20/24] KVM: x86/mmu: Use a dedicated bit to track shadow/MMU-present SPTEs KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[19/24] KVM: x86/mmu: Use high bits for host/mmu writable masks for EPT SPTEs KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[18/24] KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamic KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[17/24] KVM: x86/mmu: Move logic for setting SPTE masks for EPT into the MMU proper KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[16/24] KVM: x86/mmu: Co-locate code for setting various SPTE masks KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[15/24] KVM: x86/mmu: Move initial kvm_mmu_set_mask_ptes() call into MMU proper KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[14/24] KVM: x86/mmu: Document dependency bewteen TDP A/D type and saved bits KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[13/24] KVM: x86/mmu: Use MMIO SPTE bits 53 and 52 for the MMIO generation KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[12/24] KVM: x86/mmu: Rename and document A/D scheme for TDP SPTEs KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[11/24] KVM: x86/mmu: Add module param to disable MMIO caching (for testing) KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[10/24] KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEs KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[09/24] KVM: x86/mmu: Rename 'mask' to 'spte' in MMIO SPTE helpers KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[08/24] KVM: x86/mmu: Drop redundant trace_kvm_mmu_set_spte() in the TDP MMU KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[07/24] KVM: x86/mmu: Handle MMIO SPTEs directly in mmu_set_spte() KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[06/24] KVM: x86/mmu: Don't install bogus MMIO SPTEs if MMIO caching is disabled KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[05/24] KVM: x86/mmu: Retry page faults that hit an invalid memslot KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[04/24] KVM: x86/mmu: Disable MMIO caching if MMIO value collides with L1TF KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[03/24] KVM: x86/mmu: Bail from fast_page_fault() if SPTE is not shadow-present KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[02/24] KVM: x86/mmu: Check for shadow-present SPTE before querying A/D status KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
[01/24] KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabled KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs - - - --- 2021-02-25 Sean Christopherson New
KVM: SVM: Fix nested VM-Exit on #GP interception handling KVM: SVM: Fix nested VM-Exit on #GP interception handling - - - --- 2021-02-24 Sean Christopherson New
[kvm-unit-tests,6/6] x86: nVMX: Add an equals sign to show value assoc. in test_guest_state() x86: nVMX: Unrestricted guest fix and cleanups - - - --- 2021-02-18 Sean Christopherson New
[kvm-unit-tests,5/6] x86: nVMX: Use more descriptive name for GDT/IDT limit tests x86: nVMX: Unrestricted guest fix and cleanups - - - --- 2021-02-18 Sean Christopherson New
[kvm-unit-tests,4/6] x86: nVMX: Improve report messages for segment base tests x86: nVMX: Unrestricted guest fix and cleanups - - - --- 2021-02-18 Sean Christopherson New
[kvm-unit-tests,3/6] x86: nVMX: Improve report messages for segment selector tests x86: nVMX: Unrestricted guest fix and cleanups - - - --- 2021-02-18 Sean Christopherson New
[kvm-unit-tests,2/6] x86: nVMX: Skip unrestricted guest (URG) test if URG isn't supported x86: nVMX: Unrestricted guest fix and cleanups - - - --- 2021-02-18 Sean Christopherson New
[kvm-unit-tests,1/6] x86: nVMX: Verify unrestricted guest is supported in segment tests x86: nVMX: Unrestricted guest fix and cleanups - - - --- 2021-02-18 Sean Christopherson New
[9/9] KVM: x86: Rename GPR accessors to make mode-aware variants the defaults KVM: x86: Fixes for (benign?) truncation bugs - - - --- 2021-02-13 Sean Christopherson New
[8/9] KVM: SVM: Use default rAX size for INVLPGA emulation KVM: x86: Fixes for (benign?) truncation bugs - - - --- 2021-02-13 Sean Christopherson New
[7/9] KVM: x86/xen: Drop RAX[63:32] when processing hypercall KVM: x86: Fixes for (benign?) truncation bugs - - - --- 2021-02-13 Sean Christopherson New
[6/9] KVM: nVMX: Truncate base/index GPR value on address calc in !64-bit KVM: x86: Fixes for (benign?) truncation bugs - - - --- 2021-02-13 Sean Christopherson New
[5/9] KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bit KVM: x86: Fixes for (benign?) truncation bugs - - - --- 2021-02-13 Sean Christopherson New
[4/9] KVM: VMX: Truncate GPR value for DR and CR reads in !64-bit mode KVM: x86: Fixes for (benign?) truncation bugs - - - --- 2021-02-13 Sean Christopherson New
[3/9] KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode KVM: x86: Fixes for (benign?) truncation bugs - - - --- 2021-02-13 Sean Christopherson New
[2/9] KVM: x86: Check CR3 GPA for validity regardless of vCPU mode KVM: x86: Fixes for (benign?) truncation bugs - - - --- 2021-02-13 Sean Christopherson New
[1/9] KVM: x86: Remove emulator's broken checks on CR0/CR3/CR4 loads KVM: x86: Fixes for (benign?) truncation bugs - - - --- 2021-02-13 Sean Christopherson New
[14/14] KVM: x86/mmu: Remove a variety of unnecessary exports KVM: x86/mmu: Dirty logging fixes and improvements - - - --- 2021-02-13 Sean Christopherson New
[13/14] KVM: x86: Fold "write-protect large" use case into generic write-protect KVM: x86/mmu: Dirty logging fixes and improvements - - - --- 2021-02-13 Sean Christopherson New
[12/14] KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PML KVM: x86/mmu: Dirty logging fixes and improvements - - - --- 2021-02-13 Sean Christopherson New
[11/14] KVM: VMX: Dynamically enable/disable PML based on memslot dirty logging KVM: x86/mmu: Dirty logging fixes and improvements - - - --- 2021-02-13 Sean Christopherson New
[10/14] KVM: x86: Further clarify the logic and comments for toggling log dirty KVM: x86/mmu: Dirty logging fixes and improvements - - - --- 2021-02-13 Sean Christopherson New
[09/14] KVM: x86: Move MMU's PML logic to common code KVM: x86/mmu: Dirty logging fixes and improvements - - - --- 2021-02-13 Sean Christopherson New
[08/14] KVM: x86/mmu: Make dirty log size hook (PML) a value, not a function KVM: x86/mmu: Dirty logging fixes and improvements - - - --- 2021-02-13 Sean Christopherson New
[07/14] KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect() KVM: x86/mmu: Dirty logging fixes and improvements - - - --- 2021-02-13 Sean Christopherson New
[06/14] KVM: nVMX: Disable PML in hardware when running L2 KVM: x86/mmu: Dirty logging fixes and improvements - - - --- 2021-02-13 Sean Christopherson New
[05/14] KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEs KVM: x86/mmu: Dirty logging fixes and improvements - - - --- 2021-02-13 Sean Christopherson New
[04/14] KVM: x86/mmu: Pass the memslot to the rmap callbacks KVM: x86/mmu: Dirty logging fixes and improvements - - - --- 2021-02-13 Sean Christopherson New
[03/14] KVM: x86/mmu: Split out max mapping level calculation to helper KVM: x86/mmu: Dirty logging fixes and improvements - - - --- 2021-02-13 Sean Christopherson New
[02/14] KVM: x86/mmu: Don't unnecessarily write-protect small pages in TDP MMU KVM: x86/mmu: Dirty logging fixes and improvements - - - --- 2021-02-13 Sean Christopherson New
[01/14] KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE pages KVM: x86/mmu: Dirty logging fixes and improvements - - - --- 2021-02-13 Sean Christopherson New
[kvm-unit-tests,4/4] x86: Add a 'pcid' group for the various PCID+INVPCID permutations x86: PCID test adjustments - - - --- 2021-02-12 Sean Christopherson New
[kvm-unit-tests,3/4] x86: Add a testcase for !PCID && INVPCID x86: PCID test adjustments - - - --- 2021-02-12 Sean Christopherson New
[kvm-unit-tests,2/4] x86: Iterate over all INVPCID types in the enabled test x86: PCID test adjustments - - - --- 2021-02-12 Sean Christopherson New
[kvm-unit-tests,1/4] x86: Remove PCID test that INVPCID isn't enabled without PCID x86: PCID test adjustments - - - --- 2021-02-12 Sean Christopherson New
[3/3] KVM: VMX: Allow INVPCID in guest without PCID KVM: x86: SVM INVPCID fix, and cleanups - 1 - --- 2021-02-12 Sean Christopherson New
[2/3] KVM: x86: Advertise INVPCID by default KVM: x86: SVM INVPCID fix, and cleanups - 1 - --- 2021-02-12 Sean Christopherson New
[1/3] KVM: SVM: Intercept INVPCID when it's disabled to inject #UD KVM: x86: SVM INVPCID fix, and cleanups - 1 - --- 2021-02-12 Sean Christopherson New
[15/15] KVM: selftests: Get rid of gorilla math in memslots modification test VM: selftests: Hugepage fixes and cleanups - - - --- 2021-02-10 Sean Christopherson New
[14/15] KVM: selftests: Track size of per-VM memslot in perf_test_args VM: selftests: Hugepage fixes and cleanups - - - --- 2021-02-10 Sean Christopherson New
[13/15] KVM: selftests: Sync perf_test_args to guest during VM creation VM: selftests: Hugepage fixes and cleanups - - - --- 2021-02-10 Sean Christopherson New
[12/15] KVM: selftests: Fill per-vCPU struct during "perf_test" VM creation VM: selftests: Hugepage fixes and cleanups - - - --- 2021-02-10 Sean Christopherson New
[11/15] KVM: selftests: Create VM with adjusted number of guest pages for perf tests VM: selftests: Hugepage fixes and cleanups - 1 - --- 2021-02-10 Sean Christopherson New
[10/15] KVM: selftests: Remove perf_test_args.host_page_size VM: selftests: Hugepage fixes and cleanups - 1 - --- 2021-02-10 Sean Christopherson New
[09/15] KVM: selftests: Move per-VM GPA into perf_test_args VM: selftests: Hugepage fixes and cleanups - 1 - --- 2021-02-10 Sean Christopherson New
[08/15] KVM: selftests: Use perf util's per-vCPU GPA/pages in demand paging test VM: selftests: Hugepage fixes and cleanups - 1 - --- 2021-02-10 Sean Christopherson New
[07/15] KVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_args VM: selftests: Hugepage fixes and cleanups - 1 - --- 2021-02-10 Sean Christopherson New
[06/15] KVM: selftests: Use shorthand local var to access struct perf_tests_args VM: selftests: Hugepage fixes and cleanups - 1 - --- 2021-02-10 Sean Christopherson New
[05/15] KVM: selftests: Require GPA to be aligned when backed by hugepages VM: selftests: Hugepage fixes and cleanups - - - --- 2021-02-10 Sean Christopherson New
[04/15] KVM: selftests: Force stronger HVA alignment (1gb) for hugepages VM: selftests: Hugepage fixes and cleanups - - - --- 2021-02-10 Sean Christopherson New
[03/15] KVM: selftests: Align HVA for HugeTLB-backed memslots VM: selftests: Hugepage fixes and cleanups - 1 - --- 2021-02-10 Sean Christopherson New
[02/15] KVM: selftests: Expose align() helpers to tests VM: selftests: Hugepage fixes and cleanups - 1 - --- 2021-02-10 Sean Christopherson New
[01/15] KVM: selftests: Explicitly state indicies for vm_guest_mode_params array VM: selftests: Hugepage fixes and cleanups - 1 - --- 2021-02-10 Sean Christopherson New
[5/5] KVM: x86/xen: Explicitly pad struct compat_vcpu_info to 64 bytes KVM: x86/xen: Selftest fixes and a cleanup - 1 - --- 2021-02-10 Sean Christopherson New
« 1 2 ... 36 37 38 39 »