iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-03 10:43:09 to 2017-10-11 01:09:22 UTC [more...]

[PATCH v8 00/14] MAP_DIRECT for DAX RDMA and userspace flush
 2017-10-11  1:09 UTC  (17+ messages)
` [PATCH v8 02/14] fs, mm: pass fd to ->mmap_validate()
` [PATCH v8 03/14] fs: MAP_DIRECT core
` [PATCH v8 04/14] xfs: prepare xfs_break_layouts() for reuse with MAP_DIRECT
` [PATCH v8 07/14] iommu, dma-mapping: introduce dma_get_iommu_domain()
  ` [PATCH v8 01/14] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
  ` [PATCH v8 05/14] fs, xfs, iomap: introduce iomap_can_allocate()
  ` [PATCH v8 06/14] xfs: wire up MAP_DIRECT
  ` [PATCH v8 08/14] fs, mapdirect: introduce ->lease_direct()
  ` [PATCH v8 09/14] xfs: wire up ->lease_direct()
  ` [PATCH v8 12/14] iommu/vt-d: use iommu_num_sg_pages
  ` [PATCH v8 14/14] tools/testing/nvdimm: enable rdma unit tests
` [PATCH v8 10/14] device-dax: wire up ->lease_direct()
` [PATCH v8 11/14] iommu: up-level sg_num_pages() from amd-iommu
` [PATCH v8 13/14] IB/core: use MAP_DIRECT to fix / enable RDMA to DAX mappings

[PATCH v2 00/16] IOMMU driver support for SVM virtualization
 2017-10-10 22:09 UTC  (34+ messages)
  ` [PATCH v2 01/16] iommu: introduce bind_pasid_table API function
  ` [PATCH v2 02/16] iommu/vt-d: add bind_pasid_table function
  ` [PATCH v2 04/16] iommu/vt-d: support flushing more TLB types
  ` [PATCH v2 05/16] iommu/vt-d: add iommu invalidate function
  ` [PATCH v2 06/16] iommu/vt-d: move device_domain_info to header
  ` [PATCH v2 07/16] iommu/vt-d: assign PFSID in device TLB invalidation
  ` [PATCH v2 08/16] iommu: introduce device fault data
  ` [PATCH v2 09/16] driver core: add iommu device fault reporting data
  ` [PATCH v2 10/16] iommu: introduce device fault report API
  ` [PATCH v2 11/16] iommu/vt-d: use threaded irq for dmar_fault
  ` [PATCH v2 12/16] iommu/vt-d: report unrecoverable device faults
` [PATCH v2 03/16] iommu: introduce iommu invalidate API function
` [PATCH v2 13/16] iommu/intel-svm: notify page request to guest
` [PATCH v2 14/16] iommu/intel-svm: replace dev ops with fault report API
` [PATCH v2 15/16] iommu: introduce page response function
` [PATCH v2 16/16] iommu/vt-d: add intel iommu "

[PATCH] iommu/amd: Do not disable SWIOTLB if SME is active
 2017-10-10 19:24 UTC  (6+ messages)

[PATCH] iommu/exynos: Remove initconst attribute to avoid potential kernel oops
 2017-10-10 12:13 UTC  (3+ messages)

[PATCH] iommu/vt-d: Delete unnecessary check
 2017-10-10 12:10 UTC  (2+ messages)

[PATCH v9 0/4] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2017-10-10 10:51 UTC  (13+ messages)
` [PATCH v9 1/4] ACPI/IORT: Add msi address regions reservation helper
` [PATCH v9 2/4] iommu/dma: Add a helper function to reserve HW MSI address regions for IOMMU drivers
` [PATCH v9 3/4] iommu/arm-smmu-v3:Enable ACPI based HiSilicon erratum 161010801
` [PATCH v9 4/4] PCI: hisi: blacklist hip06/hip07 controllers behind SMMUv3

[PATCH v2 0/2] TEGRA GART cleanup and new debug option
 2017-10-10  9:53 UTC  (6+ messages)
    ` [PATCH v2 1/2] iommu/tegra: gart: Add optional debug checking for overwriting of page mappings
    ` [PATCH v2 1/2] iommu/tegra: gart: Optionally check "
    ` [PATCH v2 2/2] iommu/tegra: gart: Move PFN validation out of spinlock

[PATCH 0/3] iommu/ipmmu-vmsa: R-Car Gen3 IPMMU DT binding update
 2017-10-10  9:39 UTC  (6+ messages)
` [PATCH 2/3] iommu/ipmmu-vmsa: Document R-Car V3M IPMMU DT bindings
` [PATCH 3/3] iommu/ipmmu-vmsa: Document R-Car D3 "

intel-dmar: possible circular locking dependency detected
 2017-10-10  7:24 UTC  (7+ messages)
    ` [PATCH] iommu/vt-d: Don't register bus-notifier under

[RFC] virtio-iommu version 0.4
 2017-10-09 19:46 UTC  (3+ messages)
    ` [virtio-dev] "

[RFCv2 PATCH 00/36] Process management for IOMMU + SVM for SMMUv3
 2017-10-09 11:36 UTC  (40+ messages)
` [RFCv2 PATCH 02/36] iommu: Add a process_exit callback for device drivers
` [RFCv2 PATCH 03/36] iommu/process: Add public function to search for a process
` [RFCv2 PATCH 09/36] iommu/fault: Allow blocking fault handlers
` [RFCv2 PATCH 10/36] vfio: Add support for Shared Virtual Memory
` [RFCv2 PATCH 11/36] iommu/arm-smmu-v3: Link domains and devices
` [RFCv2 PATCH 12/36] dt-bindings: document stall and PASID properties for IOMMU masters
` [RFCv2 PATCH 14/36] iommu/arm-smmu-v3: Add support for Substream IDs
` [RFCv2 PATCH 15/36] iommu/arm-smmu-v3: Add second level of context descriptor table
` [RFCv2 PATCH 16/36] iommu/arm-smmu-v3: Add support for VHE
` [RFCv2 PATCH 17/36] iommu/arm-smmu-v3: Support broadcast TLB maintenance
` [RFCv2 PATCH 18/36] iommu/arm-smmu-v3: Add SVM feature checking
` [RFCv2 PATCH 22/36] iommu/io-pgtable-arm: Factor out ARM LPAE register defines
` [RFCv2 PATCH 24/36] iommu/arm-smmu-v3: Steal private ASID from a domain
` [RFCv2 PATCH 25/36] iommu/arm-smmu-v3: Use shared ASID set
` [RFCv2 PATCH 26/36] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
` [RFCv2 PATCH 27/36] iommu/arm-smmu-v3: Register fault workqueue
  ` [RFCv2 PATCH 01/36] iommu: Keep track of processes and PASIDs
  ` [RFCv2 PATCH 04/36] iommu/process: Track process changes with an mmu_notifier
  ` [RFCv2 PATCH 05/36] iommu/process: Bind and unbind process to and from devices
  ` [RFCv2 PATCH 06/36] iommu: Extend fault reporting
  ` [RFCv2 PATCH 07/36] iommu: Add a fault handler
  ` [RFCv2 PATCH 08/36] iommu/fault: Handle mm faults
  ` [RFCv2 PATCH 13/36] iommu/of: Add stall and pasid properties to iommu_fwspec
  ` [RFCv2 PATCH 19/36] arm64: mm: Pin down ASIDs for sharing contexts with devices
  ` [RFCv2 PATCH 20/36] iommu/arm-smmu-v3: Track ASID state
  ` [RFCv2 PATCH 21/36] iommu/arm-smmu-v3: Implement process operations
  ` [RFCv2 PATCH 23/36] iommu/arm-smmu-v3: Share process page tables
  ` [RFCv2 PATCH 28/36] iommu/arm-smmu-v3: Maintain a SID->device structure
  ` [RFCv2 PATCH 29/36] iommu/arm-smmu-v3: Add stall support for platform devices
  ` [RFCv2 PATCH 30/36] ACPI/IORT: Check ATS capability in root complex nodes
  ` [RFCv2 PATCH 34/36] PCI: Make "PRG Response PASID Required" handling common
  ` [RFCv2 PATCH 35/36] iommu/arm-smmu-v3: Add support for PRI
` [RFCv2 PATCH 31/36] iommu/arm-smmu-v3: Add support for PCI ATS
` [RFCv2 PATCH 32/36] iommu/arm-smmu-v3: Hook ATC invalidation to process ops
` [RFCv2 PATCH 33/36] iommu/arm-smmu-v3: Disable tagged pointers
` [RFCv2 PATCH 36/36] iommu/arm-smmu-v3: Add support for PCI PASID

[PATCH 0/2] lib: Adjustments for 11 function implementations
 2017-10-09  6:24 UTC  (7+ messages)
` [PATCH 1/2] lib/test: Delete five error messages for a failed memory allocation
` [PATCH 2/2] lib: Improve a size determination in seven functions

[PATCH v8 1/2] iommu: up-level sg_num_pages() from amd-iommu
 2017-10-08 15:49 UTC  (4+ messages)
` [PATCH v8 2/2] IB/core: use MAP_DIRECT to fix / enable RDMA to DAX mappings

[PATCH 0/2] iommu/amd: Correctly Align Multiple MSI IRQs
 2017-10-08  8:40 UTC  (5+ messages)
  ` [PATCH 1/2] iommu/amd: Add align parameter to alloc_irq_index()
` [PATCH 2/2] iommu/amd: Enforce alignment for MSI IRQs

the imfamous asix ax88179 iommu error
 2017-10-06 16:37 UTC  (3+ messages)

Task based virtual address spaces
 2017-10-06 14:51 UTC  (4+ messages)

[PATCH] iommu/vt-d: Fix scatterlist offset handling
 2017-10-06 14:43 UTC  (16+ messages)

[PATCH v8 0/5] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2017-10-06 10:17 UTC  (18+ messages)
` [PATCH v8 1/5] Doc: iommu/arm-smmu-v3: Add workaround for HiSilicon erratum 161010801
` [PATCH v8 2/5] ACPI/IORT: Add msi address regions reservation helper
` [PATCH v8 3/5] iommu/of: "

[PATCH] iommu/arm-smmu-v3: Ensure we sync STE when only changing config field
 2017-10-06  7:46 UTC  (3+ messages)

[PATCH] iommu/vt-d: only attempt to cleanup svm page request irq if one assigned
 2017-10-05 23:30 UTC 

[RFC v2 0/4] arm-smmu-v3 tlbi-on-map option
 2017-10-05 15:14 UTC  (9+ messages)
` [RFC v2 2/4] iommu/arm-smmu-v3: Add tlbi_on_map option

[PATCH] dt-bindings: iommu: ipmmu-vmsa: Use generic node name
 2017-10-05  9:21 UTC  (2+ messages)

[PATCH 0/4] numa, iommu/smmu: IOMMU/SMMU driver optimization for NUMA systems
 2017-10-04 13:53 UTC  (4+ messages)
` [PATCH 3/4] iommu/arm-smmu-v3: Use NUMA memory allocations for stream tables and comamnd queues

refactor dma_cache_sync V2
 2017-10-04  9:06 UTC  (16+ messages)
` [PATCH 02/11] x86: make dma_cache_sync a no-op
` [PATCH 04/11] ia64: "
` [PATCH 07/11] powerpc: "
  ` [PATCH 09/11] xtensa: "
` [PATCH 10/11] sh: "
` [PATCH 11/11] dma-mapping: turn dma_cache_sync into a dma_map_ops method

[PATCH] mm/mmu_notifier: avoid double notification when it is useless
 2017-10-04  1:20 UTC  (5+ messages)


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