iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-12 15:21:00 to 2021-05-19 23:12:54 UTC [more...]

more iommu dead code removal
 2021-05-19 23:12 UTC  (23+ messages)
` [PATCH 3/6] vfio: remove the unused mdev iommu hook

[PATCH v7 00/15] Restricted DMA
 2021-05-19 19:24 UTC  (26+ 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 06/15] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [PATCH v7 07/15] swiotlb: Update is_swiotlb_active "
` [PATCH v7 08/15] swiotlb: Bounce data from/to restricted DMA pool if available
` [PATCH v7 09/15] swiotlb: Move alloc_size to find_slots
` [PATCH v7 10/15] swiotlb: Refactor swiotlb_tbl_unmap_single
` [PATCH v7 11/15] dma-direct: Add a new wrapper __dma_direct_free_pages()
` [PATCH v7 12/15] swiotlb: Add restricted DMA alloc/free support
` [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 v7 15/15] of: Add plumbing for "

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

[PATCH v4 0/2] Simplify and restrict IOMMU SVA APIs
 2021-05-19 15:46 UTC  (26+ messages)
` [PATCH v4 1/2] iommu/sva: Tighten SVA bind API with explicit flags

[PATCH v7 00/12] Introduce VDUSE - vDPA Device in Userspace
 2021-05-19 14:42 UTC  (15+ messages)
` [PATCH v7 01/12] iova: Export alloc_iova_fast()
` [PATCH v7 02/12] file: Export receive_fd() to modules
` [PATCH v7 03/12] eventfd: Increase the recursion depth of eventfd_signal()
` [PATCH v7 04/12] virtio-blk: Add validation for block size in config space
` [PATCH v7 05/12] virtio_scsi: Add validation for residual bytes from response
` [PATCH v7 06/12] vhost-iotlb: Add an opaque pointer for vhost IOTLB
` [PATCH v7 07/12] vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()
` [PATCH v7 08/12] vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()
` [PATCH v7 09/12] vdpa: Support transferring virtual addressing during DMA mapping
` [PATCH v7 10/12] vduse: Implement an MMU-based IOMMU driver
` [PATCH v7 11/12] vduse: Introduce VDUSE - vDPA Device in Userspace
` [PATCH v7 12/12] Documentation: Add documentation for VDUSE

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

[RFC PATCH v1 0/2] iommu/arm-smmu-v3: Add some parameter check in __arm_smmu_tlb_inv_range()
 2021-05-19 10:01 UTC  (4+ messages)
` [RFC PATCH v1 1/2] iommu/arm-smmu-v3: Align invalid range with leaf page size upwards when support RIL
` [RFC PATCH v1 2/2] iommu/arm-smmu-v3: Standardize granule size "

[PATCH 1/1] dma-contiguous: return early for dt case in dma_contiguous_reserve
 2021-05-19  3:54 UTC  (3+ messages)

[PATCH 0/2] [PULL REQUEST] iommu/vt-d: Fixes for v5.13-rc3
 2021-05-19  6:52 UTC  (4+ messages)
` [PATCH 1/2] iommu/vt-d: Check for allocation failure in aux_detach_device()
` [PATCH 2/2] iommu/vt-d: Use user privilege for RID2PASID translation

[PATCH] iommu/amd: Remove redundant assignment of err
 2021-05-19  3:37 UTC 

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

[RFC PATCH v3 0/8] Add IOPF support for VFIO passthrough
 2021-05-18 18:58 UTC  (18+ messages)
` [RFC PATCH v3 1/8] iommu: Evolve the device fault reporting framework
` [RFC PATCH v3 2/8] vfio/type1: Add a page fault handler
` [RFC PATCH v3 3/8] vfio/type1: Add an MMU notifier to avoid pinning
` [RFC PATCH v3 4/8] vfio/type1: Pre-map more pages than requested in the IOPF handling
` [RFC PATCH v3 5/8] vfio/type1: VFIO_IOMMU_ENABLE_IOPF
` [RFC PATCH v3 6/8] vfio/type1: No need to statically pin and map if IOPF enabled
` [RFC PATCH v3 7/8] vfio/type1: Add selective DMA faulting support
` [RFC PATCH v3 8/8] vfio: Add nested IOPF support

[PATCH] dma debug: report -EEXIST errors in add_dma_entry
 2021-05-18 12:54 UTC 

[PATCH v3] iommu/iova: put free_iova_mem() outside of spinlock iova_rbtree_lock
 2021-05-18  9:26 UTC  (5+ messages)

[PATCH -next] iommu/virtio: Add missing MODULE_DEVICE_TABLE
 2021-05-18  9:24 UTC  (3+ messages)

[PATCH 0/4] iommu/amd: Enable page-selective flushes
 2021-05-18  9:23 UTC  (3+ messages)
` [PATCH 1/4] iommu/amd: Fix wrong parentheses on page-specific invalidations

[PATCH] iommu/amd: Clear DMA ops when switching domain
 2021-05-18  9:19 UTC  (2+ messages)

[PATCH v6 00/15] Restricted DMA
 2021-05-18  6:54 UTC  (2+ messages)

5.10.37 won't boot on my system, but 5.10.36 with same config does
 2021-05-18  5:48 UTC  (6+ messages)

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

[PATCH v4 0/6] Add IOMMU driver for rk356x
 2021-05-17 12:16 UTC  (3+ messages)
` [PATCH v4 6/6] iommu: rockchip: Add support iommu v2

[PATCH v2 0/6] Add support for ACPI VIOT
 2021-05-17 11:51 UTC  (5+ messages)
` [PATCH v2 6/6] iommu/virtio: Enable x86 support

[RFC PATCH v4 00/13] iommu/smmuv3: Implement hardware dirty log tracking
 2021-05-17  8:46 UTC  (15+ messages)
` [RFC PATCH v4 01/13] iommu: Introduce dirty log tracking framework

[PATCH v2 1/1] iommu/vt-d: Support asynchronous IOMMU nested capabilities
 2021-05-17  6:57 UTC 

[PATCH v2 1/1] iommu/vt-d: Tweak the description of a DMA fault
 2021-05-17  6:54 UTC 

[PATCH 0/3] Use pr_crit() instead of long fancy messages
 2021-05-17  6:21 UTC  (3+ messages)
` [PATCH 3/3] lib/vsprintf: "

[RFC PATCH v5 0/7] x86: watchdog/hardlockup/hpet: Add support for interrupt remapping
 2021-05-14 21:31 UTC  (5+ messages)
` [RFC PATCH v5 5/7] iommu/vt-d: Fixup delivery mode of the HPET hardlockup interrupt

[PATCH v2 00/22] Add new DMA mapping operation for P2PDMA
 2021-05-14 16:30 UTC  (33+ messages)
` [PATCH v2 01/22] PCI/P2PDMA: Rename upstream_bridge_distance() and rework documentation
` [PATCH v2 02/22] PCI/P2PDMA: Use a buffer on the stack for collecting the acs list
` [PATCH v2 03/22] PCI/P2PDMA: Cleanup type for return value of calc_map_type_and_dist()
` [PATCH v2 04/22] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
` [PATCH v2 05/22] PCI/P2PDMA: Print a warning if the host bridge is not in the whitelist
` [PATCH v2 06/22] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v2 07/22] PCI/P2PDMA: Refactor pci_p2pdma_map_type() to take pagemap and device
` [PATCH v2 08/22] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v2 09/22] dma-direct: Return appropriate error code from dma_direct_map_sg()
` [PATCH v2 10/22] iommu: Return full error code from iommu_map_sg[_atomic]()
` [PATCH v2 11/22] dma-iommu: Return error code from iommu_dma_map_sg()
` [PATCH v2 12/22] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [PATCH v2 13/22] PCI/P2PDMA: Make pci_p2pdma_map_type() non-static
` [PATCH v2 14/22] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v2 15/22] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v2 16/22] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v2 17/22] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v2 18/22] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [PATCH v2 19/22] nvme-pci: Convert to using dma_map_sgtable()
` [PATCH v2 20/22] RDMA/core: Introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v2 21/22] RDMA/rw: use dma_map_sgtable()
` [PATCH v2 22/22] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()

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

[PATCH v15 00/12] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-05-14  3:09 UTC  (3+ messages)
` [PATCH v15 07/12] iommu/smmuv3: Implement cache_invalidate

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

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

[PATCH 1/1] iommu: Delete a duplicate check in iommu_change_dev_def_domain()
 2021-05-13  7:58 UTC 

[Resend RFC PATCH V2 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-05-13  3:19 UTC  (6+ messages)
` [Resend RFC PATCH V2 10/12] HV/IOMMU: Add Hyper-V dma ops support

[PATCH 1/1] iommu/vt-d: Tweak the description of a DMA fault
 2021-05-13  3:13 UTC  (3+ messages)

[PATCH 1/1] iommu/vt-d: Support asynchronous IOMMU nested capabilities
 2021-05-13  3:10 UTC  (5+ messages)

[RESEND PATACH 1/1] iommu/vt-d: Use user privilege for RID2PASID translation
 2021-05-13  3:06 UTC  (3+ messages)

[RESEND PATCH v2] iommu/amd: Fix extended features logging
 2021-05-12 19:55 UTC  (2+ messages)

[PATCH 5.12 581/677] iommu/amd: Put newline after closing bracket in warning
 2021-05-12 14:50 UTC 

[PATCH 5.11 514/601] iommu/amd: Put newline after closing bracket in warning
 2021-05-12 14:49 UTC 

[PATCH 5.10 451/530] iommu/amd: Put newline after closing bracket in warning
 2021-05-12 14:49 UTC 


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