messages from 2023-08-16 17:42:49 to 2023-08-22 07:42:46 UTC [more...]
[PATCH v3 00/11] iommu: Prepare to deliver page faults to user space
2023-08-22 7:42 UTC (18+ messages)
` [PATCH v3 01/11] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v3 02/11] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v3 03/11] iommu: Remove unrecoverable fault data
` [PATCH v3 04/11] iommu: Cleanup iopf data structure definitions
` [PATCH v3 05/11] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v3 06/11] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v3 07/11] iommu: Prepare for separating SVA and IOPF
` [PATCH v3 08/11] iommu: Move iopf_handler() to iommu-sva.c
` [PATCH v3 09/11] iommu: Make iommu_queue_iopf() more generic
` [PATCH v3 10/11] iommu: Add debugging on domain lifetime for iopf
` [PATCH v3 11/11] iommu: Separate SVA and IOPF in Makefile and Kconfig
[PATCH] iommu/vt-d: Introduce a rb_tree for looking up device
2023-08-22 7:32 UTC (3+ messages)
[PATCH v2 0/3] iommu: Make pasid array per device
2023-08-22 6:36 UTC (9+ messages)
` [PATCH v2 1/3] iommu: Make single-device group for PASID explicit
` [PATCH v2 2/3] iommu: Consolidate pasid dma ownership check
[PATCH v2 0/2] iommu/iova: Make the rcache depot properly flexible
2023-08-21 18:22 UTC (3+ messages)
` [PATCH v2 1/2] iommu/iova: Make the rcache depot scale better
` [PATCH v2 2/2] iommu/iova: Manage the depot list size
[RFC PATCH v1 0/8] Install domain onto multiple smmus
2023-08-21 14:56 UTC (30+ messages)
` [RFC PATCH v1 1/8] iommu/arm-smmu-v3: Add list of installed_smmus
` [RFC PATCH v1 2/8] iommu/arm-smmu-v3: Perform invalidations over installed_smmus
` [RFC PATCH v1 3/8] iommu/arm-smmu-v3-sva: Allocate new ASID from installed_smmus
` [RFC PATCH v1 4/8] iommu/arm-smmu-v3: check smmu compatibility on attach
` [RFC PATCH v1 5/8] iommu/arm-smmu-v3: Add arm_smmu_device as a parameter to domain_finalise
` [RFC PATCH v1 6/8] iommu/arm-smmu-v3: Free VMID when uninstalling domain from SMMU
` [RFC PATCH v1 7/8] iommu/arm-smmu-v3: check for domain initialization using pgtbl_ops
` [RFC PATCH v1 8/8] iommu/arm-smmu-v3: allow multi-SMMU domain installs
[PATCH] iommu/mediatek: Fix share pgtable for iova over 4GB
2023-08-21 14:42 UTC (2+ messages)
[PATCH] iommu: Remove the device_lock_assert() from __iommu_probe_device()
2023-08-21 14:40 UTC (8+ messages)
[PATCH v2 0/5] iommu/amd: SVA Support (part 2) - deprecate iommu_v2 module
2023-08-21 13:36 UTC (7+ messages)
` [PATCH v2 1/5] iommu/amd: Remove "
` [PATCH v2 2/5] iommu/amd: Remove PPR support
` [PATCH v2 3/5] iommu/amd: Remove amd_iommu_device_info()
` [PATCH v2 4/5] iommu/amd: Remove unused EXPORT_SYMBOLS
` [PATCH v2 5/5] Revert "iommu: Fix false ownership failure on AMD systems with PASID activated"
[PATCH v5 00/14] iommu/amd: SVA Support (Part 1) - cleanup/refactoring
2023-08-21 13:32 UTC (17+ messages)
` [PATCH v5 01/14] iommu/amd: Remove unused amd_io_pgtable.pt_root variable
` [PATCH v5 02/14] iommu/amd: Consolidate timeout pre-define to amd_iommu_type.h
` [PATCH v5 03/14] iommu/amd: Consolidate logic to allocate protection domain
` [PATCH v5 04/14] iommu/amd: Refactor protection domain allocation code
` [PATCH v5 05/14] iommu/amd: Introduce helper functions for managing GCR3 table
` [PATCH v5 06/14] iommu/amd: Do not set amd_iommu_pgtable in pass-through mode
` [PATCH v5 07/14] iommu/amd: Miscellaneous clean up when free domain
` [PATCH v5 08/14] iommu/amd: Consolidate feature detection and reporting logic
` [PATCH v5 09/14] iommu/amd: Modify logic for checking GT and PPR features
` [PATCH v5 10/14] iommu/amd: Rename ats related variables
` [PATCH v5 11/14] iommu/amd: Introduce iommu_dev_data.ppr
` [PATCH v5 12/14] iommu/amd: Introduce iommu_dev_data.flags to track device capabilities
` [PATCH v5 13/14] iommu/amd: Enable device ATS/PASID/PRI capabilities independently
` [PATCH v5 14/14] iommu/amd: Initialize iommu_device->max_pasids
[PATCH 0/2] iommu/iova: Make the rcache depot properly flexible
2023-08-21 12:28 UTC (13+ messages)
` [PATCH 1/2] iommu/iova: Make the rcache depot scale better
[PATCH v2 0/4] Fix device_lock deadlock on two probe() paths
2023-08-21 11:35 UTC (13+ messages)
[PATCH v6 00/10] Refactor the SMMU's CD table ownership
2023-08-21 10:42 UTC (16+ messages)
` [PATCH v6 05/10] iommu/arm-smmu-v3: Refactor write_ctx_desc
` [PATCH v6 06/10] iommu/arm-smmu-v3: Move CD table to arm_smmu_master
` [PATCH v6 07/10] iommu/arm-smmu-v3: Cleanup arm_smmu_domain_finalise
` [PATCH v6 08/10] iommu/arm-smmu-v3: Update comment about STE liveness
` [PATCH v6 09/10] iommu/arm-smmu-v3: Skip cd sync if CD table isn't active
[PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
2023-08-21 1:24 UTC (15+ messages)
[PATCH v12 2/7] iommu/mediatek: Fix two IOMMU share pagetable issue
2023-08-19 8:45 UTC (3+ messages)
[PATCH v11 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2023-08-18 19:10 UTC (8+ messages)
` [PATCH v11 4/6] iommu/s390: Force ISM devices to use IOMMU_DOMAIN_DMA
` [PATCH v11 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v11 6/6] iommu/dma: Use a large flush queue and timeout for shadow_on_flush
[PATCH v2] iommu/arm-smmu-v3: Add a user-configurable tlb_invalidate_threshold
2023-08-18 17:18 UTC (4+ messages)
[PATCH -next] iommufd/selftest: fix unregister device
2023-08-18 16:51 UTC (3+ messages)
[PATCH 1/1] Revert "iommu/arm-smmu-v3: Set TTL invalidation hint better"
2023-08-18 16:21 UTC (14+ messages)
` [PATCH v2 1/1] iommu/arm-smmu-v3: Fix error case of range command
[RFC PATCH] iommu: arm-smmu-nvidia: Add default domain type implementation op
2023-08-18 16:06 UTC (8+ messages)
[PATCH v9 0/5] iommufd: Add iommu hardware info reporting
2023-08-18 15:55 UTC (7+ messages)
` [PATCH v9 1/5] iommu: Move dev_iommu_ops() to private header
` [PATCH v9 2/5] iommu: Add new iommu op to get iommu hardware information
` [PATCH v9 3/5] iommufd: Add IOMMU_GET_HW_INFO
` [PATCH v9 4/5] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl
` [PATCH v9 5/5] iommu/vt-d: Implement hw_info for iommu capability query
Software bounce buffers Vs allocating DMA buffers in page granularity
2023-08-18 15:08 UTC (3+ messages)
[PATCH] dma-mapping, powerpc: Move arch_dma_set_mask() prototype into dma-map-ops.h
2023-08-18 12:38 UTC (2+ messages)
[PATCH] iommu: Remove duplicate include
2023-08-18 9:26 UTC
[PATCH] iommu/vt-d: Remove unused function
2023-08-18 9:16 UTC
[PATCH v8 0/5] iommufd: Add iommu hardware info reporting
2023-08-18 1:30 UTC (17+ messages)
` [PATCH v8 2/5] iommu: Add new iommu op to get iommu hardware information
` [PATCH v8 3/5] iommufd: Add IOMMU_GET_HW_INFO
` [PATCH v8 4/5] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl
` [PATCH v8 5/5] iommu/vt-d: Implement hw_info for iommu capability query
[PATCH v13 0/4] add debugfs to migration driver
2023-08-17 22:48 UTC (2+ messages)
[PATCH] iommu/arm-smmu-v3: Simplify stage selection logic
2023-08-17 18:29 UTC (6+ messages)
[PATCH v2] iommu/arm-smmu-v3: Allow default substream bypass with a pasid support
2023-08-17 17:57 UTC (6+ messages)
[PATCH -next] iommu/amd: Remove unused declarations
2023-08-17 10:58 UTC (2+ messages)
[GIT PULL] iommu/arm-smmu: Updates for 6.6
2023-08-17 11:02 UTC (2+ messages)
[PATCH v12 0/7] MT8188 IOMMU SUPPORT
2023-08-17 8:21 UTC (11+ messages)
` [PATCH v12 1/7] dt-bindings: mediatek: mt8188: Add binding for MM & INFRA IOMMU
` [PATCH v12 5/7] iommu/mediatek: Add MT8188 IOMMU Support
[PATCH] iommu/arm-smmu-qcom: NULL pointer check for driver data
2023-08-17 1:01 UTC (2+ messages)
[PATCH v4 00/14] iommu/amd: SVA Support (Part 1) - cleanup/refactoring
2023-08-16 23:18 UTC (3+ messages)
` [PATCH v4 05/14] iommu/amd: Introduce helper functions for managing GCR3 table
[PATCH 00/13] Linux RISC-V IOMMU Support
2023-08-16 21:43 UTC (13+ messages)
` [PATCH 01/11] RISC-V: drivers/iommu: Add RISC-V IOMMU - Ziommu support
` [PATCH 06/11] RISC-V: drivers/iommu/riscv: Add command, fault, page-req queues
` [PATCH 07/11] RISC-V: drivers/iommu/riscv: Add device context support
` [PATCH 08/11] RISC-V: drivers/iommu/riscv: Add page table support
` [PATCH 10/11] RISC-V: drivers/iommu/riscv: Add MSI identity remapping
` [PATCH 11/11] RISC-V: drivers/iommu/riscv: Add G-Stage translation support
[PATCH v2 00/10] iommu/amd: SVA Support (part 3) - refactor support for GCR3 table
2023-08-16 17:40 UTC (5+ messages)
` [PATCH v2 07/10] iommu/amd: Refactor helper function for attaching / detaching device
` [PATCH v2 08/10] iommu/amd: Refactor protection_domain helper functions
` [PATCH v2 09/10] iommu/amd: Refactor GCR3 table "
` [PATCH v2 10/10] iommu/amd: Remove unused GCR3 table parameters from struct protection_domain
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox