Baolu Lu ([email protected])

Number of posts: 4182 (1.16 per day)
First post: 2014-06-11 06:25:58
Last post: 2024-04-24 16:32:06

Date List Subject
2024-04-24 16:32:06 linux-kernel Re: [PATCH] iommu: Fix def_domain_type interaction with untrusted devices
2024-04-24 09:21:40 linux-kernel [PATCH 16/18] iommu/vt-d: Remove intel_svm_dev
2024-04-24 08:31:13 linux-kernel [PATCH 04/18] iommu/vt-d: Remove debugfs use of private data field
2024-04-24 08:29:22 linux-kernel [PATCH 06/18] iommu/vt-d: Remove caching mode check before device TLB flush
2024-04-24 08:24:59 linux-kernel [PATCH 01/18] iommu/vt-d: Remove redundant assignment to variable err
2024-04-24 08:21:44 linux-kernel [PATCH 00/18] [PULL REQUEST] Intel IOMMU updates for v6.10
2024-04-24 08:21:29 linux-kernel [PATCH 03/18] iommu/vt-d: Allocate DMAR fault interrupts locally
2024-04-24 07:22:48 linux-kernel [PATCH 18/18] iommu/vt-d: Remove struct intel_svm
2024-04-24 07:22:29 linux-kernel [PATCH 17/18] iommu: Add ops->domain_alloc_sva()
2024-04-24 07:22:07 linux-kernel [PATCH 15/18] iommu/vt-d: Use cache helpers in arch_invalidate_secondary_tlbs
2024-04-24 07:21:44 linux-kernel [PATCH 14/18] iommu/vt-d: Use cache_tag_flush_range() in cache_invalidate_user
2024-04-24 07:21:42 linux-kernel [PATCH 13/18] iommu/vt-d: Cleanup use of iommu_flush_iotlb_psi()
2024-04-24 07:21:21 linux-kernel [PATCH 12/18] iommu/vt-d: Use cache_tag_flush_range_np() in iotlb_sync_map
2024-04-24 07:21:10 linux-kernel [PATCH 11/18] iommu/vt-d: Use cache_tag_flush_range() in tlb_sync
2024-04-24 07:20:55 linux-kernel [PATCH 10/18] iommu/vt-d: Use cache_tag_flush_all() in flush_iotlb_all
2024-04-24 07:20:29 linux-kernel [PATCH 09/18] iommu/vt-d: Add trace events for cache tag interface
2024-04-24 07:20:20 linux-kernel [PATCH 08/18] iommu/vt-d: Add cache tag invalidation helpers
2024-04-24 07:20:14 linux-kernel [PATCH 07/18] iommu/vt-d: Add cache tag assignment interface
2024-04-24 07:19:47 linux-kernel [PATCH 05/18] iommu/vt-d: Remove private data use in fault message
2024-04-24 07:18:53 linux-kernel [PATCH 02/18] iommu/vt-d: Use try_cmpxchg64{,_local}() in iommu.c
2024-04-24 04:47:27 linux-kernel Re: [PATCH v3 02/12] iommu/vt-d: Add cache tag invalidation helpers
2024-04-24 04:46:30 linux-kernel Re: [PATCH v3 01/12] iommu/vt-d: Add cache tag assignment interface
2024-04-24 03:47:29 linux-kernel Re: [PATCH][next] iommu/vt-d: remove redundant assignment to variable err
2024-04-24 03:46:30 linux-kernel Re: [PATCH] iommu/intel: Use try_cmpxchg64{,_local}() in iommu.c
2024-04-24 03:45:21 linux-kernel Re: [PATCH v2] iommu/vt-d: Allocate DMAR fault interrupts locally
2024-04-24 03:45:09 linux-kernel Re: [PATCH 0/2] iommu/vt-d: Remove use of private data field
2024-04-24 03:42:45 linux-kernel Re: [PATCH v3 1/1] iommu/vt-d: Remove caching mode check before device TLB flush
2024-04-24 02:49:46 linux-kernel Re: [PATCH v3 00/12] Consolidate domain cache invalidation
2024-04-24 01:50:18 linux-kernel Re: [PATCH v3 01/12] iommu/vt-d: Add cache tag assignment interface
2024-04-22 10:07:16 linux-kernel Re: [PATCH v2 7/7] iommu/riscv: Paging domain support
2024-04-22 05:31:53 linux-kernel Re: [PATCH v3 02/12] iommu/vt-d: Add cache tag invalidation helpers
2024-04-22 05:22:46 linux-kernel Re: [PATCH v2 7/7] iommu/riscv: Paging domain support
2024-04-22 05:13:29 linux-kernel Re: [PATCH v2 5/7] iommu/riscv: Device directory management.
2024-04-16 08:11:39 linux-kernel [PATCH v3 12/12] iommu/vt-d: Remove struct intel_svm
2024-04-16 08:11:24 linux-kernel [PATCH v3 11/12] iommu: Add ops->domain_alloc_sva()
2024-04-16 08:11:01 linux-kernel [PATCH v3 10/12] iommu/vt-d: Remove intel_svm_dev
2024-04-16 08:10:36 linux-kernel [PATCH v3 09/12] iommu/vt-d: Use cache helpers in arch_invalidate_secondary_tlbs
2024-04-16 08:10:19 linux-kernel [PATCH v3 08/12] iommu/vt-d: Use cache_tag_flush_range() in cache_invalidate_user
2024-04-16 08:10:08 linux-kernel [PATCH v3 07/12] iommu/vt-d: Cleanup use of iommu_flush_iotlb_psi()
2024-04-16 08:09:46 linux-kernel [PATCH v3 06/12] iommu/vt-d: Use cache_tag_flush_range_np() in iotlb_sync_map
2024-04-16 08:09:39 linux-kernel [PATCH v3 05/12] iommu/vt-d: Use cache_tag_flush_range() in tlb_sync
2024-04-16 08:09:17 linux-kernel [PATCH v3 04/12] iommu/vt-d: Use cache_tag_flush_all() in flush_iotlb_all
2024-04-16 08:09:08 linux-kernel [PATCH v3 03/12] iommu/vt-d: Add trace events for cache tag interface
2024-04-16 08:08:47 linux-kernel [PATCH v3 02/12] iommu/vt-d: Add cache tag invalidation helpers
2024-04-16 08:08:39 linux-kernel [PATCH v3 01/12] iommu/vt-d: Add cache tag assignment interface
2024-04-16 08:08:24 linux-kernel [PATCH v3 00/12] Consolidate domain cache invalidation
2024-04-16 03:01:57 linux-kernel Re: [PATCH v3 1/1] iommu/vt-d: Remove caching mode check before device TLB flush
2024-04-16 02:58:36 linux-kernel Re: [PATCH v3 1/1] iommu/vt-d: Remove caching mode check before device TLB flush
2024-04-15 09:43:12 linux-kernel Re: [PATCH v3 1/1] iommu/vt-d: Remove caching mode check before device TLB flush
2024-04-15 09:20:03 linux-kernel Re: [PATCH v2 02/12] iommu/vt-d: Add cache tag invalidation helpers
2024-04-15 01:40:00 linux-kernel [PATCH v3 1/1] iommu/vt-d: Remove caching mode check before device TLB flush