Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2023-12-15 20:27:25 to 2023-12-22 10:41:15 UTC [more...]

[RFC PATCH v5 0/3] fix vt-d hard lockup when hotplug ATS capable device
 2023-12-22 10:41 UTC  (2+ messages)
` [RFC PATCH v5 1/3] PCI: make pci_dev_is_disconnected() helper public for other drivers

[PATCH v4 0/2] fix vt-d hard lockup when hotplug ATS capable device
 2023-12-22  9:01 UTC  (10+ messages)
` [PATCH v4 1/2] PCI: make pci_dev_is_disconnected() helper public for other drivers
` [PATCH v4 2/2] iommu/vt-d: don's issue devTLB flush request when device is disconnected

[PATCH v7 0/9] Add iommufd nesting (part 2/2)
 2023-12-22  7:12 UTC  (24+ messages)
` [PATCH v7 1/9] iommu: Add cache_invalidate_user op
` [PATCH v7 2/9] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH v7 3/9] iommu: Add iommu_copy_struct_from_user_array helper
` [PATCH v7 4/9] iommufd/selftest: Add mock_domain_cache_invalidate_user support
` [PATCH v7 5/9] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
` [PATCH v7 6/9] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v7 7/9] iommu/vt-d: Allow qi_submit_sync() to return the QI faults
` [PATCH v7 8/9] iommu/vt-d: Convert pasid based cache invalidation to return QI fault
` [PATCH v7 9/9] iommu/vt-d: Add iotlb flush for nested domain

[PATCH RFC 0/2] fix vt-d hard lockup when hotplug ATS capable device
 2023-12-22  3:20 UTC  (13+ messages)
` [PATCH 1/2] PCI: make pci_dev_is_disconnected() helper public for other drivers
` [PATCH 2/2] iommu/vt-d: don's issue devTLB flush request when device is disconnected

[PATCH v6] dt-bindings: iommu: Convert msm,iommu-v0 to yaml
 2023-12-21 22:18 UTC  (3+ messages)

[RFC 0/3] iommu/intel: Free empty page tables on unmaps
 2023-12-21 14:58 UTC  (9+ messages)
` [RFC 1/3] iommu/intel: Use page->refcount to count number of entries in IOMMU
` [RFC 2/3] iommu/intel: synchronize page table map and unmap operations
` [RFC 3/3] iommu/intel: free empty page tables on unmaps

[PATCH v3 0/9] Add support for Translation Buffer Units
 2023-12-21 14:25 UTC  (11+ messages)
` [PATCH v3 1/9] dt-bindings: iommu: Add Translation Buffer Unit bindings
` [PATCH v3 2/9] iommu/arm-smmu-qcom: Add support for TBUs
` [PATCH v3 3/9] iommu/arm-smmu-qcom-tbu: Add Qualcomm TBU driver
` [PATCH v3 4/9] iommu/arm-smmu: Allow using a threaded handler for context interrupts
` [PATCH v3 5/9] iommu/arm-smmu-qcom: Use a custom context fault handler for sdm845
` [PATCH v3 6/9] arm64: dts: qcom: sdm845: Add DT nodes for the TBUs
` [PATCH v3 7/9] dt-bindings: arm-smmu: Add TBU support for sc7280
` [PATCH v3 8/9] iommu/arm-smmu-qcom: Use the custom fault handler on more platforms
` [PATCH v3 9/9] arm64: dts: qcom: sc7280: Add DT nodes for the TBUs

[PATCH v4 00/14] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2023-12-21 11:15 UTC  (15+ messages)
` [PATCH v4 01/14] iommu/amd: Rename amd_iommu_v2_supported() as amd_iommu_pasid_supported()
` [PATCH v4 02/14] iommu/amd: Introduce per device DTE update function
` [PATCH v4 03/14] iommu/amd: Add support for enabling/disabling IOMMU features
` [PATCH v4 04/14] iommu/amd: Move PPR-related functions into ppr.c
` [PATCH v4 05/14] iommu/amd: Fix PPR interrupt processing logic
` [PATCH v4 06/14] iommu/amd: Define per-IOMMU iopf_queue
` [PATCH v4 07/14] iommu/amd: Add support for page response
` [PATCH v4 08/14] iommu/amd: Add support for add/remove device for IOPF
` [PATCH v4 09/14] iommu/amd: Add IO page fault notifier handler
` [PATCH v4 10/14] iommu/amd: Introduce logic to enable/disable IOPF
` [PATCH v4 11/14] iommu/amd: Add GCR3 [un]initialization function
` [PATCH v4 12/14] iommu/amd: Initial SVA support for AMD IOMMU
` [PATCH v4 13/14] iommu: Add ops->domain_alloc_sva()
` [PATCH v4 14/14] iommu/amd: Add SVA domain support

[PATCH v6 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2023-12-21 10:32 UTC  (11+ messages)
` [PATCH v6 1/5] iommu/arm-smmu: re-enable context caching in smmu reset operation
` [PATCH v6 2/5] iommu/arm-smmu: refactor qcom_smmu structure to include single pointer
` [PATCH v6 3/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings
` [PATCH v6 4/5] iommu/arm-smmu: add ACTLR data and support for SM8550
` [PATCH v6 5/5] iommu/arm-smmu: add ACTLR data and support for SC7280

[PATCH v4 1/2] iommu: Allow passing custom allocators to pgtable drivers
 2023-12-20 14:01 UTC  (3+ messages)

[PATCH] Documentation: iommu/vt-d: Add the document for Intel IOMMU debugfs
 2023-12-20 13:25 UTC 

[PATCH v6 0/6] iommufd: Add nesting infrastructure (part 2/2)
 2023-12-20 11:23 UTC  (4+ messages)

[PATCH v3 00/12] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2023-12-20 11:00 UTC  (4+ messages)
` [PATCH v3 05/12] iommu/amd: Initial SVA support for AMD IOMMU

[PATCH] iommu: amd: NULL value may be dereferenced
 2023-12-20 10:23 UTC  (2+ messages)

[PATCH v5 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2023-12-20  8:08 UTC  (8+ messages)
` [PATCH v5 1/5] iommu/arm-smmu: re-enable context caching in smmu reset operation
` [PATCH v5 2/5] iommu/arm-smmu: refactor qcom_smmu structure to include single pointer
` [PATCH v5 3/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings
` [PATCH v5 4/5] iommu/arm-smmu: add ACTLR data and support for SM8550
` [PATCH v5 5/5] iommu/arm-smmu: add ACTLR data and support for SC7280

Performance drop due to alloc_workqueue() misuse and recent change
 2023-12-20  7:14 UTC  (2+ messages)

[PATCH v9 00/14] iommu: Prepare to deliver page faults to user space
 2023-12-20  1:23 UTC  (15+ messages)
` [PATCH v9 01/14] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v9 02/14] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v9 03/14] iommu: Remove unrecoverable fault data
` [PATCH v9 04/14] iommu: Cleanup iopf data structure definitions
` [PATCH v9 05/14] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v9 06/14] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v9 07/14] iommu: Merge iommu_fault_event and iopf_fault
` [PATCH v9 08/14] iommu: Prepare for separating SVA and IOPF
` [PATCH v9 09/14] iommu: Make iommu_queue_iopf() more generic
` [PATCH v9 10/14] iommu: Separate SVA and IOPF
` [PATCH v9 11/14] iommu: Refine locking for per-device fault data management
` [PATCH v9 12/14] iommu: Use refcount for fault data access
` [PATCH v9 13/14] iommu: Improve iopf_queue_remove_device()
` [PATCH v9 14/14] iommu: Track iopf group instead of last fault

[PATCH v2 0/3] ARM: qcom: drop 32-bit machine Kconfig entries
 2023-12-20  0:40 UTC  (6+ messages)
` [PATCH v2 1/3] iommu/msm-iommu: don't limit the driver too much
` [PATCH v2 2/3] ARM: qcom: drop most of 32-bit ARCH_QCOM subtypes
` [PATCH v2 3/3] ARM: qcom: merge remaining subplatforms into sensible Kconfig entry

[PATCH v5] dt-bindings: iommu: Convert msm,iommu-v0 to yaml
 2023-12-19 20:26 UTC  (3+ messages)

[PATCH] dma-debug: make dma_debug_add_bus take a const pointer
 2023-12-19 14:27 UTC  (3+ messages)

[PATCH 00/19] Update SMMUv3 to the modern iommu API (part 1/2)
 2023-12-19 13:42 UTC  (14+ messages)
` [PATCH 04/19] iommu/arm-smmu-v3: Make STE programming independent of the callers

[PATCH V2] iommu: Don't reserve 0-length IOVA region
 2023-12-19 13:36 UTC  (4+ messages)

[PATCH 0/4] [PULL REQUEST] Intel IOMMU updates for Linux v6.8
 2023-12-19 13:34 UTC  (6+ messages)
` [PATCH 1/4] iommu/vt-d: Refactor device_to_iommu() to retrieve iommu directly
` [PATCH 2/4] iommu/vt-d: Remove unused parameter of intel_pasid_setup_pass_through()
` [PATCH 3/4] iommu/vt-d: Remove unused vcmd interfaces
` [PATCH 4/4] iommu/vt-d: Move inline helpers to header files

[PATCH v4 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2023-12-19 13:06 UTC  (24+ messages)
` [PATCH v4 3/5] iommu/arm-smmu: add ACTLR data and support for SM8550
` [PATCH v4 5/5] iommu/arm-smmu: re-enable context caching in smmu reset operation

[PATCH] iommu: amd: NULL value may be dereferenced
 2023-12-19  9:56 UTC 

[PATCH v3 0/2] fix vt-d hard lockup when hotplug ATS capable device
 2023-12-19  7:44 UTC  (11+ messages)
` [PATCH v3 1/2] PCI: make pci_dev_is_disconnected() helper public for
` [PATCH v3 2/2] iommu/vt-d: don's issue devTLB flush request when device is disconnected

dma_sync_sg_for_device/cpu look very inefficient
 2023-12-18 15:16 UTC  (6+ messages)

[PATCH v3 00/13] iommu/amd: SVA Support (part 3) - refactor support for GCR3 table
 2023-12-18  5:17 UTC  (10+ messages)
` [PATCH v3 10/13] iommu/amd: Refactor helper function for attaching / detaching device

[PATCH v7 0/3] Add Intel VT-d nested translation (part 2/2)
 2023-12-17 23:28 UTC  (10+ messages)
` [PATCH v7 1/3] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation

[PATCH v2 0/6] SM8450 / SM8550 Adreno
 2023-12-17 17:21 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/7] dma-mapping: Simplify arch_setup_dma_ops()
 2023-12-17 13:06 UTC  (5+ messages)
` [PATCH v2 6/7] iommu/dma: Centralise iommu_setup_dma_ops()

[PATCH v2 0/2] fix vt-d hard lockup when hotplug ATS capable device
 2023-12-17 11:38 UTC  (4+ messages)
` [PATCH v2 1/2] PCI: make pci_dev_is_disconnected() helper public for
` [PATCH v2 2/2] iommu/vt-d: don's issue devTLB flush request when device is disconnected

[PATCH v3 00/35] bitops: add atomic find_bit() operations
 2023-12-16 21:48 UTC  (2+ messages)

[PATCH 0/3] ARM: qcom: drop 32-bit machine Kconfig entries
 2023-12-16  5:26 UTC  (3+ messages)
` [PATCH 3/3] ARM: qcom: merge remaining subplatforms into sensible Kconfig entry

[PATCH v4] dt-bindings: iommu: Convert msm,iommu-v0 to yaml
 2023-12-16  0:00 UTC  (2+ messages)

[PATCH v2 00/10] IOMMU memory observability
 2023-12-15 21:11 UTC  (4+ messages)
` [PATCH v2 10/10] iommu: account IOMMU allocated memory


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox