messages from 2022-06-27 15:31:49 to 2022-06-30 08:20:00 UTC [more...]
[PATCH] iommu/arm-smmu-v3: Fix undefined behavior in GBPA_UPDATE
2022-06-30 6:39 UTC (2+ messages)
[PATCH] iommu/iova: change IOVA_MAG_SIZE to 127 to save memory
2022-06-30 7:33 UTC (2+ messages)
[PATCH v1 0/6] iommu/vt-d: Reset DMAR_UNITS_SUPPORTED
2022-06-30 8:19 UTC (6+ messages)
` [PATCH v1 1/6] iommu/vt-d: Remove unused domain_get_iommu()
[PATCH v2 0/3] phase out CONFIG_VIRT_TO_BUS
2022-06-30 8:04 UTC (20+ messages)
` [PATCH v2 3/3] arch/*/: remove CONFIG_VIRT_TO_BUS
[PATCH v11 1/2] iommu/io-pgtable-arm-v7s: Add a quirk to allow pgtable PA up to 35bit
2022-06-30 6:25 UTC (2+ messages)
` [PATCH v11 2/2] iommu/mediatek: Allow page table "
[PATCH v1 0/3] swiotlb performance optimizations
2022-06-30 2:42 UTC (6+ messages)
` [PATCH v1 1/3] swiotlb: Use bitmap to track free slots
` [PATCH v1 2/3] swiotlb: Allocate memory in a cache-friendly way
` [PATCH v1 3/3] swiotlb: Split up single swiotlb lock
[PATCH v7 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
2022-06-29 22:41 UTC (46+ messages)
` [PATCH v7 01/21] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v7 02/21] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v7 03/21] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v7 04/21] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v7 05/21] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v7 06/21] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v7 07/21] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v7 08/21] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v7 09/21] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v7 10/21] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v7 11/21] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v7 12/21] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v7 13/21] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v7 14/21] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v7 15/21] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v7 16/21] block: add check when merging zone device pages
` [PATCH v7 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
[PATCH v3 0/5] Simplify vfio_iommu_type1 attach/detach routine
2022-06-29 19:47 UTC (9+ messages)
` [PATCH v3 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
[PATCH] ACPI: VIOT: Fix ACS setup
2022-06-29 19:15 UTC (5+ messages)
[PATCH v9 0/8] Add support for HiSilicon PCIe Tune and Trace device
2022-06-29 16:43 UTC (7+ messages)
[PATCH 0/2] swiotlb: Split up single swiotlb lock
2022-06-29 14:09 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] x86/ACPI: Set swiotlb area according to the number of lapic entry in MADT
[PATCH v2 0/7] iommu/vt-d: Fixes and cleanups for linux-next
2022-06-29 13:03 UTC (3+ messages)
` [PATCH v2 5/7] iommu/vt-d: Fix suspicious RCU usage in probe_acpi_namespace_devices()
[PATCH v10 1/2] iommu/io-pgtable-arm-v7s: Add a quirk to allow pgtable PA up to 35bit
2022-06-29 12:44 UTC (2+ messages)
[PATCH v4 0/5] DMA mapping changes for SCSI core
2022-06-29 11:57 UTC (32+ messages)
` [PATCH v4 1/5] dma-mapping: Add dma_opt_mapping_size()
` [PATCH v4 2/5] dma-iommu: Add iommu_dma_opt_mapping_size()
` [PATCH v4 3/5] scsi: core: Cap shost max_sectors according to DMA mapping limits only once
` [PATCH v4 4/5] scsi: scsi_transport_sas: Cap shost max_sectors according to DMA optimal mapping limit
` [PATCH v4 5/5] libata-scsi: Cap ata_device->max_sectors according to shost->max_sectors
[PATCH v3 0/7] iommu/amd: Enforce IOMMU restrictions for SNP-enabled system
2022-06-29 11:54 UTC (7+ messages)
` [PATCH v3 1/7] iommu/amd: Warn when found inconsistency EFR mask
` [PATCH v3 7/7] iommu/amd: Do not support IOMMUv2 APIs when SNP is enabled
[PATCH v3 00/11] iommu/vt-d: Optimize the use of locks
2022-06-29 7:47 UTC (24+ messages)
` [PATCH v3 01/11] iommu/vt-d: debugfs: Remove device_domain_lock usage
` [PATCH v3 02/11] iommu/vt-d: Remove clearing translation data in disable_dmar_iommu()
` [PATCH v3 03/11] iommu/vt-d: Use pci_get_domain_bus_and_slot() in pgtable_walk()
` [PATCH v3 04/11] iommu/vt-d: Unnecessary spinlock for root table alloc and free
` [PATCH v3 05/11] iommu/vt-d: Replace spin_lock_irqsave() with spin_lock()
` [PATCH v3 06/11] iommu/vt-d: Acquiring lock in domain ID allocation helpers
` [PATCH v3 07/11] iommu/vt-d: Acquiring lock in pasid manipulation helpers
` [PATCH v3 08/11] iommu/vt-d: Check device list of domain in domain free path
` [PATCH v3 09/11] iommu/vt-d: Fold __dmar_remove_one_dev_info() into its caller
` [PATCH v3 10/11] iommu/vt-d: Use device_domain_lock accurately
` [PATCH v3 11/11] iommu/vt-d: Convert global spinlock into per domain lock
fully convert arm to use dma-direct v3
2022-06-29 6:41 UTC (3+ messages)
[PATCH v9 00/11] iommu: SVA and IOPF refactoring
2022-06-29 6:15 UTC (61+ messages)
` [PATCH v9 04/11] iommu: Add sva iommu_domain support
` [PATCH v9 06/11] arm-smmu-v3/sva: Add SVA domain support
` [PATCH v9 07/11] iommu/sva: Refactoring iommu_sva_bind/unbind_device()
` [PATCH v9 09/11] iommu: Prepare IOMMU domain for IOPF
` [PATCH v9 10/11] iommu: Per-domain I/O page fault handling
` [PATCH v9 11/11] iommu: Rename iommu-sva-lib.{c,h}
[PATCH 0/4] SDHCI and SMEM updates for sdx65
2022-06-28 20:19 UTC (3+ messages)
` [PATCH 4/4] ARM: dts: qcom: sdx65: Add Shared memory manager support
` (subset) "
[PATCH v1 0/2] Fix console probe delay when stdout-path isn't set
2022-06-28 16:16 UTC (7+ messages)
` [PATCH v1 1/2] driver core: Add probe_no_timeout flag for drivers
` [PATCH v1 2/2] serial: Set probe_no_timeout for all DT based drivers
[PATCH v2 0/2] Fix console probe delay due to fw_devlink
2022-06-28 13:41 UTC (6+ messages)
` [PATCH v2 2/2] of: base: Avoid console probe delay when fw_devlink.strict=1
[PATCH v2 0/9] deferred_probe_timeout logic clean up
2022-06-28 13:09 UTC (6+ messages)
` [PATCH v2 7/9] driver core: Set fw_devlink.strict=1 by default
[PATCH v3 0/3] phase out CONFIG_VIRT_TO_BUS
2022-06-28 11:31 UTC (3+ messages)
[PATCH v1 0/7] iommu/amd: Add Generic IO Page Table Framework Support for v2 Page Table
2022-06-28 9:05 UTC (6+ messages)
` [PATCH v1 7/7] iommu/amd: Introduce amd_iommu_pgtable command-line option
[PATCH v13 0/9] ACPI/IORT: Support for IORT RMR node
2022-06-28 7:59 UTC (5+ messages)
[PATCH v3 00/35] iommu/amd: Add multiple PCI segments support
2022-06-28 7:49 UTC (3+ messages)
[PATCH v3 1/2] vfio/type1: Simplify bus_type determination
2022-06-27 19:39 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox