Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2015-06-23 21:44:19 to 2015-07-21 00:15:19 UTC [more...]

[PATCH v2 00/11] PCI: Fix ATS deadlock
 2015-07-21  0:15 UTC  (12+ messages)
` [PATCH v2 01/11] iommu/vt-d: Cache PCI ATS state and Invalidate Queue Depth
` [PATCH v2 02/11] PCI: Allocate ATS struct during enumeration
` [PATCH v2 03/11] PCI: Embed ATS info directly into struct pci_dev
  ` [PATCH v2 04/11] PCI: Reduce size of ATS structure elements
  ` [PATCH v2 07/11] PCI: Use pci_physfn() rather than looking up physfn by hand
  ` [PATCH v2 08/11] PCI: Clean up ATS error handling
` [PATCH v2 05/11] PCI: Rationalize pci_ats_queue_depth() error checking
` [PATCH v2 06/11] PCI: Inline the ATS setup code into pci_ats_init()
` [PATCH v2 09/11] PCI: Move ATS declarations to linux/pci.h so they're all together
` [PATCH v2 10/11] PCI: Stop caching ATS Invalidate Queue Depth
` [PATCH v2 11/11] PCI: Remove pci_ats_enabled()

[PATCH 00/11] Some OMAP IOMMU cleanup patches
 2015-07-20 22:33 UTC  (12+ messages)
  ` [PATCH 01/11] Documentation: dt: Add #iommu-cells info to OMAP iommu bindings
  ` [PATCH 02/11] iommu/omap: Remove all module references
  ` [PATCH 03/11] iommu/omap: Move debugfs functions to omap-iommu-debug.c
  ` [PATCH 04/11] iommu/omap: Protect omap-iopgtable.h against double inclusion
  ` [PATCH 05/11] iommu/omap: Remove unused union fields
  ` [PATCH 06/11] iommu/omap: Remove trailing semi-colon from a macro
  ` [PATCH 07/11] iommu/omap: Remove unnecessary error traces on alloc failures
  ` [PATCH 08/11] iommu/omap: Use BIT(x) macros in omap-iopgtable.h
  ` [PATCH 09/11] iommu/omap: Use BIT(x) macros in omap-iommu.h
  ` [PATCH 10/11] iommu/omap: Align code with open parenthesis
  ` [PATCH 11/11] iommu/omap: Split multiple assignments into separate lines

[PATCH v4 0/4] arm64: IOMMU-backed DMA mapping
 2015-07-20 17:23 UTC  (7+ messages)
  ` [PATCH v4 1/4] iommu/iova: Avoid over-allocating when size-aligned
  ` [PATCH v4 2/4] iommu: Implement common IOMMU ops for DMA mapping
  ` [PATCH v4 3/4] arm64: Add IOMMU dma_ops
  ` [PATCH v4 4/4] arm64: Hook up "

[RFC PATCH 0/4] iommu/arm-smmu: Add support for adding masters/clocks using generic bindings
 2015-07-17 16:53 UTC  (5+ messages)
` [RFC PATCH 1/4] iommu/arm-smmu: Init driver using IOMMU_OF_DECLARE
  ` [RFC PATCH 2/4] iommu/arm-smmu: Add xlate callback for initializing master devices from dt
` [RFC PATCH 3/4] iommu/arm-smmu: Add support for specifying clocks
` [RFC PATCH 4/4] iommu/arm-smmu: Add support for specifying regulators

Master-aware devices and sideband ID data
 2015-07-17 10:36 UTC  (14+ messages)

[PATCH] PCI: Don't use SR-IOV lock for ATS
 2015-07-17  7:51 UTC  (3+ messages)

[PATCH] iommu/vt-d: Fix VM domain ID leak
 2015-07-16 17:03 UTC  (4+ messages)

Kernel panic on Linux 4.1 with intel_iommu=on
 2015-07-16 14:57 UTC  (2+ messages)

[PATCH 0/2 v2] Fix MAX_PHANDLE_ARGS limitations
 2015-07-16 11:09 UTC  (6+ messages)
  ` [PATCH 1/2] of: base: Allow more args than MAX_PHANDLE_ARGS if required
  ` [PATCH 2/2] arm/smmu: Make use of of_parse_phandle_with_var_args

[PATCH v3 0/6] MT8173 IOMMU SUPPORT
 2015-07-16  9:04 UTC  (7+ messages)
` [PATCH v3 2/6] dt-bindings: mediatek: Add smi dts binding
` [PATCH v3 3/6] iommu: add ARM short descriptor page table allocator
  ` [PATCH v3 1/6] dt-bindings: iommu: Add binding for mediatek IOMMU
  ` [PATCH v3 4/6] memory: mediatek: Add SMI driver
  ` [PATCH v3 5/6] iommu/mediatek: Add mt8173 IOMMU driver
` [PATCH v3 6/6] dts: mt8173: Add iommu/smi nodes for mt8173

[RFC 0/6] vSMMU initialization
 2015-07-15 17:37 UTC  (9+ messages)

[PATCH v3 0/4] arm64: IOMMU-backed DMA mapping
 2015-07-15 16:53 UTC  (11+ messages)
  ` [PATCH v3 1/4] iommu/iova: Avoid over-allocating when size-aligned
  ` [PATCH v3 2/4] iommu: Implement common IOMMU ops for DMA mapping
  ` [PATCH v3 3/4] arm64: Add IOMMU dma_ops
  ` [PATCH v3 4/4] arm64: Hook up "

[PATCH v2] Intel_irq_remapping: fix a comment error
 2015-07-15  0:44 UTC 

[PATCH v2 48/49] PCI: Introduce resource_disabled()
 2015-07-14 22:47 UTC 

[PATCH 0/2] iommu/vt-d: Additional sysfs entries
 2015-07-14 21:25 UTC  (3+ messages)
  ` [PATCH 1/2] iommu/vt-d: Report domain usage in sysfs
  ` [PATCH 2/2] iommu/vt-d: Report superpage support "

[PATCH 0/4] Separate the IOVA library from the intel-iommu driver
 2015-07-13 11:31 UTC  (5+ messages)
  ` [PATCH 1/4] iommu: iova: Move iova cache management to the iova library
  ` [PATCH 2/4] iommu: iova: Export symbols
  ` [PATCH 3/4] iommu: Make the iova library a module
  ` [PATCH 4/4] mm: EXPORT_SYMBOL_GPL(find_vm_area);

[GIT PULL] iommu/arm-smmu: ARM SMMUv3 fixes for 4.2
 2015-07-10 15:41 UTC  (2+ messages)

[PATCH v2 0/9] bugfixs and add support for non-pci devices
 2015-07-10  0:34 UTC  (23+ messages)
  ` [PATCH v2 1/9] iommu/arm-smmu: fix the assignment of L1 table log2entries
  ` [PATCH v2 2/9] iommu/arm-smmu: fix the index calculation of strtab
  ` [PATCH v2 3/9] iommu/arm-smmu: fix the values of ARM64_TCR_IRGN0_SHIFT and ARM64_TCR_ORGN0_SHIFT
  ` [PATCH v2 4/9] iommu/arm-smmu: enlarge STRTAB_L1_SZ_SHIFT to support larger sidsize
  ` [PATCH v2 5/9] iommu/arm-smmu: skip the execution of CMD_PREFETCH_CONFIG
  ` [PATCH v2 6/9] iommu/arm-smmu: to support probe deferral
  ` [PATCH v2 7/9] iommu/arm-smmu: remove arm_smmu_devices
  ` [PATCH v2 8/9] iommu/arm-smmu: rename __arm_smmu_get_pci_sid
  ` [PATCH v2 9/9] iommu/arm-smmu: add support for non-pci devices

[PATCH v2 0/7] IOMMU/DMA map_resource support for peer-to-peer
 2015-07-09  0:50 UTC  (15+ messages)
` [PATCH v2 4/7] DMA-API: Add dma_(un)map_resource() documentation

[PATCH v3 0/7] IOMMU/DMA map_resource support for peer-to-peer
 2015-07-07 18:59 UTC  (14+ messages)
` [PATCH v3 3/7] dma-mapping: pci: add pci_(un)map_resource
` [PATCH v3 5/7] iommu/amd: Implement (un)map_resource
` [PATCH v3 7/7] x86: add pci-nommu implementation of map_resource

[PATCH v2 0/4] arm64: IOMMU-backed DMA mapping
 2015-07-07  7:37 UTC  (5+ messages)
` [PATCH v2 2/4] iommu: Implement common IOMMU ops for "

[git pull] IOMMU Fixes for Linux v4.2
 2015-07-01 16:42 UTC 

[PATCH 0/2] iommu/arm-smmu: fixes for 4.2
 2015-07-01  9:12 UTC  (6+ messages)
  ` [PATCH 1/2] iommu/arm-smmu: Fix broken ATOS check
  ` [PATCH 2/2] iommu/arm-smmu: Delete an unnecessary check before the function call "free_io_pgtable_ops"

dma_ops_domain_alloc causes kernel 4.1.0-next-20150626+ panic
 2015-07-01  6:44 UTC  (6+ messages)

[PATCH 0/8] iommu/arm-smmu: bugfixs and add support for non-pci devices
 2015-07-01  2:16 UTC  (25+ messages)
  ` [PATCH 1/8] iommu/arm-smmu: fix the assignment of log2size field
  ` [PATCH 2/8] iommu/arm-smmu: fix the index calculation of strtab
  ` [PATCH 3/8] iommu/arm-smmu: fix the values of ARM64_TCR_IRGN0_SHIFT and ARM64_TCR_ORGN0_SHIFT
  ` [PATCH 4/8] iommu/arm-smmu: set EPD1 to disable TT1 translation table walk
  ` [PATCH 5/8] iommu/arm-smmu: rename __arm_smmu_get_pci_sid
  ` [PATCH 6/8] iommu/arm-smmu: add support for non-pci devices
  ` [PATCH 7/8] iommu/arm-smmu: enlarge STRTAB_L1_SZ_SHIFT to support larger sidsize
  ` [PATCH 8/8] iommu/arm-smmu: suppress fault information about CMD_PREFETCH_CONFIG execution

[PATCH 00/22 v2] Introduce default domains for iommu groups
 2015-06-29 19:55 UTC  (6+ messages)
` [PATCH 03/22] iommu: Propagate error in add_iommu_group

[PATCH] iommu/exynos: Skip unsupported devices instead of returning -ENODEV
 2015-06-29 13:43 UTC  (4+ messages)
` [PATCH] iommu: Ignore -ENODEV errors from add_device call-back "

[PATCH] iommu/arm-smmu: Delete an unnecessary check before the function call "free_io_pgtable_ops"
 2015-06-28 14:05 UTC 

[RFC PATCH 1/2] of: base: Allow more args than MAX_PHANDLE_ARGS if required
 2015-06-26 15:44 UTC  (4+ messages)
  ` [PATCH 2/2] arm/smmu: Make use of of_parse_phandle_with_var_args

Panic when cpu hot-remove
 2015-06-26  9:35 UTC  (8+ messages)

[RFC v2 PATCH 0/6] MT8173 IOMMU SUPPORT
 2015-06-26  7:30 UTC  (4+ messages)
` [PATCH v2 3/6] iommu: add ARM short descriptor page table allocator

[PATCH 00/19] Fix Intel IOMMU breakage in kdump kernel
 2015-06-25  8:06 UTC  (7+ messages)

[PATCH] iommu/arm-smmu: Fix bug in ARM_SMMU_FEAT_TRANS_OPS condition check
 2015-06-25  6:59 UTC  (3+ messages)

[git pull] IOMMU Updates for Linux v4.2
 2015-06-24  7:09 UTC  (3+ messages)

IOMMU for multiple PCHs
 2015-06-23 21:44 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox