iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-21 13:40:51 to 2021-05-31 08:43:14 UTC [more...]

[PATCH v8 0/9] x86: tag application address space for devices
 2021-05-31  8:43 UTC  (4+ messages)
` [PATCH v8 9/9] x86/mmu: Allocate/free PASID
  ` [PATCH] x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()

[RFC] /dev/ioasid uAPI proposal
 2021-05-31  8:41 UTC  (10+ messages)

[PATCH v7 00/12] Introduce VDUSE - vDPA Device in Userspace
 2021-05-31  7:13 UTC  (33+ messages)
` [PATCH v7 01/12] iova: Export alloc_iova_fast()
    `  "
` [PATCH v7 05/12] virtio_scsi: Add validation for residual bytes from response
` [PATCH v7 11/12] vduse: Introduce VDUSE - vDPA Device in Userspace
    `  "
        `  "
  ` Re: [PATCH v7 00/12] "

[RFC PATCH V3 00/11] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-05-31  4:08 UTC  (14+ messages)
` [RFC PATCH V3 01/11] x86/HV: Initialize GHCB page in Isolation VM
` [RFC PATCH V3 02/11] x86/HV: Initialize shared memory boundary in the "
` [RFC PATCH V3 03/11] x86/Hyper-V: Add new hvcall guest address host visibility support
` [RFC PATCH V3 04/11] HV: Add Write/Read MSR registers via ghcb
` [RFC PATCH V3 05/11] HV: Add ghcb hvcall support for SNP VM
` [RFC PATCH V3 06/11] HV/Vmbus: Add SNP support for VMbus channel initiate message
` [RFC PATCH V3 07/11] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
` [RFC PATCH V3 08/11] swiotlb: Add bounce buffer remap address setting function
` [RFC PATCH V3 09/11] HV/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [RFC PATCH V3 10/11] HV/Netvsc: Add Isolation VM support for netvsc driver
` [RFC PATCH V3 11/11] HV/Storvsc: Add Isolation VM support for storvsc driver

[PATCH 0/5] Short cleanups around DMAR
 2021-05-30  7:50 UTC  (6+ messages)
` [PATCH 1/5] iommu/intel: Use bitfields for DMAR capabilities
` [PATCH 2/5] iommu/intel: Removed unused iommu_count in dmar domain
` [PATCH 3/5] iommu/intel: Remove unnecessary braces
` [PATCH 4/5] iommu/intel: Define counter explicitly as unsigned int
` [PATCH 5/5] iommu/intel: No need to typecast

[PATCH v2 00/10] arm64: tegra: Prevent early SMMU faults
 2021-05-28 17:05 UTC  (2+ messages)

[PATCH v2 0/5] iommu: Support identity mappings of reserved-memory regions
 2021-05-28 16:54 UTC  (4+ messages)
` [PATCH v2 1/5] dt-bindings: reserved-memory: Document memory region specifier

[PATCH v4 00/26] iommu: Shared Virtual Addressing and SMMUv3 support
 2021-05-28 16:25 UTC  (4+ messages)
` [PATCH v4 21/26] iommu/arm-smmu-v3: Ratelimit event dump

[PATCH 1/2] iommu: Remove unused of_get_dma_window()
 2021-05-28 15:54 UTC  (3+ messages)
` [PATCH 2/2] iommu: Drop unnecessary of_iommu.h includes

[PATCH] iommu: Print default strict or lazy mode at init time
 2021-05-28 13:37 UTC 

[PATCH -next] iommu/vt-d: use DEVICE_ATTR_RO macro
 2021-05-28 13:02 UTC 

[PATCH -next] iommu/amd: use DEVICE_ATTR_RO macro
 2021-05-28 12:59 UTC 

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-05-27 19:06 UTC  (25+ messages)

[git pull] IOMMU Fixes for Linux v5.13-rc3
 2021-05-27 18:41 UTC  (3+ messages)

[PATCH v7 00/15] Restricted DMA
 2021-05-27 16:32 UTC  (35+ messages)
` [PATCH v7 01/15] swiotlb: Refactor swiotlb init functions
` [PATCH v7 02/15] swiotlb: Refactor swiotlb_create_debugfs
` [PATCH v7 03/15] swiotlb: Add DMA_RESTRICTED_POOL
` [PATCH v7 04/15] swiotlb: Add restricted DMA pool initialization
` [PATCH v7 05/15] swiotlb: Add a new get_io_tlb_mem getter
` [PATCH v7 07/15] swiotlb: Update is_swiotlb_active to add a struct device argument
` [PATCH v7 13/15] dma-direct: Allocate memory from restricted DMA pool if available
` [PATCH v7 14/15] dt-bindings: of: Add restricted DMA pool

[PATCH v8 00/15] Restricted DMA
 2021-05-27 13:32 UTC  (12+ messages)
` [PATCH v8 01/15] swiotlb: Refactor swiotlb init functions
` [PATCH v8 02/15] swiotlb: Refactor swiotlb_create_debugfs
` [PATCH v8 03/15] swiotlb: Add DMA_RESTRICTED_POOL
` [PATCH v8 04/15] swiotlb: Add restricted DMA pool initialization
` [PATCH v8 05/15] swiotlb: Add a new get_io_tlb_mem getter
` [PATCH v8 06/15] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [PATCH v8 07/15] swiotlb: Update is_swiotlb_active "
` [PATCH v8 08/15] swiotlb: Bounce data from/to restricted DMA pool if available
` [PATCH v8 09/15] swiotlb: Move alloc_size to find_slots
` [PATCH v8 10/15] swiotlb: Refactor swiotlb_tbl_unmap_single

[PATCH v8 11/15] dma-direct: Add a new wrapper __dma_direct_free_pages()
 2021-05-27 13:03 UTC  (5+ messages)
` [PATCH v8 12/15] swiotlb: Add restricted DMA alloc/free support
` [PATCH v8 13/15] dma-direct: Allocate memory from restricted DMA pool if available
` [PATCH v8 14/15] dt-bindings: of: Add restricted DMA pool
` [PATCH v8 15/15] of: Add plumbing for "

[RFC PATCH v3 0/8] Add IOPF support for VFIO passthrough
 2021-05-27 11:25 UTC  (22+ messages)
` [RFC PATCH v3 2/8] vfio/type1: Add a page fault handler
` [RFC PATCH v3 5/8] vfio/type1: VFIO_IOMMU_ENABLE_IOPF
` [RFC PATCH v3 8/8] vfio: Add nested IOPF support

[PATCH v5 0/8] ACPI/IORT: Support for IORT RMR node
 2021-05-27  4:25 UTC  (15+ messages)
` [PATCH v5 1/8] ACPI/IORT: Add support for RMR node parsing
` [PATCH v5 2/8] iommu/dma: Introduce generic helper to retrieve RMR info
` [PATCH v5 3/8] ACPI/IORT: Add a helper to retrieve RMR memory regions
` [PATCH v5 4/8] iommu/arm-smmu-v3: Introduce strtab init helper
` [PATCH v5 5/8] iommu/arm-smmu-v3: Add bypass flag to arm_smmu_write_strtab_ent()
` [PATCH v5 6/8] iommu/arm-smmu-v3: Get associated RMR info and install
` [PATCH v5 7/8] iommu/arm-smmu: Get associated RMR info and install bypass SMR
` [PATCH v5 8/8] iommu/dma: Reserve any RMR regions associated with a dev

Different type iommus integrated in a SoC
 2021-05-27  2:37 UTC 

[PATCH] iommu/vt-d: Dump DMAR translation structure
 2021-05-26 23:35 UTC 

[PATCH v15 0/3] iommu/arm-smmu-v3: Add stall support
 2021-05-26 16:19 UTC  (4+ messages)
` [PATCH v15 1/3] dt-bindings: document stall property for IOMMU masters
` [PATCH v15 2/3] ACPI/IORT: Enable stall support for platform devices
` [PATCH v15 3/3] iommu/arm-smmu-v3: Add "

[PATCH v2 0/6] Add support for ACPI VIOT
 2021-05-26 10:05 UTC  (7+ messages)
` [PATCH v2 2/6] ACPI: Move IOMMU setup code out of IORT
` [PATCH v2 3/6] ACPI: Add driver for the VIOT table

[PATCH v5 00/16] Clean up "mediatek,larb"
 2021-05-26  5:41 UTC  (3+ messages)
` [PATCH v5 11/16] drm/mediatek: Get rid of mtk_smi_larb_get/put

[PATCH v7 0/4] Add IOMMU driver for rk356x
 2021-05-25 21:21 UTC  (7+ messages)
` [PATCH v7 1/4] dt-bindings: iommu: rockchip: Convert IOMMU to DT schema
` [PATCH v7 2/4] dt-bindings: iommu: rockchip: Add compatible for v2
` [PATCH v7 3/4] iommu: rockchip: Add internal ops to handle variants
` [PATCH v7 4/4] iommu: rockchip: Add support for iommu v2

[PATCH v7 4/4] iommu: rockchip: Add support for iommu v2
 2021-05-25 12:38 UTC 

[PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v5.13-rc4
 2021-05-25  7:08 UTC  (2+ messages)
` [PATCH 1/1] iommu/vt-d: Fix sysfs leak in alloc_iommu()

[PATCH v2 0/4] iommu/amd: Enable page-selective flushes
 2021-05-24 22:41 UTC  (5+ messages)
` [PATCH v2 1/4] iommu/amd: Fix wrong parentheses on page-specific invalidations
` [PATCH v2 2/4] iommu/amd: Selective flush on unmap
` [PATCH v2 3/4] iommu/amd: Do not sync on page size changes
` [PATCH v2 4/4] iommu/amd: Do not use flush-queue when NpCache is on

[PATCH V2] iommu: arm-smmu-qcom: Add sm6125 compatible
 2021-05-25  4:05 UTC  (2+ messages)

[PATCHv3 0/2] iommu/arm-smmu-qcom: Add SC7280 support
 2021-05-25  4:03 UTC  (4+ messages)
` [PATCHv3 1/2] iommu/arm-smmu-qcom: Add SC7280 SMMU compatible

[PATCH 0/3] iommu/arm-smmu: Qualcomm bootsplash/efifb
 2021-05-25  3:28 UTC  (5+ messages)

[PATCH 3/6] vfio: remove the unused mdev iommu hook
 2021-05-25  0:00 UTC  (13+ messages)

[PATCH 00/11] Convert Intel IOMMU to use sva-lib helpers
 2021-05-24 18:54 UTC  (5+ messages)
` [PATCH 01/11] iommu/vt-d: Add pasid private data helpers

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-05-24  7:56 UTC  (11+ messages)

[PATCH] iommu: arm-smmu-qcom: Add sm6125 compatible
 2021-05-23 20:49 UTC 

[PATCH] iommu/vt-d: fix kernel-doc syntax in file header
 2021-05-23 15:52 UTC  (2+ messages)

[PATCH 1/2] irqchip/qcom-pdc: Switch to IRQCHIP_PLATFORM_DRIVER and allow as a module
 2021-05-21 20:06 UTC  (4+ messages)
` [PATCH 2/2] firmware: QCOM_SCM: Allow qcom_scm driver to be loadable as a permenent module

[PATCH v4] iommu/of: Fix pci_request_acs() before enumerating PCI devices
 2021-05-21 19:03 UTC  (2+ messages)

[PATCH v5 0/4] Add IOMMU driver for rk356x
 2021-05-21 14:44 UTC  (7+ messages)
` [PATCH v5 3/4] iommu: rockchip: Add internal ops to handle variants
` [PATCH v5 4/4] iommu: rockchip: Add support for iommu v2

[PATCH] iommu/rockchip: Remove redundant DMA syncs
 2021-05-21 13:49 UTC 

[PATCH v6 0/4] Add IOMMU driver for rk356x
 2021-05-21 13:40 UTC  (2+ messages)
` [PATCH v6 1/4] dt-bindings: iommu: rockchip: Convert IOMMU to DT schema


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