Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-10-02 01:51:21 to 2024-10-07 22:35:27 UTC [more...]

[PATCH 00/51] treewide: Switch to __pm_runtime_put_autosuspend()
 2024-10-07 22:34 UTC  (7+ messages)
` [PATCH 22/51] iommu/arm-smmu: "

[Bug 219349] New: RIP: 0010:pci_for_each_dma_alias (./include/linux/pci.h:692 drivers/pci/search.c:41)
 2024-10-07 20:46 UTC  (4+ messages)

[PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
 2024-10-07 19:56 UTC  (23+ messages)
` [PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
` [PATCH v2 10/19] iommufd/viommu: Add vdev_id helpers for IOMMU drivers

[v3 PATCH] iommu/arm-smmu-v3: Fix L1 stream table index calculation for 32-bit sid size
 2024-10-07 18:43 UTC  (9+ messages)

[PATCH v9 00/14] Update SMMUv3 to the modern iommu API (part 2b/3)
 2024-10-07 17:43 UTC  (6+ messages)
` [PATCH v9 02/14] iommu/arm-smmu-v3: Start building a generic PASID layer

[PATCH V3 0/4] iommufd live update
 2024-10-07 17:13 UTC  (5+ messages)
` [PATCH V3 1/4] iommufd: Export do_update_pinned
` [PATCH V3 2/4] iommufd: Lock all objects
` [PATCH V3 3/4] iommufd: Add IOMMU_IOAS_CHANGE_PROCESS
` [PATCH V3 4/4] iommufd: IOMMU_IOAS_CHANGE_PROCESS selftest

[PATCH V2 0/4] iommufd live update
 2024-10-07 16:56 UTC  (13+ messages)
` [PATCH V2 1/4] iommufd: Export do_update_pinned
` [PATCH V2 2/4] iommufd: Lock all objects
` [PATCH V2 3/4] iommufd: Add IOMMU_IOAS_CHANGE_PROCESS
` [PATCH V2 4/4] iommufd: IOMMU_IOAS_CHANGE_PROCESS selftest

[PATCH 0/5] Add new headers for Hyper-V Dom0
 2024-10-07 16:26 UTC  (15+ messages)
` [PATCH 1/5] hyperv: Move hv_connection_id to hyperv-tlfs.h
` [PATCH 2/5] hyperv: Remove unnecessary #includes
` [PATCH 3/5] hyperv: Add new Hyper-V headers
` [PATCH 4/5] hyperv: Add hv_defs.h to conditionally include hyperv-tlfs.h or hvhdk.h
` [PATCH 5/5] hyperv: Use hvhdk.h instead of hyperv-tlfs.h in Hyper-V code

[RFC PATCH 00/13] Support iommu(fd) persistence for live update
 2024-10-07 15:16 UTC  (15+ messages)
` [RFC PATCH 03/13] iommu/intel: zap context table entries on kexec
` [RFC PATCH 05/13] iommufd: Serialise persisted iommufds and ioas
` [RFC PATCH 11/13] iommu: Add callback to restore persisted iommu_domain
` [RFC PATCH 12/13] iommufd, guestmemfs: Ensure persistent file used for persistent DMA

[PATCH v5 0/6] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-10-07 14:42 UTC  (12+ messages)
` [PATCH v5 1/6] iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported
` [PATCH v5 2/6] iommu/amd: Introduce helper function to update 256-bit DTE
` [PATCH v5 3/6] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
` [PATCH v5 4/6] iommu/amd: Introduce helper function get_dte256()
` [PATCH v5 5/6] iommu/amd: Modify clear_dte_entry() to avoid in-place update
` [PATCH v5 6/6] iommu/amd: Lock DTE before updating the entry with WRITE_ONCE()

[PATCH 0/7] arm64: qcom: sda660-ifc6560: enable GPU and WiFi support
 2024-10-07 14:25 UTC  (2+ messages)
` (subset) "

NULL pointer dereference after ib test on ring 7 succeeded
 2024-10-07 12:44 UTC  (4+ messages)
` NULL pointer dereference with kernel 6.12.0-rc1 and ARUBA GPU

[PATCH v2 0/5] iommu: Enable user space IOPFs in non-PASID and non-svm cases
 2024-10-07 10:46 UTC  (14+ messages)
` [PATCH v2 1/5] iommu/vt-d: Separate page request queue from SVM

[PATCH] iommu/arm-smmu: Don't disable next-page prefetcher on devices it works on
 2024-10-07 10:03 UTC  (5+ messages)

[PATCH] iommu/amd: Use atomic64_inc_return() in iommu.c
 2024-10-07  8:43 UTC 

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-10-06  1:55 UTC  (2+ messages)
` (subset) "

[PATCH net v2 0/2] fix two bugs related to page_pool
 2024-10-05 12:38 UTC  (9+ messages)
` [PATCH net v2 2/2] page_pool: fix IOMMU crash when driver has already unbound

[PATCH 0/5] hyper-v: Don't assume cpu_possible_mask is dense
 2024-10-04 23:34 UTC  (10+ messages)
` [PATCH 1/5] x86/hyperv: "
` [PATCH 2/5] Drivers: hv: "
` [PATCH 3/5] iommu/hyper-v: "
` [PATCH 4/5] scsi: storvsc: "
` [PATCH net-next 5/5] hv_netvsc: "

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

[PATCH v2 0/8] iommu: Domain allocation enhancements
 2024-10-04 15:31 UTC  (42+ messages)
` [PATCH v2 1/8] iommu: Refactor __iommu_domain_alloc()
` [PATCH v2 2/8] iommu: Introduce iommu_paging_domain_alloc_flags()
` [PATCH v2 3/8] iommu: Add new flag to explictly request PASID capable domain
` [PATCH v2 4/8] iommu/amd: Separate page table setup from domain allocation
` [PATCH v2 6/8] iommu/amd: Enhance domain_alloc_user() to allocate PASID capable domain
` [PATCH v2 7/8] iommu/amd: Add iommu_ops->domain_alloc_paging support
` [PATCH v2 8/8] iommu/amd: Implement global identity domain

[PATCH v2 00/10] iommu/amd: Improve domain allocator and device attach code path
 2024-10-04 14:24 UTC  (2+ messages)

[PATCH V2 0/9] iommu_ioas_map_file
 2024-10-04 12:16 UTC  (19+ messages)
` [PATCH V2 5/9] iommufd: IOMMU_IOAS_MAP_FILE implementation
` [PATCH V2 6/9] iommufd: file mappings for mdev
` [PATCH V2 7/9] iommufd: pfn reader local variables
` [PATCH V2 8/9] iommufd: optimize file mapping
` [PATCH V2 9/9] iommufd: map file selftest

[PATCH v2] iommu/arm-smmu: Defer probe of clients after smmu device bound
 2024-10-04  9:04 UTC 

[PATCH v3 0/2] Parse out event records
 2024-10-03 22:53 UTC  (15+ messages)
` [PATCH v3 1/2] iommu/arm-smmu-v3: Print better events records
` [PATCH v3 2/2] iommu/arm-smmu-v3: Adopt arm_smmu_event in handlers

[PATCH v4 0/6] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-10-03 18:54 UTC  (12+ messages)
` [PATCH v4 2/6] iommu/amd: Introduce helper function to update 256-bit DTE
` [PATCH v4 3/6] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
` [PATCH v4 5/6] iommu/amd: Modify clear_dte_entry() to avoid in-place update

[PATCH 1/1] remoteproc: Use iommu_paging_domain_alloc()
 2024-10-03 13:58 UTC  (4+ messages)

[PATCH v3] Documentation: userspace-api: iommufd: Update HWPT_PAGING and HWPT_NESTED
 2024-10-03 13:15 UTC  (2+ messages)

[PATCH v6 1/4] dt-bindings: iommu: mediatek: Fix interrupt count constraint for new SoCs
 2024-10-03  3:09 UTC  (4+ messages)
` [PATCH v6 2/4] arm64: dts: mediatek: mt8395-genio-1200-evk: Fix dtbs_check error for phy
` [PATCH v6 3/4] arm64: dts: mt8195: Fix dtbs_check error for mutex node
` [PATCH v6 4/4] dt-bindings: display: mediatek: dpi: correct power-domains property

[PATCH] iommu/arm-smmu-v3: Fix last_sid_idx calculation for sid_bits==32
 2024-10-03  0:36 UTC  (4+ messages)

[PATCH v5 1/5] arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node
 2024-10-02 21:20 UTC  (7+ messages)
` [PATCH v5 2/5] dt-bindings: iommu: mediatek: Fix interrupt count constraint for new SoCs
` [PATCH v5 3/5] arm64: dts: mediatek: mt8395-genio-1200-evk: Fix dtbs_check error for phy
` [PATCH v5 4/5] arm64: dts: mt8195: Fix dtbs_check error for mutex node
` [PATCH v5 5/5] dt-bindings: display: mediatek: dpi: correct power-domains property
` (subset) [PATCH v5 1/5] arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node

[PATCH v2 0/3] drm: Use iommu_paging_domain_alloc()
 2024-10-02 20:03 UTC  (9+ messages)
` [PATCH v2 1/3] drm/nouveau/tegra: "

[PATCH] iommu/dma: Potential uninitialized variable in iommu_dma_unmap_sg
 2024-10-02 13:08 UTC  (3+ messages)

[PATCH v2 1/5] arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node
 2024-10-02 10:12 UTC  (5+ messages)
` [PATCH v2 2/5] dt-bindings: iommu: mediatek: Fix interrupt count constraint for new SoCs

[PATCH v4 1/5] arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node
 2024-10-02  6:04 UTC  (5+ messages)
` [PATCH v4 5/5] dt-bindings: display: mediatek: dpi: correct power-domains property

[PATCH] iommu/arm-smmu: Defer probe of clients after smmu device bound
 2024-10-02  2:30 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