Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-11-20 07:12:51 to 2024-12-04 12:46:06 UTC [more...]

[PATCH 00/11] irqchip: MSI parent cleanup and PCI host driver conversion
 2024-12-04 12:45 UTC  (2+ messages)
` [PATCH 01/11] irqchip: Make irq-msi-lib.h globally available

[PATCH v6 0/7] Support attaching PASID to the blocked_domain
 2024-12-04 12:29 UTC  (8+ messages)
` [PATCH v6 1/7] iommu: Prevent pasid attach if no ops->remove_dev_pasid
` [PATCH v6 2/7] iommu: Consolidate the ops->remove_dev_pasid usage into a helper
` [PATCH v6 3/7] iommu: Detaching pasid by attaching to the blocked_domain
` [PATCH v6 4/7] iommu/arm-smmu-v3: Make the blocked domain support PASID
` [PATCH v6 5/7] iommu/vt-d: "
` [PATCH v6 6/7] iommu/amd: "
` [PATCH v6 7/7] iommu: Remove the remove_dev_pasid op

[PATCH RESEND v17 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-12-04 11:27 UTC  (14+ messages)
` [PATCH RESEND v17 3/5] iommu/arm-smmu: add support for PRR bit setup
` [PATCH RESEND v17 4/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings
` [PATCH RESEND v17 5/5] iommu/arm-smmu: add ACTLR data and support for qcom_smmu_500

[PATCH RFC v4 0/3] fix two bugs related to page_pool
 2024-12-04 11:16 UTC  (20+ messages)
` [PATCH RFC v4 2/3] page_pool: fix IOMMU crash when driver has already unbound
` [PATCH RFC v4 3/3] page_pool: skip dma sync operation for inflight pages

[PATCH v10 0/4] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2024-12-04 10:21 UTC  (7+ messages)
` [PATCH v10 1/4] iommu/io-pgtable-arm: Make pgtable walker more generic
` [PATCH v10 2/4] iommu/io-pgtable-arm: Re-use the pgtable walk for iova_to_phys
` [PATCH v10 3/4] iommu/io-pgtable-arm: Add way to debug pgtable walk

[RFC PATCH 00/15] iommu/riscv: Add irqbypass support
 2024-12-04  3:43 UTC  (19+ messages)
` [RFC PATCH 01/15] irqchip/riscv-imsic: Use hierarchy to reach irq_set_affinity
` [RFC PATCH 08/15] iommu/riscv: Add IRQ domain for interrupt remapping

[PATCH v2 00/13] iommufd: Add vIOMMU infrastructure (Part-3: vIRQ)
 2024-12-03 22:10 UTC  (14+ messages)
` [PATCH v2 01/13] iommufd/fault: Add an iommufd_fault_init() helper
` [PATCH v2 02/13] iommufd/fault: Move iommufd_fault_iopf_handler() to header
` [PATCH v2 03/13] iommufd: Rename IOMMUFD_OBJ_FAULT to IOMMUFD_OBJ_EVENTQ_IOPF
` [PATCH v2 04/13] iommufd: Rename fault.c to eventq.c
` [PATCH v2 05/13] iommufd: Add IOMMUFD_OBJ_EVENTQ_VIRQ and IOMMUFD_CMD_VIRQ_ALLOC
` [PATCH v2 06/13] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v2 07/13] iommufd/viommu: Add iommufd_viommu_report_irq helper
` [PATCH v2 08/13] iommufd/selftest: Require vdev_id when attaching to a nested domain
` [PATCH v2 09/13] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_VIRQ for vIRQ coverage
` [PATCH v2 10/13] iommufd/selftest: Add EVENT_VIRQ test coverage
` [PATCH v2 11/13] Documentation: userspace-api: iommufd: Update EVENTQ_IOPF and EVENTQ_VIRQ
` [PATCH v2 12/13] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v2 13/13] iommu/arm-smmu-v3: Report IRQs that belong to devices attached to vIOMMU

[PATCH v6 0/2] iommu/arm-smmu-v3: Parse out event records
 2024-12-03 18:49 UTC  (3+ messages)
` [PATCH v6 1/2] iommu/arm-smmu-v3: Introduce struct arm_smmu_event
` [PATCH v6 2/2] iommu/arm-smmu-v3: Log better event records

[PATCH] iommu/arm-smmu-v3: Improve uAPI comment for IOMMU_HW_INFO_TYPE_ARM_SMMUV3
 2024-12-03 17:31 UTC  (2+ messages)

[PATCH v5 0/2] Add dma coherent allocator abstraction
 2024-12-03 17:07 UTC  (3+ messages)
` [PATCH v5 1/2] rust: error: Add EOVERFLOW
` [PATCH v5 2/2] rust: add dma coherent allocator abstraction

[PATCH v1 0/2] iommufd: Fix a small bug in fault.c
 2024-12-03 16:23 UTC  (5+ messages)
` [PATCH v1 1/2] iommufd/fault: Fix out_fput in iommufd_fault_alloc()
` [PATCH v1 2/2] iommufd/selftest: Cover IOMMU_FAULT_QUEUE_ALLOC in iommufd_fail_nth

[PATCH] iommufd: fix typos in kernel-doc comments
 2024-12-03 16:06 UTC  (3+ messages)

[PATCH v2 8/8] iommu/amd: Add documentation for AMD IOMMU debugfs support
 2024-12-03  5:54 UTC  (3+ messages)

[PATCH 0/2] iommu/io-pgtable-arm: Fix for stage-2 map/unmap
 2024-12-02 19:06 UTC  (5+ messages)
` [PATCH 1/2] iommu/io-pgtable-arm: Fix stage-2 map/umap for concatenated tables

[PATCH v2 0/2] xen/swiotlb: fix 2 issues in xen-swiotlb
 2024-12-02 17:21 UTC  (5+ messages)
` [PATCH v2 1/2] xen/swiotlb: add alignment check for dma buffers

[PATCH v4 0/3] Add support for APPS SMMU on QCS615
 2024-12-02 15:51 UTC  (4+ messages)
` [PATCH v4 3/3] arm64: dts: qcom: qcs615: add the APPS SMMU node
` (subset) [PATCH v4 0/3] Add support for APPS SMMU on QCS615

[git pull] IOMMU Updates for Linux v6.13
 2024-12-02 15:12 UTC  (5+ messages)

[PATCH v2 0/2] Fix missing case for concatenation
 2024-12-02 14:06 UTC  (3+ messages)
` [PATCH v2 1/2] iommu/io-pgtable-arm: Fix stage-2 concatenation with 16K
` [PATCH v2 2/2] iommu/io-pgtable-arm: Add coverage for different OAS in selftest

[GIT PULL] dma-mapping fix for Linux 6.13
 2024-11-30 23:52 UTC  (2+ messages)

[PATCH v4 00/12] Initial support for SMMUv3 nested translation
 2024-11-29 15:06 UTC  (4+ messages)
` [PATCH v4 08/12] iommu/arm-smmu-v3: Support IOMMU_VIOMMU_ALLOC

[PATCH v5 0/3] iommu/arm-smmu-v3: Parse out event records
 2024-11-29 12:56 UTC  (22+ messages)
` [PATCH v5 1/3] iommu/arm-smmu-v3: Introduce struct arm_smmu_event

[PATCH] iommu: Downgrade print level for iommu group information
 2024-11-29  8:21 UTC  (11+ messages)
  ` 答复: [????] "
  ` 答复: [外部邮件] "
      ` 答复: "

[PATCH] iommu/vt-d: Remove cache tags before disabling ATS
 2024-11-29  2:05 UTC 

[PATCH] dma-debug: fix physical address calculation for struct dma_debug_entry
 2024-11-28  8:50 UTC  (3+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes #2
 2024-11-27 22:58 UTC  (2+ messages)

[PATCH v2 5/8] iommu/amd: Add support for device id user input
 2024-11-26 21:02 UTC  (2+ messages)

[PATCH v2 3/8] iommu/amd: Add debugfs support to dump IOMMU Capability registers
 2024-11-26 20:59 UTC  (2+ messages)

[PATCH v2 2/8] iommu/amd: Add debugfs support to dump IOMMU MMIO registers
 2024-11-26 20:58 UTC  (2+ messages)

[PATCH v2 1/8] iommu/amd: Refactor AMD IOMMU debugfs initial setup
 2024-11-26 19:12 UTC  (2+ messages)

[PATCH v3 0/5] Introduce new headers for Hyper-V
 2024-11-26 17:28 UTC  (10+ messages)
` [PATCH v3 1/5] hyperv: Move hv_connection_id to hyperv-tlfs.h
` [PATCH v3 2/5] hyperv: Clean up unnecessary #includes
` [PATCH v3 3/5] hyperv: Add new Hyper-V headers in include/hyperv
` [PATCH v3 4/5] hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h
` [PATCH v3 5/5] hyperv: Remove the now unused hyperv-tlfs.h files

[PATCH v3 0/4] Allow AVIC's IPI virtualization to be optional
 2024-11-26  0:25 UTC  (7+ messages)

[RFC 0/1] swiotlb: Mitigate potential DoS caused by BUG_ON()
 2024-11-25 15:03 UTC  (8+ messages)
` [RFC 1/1] swiotlb: Replace BUG_ON() with graceful error handling

[PATCH AUTOSEL 5.10 19/33] dma-debug: fix a possible deadlock on radix_lock
 2024-11-24 13:53 UTC 

[PATCH AUTOSEL 5.15 22/36] dma-debug: fix a possible deadlock on radix_lock
 2024-11-24 13:51 UTC 

[PATCH AUTOSEL 6.1 30/48] dma-debug: fix a possible deadlock on radix_lock
 2024-11-24 13:48 UTC 

[PATCH AUTOSEL 6.6 37/61] dma-debug: fix a possible deadlock on radix_lock
 2024-11-24 13:45 UTC 

[PATCH AUTOSEL 6.11 54/87] dma-debug: fix a possible deadlock on radix_lock
 2024-11-24 13:38 UTC 

[PATCH AUTOSEL 6.12 069/107] dma-debug: fix a possible deadlock on radix_lock
 2024-11-24 13:29 UTC 

[PATCH v7 0/8] Add MSM8917/PM8937/Redmi 5A
 2024-11-23 23:13 UTC  (9+ messages)
` [PATCH v7 1/8] arm64: dts: qcom: Add PM8937 PMIC
` [PATCH v7 2/8] dt-bindings: pinctrl: qcom: Add MSM8917 pinctrl
` [PATCH v7 3/8] pinctrl: qcom: Add MSM8917 tlmm pinctrl driver
` [PATCH v7 4/8] dt-bindings: iommu: qcom,iommu: Add MSM8917 IOMMU to SMMUv1 compatibles
` [PATCH v7 5/8] dt-bindings: nvmem: Add compatible for MS8917
` [PATCH v7 6/8] arm64: dts: qcom: Add initial support for MSM8917
` [PATCH v7 7/8] dt-bindings: arm: qcom: Add Xiaomi Redmi 5A
` [PATCH v7 8/8] arm64: dts: "

[PATCH] iommu: iommufd: fix WARNING in iommufd_device_unbind
 2024-11-23 19:59 UTC 

[syzbot] [iommu?] WARNING in iommufd_device_unbind
 2024-11-23 17:40 UTC  (11+ messages)

[PATCH 0/2] Add support for GPU SMMU on QCS615
 2024-11-23 16:37 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: arm-smmu: document QCS615 GPU SMMU
` [PATCH 2/2] arm64: dts: qcom: qcs615: add the GPU SMMU node

[git pull] IOMMU Updates for Linux v6.13
 2024-11-23  4:10 UTC  (2+ messages)

[PATCH 0/2] Rename ops->domain_alloc_user() to domain_alloc_paging_flags()
 2024-11-22 19:00 UTC  (2+ messages)

[GIT PULL] dma-mapping updates for Linux 6.13
 2024-11-21 21:20 UTC  (3+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2024-11-21 21:20 UTC  (2+ messages)

[PATCH v2] iommu/arm-smmu: Defer probe of clients after smmu device bound
 2024-11-21 21:05 UTC  (6+ messages)

RFC: Kernel CXL cache support (and IOMMU implications)
 2024-11-20 22:33 UTC  (2+ messages)


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