Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-10-17 14:04:05 to 2024-10-21 07:42:46 UTC [more...]

[PATCH v3 00/12] iommu: Domain allocation enhancements
 2024-10-21  7:47 UTC  (31+ messages)
` [PATCH v3 01/12] iommu: Refactor __iommu_domain_alloc()
` [PATCH v3 02/12] iommu: Introduce iommu_paging_domain_alloc_flags()
` [PATCH v3 03/12] iommu: Add new flag to explictly request PASID capable domain
` [PATCH v3 04/12] iommu/arm-smmu-v3: Enhance domain_alloc_user() to allocate "
` [PATCH v3 05/12] iommu/amd: Add helper function to check GIOSUP/GTSUP
` [PATCH v3 06/12] iommu/amd: Move V2 page table support check to early_amd_iommu_init()
` [PATCH v3 07/12] iommu/amd: Separate page table setup from domain allocation
` [PATCH v3 08/12] iommu/amd: Pass page table type as param to pdom_setup_pgtable()
` [PATCH v3 09/12] iommu/amd: Enhance amd_iommu_domain_alloc_user()
` [PATCH v3 10/12] iommu/amd: Implement global identity domain
` [PATCH v3 11/12] iommu: Put domain allocation in __iommu_group_alloc_blocking_domain()
` [PATCH v3 12/12] iommu: Create __iommu_alloc_identity_domain()

[PATCH v3 0/9] Make set_dev_pasid op supporting domain replacement
 2024-10-21  7:24 UTC  (20+ messages)
` [PATCH v3 1/9] iommu: Pass old domain to set_dev_pasid op
` [PATCH v3 2/9] iommu/vt-d: Move intel_drain_pasid_prq() into intel_pasid_tear_down_entry()
` [PATCH v3 3/9] iommu/vt-d: Let intel_pasid_tear_down_entry() return pasid entry
` [PATCH v3 4/9] iommu/vt-d: Make pasid setup helpers support modifying present "
` [PATCH v3 5/9] iommu/vt-d: Rename prepare_domain_attach_device()
` [PATCH v3 6/9] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacement
` [PATCH v3 7/9] iommu/vt-d: Add set_dev_pasid callback for nested domain
` [PATCH v3 8/9] iommu/arm-smmu-v3: Make set_dev_pasid() op support replace
` [PATCH v3 9/9] iommu: Make set_dev_pasid op support domain replacement

[PATCH RFC 00/14] Add MSM8917/PM8937/Redmi 5A
 2024-10-21  6:55 UTC  (33+ messages)
` [PATCH RFC 01/14] dt-bindings: pinctrl: qcom,pmic-gpio: add PM8937
` [PATCH RFC 02/14] pinctrl: qcom-pmic-gpio: add support for PM8937
` [PATCH RFC 03/14] dt-bindings: pinctrl: qcom,pmic-mpp: Document PM8937 compatible
` [PATCH RFC 04/14] pinctrl: qcom: spmi-mpp: Add "
` [PATCH RFC 05/14] arm64: dts: qcom: Add PM8937 PMIC
` [PATCH RFC 06/14] dt-bindings: pinctrl: qcom: Add MSM8917 pinctrl bindings
` [PATCH RFC 07/14] pinctrl: qcom: Add MSM8917 tlmm pinctrl driver
` [PATCH RFC 08/14] dt-bindings: mfd: qcom,tcsr: Add compatible for MSM8917
` [PATCH RFC 09/14] dt-bindings: thermal: tsens: Add MSM8917 compatible
` [PATCH RFC 10/14] dt-bindings: iommu: qcom,iommu: Add MSM8917 IOMMU to SMMUv1 compatibles
` [PATCH RFC 11/14] dt-bindings: nvmem: Add compatible for MS8917
` [PATCH RFC 12/14] arm64: dts: qcom: Add initial support for MSM8917
` [PATCH RFC 13/14] dt-bindings: arm: qcom: Add Xiaomi Redmi 5A
` [PATCH RFC 14/14] arm64: dts: "

[PATCH v4 0/3] iommu/arm-smmu-v3: Parse out event records
 2024-10-21  6:33 UTC  (13+ messages)
` [PATCH v4 1/3] iommu/arm-smmu-v3: Introduce struct arm_smmu_event
` [PATCH v4 2/3] iommu/arm-smmu-v3: Log better event records
` [PATCH v4 3/3] iommu/arm-smmu-v3: Avoid redundant master lookup in events

[PATCH] iommu: Remove useless flush from iommu_create_device_direct_mappings()
 2024-10-21  5:19 UTC  (2+ messages)

[PATCH v3 00/10] iommu/amd: Improve domain allocator and device attach code path
 2024-10-21  4:58 UTC  (6+ messages)
` [PATCH v3 06/10] iommu/amd: Reduce domain lock scope in attach device path

[PATCH v3 00/11] cover-letter: iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-21  1:26 UTC  (57+ messages)
` [PATCH v3 02/11] iommufd: Rename _iommufd_object_alloc to iommufd_object_alloc_elm
` [PATCH v3 03/11] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v3 04/11] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v3 05/11] iommu: Pass in a viommu pointer to domain_alloc_user op
` [PATCH v3 06/11] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v3 07/11] iommufd/selftest: Add refcount to mock_iommu_device
` [PATCH v3 08/11] iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST
` [PATCH v3 10/11] Documentation: userspace-api: iommufd: Update vIOMMU
` [PATCH v3 11/11] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support
` [PATCH v3 00/16] cover-letter: iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
  ` [PATCH v3 01/16] iommufd/viommu: Introduce IOMMUFD_OBJ_VDEVICE and its related struct
  ` [PATCH v3 02/16] iommufd/viommu: Add a default_viommu_ops for IOMMU_VIOMMU_TYPE_DEFAULT
  ` [PATCH v3 03/16] iommufd/viommu: Add IOMMU_VDEVICE_ALLOC ioctl
  ` [PATCH v3 06/16] iommufd/hw_pagetable: Allow viommu->ops->cache_invalidate for hwpt_nested
  ` [PATCH v3 07/16] iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE
  ` [PATCH v3 09/16] iommufd/viommu: Add vdev_to_dev helper
  ` [PATCH v3 13/16] Documentation: userspace-api: iommufd: Update vDEVICE

[GIT PULL] dma-mapping fix for Linux 6.12
 2024-10-20 19:12 UTC  (2+ messages)

[PATCH V4 0/9] iommu_ioas_map_file
 2024-10-19 18:41 UTC  (12+ messages)
` [PATCH V4 1/9] mm/gup: folio_add_pins
` [PATCH V4 2/9] iommufd: rename uptr in iopt_alloc_iova
` [PATCH V4 3/9] iommufd: generalize iopt_pages address
` [PATCH V4 4/9] iommufd: pfn reader local variables
` [PATCH V4 5/9] iommufd: folio subroutines
` [PATCH V4 6/9] iommufd: pfn reader for file mappings
` [PATCH V4 7/9] iommufd: IOMMU_IOAS_MAP_FILE
` [PATCH V4 8/9] iommufd: file mappings for mdev
` [PATCH V4 9/9] iommufd: map file selftest

[PATCH V3 0/9] iommu_ioas_map_file
 2024-10-18 23:10 UTC  (21+ messages)
` [PATCH V3 4/9] iommufd: pfn reader for file mappings
` [PATCH V3 5/9] iommufd: IOMMU_IOAS_MAP_FILE
` [PATCH V3 8/9] iommufd: optimize file mapping

[PATCH] iommu/io-pgtable-arm: Remove split on unmap behavior
 2024-10-18 17:19 UTC 

[PATCH] iommu/amd: Fix corruption when mapping large pages from 0
 2024-10-18 17:12 UTC 

[PATCH v2 0/3] Support attaching PASID to the blocked_domain
 2024-10-18 15:54 UTC  (6+ messages)
` [PATCH v2 1/3] iommu: Add a wrapper for remove_dev_pasid
` [PATCH v2 2/3] iommu/arm-smmu-v3: Make the blocked domain support PASID
` [PATCH v2 3/3] iommu/vt-d: "

[PATCH v2 0/4] dma-mapping: Trace more error paths
 2024-10-18 15:00 UTC  (5+ messages)
` [PATCH v2 1/4] dma-mapping: Use macros to define events in a class
` [PATCH v2 2/4] dma-mapping: Trace dma_alloc/free direction
` [PATCH v2 3/4] dma-mapping: Use trace_dma_alloc for dma_alloc* instead of using trace_dma_map
` [PATCH v2 4/4] dma-mapping: Trace more error paths

[PATCH v8 00/10] IOMMUFD: Deliver IO page faults to user space
 2024-10-18 14:33 UTC  (14+ messages)
` [PATCH v8 07/10] iommufd: Fault-capable hwpt attach/detach/replace

[git pull] IOMMU Fixes for Linux v6.12-rc3
 2024-10-18 14:17 UTC  (2+ messages)

[PATCH] iommu/sysfs: constify the class struct
 2024-10-18 12:17 UTC 

[PATCH v2] dt-bindings: iommu: arm,smmu: Add Qualcomm SAR2130P compatible
 2024-10-18  8:28 UTC 

[PATCH] dt-bindings: iommu: arm,smmu: Add SAR2130P compatible
 2024-10-18  7:18 UTC  (2+ messages)

[PATCH v2 0/4] Add support for APPS SMMU on QCS615
 2024-10-18  6:20 UTC  (4+ messages)
` [PATCH v2 4/4] arm64: dts: qcom: qcs615: add the APPS SMMU node

[PATCH v3 0/4] vfio-pci support pasid attach/detach
 2024-10-18  5:40 UTC  (11+ messages)
` [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT

[PATCH v9 0/7] Linux RISC-V IOMMU Support
 2024-10-18  5:31 UTC  (5+ messages)
` [PATCH v9 2/7] iommu/riscv: Add RISC-V IOMMU platform device driver

[PATCH 0/3] dma-mapping: Trace more error paths
 2024-10-18  5:27 UTC  (5+ messages)
` [PATCH 1/3] dma-mapping: Trace dma_alloc/free direction
` [PATCH 2/3] dma-mapping: Use trace_dma_alloc for dma_alloc* instead of using trace_dma_map
` [PATCH 3/3] dma-mapping: Trace more error paths

[PATCH] dma-mapping: Fix tracing dma_alloc/free with vmalloc'd memory
 2024-10-17 15:41 UTC  (2+ messages)

[syzbot] [iommu?] kernel BUG in dma_alloc_attrs
 2024-10-17 14:48 UTC  (5+ messages)


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