iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-04 19:11:51 to 2021-05-11 16:35:52 UTC [more...]

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-05-11 16:35 UTC  (29+ messages)
` [PATCH 01/16] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
` [PATCH 02/16] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
` [PATCH 03/16] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH 05/16] dma-mapping: Introduce dma_map_sg_p2pdma()
` [PATCH 07/16] PCI/P2PDMA: Make pci_p2pdma_map_type() non-static
` [PATCH 10/16] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg

[PATCH v4 0/2] Simplify and restrict IOMMU SVA APIs
 2021-05-11 16:35 UTC  (8+ messages)
` [PATCH v4 1/2] iommu/sva: Tighten SVA bind API with explicit flags
` [PATCH v4 2/2] iommu/sva: Remove mm parameter from SVA bind API

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

[RFC PATCH v3 0/8] Add IOPF support for VFIO passthrough
 2021-05-11 11:30 UTC  (3+ messages)

[RESEND PATCH v3] iommu/iova: put free_iova_mem() outside of spinlock iova_rbtree_lock
 2021-05-11  9:41 UTC  (2+ messages)

RFC: use dma_alloc_noncoherent in ttm_pool_alloc_page
 2021-05-11  8:57 UTC  (5+ messages)
` [PATCH] drm/ttm: use dma_alloc_pages for the page pool

[RFC PATCH v4 00/13] iommu/smmuv3: Implement hardware dirty log tracking
 2021-05-11  7:40 UTC  (20+ messages)
` [RFC PATCH v4 01/13] iommu: Introduce dirty log tracking framework
` [RFC PATCH v4 02/13] iommu/io-pgtable-arm: Add quirk ARM_HD and ARM_BBMLx
` [RFC PATCH v4 03/13] iommu/io-pgtable-arm: Add and realize split_block ops
` [RFC PATCH v4 04/13] iommu/io-pgtable-arm: Add and realize merge_page ops
` [RFC PATCH v4 05/13] iommu/io-pgtable-arm: Add and realize sync_dirty_log ops
` [RFC PATCH v4 06/13] iommu/io-pgtable-arm: Add and realize clear_dirty_log ops
` [RFC PATCH v4 07/13] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
` [RFC PATCH v4 08/13] iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping
` [RFC PATCH v4 09/13] iommu/arm-smmu-v3: Add feature detection for BBML
` [RFC PATCH v4 10/13] iommu/arm-smmu-v3: Realize switch_dirty_log iommu ops
` [RFC PATCH v4 11/13] iommu/arm-smmu-v3: Realize sync_dirty_log "
` [RFC PATCH v4 12/13] iommu/arm-smmu-v3: Realize clear_dirty_log "
` [RFC PATCH v4 13/13] iommu/arm-smmu-v3: Realize support_dirty_log "

[PATCH v8 0/9] vfio/mdev: IOMMU aware mediated device
 2021-05-11  6:56 UTC  (4+ messages)
` [PATCH v8 7/9] vfio/mdev: Add iommu related member in mdev_device

Regression when booting 5.15 as dom0 on arm64 (WAS: Re: [linux-linus test] 161829: regressions - FAIL)
 2021-05-11  6:35 UTC  (6+ messages)

[PATCH v2 00/15] dma mapping/iommu: Allow IOMMU IOVA rcache range to be configured
 2021-05-10 17:50 UTC  (18+ messages)
` [PATCH v2 01/15] iommu: Reactor iommu_group_store_type()
` [PATCH v2 02/15] iova: Allow rcache range upper limit to be flexible
` [PATCH v2 03/15] iommu: Allow max opt DMA len be set for a group via sysfs
` [PATCH v2 04/15] iommu: Add iommu_group_get_max_opt_dma_size()
` [PATCH v2 05/15] iova: Add iova_domain_len_is_cached()
` [PATCH v2 06/15] iommu: Allow iommu_change_dev_def_domain() realloc default domain for same type
` [PATCH v2 07/15] iommu: Add iommu_realloc_dev_group()
` [PATCH v2 08/15] dma-iommu: Add iommu_reconfig_dev_group_dma()
` [PATCH v2 09/15] iova: Add init_iova_domain_ext()
  ` [RFC PATCH] iova: __init_iova_domain can be static
` [PATCH v2 10/15] dma-iommu: Use init_iova_domain_ext() for IOVA domain init
` [PATCH v2 11/15] dma-iommu: Reconfig group domain
` [PATCH v2 12/15] iommu: Add iommu_set_dev_dma_opt_size()
` [PATCH v2 13/15] dma-mapping: Add dma_set_max_opt_size()
` [PATCH v2 14/15] dma-iommu: Add iommu_dma_set_opt_size()
` [PATCH v2 15/15] scsi: hisi_sas: Set max optimal DMA size for v3 hw

more iommu dead code removal
 2021-05-10 15:54 UTC  (9+ messages)
` [PATCH 1/6] iommu: remove the unused dev_has_feat method
` [PATCH 2/6] iommu: remove the unused iommu_aux_get_pasid interface
` [PATCH 3/6] vfio: remove the unused mdev iommu hook
` [PATCH 4/6] iommu: remove iommu_aux_{attach,detach}_device
` [PATCH 5/6] iommu: remove IOMMU_DEV_FEAT_AUX
` [PATCH 6/6] iommu: remove iommu_dev_feature_enabled

i915 and swiotlb_max_segment
 2021-05-10 15:25 UTC 

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

[PATCH v3 00/10] ACPI/IORT: Support for IORT RMR node
 2021-05-10 14:22 UTC  (10+ messages)
` [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 v5 00/16] Restricted DMA
 2021-05-10  9:53 UTC  (2+ messages)

[PATCH v2] swiotlb: manipulate orig_addr when tlb_addr has offset
 2021-05-10  9:18 UTC  (2+ messages)

[PATCH] swiotlb: manipulate orig_addr when tlb_addr has offset
 2021-05-10  8:57 UTC 

[PATCH] swiotlb: manipulate orig_addr when tlb_addr has offset
 2021-05-10  9:04 UTC  (3+ messages)

[PATCH v2 0/1] iommu: Clear a lot of spelling mistakes
 2021-05-10  3:54 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH] x86/events/amd/iommu: Fix invalid Perf result due to IOMMU PMC power-gating
 2021-05-10  2:08 UTC  (8+ messages)

[PATCH v4 0/6] Add IOMMU driver for rk356x
 2021-05-10  0:12 UTC  (9+ messages)
` [PATCH v4 1/6] dt-bindings: iommu: rockchip: Convert IOMMU to DT schema
` [PATCH v4 2/6] dt-bindings: iommu: rockchip: Add compatible for v2
` [PATCH v4 3/6] ARM: dts: rockchip: rk322x: Fix IOMMU nodes properties
` [PATCH v4 4/6] ARM: dts: rockchip: rk3036: Remove useless interrupt-names on IOMMU node
` [PATCH v4 5/6] ARM64: dts: rockchip: rk3036: Remove useless interrupt-names properties
` [PATCH v4 6/6] iommu: rockchip: Add support iommu v2
` (subset) [PATCH v4 0/6] Add IOMMU driver for rk356x

[PATCH -next] iommu/virtio: Add missing MODULE_DEVICE_TABLE
 2021-05-08  3:14 UTC 

[PATCH 0/1] iommu/of: Fix request and enable ACS for of_iommu_configure
 2021-05-08  1:32 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v3 0/4] Add driver for rk356x
 2021-05-07 15:35 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: iommu: rockchip: Convert IOMMU to DT schema
` [PATCH v3 2/4] dt-bindings: iommu: rockchip: Add compatible for v2
` [PATCH v3 4/4] iommu: rockchip: Add support iommu v2

[PATCH AUTOSEL 5.4 24/46] Revert "iommu/amd: Fix performance counter initialization"
 2021-05-05 16:38 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 25/46] iommu/amd: Remove performance counter pre-initialization test

[PATCH AUTOSEL 5.10 50/85] Revert "iommu/amd: Fix performance counter initialization"
 2021-05-05 16:36 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 51/85] iommu/amd: Remove performance counter pre-initialization test

[PATCH AUTOSEL 5.11 066/104] Revert "iommu/amd: Fix performance counter initialization"
 2021-05-05 16:33 UTC  (2+ messages)
` [PATCH AUTOSEL 5.11 067/104] iommu/amd: Remove performance counter pre-initialization test

[PATCH AUTOSEL 5.12 036/116] iommu/arm-smmu-v3: Add a check to avoid invalid iotlb sync
 2021-05-05 16:30 UTC  (3+ messages)
` [PATCH AUTOSEL 5.12 075/116] Revert "iommu/amd: Fix performance counter initialization"
` [PATCH AUTOSEL 5.12 076/116] iommu/amd: Remove performance counter pre-initialization test

[RFC PATCH v5 0/7] x86: watchdog/hardlockup/hpet: Add support for interrupt remapping
 2021-05-04 23:03 UTC  (4+ messages)
` [RFC PATCH v5 5/7] iommu/vt-d: Fixup delivery mode of the HPET hardlockup interrupt
` [RFC PATCH v5 6/7] iommu/amd: "


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