iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-23 13:05:13 to 2021-03-30 01:58:10 UTC [more...]

[Patch V2 00/13] Introduce dev-msi and interrupt message store
 2021-03-30  1:57 UTC  (19+ messages)
` [Patch V2 07/13] irqdomain/msi: Provide msi_alloc/free_store() callbacks
` [Patch V2 08/13] genirq: Set auxiliary data for an interrupt
` [Patch V2 12/13] irqchip: Add IMS (Interrupt Message Store) driver
` [Patch V2 13/13] genirq/msi: Provide helpers to return Linux IRQ/dev_msi hw IRQ number

[PATCH V4 00/18] IOASID extensions for guest SVA
 2021-03-30  1:37 UTC  (23+ messages)
` [PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs

[PATCH] iommu: Add a check to avoid invalid iotlb sync
 2021-03-30  1:22 UTC  (3+ messages)

[PATCH] ARM: Qualify enabling of swiotlb_init()
 2021-03-29 19:30 UTC  (5+ messages)

[PATCH RFC v1 00/15] iommu/virtio: Nested stage support with Arm
 2021-03-29 16:25 UTC  (13+ messages)
` [PATCH RFC v1 02/15] iommu: Add a simple PASID table library
` [PATCH RFC v1 13/15] iommu/virtio: Attach Arm PASID tables when available
` [PATCH RFC v1 15/15] iommu/virtio: Update fault type and reason info for viommu fault

[PATCH 00/30] DMA: Mundane typo fixes
 2021-03-29 12:57 UTC  (35+ messages)
` [PATCH 01/30] acpi-dma.c: Fix couple of typos
` [PATCH 02/30] altera-msgdma.c: Couple of typos fixed
` [PATCH 03/30] amba-pl08x.c: Fixed couple of typos
` [PATCH 04/30] bcm-sba-raid.c: Few typos fixed
` [PATCH 05/30] bcm2835-dma.c: Fix a typo
` [PATCH 06/30] idma64.c: Fix couple of typos
` [PATCH 07/30] iop-adma.c: Few typos fixed
` [PATCH 08/30] mv_xor.c: Fix a typo
` [PATCH 09/30] mv_xor.h: Fixed "
` [PATCH 10/30] mv_xor_v2.c: Fix "
` [PATCH 11/30] nbpfaxi.c: Fixed "
` [PATCH 12/30] of-dma.c: "
` [PATCH 13/30] s3c24xx-dma.c: Fix "
` [PATCH 14/30] Revert "s3c24xx-dma.c: Fix a typo"
` [PATCH 15/30] s3c24xx-dma.c: Few typos fixed
` [PATCH 16/30] st_fdma.h: Fix couple of typos
` [PATCH 17/30] ste_dma40_ll.h: Fix a typo
` [PATCH 18/30] tegra20-apb-dma.c: Fixed "
` [PATCH 19/30] xgene-dma.c: Few spello fixes
` [PATCH 20/30] at_hdmac.c: Quite a few "
` [PATCH 21/30] owl-dma.c: Fix a typo
` [PATCH 22/30] at_hdmac_regs.h: Couple of typo fixes
` [PATCH 23/30] dma-jz4780.c: Fix a typo
` [PATCH 24/30] Kconfig: Change Synopsys to Synopsis
` [PATCH 25/30] ste_dma40.c: Few spello fixes
` [PATCH 26/30] dw-axi-dmac-platform.c: Few typos fixed
` [PATCH 27/30] dpaa2-qdma.c: Fix a typo
` [PATCH 28/30] usb-dmac.c: "
` [PATCH 29/30] edma.c: "
` [PATCH 30/30] xilinx_dma.c: "

[PATCH v1 1/2] iommu/tegra-smmu: Defer attachment of display clients
 2021-03-28 23:32 UTC  (2+ messages)
` [PATCH v1 2/2] iommu/tegra-smmu: Revert workaround that was needed for Nyan Big Chromebook

[PATCH] iommu/tegra-smmu: Fix mc errors on tegra124-nyan
 2021-03-28 15:36 UTC  (10+ messages)

[PATCH v2 0/3] Apple M1 DART IOMMU driver
 2021-03-28  9:22 UTC  (6+ messages)
` [PATCH v2 1/3] iommu: io-pgtable: add DART pagetable format
` [PATCH v2 2/3] dt-bindings: iommu: add DART iommu bindings
` [PATCH v2 3/3] iommu: dart: Add DART iommu driver

[PATCH 0/3] Apple M1 DART IOMMU driver
 2021-03-27 15:33 UTC  (32+ messages)
` [PATCH 1/3] iommu: io-pgtable: add DART pagetable format

[PATCH] iommu: remove unused variable 'ops'
 2021-03-27  9:02 UTC 

A problem of Intel IOMMU hardware ?
 2021-03-27  5:27 UTC  (13+ messages)

[PATCH 0/9] arm64: tegra: Prevent early SMMU faults
 2021-03-26 22:05 UTC  (23+ messages)
` [PATCH 1/9] memory: tegra: Move internal data structures into separate header
` [PATCH 2/9] memory: tegra: Add memory client IDs to tables
` [PATCH 3/9] memory: tegra: Implement SID override programming
` [PATCH 4/9] iommu/arm-smmu: Implement ->probe_finalize()
` [PATCH 5/9] iommu/arm-smmu: tegra: Detect number of instances at runtime
` [PATCH 6/9] iommu/arm-smmu: tegra: Implement SID override programming
` [PATCH 7/9] iommu/arm-smmu: Use Tegra implementation on Tegra186
` [PATCH 8/9] arm64: tegra: Hook up memory controller to SMMU "
` [PATCH 9/9] arm64: tegra: Enable SMMU support on Tegra194

[PATCH] dma-mapping: add unlikely hint to error path in dma_mapping_error
 2021-03-26 21:03 UTC 

[PATCH v13 00/10] iommu: I/O page faults for SMMUv3
 2021-03-26  9:52 UTC  (10+ messages)
` [PATCH v13 01/10] iommu: Fix comment for struct iommu_fwspec
` [PATCH v13 02/10] iommu/arm-smmu-v3: Use device properties for pasid-num-bits
` [PATCH v13 07/10] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v13 10/10] iommu/arm-smmu-v3: Add stall support for platform devices

[PATCH 0/3] drivers: iommu coding style fix
 2021-03-26  9:37 UTC  (4+ messages)
` [PATCH 1/3] drivers: iommu - "
` [PATCH 2/3] drivers: iommu/amd "
` [PATCH 3/3] drivers: iommu/arm "

[PATCH 0/8] iommu: fix a couple of spelling mistakes detected by codespell tool
 2021-03-26  6:24 UTC  (9+ messages)
` [PATCH 1/8] iommu/pamu: fix a couple of spelling mistakes
` [PATCH 2/8] iommu/omap: Fix spelling mistake "alignement" -> "alignment"
` [PATCH 3/8] iommu/mediatek: Fix spelling mistake "phyiscal" -> "physical"
` [PATCH 4/8] iommu/sun50i: Fix spelling mistake "consits" -> "consists"
` [PATCH 5/8] iommu: fix a couple of spelling mistakes
` [PATCH 6/8] iommu/amd: "
` [PATCH 7/8] iommu/arm-smmu: Fix spelling mistake "initally" -> "initially"
` [PATCH 8/8] iommu/vt-d: fix a couple of spelling mistakes

[PATCH v2 1/2] iommu/mediatek-v1: Allow building as module
 2021-03-26  3:23 UTC  (2+ messages)
` [PATCH v2 2/2] iommu/mediatek: "

[PATCH 1/1] iommu/arm-smmu-v3: add bit field SFM into GERROR_ERR_MASK
 2021-03-25 18:09 UTC  (2+ messages)

[PATCH] dt-bindings: arm-smmu: Add compatible for SC7280 SoC
 2021-03-25 18:09 UTC  (2+ messages)

[PATCH v2 0/4] iommu/iova: Add CPU hotplug handler to flush rcaches to core code
 2021-03-25 17:53 UTC  (8+ messages)
` [PATCH v2 1/4] iova: Add CPU hotplug handler to flush rcaches
` [PATCH v2 2/4] iommu/vt-d: Remove IOVA domain rcache flushing for CPU offlining
` [PATCH v2 3/4] iommu: Delete iommu_dma_free_cpu_cached_iovas()
` [PATCH v2 4/4] iommu: Stop exporting free_iova_fast()

[PATCH 1/2] iommu/mediatek-v1: Alloc building as module
 2021-03-25 17:42 UTC  (3+ messages)

[PATCH 2/3] iommu/io-pgtable-arm: Add IOMMU_LLC page protection flag
 2021-03-25 17:33 UTC  (11+ messages)

[PATCH 1/2] iommu: Statically set module owner
 2021-03-25 17:12 UTC  (4+ messages)
` [PATCH 2/2] iommu: Streamline registration interface

[RFC PATCH v2 0/8] ACPI/IORT: Support for IORT RMR node
 2021-03-25 15:54 UTC  (9+ messages)
` [RFC PATCH v2 1/8] ACPICA: IORT: Update for revision E

[PATCHv2 2/2] iommu/arm-smmu-qcom: Move the adreno smmu specific impl earlier
 2021-03-25 15:05 UTC  (6+ messages)

[PATCH 1/1] iommu: Don't use lazy flush for untrusted device
 2021-03-25 14:57 UTC  (2+ messages)

[RFC PATCH 0/7] iommu/amd: Add Generic IO Page Table Framework Support for v2 Page Table
 2021-03-25 13:06 UTC  (4+ messages)
` [RFC PATCH 5/7] iommu/amd: Add support for Guest IO protection

[PATCH] iommu: Fix a boundary issue to avoid performance drop
 2021-03-25 11:08 UTC  (4+ messages)

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver
 2021-03-25  6:51 UTC  (7+ messages)
` [PATCH 15/17] iommu: remove DOMAIN_ATTR_NESTING

[RFC PATCH v2 00/11] Add support to dma_map_sg for P2PDMA
 2021-03-24 18:34 UTC  (6+ messages)
` [RFC PATCH v2 04/11] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()

[PATCH v2] swiotlb: Make SWIOTLB_NO_FORCE perform no allocation
 2021-03-24  8:42 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/5] iommu/vt-d: Several misc cleanups
 2021-03-24  7:25 UTC  (12+ messages)
` [PATCH 1/5] iommu/vt-d: Remove unused dma map/unmap trace events
` [PATCH 2/5] iommu/vt-d: Remove svm_dev_ops
` [PATCH 3/5] iommu/vt-d: Remove SVM_FLAG_PRIVATE_PASID
` [PATCH 4/5] iommu/vt-d: Remove unused function declarations
` [PATCH 5/5] iommu/vt-d: Make unnecessarily global functions static

[PATCH] dma-mapping: make map_benchmark compile into module
 2021-03-24  7:33 UTC  (4+ messages)

[PATCH] iommu/amd: page-specific invalidations for more than one page
 2021-03-23 21:06 UTC 

[PATCH 0/3] iommu/iova: Add CPU hotplug handler to flush rcaches to core code
 2021-03-23 13:56 UTC  (4+ messages)
` [PATCH 3/3] iova: Correct comment for free_cpu_cached_iovas()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).