iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-06 08:12:21 to 2022-05-11 12:55:29 UTC [more...]

[PATCH RFC 10/12] iommufd: Add kAPI toward external drivers
 2022-05-11 12:54 UTC  (2+ messages)

[PATCH v6 00/12] iommu: SVA and IOPF refactoring
 2022-05-11 12:02 UTC  (25+ messages)
` [PATCH v6 01/12] dmaengine: idxd: Separate user and kernel pasid enabling
` [PATCH v6 02/12] iommu: Add pasid_bits field in struct dev_iommu
` [PATCH v6 03/12] iommu: Add attach/detach_dev_pasid domain ops
` [PATCH v6 04/12] iommu/sva: Basic data structures for SVA
` [PATCH v6 05/12] iommu/vt-d: Remove SVM_FLAG_SUPERVISOR_MODE support
` [PATCH v6 06/12] iommu/vt-d: Add SVA domain support
` [PATCH v6 07/12] arm-smmu-v3/sva: "
` [PATCH v6 08/12] iommu/sva: Use attach/detach_pasid_dev in SVA interfaces
` [PATCH v6 09/12] iommu: Remove SVA related callbacks from iommu ops
` [PATCH v6 10/12] iommu: Prepare IOMMU domain for IOPF
` [PATCH v6 11/12] iommu: Per-domain I/O page fault handling
` [PATCH v6 12/12] iommu: Rename iommu-sva-lib.{c,h}

[PATCH v3 0/4] Enable PASID for DMA API users
 2022-05-11 11:54 UTC  (10+ messages)
` [PATCH v3 1/4] iommu/vt-d: Implement domain ops for attach_dev_pasid
` [PATCH v3 2/4] iommu: Add PASID support for DMA mapping API users
` [PATCH v3 3/4] dmaengine: idxd: Use DMA API for in-kernel DMA with PASID
` [PATCH v3 4/4] iommu/vt-d: Delete unused SVM flag

[PATCH v7 0/7] Add support for HiSilicon PCIe Tune and Trace device
 2022-05-11 11:42 UTC  (14+ messages)
` [PATCH v7 1/7] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
` [PATCH v7 2/7] hwtracing: Add trace function support for HiSilicon PCIe Tune and Trace device
` [PATCH v7 5/7] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver

[PATCH v2] drm/tegra: Stop using iommu_present()
 2022-05-11 11:08 UTC  (4+ messages)

[PATCH 0/4] iommu/mediatek: Improve safety from dts
 2022-05-11  8:42 UTC  (6+ messages)
` [PATCH 1/4] iommu/mediatek: Use dev_err_probe to mute probe_defer err log
` [PATCH 2/4] iommu/mediatek: Add error path for loop of mm_dts_parse
` [PATCH 3/4] iommu/mediatek: Validate number of phandles associated with "mediatek, larbs"
` [PATCH 4/4] iommu/mediatek: Improve safety for mediatek, smi property in larb nodes

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

[PATCH] swiotlb: Max mapping size takes min align mask into account
 2022-05-11  6:02 UTC  (4+ messages)

[PATCH RFC 11/12] iommufd: vfio container FD ioctl compatibility
 2022-05-11  4:40 UTC  (21+ messages)

[PATCH] iommu/vt-d: Increase DMAR_UNITS_SUPPORTED
 2022-05-11  3:36 UTC  (9+ messages)

[PATCH RFC 00/19] IOMMUFD Dirty Tracking
 2022-05-11  1:17 UTC  (13+ messages)

[PATCH] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
 2022-05-10 18:31 UTC  (4+ messages)

[PATCH] dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMIC
 2022-05-10 17:17 UTC 

[GIT PULL] iommu/arm-smmu: Updates for 5.19
 2022-05-10 16:01 UTC 

[PATCH AUTOSEL 5.15 03/19] iommu: arm-smmu: disable large page mappings for Nvidia arm-smmu
 2022-05-10 15:44 UTC 

[PATCH AUTOSEL 5.17 04/21] iommu: arm-smmu: disable large page mappings for Nvidia arm-smmu
 2022-05-10 15:43 UTC 

[PATCH v6 00/29] x86: Implement an HPET-based hardlockup detector
 2022-05-10 12:14 UTC  (31+ messages)
` [PATCH v6 01/29] irq/matrix: Expose functions to allocate the best CPU for new vectors
` [PATCH v6 02/29] x86/apic: Add irq_cfg::delivery_mode
` [PATCH v6 03/29] x86/apic/msi: Set the delivery mode individually for each IRQ
` [PATCH v6 05/29] x86/apic/vector: Do not allocate vectors for NMIs
` [PATCH v6 10/29] iommu/vt-d: Implement minor tweaks for NMI irqs
` [PATCH v6 12/29] iommu/amd: Enable NMIPass when allocating an NMI irq
` [PATCH v6 13/29] iommu/amd: Compose MSI messages for NMI irqs in non-IR format
` [PATCH v6 15/29] x86/hpet: Add helper function hpet_set_comparator_periodic()
` [PATCH v6 20/29] init/main: Delay initialization of the lockup detector after smp_init()
` [PATCH v6 21/29] x86/nmi: Add an NMI_WATCHDOG NMI handler category
` [PATCH v6 22/29] x86/watchdog/hardlockup: Add an HPET-based hardlockup detector
` [PATCH v6 24/29] watchdog/hardlockup: Use parse_option_str() to handle "nmi_watchdog"
` [PATCH v6 28/29] x86/tsc: Restart NMI watchdog after refining tsc_khz
` [PATCH v6 29/29] x86/tsc: Switch to perf-based hardlockup detector if TSC become unstable

[PATCH] iommu/arm-smmu: Force identity domains for legacy binding
 2022-05-10 11:33 UTC  (2+ messages)

[PATCH v12 0/9] ACPI/IORT: Support for IORT RMR node
 2022-05-10  8:07 UTC  (4+ messages)

[PATCH] iommu: Reorganize __iommu_attach_group()
 2022-05-10  2:52 UTC  (6+ messages)

[PATCH 0/8] [PULL REQUEST] Intel IOMMU updates for Linux v5.19
 2022-05-10  2:34 UTC  (9+ messages)
` [PATCH 1/8] iommu/vt-d: Remove unneeded validity check on dev
` [PATCH 2/8] iommu/vt-d: Change return type of dmar_insert_one_dev_info()
` [PATCH 3/8] iommu/vt-d: Fold dmar_insert_one_dev_info() into its caller
` [PATCH 4/8] iommu/vt-d: Size Page Request Queue to avoid overflow condition
` [PATCH 5/8] iommu/vt-d: Block force-snoop domain attaching if no SC support
` [PATCH 6/8] iommu/vt-d: Check domain force_snooping against attached devices
` [PATCH 7/8] iommu/vt-d: Remove domain_update_iommu_snooping()
` [PATCH 8/8] iommu/vt-d: Remove hard coding PGSNP bit in PASID entries

[PATCH v4 0/4] iommu/vt-d: Force snooping improvement
 2022-05-10  1:16 UTC  (7+ messages)
` [PATCH v4 1/4] iommu/vt-d: Block force-snoop domain attaching if no SC support
` [PATCH v4 2/4] iommu/vt-d: Check domain force_snooping against attached devices
` [PATCH v4 3/4] iommu/vt-d: Remove domain_update_iommu_snooping()
` [PATCH v4 4/4] iommu/vt-d: Remove hard coding PGSNP bit in PASID entries

[PATCH v3] iommu: iommu_group_claim_dma_owner() must always assign a domain
 2022-05-10  0:56 UTC  (3+ messages)

[PATCH v2] iommu: iommu_group_claim_dma_owner() must always assign a domain
 2022-05-09 23:35 UTC  (15+ messages)

fully convert arm to use dma-direct
 2022-05-09 21:51 UTC  (6+ messages)

[PATCH v2] iommu/dma: Explicitly sort PCI DMA windows
 2022-05-09 19:27 UTC  (2+ messages)

[RESEND PATCH v8 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-05-09 18:33 UTC  (6+ messages)

[RFC PATCH V2 0/2] swiotlb: Add child io tlb mem support
 2022-05-09 11:49 UTC  (2+ messages)

[PATCH] iommu/dma: Fix iova map result check bug
 2022-05-09  9:22 UTC  (3+ messages)

[PATCH v2] iommu/amd: Set translation valid bit only when IO page tables are in used
 2022-05-09  7:48 UTC 

[PATCH] swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on arm
 2022-05-09  6:18 UTC  (7+ messages)

[PATCH v2 01/26] dma-direct: take dma-ranges/offsets into account in resource mapping
 2022-05-09  6:15 UTC  (2+ messages)

[PATCH v5 00/12] iommu: SVA and IOPF refactoring
 2022-05-07 12:39 UTC  (6+ messages)
` [PATCH v5 04/12] iommu/sva: Basic data structures for SVA

[PATCH] drm/nouveau/tegra: Stop using iommu_present()
 2022-05-06 21:09 UTC  (2+ messages)

[PATCH] iommu/arm-smmu: fix possible null-ptr-deref in arm_smmu_device_probe()
 2022-05-06 16:07 UTC  (2+ messages)

[PATCH] iommu/arm-smmu-v3: check return value after calling platform_get_resource()
 2022-05-06 16:07 UTC  (2+ messages)

[PATCH v3 0/3] iommu/arm-smmu: Support Tegra234 SMMU
 2022-05-06 16:07 UTC  (2+ messages)

[PATCH v2 0/7] SDX65 devicetree updates
 2022-05-06 16:07 UTC  (2+ messages)

[PATCH v2] iommu/arm-smmu-v3-sva: Fix mm use-after-free
 2022-05-06 16:07 UTC  (2+ messages)

[PATCH 0/2] iommu/arm-smmu-qcom: Add SC8280XP support
 2022-05-06 16:07 UTC  (2+ messages)

[PATCH 01/11] dt-bindings: iommu: arm,smmu-v3: make PRI IRQ optional
 2022-05-06 15:19 UTC  (3+ messages)

[PATCH v2 01/11] dt-bindings: iommu: arm, smmu-v3: make PRI IRQ optional
 2022-05-06 14:05 UTC 


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