iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-17 22:44:14 to 2014-04-09 01:47:26 UTC [more...]

[PATCH] PCI: Introduce new device binding path using pci_dev.driver_override
 2014-04-09  1:47 UTC  (2+ messages)
` [PATCH] driver core: platform: add device binding path 'driver_override'

[PATCHv3 0/6] Crashdump Accepting Active IOMMU
 2014-04-08 18:42 UTC  (4+ messages)

[PATCH 0/5] OMAP IOMMU fixes and IOMMU architecture questions
 2014-04-08 15:02 UTC  (19+ messages)
` [PATCH 1/5] iommu/omap: Use the cache cleaning API

[PATCH 0/2] ARM SMMU fixes
 2014-04-08 13:57 UTC  (4+ messages)

[PATCH] iommu-groups: Add list_head for iommu groups
 2014-04-08 10:33 UTC  (7+ messages)

[RFC PATCH] PCI: Introduce new device binding path using pci_dev.driver_override
 2014-04-05  2:07 UTC  (10+ messages)

[RFC PATCH v2 0/2] pci/iommu: PCIe requester ID interface
 2014-04-04 15:00 UTC  (17+ messages)
` [RFC PATCH v2 1/2] pci: Create "

[git pull] IOMMU Updates for Linux v3.15
 2014-04-04  9:52 UTC 

[GIT PULL FOR v3.16] OMAP IOMMU fixes
 2014-04-03 22:11 UTC 

[PATCH v2 0/6] OMAP IOMMU fixes
 2014-04-03 21:23 UTC  (11+ messages)
  ` [PATCH v2 1/6] iommu/omap: Correct init value of iotlb_entry valid field
  ` [PATCH v2 3/6] iommu/omap: Move to_iommu definition from omap-iopgtable.h
  ` [PATCH v2 4/6] iommu/omap: Fix 'no page for' debug message in flush_iotlb_page()
  ` [PATCH v2 5/6] iommu/omap: Remove comment about supporting single page mappings only
` [PATCH v2 2/6] iommu/omap: Remove omap_iommu_domain_has_cap() function
` [PATCH v2 6/6] iommu/omap: Fix map protection value handling

[PATCH 0/3] SH-Mobile IPMMU miscellaneous cleanups
 2014-04-02 23:49 UTC  (4+ messages)
` [PATCH 1/3] iommu/shmobile: Depend on ARCH_SHMOBILE
` [PATCH 2/3] iommu/shmobile: Don't ignore the ipmmu_iommu_init() return value
` [PATCH 3/3] iommu/shmobile: Use devm_ioremap_resource()

[PATCH v3] iommu: Add driver for Renesas VMSA-compatible IPMMU
 2014-04-02 10:47 UTC 

[GIT PULL] VT-d fixes and ACPI device mapping support for 3.15
 2014-04-01 14:35 UTC  (3+ messages)

[PATCH 0/5] Renesas VMSA-compatible IPMMU DT support
 2014-04-01 13:57 UTC  (16+ messages)
  ` [PATCH 1/5] iommu/ipmmu-vmsa: Refactor micro-TLB lookup
` [PATCH 2/5] iommu/ipmmu-vmsa: Add device tree bindings documentation
` [PATCH 3/5] iommu/ipmmu-vmsa: Add device tree support
` [PATCH 4/5] ARM: shmobile: r8a7791: Add IPMMU DT nodes
` [PATCH 5/5] [TEST] ARM: shmobile: r8a7791: Enable IOMMU support for the VSP1

[RFC PATCH v4 00/10] VFIO support for platform devices
 2014-03-31 23:52 UTC  (34+ messages)
` [RFC PATCH v4 01/10] driver core: export driver_probe_device()
                ` mechanism to allow a driver to bind to any device

[PATCH v2] iommu: Add driver for Renesas VMSA-compatible IPMMU
 2014-03-28 22:16 UTC 

[patch] iommu/vt-d: returning free pointer in get_domain_for_dev()
 2014-03-28 20:37 UTC  (2+ messages)

[PATCH 00/33] iommu/vt-d: Add support for DMA mapping of ACPI-enumerated devices
 2014-03-26  9:16 UTC  (37+ messages)
  ` [PATCH 01/33] iommu/vt-d: Add ACPI namespace device reporting structures
  ` [PATCH 02/33] iommu/vt-d: Parse ANDD records
  ` [PATCH 03/33] iommu/vt-d: Allocate space for ACPI devices
  ` [PATCH 04/33] iommu/vt-d: Change scope lists to struct device, bus, devfn
  ` [PATCH 05/33] iommu/vt-d: Add ACPI devices into dmaru->devices[] array
      ` [PATCH] iommu/vt-d: Check for NULL pointer in dmar_acpi_dev_scope_init() array
  ` [PATCH 06/33] iommu/vt-d: Make iommu_dummy() take struct device instead of struct pci_dev
  ` [PATCH 07/33] iommu/vt-d: Make dmar_insert_dev_info() "
  ` [PATCH 08/33] iommu/vt-d: Use struct device in device_domain_info, not "
  ` [PATCH 09/33] iommu/vt-d: Pass iommu to domain_context_mapping_one() and iommu_support_dev_iotlb()
  ` [PATCH 10/33] iommu/vt-d: Stop dmar_insert_dev_info() freeing domains on losing race
  ` [PATCH 11/33] iommu/vt-d: use dmar_insert_dev_info() from dma_add_dev_info()
  ` [PATCH 12/33] iommu/vt-d: Use domain_remove_one_dev_info() in domain_add_dev_info() error path
  ` [PATCH 13/33] iommu/vt-d: Always store iommu in device_domain_info
  ` [PATCH 14/33] iommu/vt-d: Simplify iommu check in domain_remove_one_dev_info()
  ` [PATCH 15/33] iommu/vt-d: Remove device_to_iommu() call from domain_remove_dev_info()
  ` [PATCH 16/33] iommu/vt-d: Store PCI segment number in struct intel_iommu
  ` [PATCH 17/33] iommu/vt-d: Remove segment from struct device_domain_info()
  ` [PATCH 18/33] iommu/vt-d: Make identity_mapping() take struct device not struct pci_dev
  ` [PATCH 19/33] iommu/vt-d: Make device_to_iommu() cope with non-PCI devices
  ` [PATCH 20/33] iommu/vt-d: Make domain_context_mapp{ed, ing}() take struct device
  ` [PATCH 21/33] iommu/vt-d: Make get_domain_for_dev() "
  ` [PATCH 22/33] iommu/vt-d: Handle RMRRs for non-PCI devices
  ` [PATCH 23/33] iommu/vt-d: Make iommu_should_identity_map() take struct device
  ` [PATCH 24/33] iommu/vt-d: Make get_valid_domain_for_dev() "
  ` [PATCH 25/33] iommu/vt-d: Remove some pointless to_pci_dev() calls
  ` [PATCH 26/33] iommu/vt-d: Rename 'hwdev' variables to 'dev' now that that's the norm
  ` [PATCH 27/33] iommu/vt-d: Make domain_remove_one_dev_info() take struct device
  ` [PATCH 28/33] iommu/vt-d: Make domain_add_dev_info() "
  ` [PATCH 29/33] iommu/vt-d: Remove pdev from iommu_no_mapping()
  ` [PATCH 30/33] iommu/vt-d: Remove pdev from intel_iommu_attach_device()
  ` [PATCH 31/33] iommu/vt-d: Remove to_pci_dev() in intel_map_page()
  ` [PATCH 32/33] iommu/vt-d: Finally enable translation for non-PCI devices
  ` [PATCH 33/33] iommu/vt-d: Include ACPI devices in iommu=pt
  ` [PATCH 34/33] iommu/vt-d: Fix RCU annotations on device scope lists

[RFC PATCH v4 06/10] VFIO_PLATFORM: Read and write support for the device fd
 2014-03-25 18:56 UTC  (2+ messages)

[PATCH V2] iommu/amd: Fix logic to determine and checking max PASID
 2014-03-24 19:33 UTC  (4+ messages)

randconfig build error with next-20140324, in drivers/iommu/dmar.c
 2014-03-24 14:02 UTC 

[PATCH v11 20/27] iommu/exynos: allow having multiple System MMUs for a master H/W
 2014-03-21 10:07 UTC  (11+ messages)

[PATCH v11 10/27] iommu/exynos: use managed device helper functions
 2014-03-21  4:49 UTC  (15+ messages)

[PATCH v11 17/27] iommu/exynos: remove calls to Runtime PM API functions
 2014-03-20 12:07 UTC  (13+ messages)

[RFC PATCH] iommu/vt-d: Clean up and fix page table clear/free behaviour
 2014-03-20 12:00 UTC  (5+ messages)
  ` [PATCH 1/4] iommu/vt-d: Clean up size handling for intel_iommu_unmap()
  ` [PATCH 2/4] iommu/vt-d: Clean up and fix page table clear/free behaviour
  ` [PATCH 3/4] iommu/vt-d: Honour intel_iommu=sp_off for non-VMM domains
  ` [PATCH 4/4] iommu/vt-d: Be less pessimistic about domain coherency where possible

[PATCH v11 24/27] iommu/exynos: use exynos-iommu specific typedef
 2014-03-20  9:55 UTC  (3+ messages)

[PATCH 1/2] [RFC] arm: iommu: Refactoring common code
 2014-03-19  9:57 UTC  (3+ messages)

[PATCH v11 19/27] iommu/exynos: add support for power management subsystems
 2014-03-19  9:07 UTC  (5+ messages)

[PATCH v11 13/27] iommu/exynos: support for device tree
 2014-03-19  9:06 UTC  (9+ messages)

[PATCH v11 15/27] iommu/exynos: use convenient macro to handle gate clocks
 2014-03-18 13:07 UTC  (6+ messages)

[PATCH v11 08/27] iommu/exynos: always use a single clock descriptor
 2014-03-18 10:31 UTC  (3+ messages)

[PROBLEM] AMD IOMMU fails the VIA xHCI controller on Gigabyte F2A88X-UP4 motherboard
 2014-03-18  5:22 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).