IOMMU Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-06 08:36:21 to 2022-07-09 08:30:34 UTC [more...]

Patch "MAINTAINERS: Remove iommu@lists.linux-foundation.org" has been added to the 5.18-stable tree
 2022-07-09  8:29 UTC 

[PATCH] swiotlb: ensure io_tlb_default_mem spinlock always initialised
 2022-07-08 20:32 UTC  (2+ messages)

[git pull] IOMMU Fixes for Linux v5.19-rc5
 2022-07-08 20:32 UTC  (2+ messages)

[PATCH 0/4] iommu/exynos: Add basic support for SysMMU v7
 2022-07-08 18:13 UTC  (14+ messages)
` [PATCH 1/4] iommu/exynos: Set correct dma mask for SysMMU v5+
` [PATCH 2/4] iommu/exynos: Check if SysMMU v7 has VM registers
` [PATCH 3/4] iommu/exynos: Use lookup based approach to access v7 registers

[PATCH v8 00/13] DMA Mapping P2PDMA Pages
 2022-07-08 16:51 UTC  (14+ messages)
` [PATCH v8 01/13] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v8 02/13] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v8 03/13] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v8 04/13] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v8 05/13] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v8 06/13] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v8 07/13] iommu: Explicitly skip bus address marked segments in __iommu_map_sg()
` [PATCH v8 08/13] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v8 09/13] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v8 10/13] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v8 11/13] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v8 12/13] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v8 13/13] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()

[PATCH v5 0/5] DMA mapping changes for SCSI core
 2022-07-08 16:17 UTC  (7+ messages)

[PATCH] gpu: host1x: Register context bus unconditionally
 2022-07-08 15:11 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
 2022-07-08 10:02 UTC  (5+ messages)

[PATCH v3 00/15] iommu: Retire bus_set_iommu()
 2022-07-08  8:17 UTC  (28+ messages)
` [PATCH v3 01/15] iommu/vt-d: Handle race between registration and device probe
` [PATCH v3 03/15] iommu: Always register bus notifiers
` [PATCH v3 04/15] iommu: Move bus setup to IOMMU device registration
` [PATCH v3 15/15] iommu: Clean up bus_set_iommu()
    ` [PATCH] iommu/s390: fail probe for non-pci device

[RFC PATCH 0/2] dma_direct_{alloc,free}() for Hyper-V IVMs
 2022-07-07 14:20 UTC  (5+ messages)
` [RFC PATCH 1/2] swiotlb,dma-direct: Move swiotlb_unencrypted_base to direct.c
` [RFC PATCH 2/2] dma-direct: Fix dma_direct_{alloc,free}() for Hyperv-V IVMs

[PATCH v3 0/8] genirq: Provide real IRQ affinity masks in non-SMP configs
 2022-07-07 10:45 UTC  (9+ messages)
` [PATCH v3 1/8] irqchip/mips-gic: Only register IPI domain when SMP is enabled
` [PATCH v3 6/8] genirq: Add and use an irq_data_update_affinity helper

[PATCH v4 00/11] iommu/vt-d: Optimize the use of locks
 2022-07-07  9:18 UTC  (5+ messages)
` [PATCH v4 01/11] iommu/vt-d: debugfs: Remove device_domain_lock usage
` [PATCH v4 02/11] iommu/vt-d: Remove clearing translation data in disable_dmar_iommu()

[PATCH v3 RESEND 00/35] iommu/amd: Add multiple PCI segments support
 2022-07-07  7:41 UTC  (73+ messages)
` [PATCH v3 RESEND 01/35] iommu/amd: Update struct iommu_dev_data definition
` [PATCH v3 RESEND 02/35] iommu/amd: Introduce pci segment structure
` [PATCH v3 RESEND 03/35] iommu/amd: Introduce per PCI segment device table
` [PATCH v3 RESEND 04/35] iommu/amd: Introduce per PCI segment rlookup table
` [PATCH v3 RESEND 05/35] iommu/amd: Introduce per PCI segment irq_lookup_table
` [PATCH v3 RESEND 06/35] iommu/amd: Introduce per PCI segment dev_data_list
` [PATCH v3 RESEND 07/35] iommu/amd: Introduce per PCI segment old_dev_tbl_cpy
` [PATCH v3 RESEND 08/35] iommu/amd: Introduce per PCI segment alias_table
` [PATCH v3 RESEND 09/35] iommu/amd: Introduce per PCI segment unity map list
` [PATCH v3 RESEND 10/35] iommu/amd: Introduce per PCI segment last_bdf
` [PATCH v3 RESEND 11/35] iommu/amd: Introduce per PCI segment device table size
` [PATCH v3 RESEND 12/35] iommu/amd: Introduce per PCI segment alias "
` [PATCH v3 RESEND 13/35] iommu/amd: Introduce per PCI segment rlookup "
` [PATCH v3 RESEND 14/35] iommu/amd: Convert to use per PCI segment irq_lookup_table
` [PATCH v3 RESEND 15/35] iommu/amd: Convert to use rlookup_amd_iommu helper function
` [PATCH v3 RESEND 16/35] iommu/amd: Update irq_remapping_alloc to use IOMMU lookup "
` [PATCH v3 RESEND 17/35] iommu/amd: Introduce struct amd_ir_data.iommu
` [PATCH v3 RESEND 18/35] iommu/amd: Update amd_irte_ops functions
` [PATCH v3 RESEND 19/35] iommu/amd: Update alloc_irq_table and alloc_irq_index
` [PATCH v3 RESEND 20/35] iommu/amd: Convert to use per PCI segment rlookup_table
` [PATCH v3 RESEND 21/35] iommu/amd: Update set_dte_entry and clear_dte_entry
` [PATCH v3 RESEND 22/35] iommu/amd: Update iommu_ignore_device
` [PATCH v3 RESEND 23/35] iommu/amd: Update dump_dte_entry
` [PATCH v3 RESEND 24/35] iommu/amd: Update set_dte_irq_entry
` [PATCH v3 RESEND 25/35] iommu/amd: Update (un)init_device_table_dma()
` [PATCH v3 RESEND 26/35] iommu/amd: Update set_dev_entry_bit() and get_dev_entry_bit()
` [PATCH v3 RESEND 27/35] iommu/amd: Remove global amd_iommu_[dev_table/alias_table/last_bdf]
` [PATCH v3 RESEND 28/35] iommu/amd: Flush upto last_bdf only
` [PATCH v3 RESEND 29/35] iommu/amd: Introduce get_device_sbdf_id() helper function
` [PATCH v3 RESEND 30/35] iommu/amd: Include PCI segment ID when initialize IOMMU
` [PATCH v3 RESEND 31/35] iommu/amd: Specify PCI segment ID when getting pci device
` [PATCH v3 RESEND 32/35] iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commands
` [PATCH v3 RESEND 33/35] iommu/amd: Print PCI segment ID in error log messages
` [PATCH v3 RESEND 34/35] iommu/amd: Update device_state structure to include PCI seg ID
` [PATCH v3 RESEND 35/35] iommu/amd: Update amd_iommu_fault "

[PATCH v10 00/12] iommu: SVA and IOPF refactoring
 2022-07-07  3:02 UTC  (13+ messages)
` [PATCH v10 04/12] iommu: Add attach/detach_dev_pasid iommu interface
` [PATCH v10 05/12] iommu: Add IOMMU SVA domain support
` [PATCH v10 08/12] iommu/sva: Refactoring iommu_sva_bind/unbind_device()
` [PATCH v10 10/12] iommu: Prepare IOMMU domain for IOPF
` [PATCH v10 11/12] iommu: Per-domain I/O page fault handling

[PATCH v2 0/6] iommu/vt-d: Reset DMAR_UNITS_SUPPORTED
 2022-07-07  2:22 UTC  (8+ messages)
` [PATCH v2 2/6] iommu/vt-d: Use IDA interface to manage iommu sequence id
` [PATCH v2 3/6] iommu/vt-d: Refactor iommu information of each domain
` [PATCH v2 4/6] iommu/vt-d: Remove unnecessary check in intel_iommu_add()

[PATCH v3 00/11] iommu/vt-d: Optimize the use of locks
 2022-07-07  1:02 UTC  (5+ messages)
` [PATCH v3 02/11] iommu/vt-d: Remove clearing translation data in disable_dmar_iommu()

[PATCH v1 0/6] iommu/vt-d: Reset DMAR_UNITS_SUPPORTED
 2022-07-06 18:55 UTC  (2+ messages)

Test archive at new address
 2022-07-06 19:28 UTC 

[PATCH v5 0/5] cover-letter: Simplify vfio_iommu_type1 attach/detach routine
 2022-07-06 18:03 UTC  (4+ messages)

[PATCH v9 0/8] Add support for HiSilicon PCIe Tune and Trace device
 2022-07-06 17:57 UTC  (3+ messages)
` [PATCH v9 7/8] docs: trace: Add HiSilicon PTT device driver documentation

[PATCH 1/2] iommu: arm-smmu-impl: Add 8250 display compatible to the client list
 2022-07-06 16:50 UTC  (2+ messages)

[PATCHv2] iommu/arm-smmu-qcom: Add debug support for TLB sync timeouts
 2022-07-06 16:45 UTC  (3+ messages)

[PATCH v1 00/16] Add driver nodes for MT8195 SoC
 2022-07-06 15:18 UTC  (11+ messages)
` [PATCH v1 02/16] dt-bindings: memory: mediatek: Update condition for mt8195 smi node
` [PATCH v1 08/16] arm64: dts: mt8195: Add power domains controller

[PATCH v2 0/9] deferred_probe_timeout logic clean up
 2022-07-06 13:02 UTC  (4+ messages)
` (EXT) Re: (EXT) Re: [PATCH v2 1/9] PM: domains: Delete usage of driver_deferred_probe_check_state()
    ` Re: "

[PATCH RESEND v5 0/5] iommu: Allow IOVA rcache range be configured
 2022-07-06 12:12 UTC  (9+ messages)
` [PATCH RESEND v5 1/5] iommu: Refactor iommu_group_store_type()
` [PATCH RESEND v5 2/5] iova: Allow rcache range upper limit to be flexible

[PATCH v12 0/2] iommu/mediatek: TTBR up to 35bit support
 2022-07-06 11:50 UTC  (2+ messages)

[PATCH v2 0/4] MDSS support for MSM8953
 2022-07-06 11:45 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: qcom-iommu: Add Qualcomm MSM8953 compatible

[PATCH] iommu/amd: Handle return of iommu_device_sysfs_add
 2022-07-06 11:38 UTC  (3+ messages)

[PATCH v2] iommu/iova: change IOVA_MAG_SIZE to 127 to save memory
 2022-07-06 11:31 UTC  (3+ messages)

[PATCH 0/1] iommu/vt-d: Fixes for v5.19-rc4
 2022-07-06 10:59 UTC  (3+ messages)

[PATCH] iommu/exynos: Make driver independent of the system page size
 2022-07-06 10:58 UTC  (2+ messages)

[PATCH 0/3] iommu: More internal ops cleanup
 2022-07-06 10:56 UTC  (3+ messages)

[PATCH v2 00/14] iommu: Retire bus_set_iommu()
 2022-07-06 10:54 UTC  (4+ messages)
` [PATCH v2 09/14] iommu/ipmmu-vmsa: Clean up bus_set_iommu()

[PATCH v13 0/9] ACPI/IORT: Support for IORT RMR node
 2022-07-06 10:51 UTC  (6+ messages)

[PATCH] iommu/vt-d: Fix PCI bus rescan device hot add
 2022-07-06 10:46 UTC  (5+ messages)

[PATCH] MAINTAINERS: Remove iommu@lists.linux-foundation.org
 2022-07-06 10:33 UTC  (2+ messages)

[PATCH 0/2] swiotlb: Split up single swiotlb lock
 2022-07-06 10:21 UTC  (8+ messages)
` [PATCH 2/2] x86/ACPI: Set swiotlb area according to the number of lapic entry in MADT

[PATCH v1 0/7] iommu/amd: Add Generic IO Page Table Framework Support for v2 Page Table
 2022-07-06  9:14 UTC  (8+ messages)
` [PATCH v1 7/7] iommu/amd: Introduce amd_iommu_pgtable command-line option


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 read-only IMAP folder(s) and NNTP newsgroup(s).