iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-12 18:29:25 to 2018-03-16 20:18:36 UTC [more...]

[PATCH 00/10 v2] iommu/amd: lock splitting & GFP_KERNEL allocation
 2018-03-16 20:18 UTC  (11+ messages)
` [PATCH 05/10] Revert "iommu/amd: Avoid locking get_irq_table() from atomic context"
  ` [PATCH 01/10] iommu/amd: take into account that alloc_dev_data() may return NULL
  ` [PATCH 02/10] iommu/amd: turn dev_data_list into a lock less list
  ` [PATCH 03/10] iommu/amd: split domain id out of amd_iommu_devtable_lock
  ` [PATCH 04/10] iommu/amd: split irq_lookup_table out of the amd_iommu_devtable_lock
  ` [PATCH 06/10] iommu/amd: remove the special case from get_irq_table()
  ` [PATCH 07/10] iommu/amd: use `table' instead `irt' as variable name in amd_iommu_update_ga()
  ` [PATCH 08/10] iommu/amd: factor out setting the remap table for a devid
  ` [PATCH 09/10] iommu/amd: drop the lock while allocating new irq remap table
  ` [PATCH 10/10] iommu/amd: make amd_iommu_devtable_lock a spin_lock

[PATCH v2 0/5] Allow compile-testing NO_DMA (core)
 2018-03-16 18:59 UTC  (8+ messages)
` [PATCH v2 4/5] mm: Add NO_DMA dummies for DMA pool API
  ` [PATCH v2 1/5] dma-mapping: Convert NO_DMA get_dma_ops() into a real dummy
  ` [PATCH v2 2/5] dma-coherent: Add NO_DMA dummies for managed DMA API
  ` [PATCH v2 3/5] usb: gadget: Add NO_DMA dummies for DMA mapping API
  ` [PATCH v2 5/5] scsi: Add NO_DMA dummies for SCSI "

[PATCH v2 00/21] Allow compile-testing NO_DMA (drivers)
 2018-03-16 16:01 UTC  (32+ messages)
` [PATCH v2 02/21] ata: Remove depends on HAS_DMA in case of platform dependency
  ` [PATCH v2 01/21] ASoC: "
  ` [PATCH v2 03/21] crypto: "
  ` [PATCH v2 04/21] fbdev: "
  ` [PATCH v2 05/21] firewire: "
  ` [PATCH v2 06/21] fpga: "
  ` [PATCH v2 07/21] i2c: "
  ` [PATCH v2 08/21] iio: adc: "
  ` [PATCH v2 09/21] iommu: "
  ` [PATCH v2 10/21] lightnvm: "
  ` [PATCH v2 11/21] mailbox: "
  ` [PATCH v2 12/21] media: "
  ` [PATCH v2 13/21] mmc: "
  ` [PATCH v2 14/21] mtd: "
  ` [PATCH v2 15/21] net: "
  ` [PATCH v2 16/21] remoteproc: "
  ` [PATCH v2 18/21] serial: "
  ` [PATCH v2 19/21] spi: "
  ` [PATCH v2 20/21] staging: vc04_services: "
  ` [PATCH v2 21/21] usb: "
` [PATCH v2 17/21] scsi: hisi_sas: "

[PATCH 0/3] Add IPMMU support for r8a774[35]
 2018-03-16 11:48 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: iommu: ipmmu-vmsa: Add device tree "

[PATCH v10 0/5] iommu/arm-smmu: Add runtime pm/sleep support
 2018-03-16  6:41 UTC  (7+ messages)
  ` [PATCH v10 1/5] driver core: Delete the link between two given devices
  ` [PATCH v10 2/5] iommu/arm-smmu: Add pm_runtime/sleep ops
  ` [PATCH v10 3/5] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
  ` [PATCH v10 4/5] iommu/arm-smmu: Add the device_link between masters and smmu
  ` [PATCH v10 5/5] iommu/arm-smmu: Add support for qcom,smmu-v2 variant

[PATCH 1/1] iommu/vt-d: Use real PASID for flush in caching mode
 2018-03-16  4:31 UTC 

[RFC 0/5] DT property to reserve IOMMU regions
 2018-03-15 19:58 UTC  (11+ messages)
` [RFC 2/5] dt-bindings: brcm: Add reserved-dma-region for iPROC
` [RFC 3/5] dt-bindings: arm-smmu: Add reserved-msi-region

use generic dma-direct and swiotlb code for x86 V2
 2018-03-15 17:54 UTC  (30+ messages)
  ` [PATCH 01/14] x86: remove X86_PPRO_FENCE
  ` [PATCH 02/14] x86: remove dma_alloc_coherent_mask
  ` [PATCH 03/14] x86: use dma-direct
  ` [PATCH 04/14] x86: use generic swiotlb_ops
  ` [PATCH 05/14] x86/amd_gart: look at coherent_dma_mask instead of GFP_DMA
  ` [PATCH 06/14] x86/amd_gart: use dma_direct_{alloc,free}
  ` [PATCH 07/14] iommu/amd_iommu: "
  ` [PATCH 08/14] iommu/intel-iommu: cleanup intel_{alloc,free}_coherent
  ` [PATCH 09/14] x86: remove dma_alloc_coherent_gfp_flags
  ` [PATCH 10/14] set_memory.h: provide set_memory_{en,de}crypted stubs
  ` [PATCH 11/14] swiotlb: remove swiotlb_set_mem_attributes
  ` [PATCH 12/14] dma-direct: handle the memory encryption bit in common code
  ` [PATCH 13/14] dma-direct: handle force decryption for dma coherent buffers "
  ` [PATCH 14/14] swiotlb: remove swiotlb_{alloc,free}_coherent

[PATCH v5 0/7] vfio/type1: Add support for valid iova list management
 2018-03-15 16:35 UTC  (8+ messages)
` [PATCH v5 2/7] vfio/type1: Check reserve region conflict and update iova list
  ` [PATCH v5 1/7] vfio/type1: Introduce iova list and add iommu aperture validity check
  ` [PATCH v5 3/7] vfio/type1: Update iova list on detach
  ` [PATCH v5 4/7] vfio/type1: check dma map request is within a valid iova range
  ` [PATCH v5 5/7] vfio/type1: Add IOVA range capability support
  ` [PATCH v5 7/7] iommu/dma: Move PCI window region reservation back into dma specific path
` [PATCH v5 6/7] vfio/type1: remove duplicate retrieval of reserved regions

[PATCHv3] iommu/intel: Ratelimit each dmar fault printing
 2018-03-15 15:54 UTC  (10+ messages)

iommu/amd: lock splitting & GFP_KERNEL allocation
 2018-03-15 15:25 UTC  (13+ messages)
` [PATCH 04/10] iommu/amd: split irq_lookup_table out of the amd_iommu_devtable_lock
` [PATCH 05/10] iommu/amd: remove the special case from get_irq_table()
` [PATCH 08/10] iommu/amd: drop the lock while allocating new irq remap table

[PATCH] iommu/omap: Increase group ref in .device_group()
 2018-03-15 14:55 UTC  (2+ messages)

[PATCH 1/1] iommu/vt-d: Fix a potential memory leak
 2018-03-15 14:16 UTC  (2+ messages)

[PATCH] iommu/rockchip: Perform a reset on shutdown
 2018-03-15 14:12 UTC  (2+ messages)

[PATCH v3 0/5] Add debugfs info for the AMD IOMMU
 2018-03-15 13:58 UTC  (7+ messages)
  ` [PATCH v3 1/5] iommu/amd - Add debugfs support
  ` [PATCH v3 2/5] iommu/amd - Add a 'verbose' switch for IOMMU debugfs
  ` [PATCH v3 3/5] iommu/amd - Add a README variable for the "
  ` [PATCH v3 4/5] iommu/amd - Expose the active IOMMU device table entries
  ` [PATCH v3 5/5] iommu/amd - Add a debugfs entry to specify a IOMMU device table entry

[PATCH v7 0/5] Add Intel IOMMU debugfs support
 2018-03-15 13:18 UTC  (7+ messages)

WARN_ON(irqs_disabled()) in dma_free_attrs?
 2018-03-15 13:11 UTC  (12+ messages)

[PATCH v4] iommu/amd: Add support for fast IOTLB flushing
 2018-03-15 12:38 UTC  (3+ messages)

[PATCH v9 0/5] iommu/arm-smmu: Add runtime pm/sleep support
 2018-03-15 11:12 UTC  (27+ messages)
  ` [PATCH v9 1/5] driver core: Find an existing link between two devices
  ` [PATCH v9 2/5] iommu/arm-smmu: Add pm_runtime/sleep ops
  ` [PATCH v9 3/5] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
  ` [PATCH v9 4/5] iommu/arm-smmu: Add the device_link between masters and smmu
  ` [PATCH v9 5/5] iommu/arm-smmu: Add support for qcom,smmu-v2 variant

[PATCH 0/3] iommu/vt-d: Global PASID name space
 2018-03-15  2:38 UTC  (4+ messages)
  ` [PATCH 1/3] "
  ` [PATCH 2/3] iommu/vt-d: Decouple idr bond pointer from svm
  ` [PATCH 3/3] iommu/vt-d: Use global PASID for SVM usage

[PATCH v2 0/5] Add debugfs info for the AMD IOMMU
 2018-03-14 22:23 UTC  (13+ messages)
` [PATCH v2 1/5] iommu/amd - Add debugfs support
` [PATCH v2 5/5] iommu/amd - Add a debugfs entry to specify a IOMMU device table entry

use generic dma-direct and swiotlb code for x86 V2
 2018-03-14 17:51 UTC 

use generic dma-direct and swiotlb code for x86
 2018-03-14 15:44 UTC  (6+ messages)
` [PATCH 11/13] dma-direct: handle the memory encryption bit in common code

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-03-14 13:10 UTC  (19+ messages)
` [PATCH 07/37] iommu: Add a page fault handler
` [PATCH 17/37] iommu/arm-smmu-v3: Move context descriptor code
` [PATCH 27/37] iommu/arm-smmu-v3: Register fault workqueue
` [PATCH 28/37] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH 31/37] iommu/arm-smmu-v3: Add support for PCI ATS
` [PATCH 35/37] iommu/arm-smmu-v3: Add support for PRI

[PATCH] dma-mapping: move dma configuration to bus infrastructure
 2018-03-14  9:03 UTC  (13+ messages)
  ` [RFC PATCH] dma-mapping: platform_dma_configure() can be static
` [dma] 9a019f4251: BUG:unable_to_handle_kernel


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