iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-02 06:17:02 to 2021-02-05 08:50:44 UTC [more...]

[PATCH][next][V2] iommu/mediatek: Fix unsigned domid comparison with less than zero
 2021-02-05  8:50 UTC  (3+ messages)

[PATCH v2 0/2] VMD MSI Remapping Bypass
 2021-02-05  8:45 UTC  (5+ messages)
` [PATCH v2 1/2] iommu/vt-d: Use Real PCI DMA device for IRTE
` [PATCH v2 2/2] PCI: vmd: Disable MSI/X remapping when possible

[RFC 0/3] mm/page_alloc: Fix pageblock_order with HUGETLB_PAGE_SIZE_VARIABLE
 2021-02-05  8:30 UTC  (6+ messages)
` [RFC 1/3] mm/page_alloc: Fix pageblock_order when HUGETLB_PAGE_ORDER >= MAX_ORDER
` [RFC 2/3] arm64/hugetlb: Enable HUGETLB_PAGE_SIZE_VARIABLE
` [RFC 3/3] dma-contiguous: Type cast MAX_ORDER as unsigned int

[PATCH v3 0/2] Add Unisoc iommu basic driver
 2021-02-05  7:20 UTC  (8+ messages)
` [PATCH v3 1/2] dt-bindings: iommu: add bindings for sprd iommu
` [PATCH v3 2/2] iommu: add Unisoc iommu basic driver

[PATCH RESEND v2 0/5] iommu/tegra-smmu: Some pending reviewed changes
 2021-02-05  5:24 UTC  (4+ messages)
` [PATCH RESEND v2 4/5] iommu/tegra-smmu: Rework tegra_smmu_probe_device()

[RFC] Use SMMU HTTU for DMA dirty page tracking
 2021-02-05  5:21 UTC  (8+ messages)

[PATCH v2] dma-mapping: benchmark: pretend DMA is transmitting
 2021-02-05  2:00 UTC 

[PATCH] dma-mapping: benchmark: pretend DMA is transmitting
 2021-02-05  1:18 UTC  (3+ messages)

preserve DMA offsets when using swiotlb
 2021-02-04 23:13 UTC  (14+ messages)
` [PATCH 1/8] driver core: add a min_align_mask field to struct device_dma_parameters
` [PATCH 2/8] swiotlb: add a io_tlb_offset helper
` [PATCH 3/8] swiotlb: factor out a nr_slots helper
` [PATCH 4/8] swiotlb: clean up swiotlb_tbl_unmap_single
` [PATCH 5/8] swiotlb: refactor swiotlb_tbl_map_single
` [PATCH 6/8] swiotlb: don't modify orig_addr in swiotlb_tbl_sync_single
` [PATCH 7/8] swiotlb: respect min_align_mask
` [PATCH 8/8] nvme-pci: set min_align_mask

Question regarding VIOT proposal
 2021-02-04 20:25 UTC  (12+ messages)
  ` [EXTERNAL] "

[RFC PATCH 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
 2021-02-04 19:52 UTC  (9+ messages)
` [RFC PATCH 01/11] iommu/arm-smmu-v3: Add feature detection for HTTU
` [RFC PATCH 04/11] iommu/arm-smmu-v3: Split block descriptor to a span of page
` [RFC PATCH 05/11] iommu/arm-smmu-v3: Merge a span of page to block descriptor
` [RFC PATCH 06/11] iommu/arm-smmu-v3: Scan leaf TTD to sync hardware dirty log

[PATCH RFC v1 0/6] swiotlb: 64-bit DMA buffer
 2021-02-04 19:31 UTC  (11+ messages)
` [PATCH RFC v1 1/6] swiotlb: define new enumerated type
` [PATCH RFC v1 2/6] swiotlb: convert variables to arrays
` [PATCH RFC v1 3/6] swiotlb: introduce swiotlb_get_type() to calculate swiotlb buffer type
` [PATCH RFC v1 4/6] swiotlb: enable 64-bit swiotlb
` [PATCH RFC v1 5/6] xen-swiotlb: convert variables to arrays
` [PATCH RFC v1 6/6] xen-swiotlb: enable 64-bit xen-swiotlb

[PATCH v6 16/16] iommu/hyperv: setup an IO-APIC IRQ remapping domain for root partition
 2021-02-04 17:53 UTC  (3+ messages)

[PATCH v5 16/16] iommu/hyperv: setup an IO-APIC IRQ remapping domain for root partition
 2021-02-04 16:48 UTC  (5+ messages)

[RFC PATCH 0/3] iommu/arm-smmu-v3: Add debug interfaces for SMMUv3
 2021-02-04 15:58 UTC  (6+ messages)
` [RFC PATCH 3/3] "

[PATCH 0/7] [PULL REQUEST] iommu/vt-d: Update for v5.12
 2021-02-04 13:42 UTC  (11+ messages)
` [PATCH 1/7] iommu/vt-d: Fix 'physical' typos
` [PATCH 2/7] iommu/vt-d: Audit IOMMU Capabilities and add helper functions
` [PATCH 3/7] iommu/vt-d: Move capability check code to cap_audit files
` [PATCH 4/7] iommu/vt-d: Add iotlb_sync_map callback
` [PATCH 5/7] iommu/vt-d: Add new enum value and structure for SATC
` [PATCH 6/7] iommu/vt-d: Parse SATC reporting structure
` [PATCH 7/7] iommu/vt-d: Apply SATC policy

[PATCH][next] iommu/mediatek: Fix unsigned domid comparison with less than zero
 2021-02-04 13:31 UTC  (4+ messages)

[PATCH 00/12] Introduce dev-msi and interrupt message store
 2021-02-04 13:22 UTC  (15+ messages)
` [PATCH 01/12] x86/irq: Add DEV_MSI allocation type
` [PATCH 02/12] x86/msi: Rename and rework pci_msi_prepare() to cover non-PCI MSI
` [PATCH 03/12] platform-msi: Provide default irq_chip:: Ack
` [PATCH 04/12] genirq/proc: Take buslock on affinity write
` [PATCH 05/12] genirq/msi: Provide and use msi_domain_set_default_info_flags()
` [PATCH 06/12] platform-msi: Add device MSI infrastructure
` [PATCH 07/12] irqdomain/msi: Provide msi_alloc/free_store() callbacks
` [PATCH 08/12] genirq: Set auxiliary data for an interrupt
` [PATCH 09/12] iommu/vt-d: Add DEV-MSI support
` [PATCH 10/12] iommu: Add capability IOMMU_CAP_VIOMMU_HINT
` [PATCH 11/12] platform-msi: Add platform check for subdevice irq domain
` [PATCH 12/12] irqchip: Add IMS (Interrupt Message Store) driver

add a new dma_alloc_noncontiguous API v2
 2021-02-04  7:39 UTC  (9+ messages)
` [PATCH 1/7] dma-mapping: remove the {alloc,free}_noncoherent methods
` [PATCH 2/7] dma-mapping: add a dma_mmap_pages helper
` [PATCH 3/7] dma-mapping: refactor dma_{alloc,free}_pages
` [PATCH 4/7] dma-mapping: add a dma_alloc_noncontiguous API
` [PATCH 5/7] dma-iommu: refactor iommu_dma_alloc_remap
` [PATCH 6/7] dma-iommu: implement ->alloc_noncontiguous
` [PATCH 7/7] media: uvcvideo: Use dma_alloc_noncontiguos API

[PATCH v4 0/2] Add Unisoc IOMMU basic driver
 2021-02-04  7:14 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: iommu: add bindings for sprd IOMMU
` [PATCH v4 2/2] iommu: add Unisoc IOMMU basic driver

AMD-Vi: Unable to read/write to IOMMU perf counter
 2021-02-04  6:25 UTC  (3+ messages)

[PATCH v2 0/3] iommu/vt-d: Add support for ACPI/SATC table
 2021-02-04  2:13 UTC  (7+ messages)
` [PATCH v2 1/3] iommu/vt-d: Add new enum value and structure for SATC
` [PATCH v2 2/3] iommu/vt-d: Parse SATC reporting structure
` [PATCH v2 3/3] iommu/vt-d: Apply SATC policy

[PATCH 1/3] dt-bindings: Fix undocumented compatible strings in examples
 2021-02-04  1:23 UTC  (18+ messages)
` [PATCH 2/3] dt-bindings: iommu: renesas, ipmmu-vmsa: Make 'power-domains' conditionally required
  ` [PATCH 2/3] dt-bindings: iommu: renesas,ipmmu-vmsa: "
` [PATCH 3/3] dt-bindings: Fix errors in 'if' schemas

[PATCH 0/3] iommu/drm/msm: Allow non-coherent masters to use system cache
 2021-02-03 22:14 UTC  (11+ messages)
` [PATCH 2/3] iommu/io-pgtable-arm: Add IOMMU_LLC page protection flag

[PATCH] swiotlb: Validate bounce size in the sync/unmap path
 2021-02-03 19:36 UTC  (10+ messages)

[PATCH V2 0/3] SWIOTLB: Preserve swiotlb map offset when needed
 2021-02-03 16:47 UTC  (11+ messages)
` [PATCH V2 3/3] Adding device_dma_parameters->offset_preserve_mask to NVMe driver

[PATCH 0/3] iommu/vt-d: Add support for ACPI/SATC table
 2021-02-03  9:29 UTC  (16+ messages)
` [PATCH 1/3] iommu/vt-d: Add new enum value and structure for SATC
` [PATCH 2/3] iommu/vt-d: Parse SATC reporting structure
` [PATCH 3/3] iommu/vt-d: Apply SATC policy

[PATCH v2 0/2] Add Unisoc iommu basic driver
 2021-02-03  1:49 UTC  (11+ messages)
` [PATCH v2 1/2] dt-bindings: iommu: add bindings for sprd iommu
` [PATCH v2 2/2] iommu: add Unisoc iommu basic driver
  ` [PATCH "

[GIT PULL] dma-mapping fix for 5.11
 2021-02-02 18:48 UTC  (2+ messages)

[PATCH] vfio/iommu_type1: Mantainance a counter for non_pinned_groups
 2021-02-02 17:22 UTC  (2+ messages)

[PATCH v3 0/2] vfio/iommu_type1: some fixes
 2021-02-02 17:21 UTC  (2+ messages)

[PATCH] iommu: Check dev->iommu in dev_iommu_priv_get() before dereferencing it
 2021-02-02 14:54 UTC 

[PATCH] iommu: Properly pass gfp_t in _iommu_map() to avoid atomic sleeping
 2021-02-02 13:58 UTC  (3+ messages)

[GIT PULL] iommu/arm-smmu: Updates for 5.12
 2021-02-02 13:57 UTC  (4+ messages)

[PATCH 1/1] iommu/vt-d: Fix compile error [-Werror=implicit-function-declaration]
 2021-02-02 13:44 UTC  (2+ messages)

[PATCH v6 00/33] MT8192 IOMMU support
 2021-02-02 13:33 UTC  (4+ messages)

[PATCH] iommu: Update the document of IOMMU_DOMAIN_UNMANAGED
 2021-02-02 13:14 UTC  (3+ messages)

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-02-02 12:34 UTC  (5+ messages)
` [PATCH v11 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v11 03/13] vfio: VFIO_IOMMU_SET_MSI_BINDING

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-02-02  8:03 UTC  (11+ messages)
` [PATCH v13 03/15] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v13 05/15] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v13 06/15] iommu/smmuv3: Implement attach/detach_pasid_table

[PATCH v12 00/10] iommu: I/O page faults for SMMUv3
 2021-02-02  5:51 UTC  (3+ messages)
` [PATCH v12 06/10] iommu: Add a page fault handler


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