Yan Zhao ([email protected])

Number of posts: 570 (0.3 per day)
First post: 2019-02-19 07:48:45
Last post: 2024-05-09 03:37:34

Date List Subject
2023-12-02 10:01:49 linux-kernel [RFC PATCH 34/42] KVM: x86/mmu: add extra param "kvm" to tdp_mmu_map_handle_target_level()
2023-12-02 10:01:08 linux-kernel [RFC PATCH 31/42] KVM: x86/mmu: add extra param "kvm" to kvm_faultin_pfn()
2023-12-02 10:01:05 linux-kernel [RFC PATCH 33/42] KVM: x86/mmu: add extra param "kvm" to make_spte()
2023-12-02 10:00:40 linux-kernel [RFC PATCH 32/42] KVM: x86/mmu: add extra param "kvm" to make_mmio_spte()
2023-12-02 09:59:31 linux-kernel [RFC PATCH 30/42] KVM: x86/mmu: remove param "vcpu" from kvm_calc_tdp_mmu_root_page_role()
2023-12-02 09:58:53 linux-kernel [RFC PATCH 29/42] KVM: x86/mmu: remove param "vcpu" from kvm_mmu_get_tdp_level()
2023-12-02 09:58:35 linux-kernel [RFC PATCH 28/42] KVM: x86/mmu: change "vcpu" to "kvm" in page_fault_handle_page_track()
2023-12-02 09:57:55 linux-kernel [RFC PATCH 27/42] KVM: x86/mmu: change param "vcpu" to "kvm" in kvm_mmu_hugepage_adjust()
2023-12-02 09:57:32 linux-kernel [RFC PATCH 26/42] KVM: x86/mmu: introduce new op get_default_mt_mask to kvm_x86_ops
2023-12-02 09:57:30 linux-kernel [RFC PATCH 25/42] KVM: x86/mmu: Abstract "struct kvm_mmu_common" from "struct kvm_mmu"
2023-12-02 09:56:41 linux-kernel [RFC PATCH 24/42] KVM: x86/mmu: Move bit SPTE_MMU_PRESENT from bit 11 to bit 59
2023-12-02 09:56:11 linux-kernel [RFC PATCH 22/42] iommu/vt-d: Support cache invalidate of IOMMU_DOMAIN_KVM domain
2023-12-02 09:56:10 linux-kernel [RFC PATCH 23/42] iommu/vt-d: Allow pasid 0 in IOPF
2023-12-02 09:55:11 linux-kernel [RFC PATCH 21/42] iommu/vt-d: Check reserved bits for IOMMU_DOMAIN_KVM domain
2023-12-02 09:54:35 linux-kernel [RFC PATCH 20/42] iommu/vt-d: Support attach devices to IOMMU_DOMAIN_KVM domain
2023-12-02 09:53:57 linux-kernel [RFC PATCH 19/42] iommu/vt-d: Set bit PGSNP in PASIDTE if domain cache coherency is enforced
2023-12-02 09:53:26 linux-kernel [RFC PATCH 18/42] iommu/vt-d: Support of IOMMU_DOMAIN_KVM domain in Intel IOMMU
2023-12-02 09:53:06 linux-kernel [RFC PATCH 17/42] iommu/vt-d: Make some macros and helpers to be extern
2023-12-02 09:52:21 linux-kernel [RFC PATCH 16/42] iommufd: Enable device feature IOPF during device attachment to KVM HWPT
2023-12-02 09:51:57 linux-kernel [RFC PATCH 15/42] iommufd: Add iopf handler to KVM hw pagetable
2023-12-02 09:51:30 linux-kernel [RFC PATCH 14/42] iommufd: Enable KVM HW page table object to be proxy between KVM and IOMMU
2023-12-02 09:51:02 linux-kernel [RFC PATCH 13/42] iommufd: Add a KVM HW pagetable object
2023-12-02 09:50:25 linux-kernel [RFC PATCH 12/42] iommufd: Introduce allocation data info and flag for KVM managed HWPT
2023-12-02 09:49:57 linux-kernel [RFC PATCH 11/42] iommu: Add new domain op cache_invalidate_kvm
2023-12-02 09:49:12 linux-kernel [RFC PATCH 10/42] iommu: Add new iommu op to create domains managed by KVM
2023-12-02 09:48:38 linux-kernel [RFC PATCH 09/42] iommu: Add IOMMU_DOMAIN_KVM
2023-12-02 09:48:02 linux-kernel [RFC PATCH 08/42] KVM: Add a helper to notify importers that KVM exported TDP is flushed
2023-12-02 09:47:23 linux-kernel [RFC PATCH 07/42] KVM: Forward page fault requests to arch specific code for exported TDP
2023-12-02 09:46:51 linux-kernel [RFC PATCH 06/42] KVM: Register/Unregister importers to KVM exported TDP
2023-12-02 09:46:49 linux-kernel [RFC PATCH 05/42] KVM: Embed "arch" object and call arch init/destroy in TDP FD
2023-12-02 09:45:28 linux-kernel [RFC PATCH 04/42] KVM: Skeleton of KVM TDP FD object
2023-12-02 09:44:50 linux-kernel [RFC PATCH 03/42] KVM: Introduce VM ioctl KVM_CREATE_TDP_FD
2023-12-02 09:44:17 linux-kernel [RFC PATCH 02/42] KVM: x86: Arch header for kvm to export TDP for Intel
2023-12-02 09:42:44 linux-kernel [RFC PATCH 01/42] KVM: Public header for KVM to export TDP
2023-12-02 09:41:40 linux-kernel [RFC PATCH 00/42] Sharing KVM TDP to IOMMU
2023-11-06 05:24:03 linux-kernel [PATCH] Documentation: x86: Correct effective memory type for MTRR=WC and PAT=UC-
2023-10-13 08:17:51 linux-kernel Re: [PATCH v6 00/12] iommu: Prepare to deliver page faults to user space
2023-10-11 02:16:06 linux-kernel Re: [PATCH v4 01/12] KVM: x86/mmu: helpers to return if KVM honors guest MTRRs
2023-10-10 04:14:53 linux-kernel Re: [PATCH v4 01/12] KVM: x86/mmu: helpers to return if KVM honors guest MTRRs
2023-10-09 05:42:21 linux-kernel Re: [PATCH v4 03/17] iommufd: Unite all kernel-managed members into a struct
2023-10-07 10:36:40 linux-kernel Re: [PATCH v4 03/17] iommufd: Unite all kernel-managed members into a struct
2023-10-07 07:49:06 linux-kernel Re: [PATCH v4 09/17] iommufd/device: Add helpers to enforce/remove device reserved regions
2023-09-21 06:02:12 linux-kernel Re: [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
2023-09-18 15:47:41 linux-kernel Re: [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory
2023-09-15 18:17:36 linux-kernel Re: [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory
2023-09-15 14:42:20 linux-kernel Re: [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-09-15 13:11:23 linux-kernel Re: [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
2023-08-19 17:08:58 linux-kernel Re: [RFC PATCH v2 5/5] KVM: Unmap pages only when it's indeed protected for NUMA migration
2023-08-19 16:46:01 linux-kernel Re: [RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
2023-08-19 09:53:21 linux-kernel Re: [RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
2023-08-14 10:59:58 linux-kernel Re: [RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM