IOMMU Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-02 02:00:56 to 2022-07-06 10:33:55 UTC [more...]

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

[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

[PATCH v2 00/14] iommu: Retire bus_set_iommu()
 2022-07-06  8:38 UTC  (9+ messages)
` [PATCH v2 03/14] iommu: Move bus setup to IOMMU device registration
` [PATCH v2 09/14] iommu/ipmmu-vmsa: Clean up bus_set_iommu()

[PATCH v7 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-07-06  7:04 UTC  (27+ messages)
` [PATCH v7 01/21] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v7 16/21] block: add check when merging zone device pages
` [PATCH v7 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem()

[PATCH v1 00/16] Add driver nodes for MT8195 SoC
 2022-07-06  6:19 UTC  (42+ messages)
` [PATCH v1 01/16] dt-bindings: iommu: mediatek: Increase max interrupt number
` [PATCH v1 02/16] dt-bindings: memory: mediatek: Update condition for mt8195 smi node
` [PATCH v1 03/16] dt-bindings: power: mediatek: Refine multiple level power domain nodes
` [PATCH v1 04/16] arm64: dts: mt8195: Disable watchdog external reset signal
` [PATCH v1 05/16] arm64: dts: mt8195: Disable I2C0 node
` [PATCH v1 06/16] arm64: dts: mt8195: Add cpufreq node
` [PATCH v1 07/16] arm64: dts: mt8195: Add vdosys and vppsys clock nodes
` [PATCH v1 08/16] arm64: dts: mt8195: Add power domains controller
` [PATCH v1 09/16] arm64: dts: mt8195: Add spmi node
` [PATCH v1 10/16] arm64: dts: mt8195: Add scp node
` [PATCH v1 11/16] arm64: dts: mt8195: Add audio related nodes
` [PATCH v1 12/16] arm64: dts: mt8195: Add adsp node and adsp mailbox nodes
` [PATCH v1 13/16] arm64: dts: mt8195: Specify audio reset controller
` [PATCH v1 14/16] arm64: dts: mt8195: Add iommu and smi nodes
` [PATCH v1 15/16] arm64: dts: mt8195: Add gce node
` [PATCH v1 16/16] arm64: dts: mt8195: Add display node for vdosys0

[PATCH v4 00/11] iommu/vt-d: Optimize the use of locks
 2022-07-06  2:55 UTC  (24+ 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 v4 03/11] iommu/vt-d: Use pci_get_domain_bus_and_slot() in pgtable_walk()
` [PATCH v4 04/11] iommu/vt-d: Unnecessary spinlock for root table alloc and free
` [PATCH v4 05/11] iommu/vt-d: Replace spin_lock_irqsave() with spin_lock()
` [PATCH v4 06/11] iommu/vt-d: Acquiring lock in domain ID allocation helpers
` [PATCH v4 07/11] iommu/vt-d: Acquiring lock in pasid manipulation helpers
` [PATCH v4 08/11] iommu/vt-d: Check device list of domain in domain free path
` [PATCH v4 09/11] iommu/vt-d: Fold __dmar_remove_one_dev_info() into its caller
` [PATCH v4 10/11] iommu/vt-d: Use device_domain_lock accurately
` [PATCH v4 11/11] iommu/vt-d: Convert global spinlock into per domain lock

[PATCH v3 00/15] iommu: Retire bus_set_iommu()
 2022-07-06  2:35 UTC  (19+ messages)
` [PATCH v3 01/15] iommu/vt-d: Handle race between registration and device probe
` [PATCH v3 02/15] iommu/amd: "
` [PATCH v3 03/15] iommu: Always register bus notifiers
` [PATCH v3 04/15] iommu: Move bus setup to IOMMU device registration
` [PATCH v3 05/15] iommu/amd: Clean up bus_set_iommu()
` [PATCH v3 06/15] iommu/arm-smmu: "
` [PATCH v3 07/15] iommu/arm-smmu-v3: "
` [PATCH v3 08/15] iommu/dart: "
` [PATCH v3 09/15] iommu/exynos: "
` [PATCH v3 10/15] iommu/ipmmu-vmsa: "
` [PATCH v3 11/15] iommu/mtk: "
` [PATCH v3 12/15] iommu/omap: "
` [PATCH v3 13/15] iommu/tegra-smmu: "
` [PATCH v3 14/15] iommu/virtio: "
` [PATCH v3 15/15] iommu: "

[linux-next:master] BUILD REGRESSION 2a2aa3f05338270aecbe2492fda910d6c17e0102
 2022-07-05 23:41 UTC  (2+ messages)

[PATCH v6 0/5] iommu: Support mappings/reservations in reserved-memory regions
 2022-07-05 19:18 UTC  (8+ messages)
` [PATCH v6 1/5] dt-bindings: reserved-memory: Document iommu-addresses
  ` [PATCH v7] "
` [PATCH v6 2/5] iommu: Implement of_iommu_get_resv_regions()
` [PATCH v6 3/5] iommu: dma: Use of_iommu_get_resv_regions()
` [PATCH v6 4/5] iommu/tegra-smmu: Add support for reserved regions
` [PATCH v6 5/5] iommu/tegra-smmu: Support managed domains

[PATCH v2] ACPI: VIOT: Fix ACS setup
 2022-07-05 18:27 UTC  (4+ messages)

[PATCH v10 00/12] iommu: SVA and IOPF refactoring
 2022-07-05 17:43 UTC  (14+ messages)
` [PATCH v10 01/12] iommu: Add max_pasids field in struct iommu_device
` [PATCH v10 02/12] iommu: Add max_pasids field in struct dev_iommu
` [PATCH v10 03/12] iommu: Remove SVM_FLAG_SUPERVISOR_MODE support
` [PATCH v10 04/12] iommu: Add attach/detach_dev_pasid iommu interface
` [PATCH v10 05/12] iommu: Add IOMMU SVA domain support
` [PATCH v10 06/12] iommu/vt-d: Add "
` [PATCH v10 07/12] arm-smmu-v3/sva: "
` [PATCH v10 08/12] iommu/sva: Refactoring iommu_sva_bind/unbind_device()
` [PATCH v10 09/12] iommu: Remove SVA related callbacks from iommu ops
` [PATCH v10 10/12] iommu: Prepare IOMMU domain for IOPF
` [PATCH v10 11/12] iommu: Per-domain I/O page fault handling
` [PATCH v10 12/12] iommu: Rename iommu-sva-lib.{c,h}

[PATCH v3 0/8] genirq: Provide real IRQ affinity masks in non-SMP configs
 2022-07-05 13:52 UTC  (12+ 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 v3 7/8] genirq: Return a const cpumask from irq_data_get_affinity_mask

[PATCH kernel] powerpc/iommu: Add simple iommu_ops to report capabilities
 2022-07-05 11:57 UTC  (3+ messages)

[PATCH v2 0/9] deferred_probe_timeout logic clean up
 2022-07-05  9:11 UTC  (7+ messages)
` [PATCH v2 3/9] net: mdio: Delete usage of driver_deferred_probe_check_state()
` (EXT) Re: [PATCH v2 1/9] PM: domains: "
    ` (EXT) "

[PATCH v2 1/9] PM: domains: Delete usage of driver_deferred_probe_check_state()
 2022-07-05  8:44 UTC  (13+ messages)

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

[PATCH v6 04/10] gpu: host1x: Add context device management code
 2022-07-05  2:57 UTC  (2+ messages)

[PATCH v12 0/2] iommu/mediatek: TTBR up to 35bit support
 2022-07-05  1:38 UTC  (3+ messages)
` [PATCH v12 2/2] iommu/mediatek: Allow page table PA up to 35bit

[linux-next:master] BUILD REGRESSION b6f1f2fa2bddd69ff46a190b8120bd440fd50563
 2022-07-05  0:01 UTC  (2+ messages)

[PATCH -next] dma-mapping: Fix build error unused-value
 2022-07-04 15:53 UTC  (4+ messages)

[PATCH v3 4/4] vfio: Require that devices support DMA cache coherence
 2022-07-04 13:27 UTC  (3+ messages)

[RFC PATCH 1/3] x86/boot/e820: Make __e820__mapped_all() external
 2022-07-04 11:15 UTC  (5+ messages)
` [RFC PATCH 3/3] iommu/vt-d: Show region type in arch_rmrr_sanity_check()

[PATCH] iommu/mediatek: check return value after calling platform_get_resource()
 2022-07-04  7:59 UTC  (2+ messages)

[PATCH 0/4] iommu/exynos: Add basic support for SysMMU v7
 2022-07-03 19:29 UTC  (20+ 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 4/4] iommu/exynos: Add minimal support for SysMMU v7 with VM registers

[PATCH v2] iommu/iova: change IOVA_MAG_SIZE to 127 to save memory
 2022-07-03 11:44 UTC  (2+ messages)

Scalable mode and kdump kernels
 2022-07-03  4:56 UTC  (2+ messages)

[PATCH v3 00/11] iommu/vt-d: Optimize the use of locks
 2022-07-03  4:35 UTC  (9+ messages)
` [PATCH v3 02/11] iommu/vt-d: Remove clearing translation data in disable_dmar_iommu()
` [PATCH v3 10/11] iommu/vt-d: Use device_domain_lock accurately

[PATCH 1/2] iommu: arm-smmu-impl: Add 8250 display compatible to the client list
 2022-07-03  3:56 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm8250: Enable per-process page tables
  ` (subset) "

[linux-next:master] BUILD REGRESSION 6cc11d2a1759275b856e464265823d94aabd5eaf
 2022-07-02  1:03 UTC  (2+ messages)

[RFC 0/3] iommu/samsung: Introduce Exynos sysmmu-v8 driver
 2022-07-02 21:50 UTC  (9+ messages)
` [RFC 2/3] "

[PATCH v2 0/6] iommu/vt-d: Reset DMAR_UNITS_SUPPORTED
 2022-07-02  1:56 UTC  (3+ messages)
` [PATCH v2 5/6] iommu/vt-d: Remove global g_iommus array
` [PATCH v2 6/6] iommu/vt-d: Make DMAR_UNITS_SUPPORTED default 1024


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).