IOMMU Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-19 13:36:51 to 2021-04-27 17:12:22 UTC [more...]

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-04-27 17:12 UTC  (42+ messages)

dma-api debugfs directory is not created since debugfs is not initialized
 2021-04-27 15:36 UTC  (5+ messages)

[PATCH v5 00/16] Restricted DMA
 2021-04-26 16:38 UTC  (26+ messages)
` [PATCH v5 01/16] swiotlb: Fix the type of index
` [PATCH v5 02/16] swiotlb: Refactor swiotlb init functions
` [PATCH v5 03/16] swiotlb: Refactor swiotlb_create_debugfs
` [PATCH v5 04/16] swiotlb: Add DMA_RESTRICTED_POOL
` [PATCH v5 05/16] swiotlb: Add restricted DMA pool initialization
` [PATCH v5 06/16] swiotlb: Add a new get_io_tlb_mem getter
` [PATCH v5 07/16] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [PATCH v5 08/16] swiotlb: Update is_swiotlb_active "
` [PATCH v5 09/16] swiotlb: Bounce data from/to restricted DMA pool if available
` [PATCH v5 10/16] swiotlb: Move alloc_size to find_slots
` [PATCH v5 11/16] swiotlb: Refactor swiotlb_tbl_unmap_single
` [PATCH v5 12/16] dma-direct: Add a new wrapper __dma_direct_free_pages()
` [PATCH v5 13/16] swiotlb: Add restricted DMA alloc/free support
` [PATCH v5 14/16] dma-direct: Allocate memory from restricted DMA pool if available
` [PATCH v5 15/16] dt-bindings: of: Add restricted DMA pool
` [PATCH v5 16/16] of: Add plumbing for "

[PATCH v2 00/10] arm64: tegra: Prevent early SMMU faults
 2021-04-26 14:10 UTC  (15+ messages)
` [PATCH v2 01/10] memory: tegra: Implement SID override programming
` [PATCH v2 02/10] dt-bindings: arm-smmu: Add Tegra186 compatible string
` [PATCH v2 03/10] iommu/arm-smmu: Implement ->probe_finalize()
` [PATCH v2 04/10] iommu/arm-smmu: tegra: Detect number of instances at runtime
` [PATCH v2 05/10] iommu/arm-smmu: tegra: Implement SID override programming
` [PATCH v2 06/10] iommu/arm-smmu: Use Tegra implementation on Tegra186
` [PATCH v2 07/10] arm64: tegra: Use correct compatible string for Tegra186 SMMU
` [PATCH v2 08/10] arm64: tegra: Hook up memory controller to SMMU on Tegra186
` [PATCH v2 09/10] arm64: tegra: Enable SMMU support on Tegra194
` [PATCH v2 10/10] arm64: tegra: Enable SMMU support for display "

[PATCH v1 1/2] iommu/tegra-smmu: Defer attachment of display clients
 2021-04-26  7:39 UTC  (10+ messages)
` [PATCH v1 2/2] iommu/tegra-smmu: Revert workaround that was needed for Nyan Big Chromebook

[RFC PATCH v3 0/8] Add IOPF support for VFIO passthrough
 2021-04-26  1:41 UTC  (2+ messages)

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-24 11:29 UTC  (8+ messages)

[PATCH v2 0/5] iommu: Support identity mappings of reserved-memory regions
 2021-04-24  7:26 UTC  (7+ messages)
` [PATCH v2 1/5] dt-bindings: reserved-memory: Document memory region specifier
` [PATCH v2 2/5] iommu: Implement of_iommu_get_resv_regions()
` [PATCH v2 3/5] iommu: dma: Use of_iommu_get_resv_regions()
` [PATCH v2 4/5] iommu/tegra-smmu: Add support for reserved regions
` [PATCH v2 5/5] iommu/tegra-smmu: Support managed domains

[PATCH v15 00/12] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-23 18:21 UTC  (3+ messages)

[PATCH v2 0/6] Add support for ACPI VIOT
 2021-04-23 11:38 UTC  (7+ messages)
` [PATCH v2 1/6] ACPI: arm64: Move DMA setup operations out of IORT
` [PATCH v2 2/6] ACPI: Move IOMMU setup code "
` [PATCH v2 3/6] ACPI: Add driver for the VIOT table
` [PATCH v2 4/6] iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()
` [PATCH v2 5/6] iommu/dma: Simplify calls "
` [PATCH v2 6/6] iommu/virtio: Enable x86 support

[PATCH RFC v1 00/11] iommu/virtio: vSVA support with Arm
 2021-04-23  9:51 UTC  (12+ messages)
` [PATCH RFC v1 01/11] uapi/virtio-iommu: Add page request grp-id and flags information
` [PATCH RFC v1 02/11] iommu/virtio: Maintain a list of endpoints served by viommu_dev
` [PATCH RFC v1 03/11] iommu/virtio: Handle incoming page faults
` [PATCH RFC v1 04/11] iommu/virtio: Add a io page fault queue
` [PATCH RFC v1 05/11] iommu/virtio: Add SVA feature and related enable/disable callbacks
` [PATCH RFC v1 06/11] iommu/pasid-table: Add pasid table ops for shared context management
` [PATCH RFC v1 07/11] iommu/arm-smmu-v3: Move shared context descriptor code to cd-lib
` [PATCH RFC v1 08/11] iommu/arm-smmu-v3: Implement shared context alloc and free ops
` [PATCH RFC v1 09/11] iommu/virtio: Implement sva bind/unbind calls
` [PATCH RFC v1 10/11] uapi/virtio-iommu: Add a new request type to send page response
` [PATCH RFC v1 11/11] iommu/virtio: Add support "

cleanup and fix swiotlb sizing
 2021-04-23  5:23 UTC  (9+ messages)
` [PATCH 1/7] swiotlb: pass bytes instead of nslabs to swiotlb_init_with_tbl
` [PATCH 2/7] swiotlb: use swiotlb_size_or_default in swiotlb_init
` [PATCH 3/7] swiotlb: use swiotlb_adjust_size in setup_io_tlb_npages
` [PATCH 4/7] powerpc/pseries: simplify svm_swiotlb_init
` [PATCH 5/7] MIPS/octeon: simplify swiotlb initialization
` [PATCH 6/7] swiotlb: replace default_nslabs with a byte value
` [PATCH 7/7] swiotlb: don't override the command line in swiotlb_adjust_size

[PATCH] iommu/amd: Add amd_iommu=force_enable option
 2021-04-22 19:05 UTC  (2+ messages)

[PATCH v2 0/4] Add driver for rk356x
 2021-04-22 17:16 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: iommu: rockchip: Convert IOMMU to DT schema
` [PATCH v2 2/4] dt-bindings: iommu: rockchip: Add compatible for v2
` [PATCH v2 3/4] ARM: dts: rockchip: rk322x: Fix iommu-cells properties name
` [PATCH v2 4/4] iommu: rockchip: Add support iommu v2

[PATCH 0/3] IOMMU: Add driver for rk356x
 2021-04-22 13:13 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: iommu: rockchip: Convert IOMMU to DT schema
` [PATCH 2/3] dt-bindings: iommu: rockchip: Add compatible for v2
` [PATCH 3/3] iommu: rockchip: Add support iommu v2

[PATCH] iommu/amd: Clear DMA ops when switching domain
 2021-04-22  9:42 UTC 

[PATCH v4 00/14] Restricted DMA
 2021-04-22  8:20 UTC  (2+ messages)

[PATCH] Intel IOMMU: fix sysfs leak in hotplug init path
 2021-04-22  5:39 UTC  (4+ messages)
` [PATCH] iommu/vt-d: Fix sysfs leak in alloc_domain()

[PATCH] iommu/qcom: Cleanup resources in case of probe error path
 2021-04-21 22:10 UTC 

[RESEND v2] iommu/vt-d: Use passthrough mode for the Intel IPUs
 2021-04-20 17:30 UTC  (11+ messages)

[PATCH v3 00/10] ACPI/IORT: Support for IORT RMR node
 2021-04-20 14:18 UTC  (17+ messages)
` [PATCH v3 01/10] ACPI/IORT: Add support for RMR node parsing
` [PATCH v3 02/10] iommu/dma: Introduce generic helper to retrieve RMR info
` [PATCH v3 03/10] ACPI/IORT: Add a helper to retrieve RMR memory regions
` [PATCH v3 04/10] iommu/dma: Add a helper function to reserve RMRs for IOMMU drivers
` [PATCH v3 05/10] iommu/arm-smmu-v3: Introduce strtab init helper
` [PATCH v3 06/10] iommu/arm-smmu-v3: Add bypass flag to arm_smmu_write_strtab_ent()
` [PATCH v3 07/10] iommu/arm-smmu-v3: Get associated RMR info and install bypass STE
` [PATCH v3 08/10] iommu/arm-smmu-v3: Reserve any RMR regions associated with a dev
` [PATCH v3 09/10] iommu/arm-smmu: Get associated RMR info and install bypass SMR
` [PATCH v3 10/10] iommu/arm-smmu: Reserve any RMR regions associated with a dev

[PATCH] pci: Rename pci_dev->untrusted to pci_dev->external
 2021-04-20 17:07 UTC  (3+ messages)

swiotlb cleanups v3
 2021-04-20 13:48 UTC  (4+ messages)

[RFC v1 PATCH 0/3] support soc_device_match to return -EPROBE_DEFER
 2021-04-20 11:21 UTC  (14+ messages)
` [RFC v1 PATCH 1/3] drivers: soc: add support for soc_device_match returning -EPROBE_DEFER
` [RFC v1 PATCH 3/3] driver: update all the code that use soc_device_match

[PATCH 0/2] iommu/amd: Revert and remove failing PMC test
 2021-04-20 10:33 UTC  (5+ messages)
` [PATCH 2/2] iommu/amd: Remove performance counter pre-initialization test

[PATCH v3 00/12] iommu/smmuv3: Implement hardware dirty log tracking
 2021-04-20  7:53 UTC  (9+ messages)
` [PATCH v3 02/12] iommu: Add iommu_split_block interface

[PATCHv2 0/2] iommu/arm-smmu-qcom: Add SC7280 support
 2021-04-20  6:06 UTC  (4+ messages)
` [PATCHv2 2/2] iommu/arm-smmu-qcom: Move the adreno smmu specific impl earlier

[PATCHv3 0/2] iommu/arm-smmu-qcom: Add SC7280 support
 2021-04-20  6:04 UTC  (3+ messages)
` [PATCHv3 1/2] iommu/arm-smmu-qcom: Add SC7280 SMMU compatible
` [PATCHv3 2/2] iommu/arm-smmu-qcom: Move the adreno smmu specific impl earlier

[RFC PATCH v5 00/15] Optimizing iommu_[map/unmap] performance
 2021-04-20  5:59 UTC  (3+ messages)
` [RFC PATCH v5 11/15] iommu/io-pgtable-arm: Implement arm_lpae_map_pages()

[PATCH v2] iommu/amd: Fix extended features logging
 2021-04-19 21:59 UTC  (4+ messages)

[PATCH v2 0/3] Apple M1 DART IOMMU driver
 2021-04-19 16:31 UTC  (6+ messages)
` [PATCH v2 1/3] iommu: io-pgtable: add DART pagetable format


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