Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2022-05-05 23:58:02 to 2022-05-11 07:23:36 UTC [more...]

[PATCH v3 00/35] iommu/amd: Add multiple PCI segments support
 2022-05-11  7:21 UTC  (6+ 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 v6 00/12] iommu: SVA and IOPF refactoring
 2022-05-11  7:21 UTC  (21+ 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 0/4] iommu/mediatek: Improve safety from dts
 2022-05-11  6:49 UTC  (5+ 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] 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  (11+ messages)

[PATCH v7 0/7] Add support for HiSilicon PCIe Tune and Trace device
 2022-05-11  2:02 UTC  (12+ 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 RFC 00/19] IOMMUFD Dirty Tracking
 2022-05-11  1:17 UTC  (22+ messages)

[PATCH v3 0/4] Enable PASID for DMA API users
 2022-05-11  0:43 UTC  (9+ 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] 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  (41+ 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 08/29] iommu/vt-d: Rework prepare_irte() to support per-IRQ delivery mode
` [PATCH v6 10/29] iommu/vt-d: Implement minor tweaks for NMI irqs
` [PATCH v6 11/29] iommu/amd: Expose [set|get]_dev_entry_bit()
` [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 16/29] x86/hpet: Prepare IRQ assignments to use the X86_ALLOC_AS_NMI flag
` [PATCH v6 17/29] x86/hpet: Reserve an HPET channel for the hardlockup detector
` [PATCH v6 18/29] watchdog/hardlockup: Define a generic function to detect hardlockups
` [PATCH v6 19/29] watchdog/hardlockup: Decouple the hardlockup detector from perf
` [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 23/29] x86/watchdog/hardlockup/hpet: Determine if HPET timer caused NMI
` [PATCH v6 24/29] watchdog/hardlockup: Use parse_option_str() to handle "nmi_watchdog"
` [PATCH v6 25/29] watchdog/hardlockup/hpet: Only enable the HPET watchdog via a boot parameter
` [PATCH v6 26/29] x86/watchdog: Add a shim hardlockup detector
` [PATCH v6 27/29] watchdog: Expose lockup_detector_reconfigure()
` [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  (11+ messages)
` [PATCH v5 04/12] iommu/sva: Basic data structures for SVA
` [PATCH v5 10/12] iommu: Prepare IOMMU domain for IOPF

[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 

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

[PATCH v2] iommu/sva: Fix PASID use-after-free issue
 2022-05-06  7:27 UTC  (4+ messages)

[PATCH v3] iommu/mediatek: Fix NULL pointer dereference when printing dev_name
 2022-05-06  5:36 UTC  (2+ messages)

[PATCH v4 05/11] iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit
 2022-05-06  5:36 UTC  (12+ messages)


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