Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2022-07-07 00:53:55 to 2022-07-14 12:28:49 UTC [more...]

[PATCH v2 00/19] Add driver nodes for MT8195 SoC
 2022-07-14 12:28 UTC 

[PATCH] iommu/virtio: Add map/unmap_pages() callbacks implementation
 2022-07-14 12:04 UTC  (4+ messages)

[PATCH] iommu/virtio: Advertise IOMMU_CAP_CACHE_COHERENCY
 2022-07-14 12:01 UTC  (2+ messages)

[PATCH v6 0/6] DMA mapping changes for SCSI core
 2022-07-14 11:15 UTC  (7+ messages)
` [PATCH v6 1/6] dma-mapping: Add dma_opt_mapping_size()
` [PATCH v6 2/6] dma-iommu: Add iommu_dma_opt_mapping_size()
` [PATCH v6 3/6] scsi: core: Cap shost max_sectors according to DMA limits only once
` [PATCH v6 4/6] scsi: sd: Allow max_sectors be capped at DMA optimal size limit
` [PATCH v6 5/6] scsi: scsi_transport_sas: Cap shost opt_sectors according to DMA optimal limit
` [PATCH v6 6/6] ata: libata-scsi: Cap ata_device->max_sectors according to shost->max_sectors

[PATCH v10 0/8] Add support for HiSilicon PCIe Tune and Trace device
 2022-07-14  9:27 UTC  (9+ messages)
` [PATCH v10 1/8] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
` [PATCH v10 2/8] hwtracing: hisi_ptt: Add trace function support for HiSilicon PCIe Tune and Trace device
` [PATCH v10 3/8] hwtracing: hisi_ptt: Add tune "
` [PATCH v10 4/8] perf tool: arm: Refactor event list iteration in auxtrace_record__init()
` [PATCH v10 5/8] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver
` [PATCH v10 6/8] perf tool: Add support for parsing HiSilicon PCIe Trace packet
` [PATCH v10 7/8] docs: trace: Add HiSilicon PTT device driver documentation
` [PATCH v10 8/8] MAINTAINERS: Add maintainer for HiSilicon PTT driver

[syzbot] linux-next boot error: kernel panic: swiotlb_init_remap: nslabs = NUM too small
 2022-07-14  9:37 UTC 

[PATCH v5 0/5] DMA mapping changes for SCSI core
 2022-07-14  7:52 UTC  (11+ messages)

[PATCH v8 00/13] DMA Mapping P2PDMA Pages
 2022-07-14  5:13 UTC  (16+ 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] cover-letter: Simplify vfio_iommu_type1 attach/detach routine
 2022-07-13 23:57 UTC  (5+ messages)

[PATCH v4 0/9] iommu/amd: Enforce IOMMU restrictions for SNP-enabled system
 2022-07-13 22:56 UTC  (10+ messages)
` [PATCH v4 1/9] iommu/amd: Change macro for IOMMU control register bit shift to decimal value
` [PATCH v4 2/9] iommu/amd: Introduce Support for Extended Feature 2 Register
` [PATCH v4 3/9] iommu/amd: Introduce global variable for storing common EFR and EFR2
` [PATCH v4 4/9] iommu/amd: Process all IVHDs before enabling IOMMU features
` [PATCH v4 5/9] iommu/amd: Globally detect SNP support
` [PATCH v4 6/9] iommu/amd: Introduce function to check and enable SNP
` [PATCH v4 7/9] iommu/amd: Set translation valid bit only when IO page tables are in use
` [PATCH v4 8/9] iommu/amd: Do not support IOMMU_DOMAIN_IDENTITY after SNP is enabled
` [PATCH v4 9/9] iommu/amd: Do not support IOMMUv2 APIs when "

[swiotlb] 44d89f2248: Kernel_panic-not_syncing:swiotlb_init_remap:nslabs=#too_small
 2022-07-13 16:11 UTC  (4+ messages)
` [EXTERNAL] "

[PATCH] iommu/vt-d: avoid invalid memory access via node_online(NUMA_NO_NODE)
 2022-07-13 16:13 UTC  (6+ messages)

[PATCH 0/4] iommu/exynos: Add basic support for SysMMU v7
 2022-07-13 14:14 UTC  (16+ 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] iommu/mediatek: Log with dev_err_probe when failing to parse dts
 2022-07-13  8:15 UTC  (2+ messages)

[PATCH] swiotlb: move struct io_tlb_slot to swiotlb.c
 2022-07-13  6:00 UTC 

[PATCH v2 0/6] iommu/amd: Add Generic IO Page Table Framework Support for v2 Page Table
 2022-07-13  5:30 UTC  (7+ messages)
` [PATCH v2 1/6] iommu/amd: Refactor amd_iommu_domain_enable_v2 to remove locking
` [PATCH v2 2/6] iommu/amd: Update sanity check when enable PRI/ATS for IOMMU v1 table
` [PATCH v2 3/6] iommu/amd: Initial support for AMD IOMMU v2 page table
` [PATCH v2 4/6] iommu/amd: Add support for Guest IO protection
` [PATCH v2 5/6] iommu/amd: Add support for using AMD IOMMU v2 page table for DMA-API
` [PATCH v2 6/6] iommu/amd: Add command-line option to enable different page table

[PATCH v1 0/7] iommu/amd: Add Generic IO Page Table Framework Support for v2 Page Table
 2022-07-13  4:07 UTC  (10+ messages)
` [PATCH v1 3/7] iommu/amd: Fix sparse warning

[PATCH v2 0/7] iommu/exynos: Add basic support for SysMMU v7
 2022-07-12 17:00 UTC  (19+ messages)
` [PATCH v2 1/7] iommu/exynos: Reuse SysMMU constants for page size and order
` [PATCH v2 2/7] iommu/exynos: Handle failed IOMMU device registration properly
` [PATCH v2 3/7] iommu/exynos: Set correct dma mask for SysMMU v5+
` [PATCH v2 4/7] iommu/exynos: Use lookup based approach to access registers
` [PATCH v2 5/7] iommu/exynos: Check if SysMMU v7 has VM registers
` [PATCH v2 6/7] iommu/exynos: Add SysMMU v7 register sets
` [PATCH v2 7/7] iommu/exynos: Enable default VM instance on SysMMU v7

[PATCH 00/25] [PULL REQUEST] Intel IOMMU updates for Linux v5.20
 2022-07-12  0:09 UTC  (26+ messages)
` [PATCH 01/25] iommu/vt-d: Move trace/events/intel_iommu.h under iommu
` [PATCH 02/25] agp/intel: Use per device iommu check
` [PATCH 03/25] iommu/vt-d: Remove unnecessary exported symbol
` [PATCH 04/25] drm/i915: Remove unnecessary include
` [PATCH 05/25] KVM: x86: "
` [PATCH 06/25] x86/boot/tboot: Move tboot_force_iommu() to Intel IOMMU
` [PATCH 07/25] iommu/vt-d: Move include/linux/intel-iommu.h under iommu
` [PATCH 08/25] iommu/vt-d: Remove unused iovad from dmar_domain
` [PATCH 09/25] iommu/vt-d: debugfs: Remove device_domain_lock usage
` [PATCH 10/25] iommu/vt-d: Remove clearing translation data in disable_dmar_iommu()
` [PATCH 11/25] iommu/vt-d: Use pci_get_domain_bus_and_slot() in pgtable_walk()
` [PATCH 12/25] iommu/vt-d: Unnecessary spinlock for root table alloc and free
` [PATCH 13/25] iommu/vt-d: Replace spin_lock_irqsave() with spin_lock()
` [PATCH 14/25] iommu/vt-d: Acquiring lock in domain ID allocation helpers
` [PATCH 15/25] iommu/vt-d: Acquiring lock in pasid manipulation helpers
` [PATCH 16/25] iommu/vt-d: Check device list of domain in domain free path
` [PATCH 17/25] iommu/vt-d: Fold __dmar_remove_one_dev_info() into its caller
` [PATCH 18/25] iommu/vt-d: Use device_domain_lock accurately
` [PATCH 19/25] iommu/vt-d: Convert global spinlock into per domain lock
` [PATCH 20/25] iommu/vt-d: Remove unused domain_get_iommu()
` [PATCH 21/25] iommu/vt-d: Use IDA interface to manage iommu sequence id
` [PATCH 22/25] iommu/vt-d: Refactor iommu information of each domain
` [PATCH 23/25] iommu/vt-d: Remove unnecessary check in intel_iommu_add()
` [PATCH 24/25] iommu/vt-d: Remove global g_iommus array
` [PATCH 25/25] iommu/vt-d: Make DMAR_UNITS_SUPPORTED default 1024

[PATCH] swiotlb: ensure io_tlb_default_mem spinlock always initialised
 2022-07-11 13:40 UTC  (14+ messages)

Proposition
 2022-07-10 21:54 UTC 

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

[git pull] IOMMU Fixes for Linux v5.19-rc5
 2022-07-08 20:32 UTC  (2+ 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  (4+ messages)
` [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  (2+ messages)

[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()


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