Show patches with: Submitter = Mingwei Zhang       |    State = Action Required       |   144 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,4/6] KVM: selftests: Dump VM stats in binary stats test Verify dirty logging works properly with page stats - - - --- 2022-04-01 Mingwei Zhang New
[v3,3/6] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust() Verify dirty logging works properly with page stats - 1 - --- 2022-04-01 Mingwei Zhang New
[v3,2/6] KVM: x86/mmu: Track the number of TDP MMU pages, but not the actual pages Verify dirty logging works properly with page stats - 1 - --- 2022-04-01 Mingwei Zhang New
[v3,1/6] KVM: x86/mmu: Set lpage_disallowed in TDP MMU before setting SPTE Verify dirty logging works properly with page stats - 1 - --- 2022-04-01 Mingwei Zhang New
KVM: x86/mmu: add lockdep check before lookup_address_in_mm() KVM: x86/mmu: add lockdep check before lookup_address_in_mm() - - - --- 2022-03-27 Mingwei Zhang New
KVM: x86/mmu: add lockdep check before lookup_address_in_mm() KVM: x86/mmu: add lockdep check before lookup_address_in_mm() - - - --- 2022-03-27 Mingwei Zhang New
[v2,4/4] selftests: KVM: use dirty logging to check if page stats work correctly Verify dirty logging works properly with page stats - 1 - --- 2022-03-23 Mingwei Zhang New
[v2,3/4] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust() Verify dirty logging works properly with page stats - 1 - --- 2022-03-23 Mingwei Zhang New
[v2,2/4] selftests: KVM: Test reading a single stat Verify dirty logging works properly with page stats - - - --- 2022-03-23 Mingwei Zhang New
[v2,1/4] selftests: KVM: Dump VM stats in binary stats test Verify dirty logging works properly with page stats - - - --- 2022-03-23 Mingwei Zhang New
[4/4] selftests: KVM: use dirty logging to check if page stats work correctly Verify dirty logging works properly with page stats - - - --- 2022-03-21 Mingwei Zhang New
[3/4] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust() Verify dirty logging works properly with page stats - 1 - --- 2022-03-21 Mingwei Zhang New
[2/4] selftests: KVM: Test reading a single stat Verify dirty logging works properly with page stats - - - --- 2022-03-21 Mingwei Zhang New
[1/4] selftests: KVM: Dump VM stats in binary stats test Verify dirty logging works properly with page stats - - - --- 2022-03-21 Mingwei Zhang New
KVM: fix trailing spaces and incorrect indent in function parameter. KVM: fix trailing spaces and incorrect indent in function parameter. - - - --- 2022-02-07 Mingwei Zhang New
[2/2] KVM: mmu/x86: optimize zapping by retaining non-leaf SPTEs and avoid rcu stall optimize spte zapping in zap_gfn_range() - - - --- 2021-11-24 Mingwei Zhang New
[1/2] Revert "KVM: x86/mmu: Don't step down in the TDP iterator when zapping all SPTEs" optimize spte zapping in zap_gfn_range() - 1 - --- 2021-11-24 Mingwei Zhang New
[v2] KVM: SVM: fix missing sev_decommission() in sev_receive_start() [v2] KVM: SVM: fix missing sev_decommission() in sev_receive_start() 1 2 - --- 2021-09-16 Mingwei Zhang New
KVM: SVM: fix missing sev_decommission in sev_receive_start KVM: SVM: fix missing sev_decommission in sev_receive_start 1 2 - --- 2021-09-12 Mingwei Zhang New
[v3,2/2] selftests: KVM: use dirty logging to check if page stats work correctly selftests: KVM: verify page stats in kvm x86/mmu - - - --- 2021-08-30 Mingwei Zhang New
[v3,1/2] selftests: KVM: align guest physical memory base address to 1GB selftests: KVM: verify page stats in kvm x86/mmu - 1 - --- 2021-08-30 Mingwei Zhang New
[v2,2/2] selftests: KVM: use dirty logging to check if page stats work correctly selftests: verify page stats in kvm x86/mmu - - - --- 2021-08-29 Mingwei Zhang New
[v2,1/2] selftests: KVM: align guest physical memory base address to 1GB selftests: verify page stats in kvm x86/mmu - - - --- 2021-08-29 Mingwei Zhang New
selftests: KVM: use dirty logging to check if page stats work correctly selftests: KVM: use dirty logging to check if page stats work correctly - - - --- 2021-08-23 Mingwei Zhang New
[v2,4/4] KVM: SVM: move sev_unbind_asid and DF_FLUSH logic into psp clean up interface between KVM and psp 1 - - --- 2021-08-18 Mingwei Zhang New
[v2,3/4] KVM: SVM: move sev_bind_asid to psp clean up interface between KVM and psp 1 - - --- 2021-08-18 Mingwei Zhang New
[v2,2/4] KVM: SVM: move sev_decommission to psp driver clean up interface between KVM and psp 1 - - --- 2021-08-18 Mingwei Zhang New
[v2,1/4] KVM: SVM: fix missing sev_decommission in sev_receive_start clean up interface between KVM and psp - 1 - --- 2021-08-18 Mingwei Zhang New
[3/3] KVM: SVM: move sev_unbind_asid and DF_FLUSH logic into psp clean up interface between KVM and psp - - - --- 2021-08-16 Mingwei Zhang New
[2/3] KVM: SVM: move sev_bind_asid to psp clean up interface between KVM and psp - - - --- 2021-08-16 Mingwei Zhang New
[1/3] KVM: SVM: move sev_decommission to psp driver clean up interface between KVM and psp - - - --- 2021-08-16 Mingwei Zhang New
[v4,3/3] KVM: x86/mmu: Add detailed page size stats Add detailed page size stats in KVM stats - 2 - --- 2021-08-03 Mingwei Zhang New
[v4,2/3] KVM: x86/mmu: Avoid collision with !PRESENT SPTEs in TDP MMU lpage stats Add detailed page size stats in KVM stats - 2 - --- 2021-08-03 Mingwei Zhang New
[v4,1/3] KVM: x86/mmu: Remove redundant spte present check in mmu_set_spte Add detailed page size stats in KVM stats - 3 - --- 2021-08-03 Mingwei Zhang New
[v2] KVM: SVM: improve the code readability for ASID management [v2] KVM: SVM: improve the code readability for ASID management - - - --- 2021-08-02 Mingwei Zhang New
KVM: SEV: improve the code readability for ASID management KVM: SEV: improve the code readability for ASID management - - - --- 2021-07-31 Mingwei Zhang New
[v3,3/3] KVM: x86/mmu: Add detailed page size stats Add detailed page size stats in KVM stats - 2 - --- 2021-07-30 Mingwei Zhang New
[v3,2/3] KVM: x86/mmu: Avoid collision with !PRESENT SPTEs in TDP MMU lpage stats Add detailed page size stats in KVM stats - 2 - --- 2021-07-30 Mingwei Zhang New
[v3,1/3] KVM: x86/mmu: Remove redundant spte present check in mmu_set_spte Add detailed page size stats in KVM stats - 3 - --- 2021-07-30 Mingwei Zhang New
[v2,3/3] KVM: x86/mmu: Add detailed page size stats Add detailed page size stats in KVM stats - 1 - --- 2021-07-26 Mingwei Zhang New
[v2,2/3] KVM: x86/mmu: Avoid collision with !PRESENT SPTEs in TDP MMU lpage stats Add detailed page size stats in KVM stats - 1 - --- 2021-07-26 Mingwei Zhang New
[v2,1/3] KVM: x86/mmu: Remove redundant spte present check in mmu_set_spte Add detailed page size stats in KVM stats - 2 - --- 2021-07-26 Mingwei Zhang New
[2/2] kvm: mmu/x86: Add detailed page size stats Add detailed page size stats in KVM stats - - - --- 2021-07-21 Mingwei Zhang New
[1/2] kvm: mmu/x86: Remove redundant spte present check in mmu_set_spte Add detailed page size stats in KVM stats - - - --- 2021-07-21 Mingwei Zhang New
« 1 2 »