LinuxLists
Users
About
Keqian Zhu (
[email protected]
)
Number of posts: 322 (0.74 per day)
First post: 2020-03-09 09:01:40
Last post: 2021-05-20 03:10:54
Next Page
Date
List
Subject
2021-05-20 03:10:54
linux-kernel
[PATCH] KVM: halt polling: Make the adjustment of polling time clearer
2021-05-17 13:14:59
linux-kernel
Re: [RFC PATCH v4 00/13] iommu/smmuv3: Implement hardware dirty log tracking
2021-05-14 02:40:20
linux-kernel
Re: [RFC PATCH v4 01/13] iommu: Introduce dirty log tracking framework
2021-05-13 18:48:21
linux-kernel
Re: [RFC PATCH v4 01/13] iommu: Introduce dirty log tracking framework
2021-05-12 08:45:06
linux-kernel
Re: [RFC PATCH v4 01/13] iommu: Introduce dirty log tracking framework
2021-05-11 07:41:13
linux-kernel
Re: [RFC PATCH v4 01/13] iommu: Introduce dirty log tracking framework
2021-05-11 06:52:24
linux-kernel
Re: [PATCH v3 0/2] KVM: x86: Enable dirty logging lazily for huge pages
2021-05-10 12:23:37
linux-kernel
Re: [RFC PATCH v4 01/13] iommu: Introduce dirty log tracking framework
2021-05-08 07:36:52
linux-kernel
Re: [RFC PATCH v4 01/13] iommu: Introduce dirty log tracking framework
2021-05-07 15:20:32
linux-kernel
[RFC PATCH v2 0/3] vfio/iommu_type1: Implement dirty log tracking based on IOMMU HWDBM
2021-05-07 15:04:40
linux-kernel
[RFC PATCH v2 3/3] vfio/iommu_type1: Add support for manual dirty log clear
2021-05-07 14:53:21
linux-kernel
[RFC PATCH v4 11/13] iommu/arm-smmu-v3: Realize sync_dirty_log iommu ops
2021-05-07 14:53:09
linux-kernel
[RFC PATCH v4 10/13] iommu/arm-smmu-v3: Realize switch_dirty_log iommu ops
2021-05-07 14:53:05
linux-kernel
[RFC PATCH v4 13/13] iommu/arm-smmu-v3: Realize support_dirty_log iommu ops
2021-05-07 14:53:05
linux-kernel
[RFC PATCH v4 07/13] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
2021-05-07 14:52:06
linux-kernel
[RFC PATCH v4 08/13] iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping
2021-05-07 14:44:16
linux-kernel
[RFC PATCH v4 09/13] iommu/arm-smmu-v3: Add feature detection for BBML
2021-05-07 14:41:43
linux-kernel
[RFC PATCH v4 00/13] iommu/smmuv3: Implement hardware dirty log tracking
2021-05-07 14:37:43
linux-kernel
[RFC PATCH v4 01/13] iommu: Introduce dirty log tracking framework
2021-05-07 14:37:08
linux-kernel
[RFC PATCH v4 02/13] iommu/io-pgtable-arm: Add quirk ARM_HD and ARM_BBMLx
2021-05-07 14:06:10
linux-kernel
[RFC PATCH v2 2/3] vfio/iommu_type1: Optimize dirty bitmap population based on iommu HWDBM
2021-05-07 14:06:06
linux-kernel
[RFC PATCH v2 1/3] vfio/iommu_type1: Add HWDBM status maintenance
2021-05-07 14:02:44
linux-kernel
[RFC PATCH v4 04/13] iommu/io-pgtable-arm: Add and realize merge_page ops
2021-05-07 14:02:43
linux-kernel
[RFC PATCH v4 12/13] iommu/arm-smmu-v3: Realize clear_dirty_log iommu ops
2021-05-07 14:00:31
linux-kernel
[RFC PATCH v4 05/13] iommu/io-pgtable-arm: Add and realize sync_dirty_log ops
2021-05-07 13:58:05
linux-kernel
[RFC PATCH v4 06/13] iommu/io-pgtable-arm: Add and realize clear_dirty_log ops
2021-05-07 13:55:11
linux-kernel
[RFC PATCH v4 03/13] iommu/io-pgtable-arm: Add and realize split_block ops
2021-04-29 03:44:09
linux-kernel
[PATCH v3 2/2] KVM: x86: Not wr-protect huge page with init_all_set dirty log
2021-04-29 03:43:11
linux-kernel
[PATCH v3 1/2] KVM: x86: Support write protect gfn with min_level
2021-04-29 03:42:26
linux-kernel
[PATCH v3 0/2] KVM: x86: Enable dirty logging lazily for huge pages
2021-04-29 03:32:26
linux-kernel
Re: [RFC PATCH v2 2/2] KVM: x86: Not wr-protect huge page with init_all_set dirty log
2021-04-28 13:46:01
linux-kernel
Re: [RFC PATCH v2 2/2] KVM: x86: Not wr-protect huge page with init_all_set dirty log
2021-04-27 05:06:59
linux-kernel
Re: [RFC PATCH v2 2/2] KVM: x86: Not wr-protect huge page with init_all_set dirty log
2021-04-23 01:38:36
linux-kernel
Re: [PATCH v4 1/2] kvm/arm64: Remove the creation time's mapping of MMIO regions
2021-04-23 01:07:52
linux-kernel
Re: [PATCH] KVM: arm64: Correctly handle the mmio faulting
2021-04-22 07:45:09
linux-kernel
Re: [PATCH v4 1/2] kvm/arm64: Remove the creation time's mapping of MMIO regions
2021-04-21 06:39:17
linux-kernel
Re: [PATCH v4 2/2] kvm/arm64: Try stage2 block mapping for host device MMIO
2021-04-21 06:37:36
linux-kernel
Re: [PATCH v4 1/2] kvm/arm64: Remove the creation time's mapping of MMIO regions
2021-04-21 06:29:14
linux-kernel
Re: [PATCH] KVM: arm64: Correctly handle the mmio faulting
2021-04-21 03:16:19
linux-kernel
Re: [PATCH] KVM: arm64: Correctly handle the mmio faulting
2021-04-20 07:50:37
linux-kernel
Re: [RFC PATCH v2 2/2] KVM: x86: Not wr-protect huge page with init_all_set dirty log
2021-04-20 07:33:58
linux-kernel
Re: [PATCH v3 02/12] iommu: Add iommu_split_block interface
2021-04-20 01:27:12
linux-kernel
Re: [PATCH v3 02/12] iommu: Add iommu_split_block interface
2021-04-19 09:41:26
linux-kernel
Re: [PATCH v3 02/12] iommu: Add iommu_split_block interface
2021-04-17 01:07:03
linux-kernel
Re: [PATCH v4 2/2] kvm/arm64: Try stage2 block mapping for host device MMIO
2021-04-16 09:45:16
linux-kernel
[RFC PATCH v2 2/2] KVM: x86: Not wr-protect huge page with init_all_set dirty log
2021-04-16 09:33:07
linux-kernel
Re: [PATCH 3/3] vfio/iommu_type1: Add support for manual dirty log clear
2021-04-16 09:08:49
linux-kernel
Re: [PATCH v3 01/12] iommu: Introduce dirty log tracking framework
2021-04-16 08:43:51
linux-kernel
[RFC PATCH v2 1/2] KVM: x86: Support write protect gfn with min_level
2021-04-16 08:41:57
linux-kernel
[RFC PATCH v2 0/2] KVM: x86: Enable dirty logging lazily for huge pages
2021-04-15 14:11:23
linux-kernel
Re: [PATCH v4 2/2] kvm/arm64: Try stage2 block mapping for host device MMIO