IOMMU Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-03 02:10:52 to 2021-06-07 02:58:36 UTC [more...]

Plan for /dev/ioasid RFC v2
 2021-06-07  2:58 UTC 

[PATCHv3 0/2] iommu/arm-smmu-qcom: Add SC7280 support
 2021-06-07  2:55 UTC  (3+ messages)

[PATCH 0/4] Free cached iovas when rmmod the driver of the last device in group
 2021-06-07  2:43 UTC  (5+ messages)
` [PATCH 1/4] iommu/iova: add a function to free all rcached iovas and export it
` [PATCH 2/4] iommu/iova: use function free_rcache_cached_iovas() to free all rcached iovas
` [PATCH 3/4] dma-iommu: add a interface to get iova_domain from iommu domain
` [PATCH 4/4] iommu: free cached iovas when rmmod the driver of the last device in the group

[PATCH 1/2] irqchip/qcom-pdc: Switch to IRQCHIP_PLATFORM_DRIVER and allow as a module
 2021-06-06 13:07 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v3 0/3] Apple M1 DART IOMMU driver
 2021-06-05 12:28 UTC  (6+ messages)
` [PATCH v3 1/3] iommu: io-pgtable: add DART pagetable format
` [PATCH v3 2/3] dt-bindings: iommu: add DART iommu bindings
` [PATCH v3 3/3] iommu: dart: Add DART iommu driver

[RFC] /dev/ioasid uAPI proposal
 2021-06-05  6:22 UTC  (125+ messages)

[PATCH v2 0/4] iommu/amd: Enable page-selective flushes
 2021-06-04 19:57 UTC  (5+ messages)

[PATCH v4] iommu/of: Fix pci_request_acs() before enumerating PCI devices
 2021-06-04 19:04 UTC  (3+ messages)

[PATCH v8 00/15] Restricted DMA
 2021-06-04 17:48 UTC  (2+ messages)

[PATCH] iommu/amd: Tidy up DMA ops init
 2021-06-04 17:35 UTC  (3+ messages)

[PATCH v8 0/4] Add IOMMU driver for rk356x
 2021-06-04 16:44 UTC  (5+ messages)
` [PATCH v8 1/4] dt-bindings: iommu: rockchip: Convert IOMMU to DT schema
` [PATCH v8 2/4] dt-bindings: iommu: rockchip: Add compatible for v2
` [PATCH v8 3/4] iommu: rockchip: Add internal ops to handle variants
` [PATCH v8 4/4] iommu: rockchip: Add support for iommu v2

[PATCH 1/2] iommu: Remove unused of_get_dma_window()
 2021-06-04 15:45 UTC  (2+ messages)

Different type iommus integrated in a SoC
 2021-06-04 15:44 UTC  (5+ messages)

[RESEND PATCH v3] iommu/iova: put free_iova_mem() outside of spinlock iova_rbtree_lock
 2021-06-04 15:34 UTC  (2+ messages)

[PATCH v3] iommu/dma: Fix IOVA reserve dma ranges
 2021-06-04 15:33 UTC  (4+ messages)

[PATCH v3 2/6] ACPI: Move IOMMU setup code out of IORT
 2021-06-04 15:22 UTC  (4+ messages)

[PATCH] iommu/rockchip: Remove redundant DMA syncs
 2021-06-04 15:11 UTC  (2+ messages)

[PATCH v7 0/4] Add IOMMU driver for rk356x
 2021-06-04 14:56 UTC  (3+ messages)

[PATCH] iommu/amd: Remove redundant assignment of err
 2021-06-04 14:47 UTC  (2+ messages)

[RESEND PATCH v2] iommu/amd: Fix extended features logging
 2021-06-04 14:30 UTC  (2+ messages)

[PATCH v10 0/3] Enhance IOMMU default DMA mode build options
 2021-06-04  8:19 UTC  (8+ messages)
` [PATCH v10 1/3] iommu: "
` [PATCH v10 2/3] iommu/vt-d: Add support for "
` [PATCH v10 3/3] iommu/amd: "

Virtio hardening for TDX
 2021-06-04  2:29 UTC  (39+ messages)
` [PATCH v1 1/8] virtio: Force only split mode with protected guest
` [PATCH v1 2/8] virtio: Add boundary checks to virtio ring
` [PATCH v1 3/8] virtio: Harden split buffer detachment
` [PATCH v1 4/8] x86/tdx: Add arch_has_restricted_memory_access for TDX
` [PATCH v1 5/8] dma: Use size for swiotlb boundary checks
` [PATCH v1 6/8] dma: Add return value to dma_unmap_page
` [PATCH v1 7/8] virtio: Abort IO when descriptor points outside forced swiotlb
` [PATCH v1 8/8] virtio: Error out on endless free lists

[PATCH v3 0/9] arm64: tegra: Prevent early SMMU faults
 2021-06-03 19:51 UTC  (11+ messages)
` [PATCH v3 1/9] memory: tegra: Implement SID override programming
` [PATCH v3 2/9] dt-bindings: arm-smmu: Add Tegra186 compatible string
` [PATCH v3 3/9] iommu/arm-smmu: Implement ->probe_finalize()
` [PATCH v3 4/9] iommu/arm-smmu: tegra: Detect number of instances at runtime
` [PATCH v3 5/9] iommu/arm-smmu: tegra: Implement SID override programming
` [PATCH v3 6/9] iommu/arm-smmu: Use Tegra implementation on Tegra186
` [PATCH v3 7/9] arm64: tegra: Use correct compatible string for Tegra186 SMMU
` [PATCH v3 8/9] arm64: tegra: Hook up memory controller to SMMU on Tegra186
` [PATCH v3 9/9] arm64: tegra: Enable SMMU support on Tegra194
` (subset) [PATCH v3 0/9] arm64: tegra: Prevent early SMMU faults

[asahilinux:dart/dev 1/4] drivers/iommu/dma-iommu.c:249:5: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'phys_addr_t' {aka 'unsigned int'}
 2021-06-03 19:00 UTC 

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

[RFC PATCH V3 00/11] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-06-03 17:04 UTC  (7+ messages)
` [RFC PATCH V3 09/11] HV/IOMMU: Enable swiotlb bounce buffer for Isolation VM

Regression 5.12.0-rc4 net: ice: significant throughput drop
 2021-06-03 13:09 UTC  (7+ messages)

[PATCH] iommu/amd: Add amd_iommu=force_enable option
 2021-06-03 13:02 UTC 

[PATCH v5 0/8] ACPI/IORT: Support for IORT RMR node
 2021-06-03 12:32 UTC  (11+ messages)
` [PATCH v5 3/8] ACPI/IORT: Add a helper to retrieve RMR memory regions
` [PATCH v5 7/8] iommu/arm-smmu: Get associated RMR info and install bypass SMR

[PATCH v4 0/8] ACPI/IORT: Support for IORT RMR node
 2021-06-03 11:48 UTC  (6+ messages)
` [PATCH v4 1/8] ACPI/IORT: Add support for RMR node parsing
` [PATCH v4 3/8] ACPI/IORT: Add a helper to retrieve RMR memory regions

i915 and swiotlb_max_segment
 2021-06-03 10:54 UTC  (5+ messages)
    ` [Intel-gfx] "

[PATCH] iommu/vt-d: move variable to more local scope
 2021-06-03  8:41 UTC 

[PATCH v3 0/7] iommu: Allow IOVA rcache range be configured
 2021-06-03  8:00 UTC  (5+ messages)


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