Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2014-08-06 04:42:01 to 2014-08-26 10:37:33 UTC [more...]

[PATCH v4 1/1] iommu/arm-smmu: Do not access non-existing S2CR registers
 2014-08-26 10:37 UTC  (2+ messages)

[RFC PATCH v2 2/2] iommu/intel: Make use of PCIe requester ID interface
 2014-08-26 10:33 UTC  (3+ messages)

[PATCH 0/4] AMD IOMMU: Assign/de-assign complete alias groups
 2014-08-26  9:36 UTC  (5+ messages)
  ` [PATCH 1/4] iommu/amd: Move struct iommu_dev_data to amd_iommu.c
  ` [PATCH 2/4] iommu/amd: Keep a list of devices in an alias group
  ` [PATCH 3/4] iommu/amd: Attach and detach complete "
  ` [PATCH 4/4] iommu/amd: Remove device binding reference count

[RFC 0/5] vfio: AMBA devices support
 2014-08-26  7:43 UTC  (11+ messages)
  ` [RFC 1/5] driver core: amba: add device binding path 'driver_override'
  ` [RFC 2/5] vfio: platform: decouple code probing devices from the platform bus
  ` [RFC 3/5] vfio: platform: move code that can be shared with AMBA to a common file
  ` [RFC 5/5] vfio: amba: add the VFIO for AMBA devices module to Kconfig
` [RFC 4/5] vfio: amba: VFIO support for AMBA devices

[PATCH 00/29] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2014-08-26  6:30 UTC  (14+ messages)
` [PATCH 03/29] clk: exynos: add missing smmu_g2d clock and update comments
` [PATCH 04/29] drivers: base: add notifier for failed driver bind

[PATCH v2] iommu/vt-d: Fix broken device issue when using iommu=pt
 2014-08-26  2:03 UTC  (11+ messages)

[PATCH] iommu/vt-d: Add domain field for dmar fault message
 2014-08-25  6:38 UTC 

[PATCH v3 1/1] iommu/arm-smmu: Do not access non-existing S2CR registers
 2014-08-22 23:56 UTC  (3+ messages)

[PATCH v5] devicetree: Add generic IOMMU device tree bindings
 2014-08-22 15:33 UTC  (14+ messages)

[git pull] IOMMU Fixes for Linux v3.17-rc1
 2014-08-21 22:05 UTC 

[PATCH 0/2] More IOMMU Fixes
 2014-08-21 21:57 UTC  (5+ messages)
  ` [PATCH 1/2] iommu: Make iommu_group_get_for_dev() more robust
  ` [PATCH 2/2] iommu/vt-d: Check return value of acpi_bus_get_device()

[RFC 0/4] VFIO: PLATFORM: Return device tree info for a platform device node
 2014-08-21 12:19 UTC  (7+ messages)
  ` [PATCH 1/4] VFIO: PLATFORM: Add device tree info API and skeleton
  ` [PATCH 2/4] VFIO: PLATFORM: DEVTREE: Return available property names
  ` [PATCH 3/4] VFIO: PLATFORM: DEVTREE: Access property as a list of strings
  ` [PATCH 4/4] VFIO: PLATFORM: DEVTREE: Return arrays of u32, u16, or u8

LPC IOMMU and VFIO MicroConference - Call for Participation
 2014-08-21  2:29 UTC  (3+ messages)

[PATCH v5 0/1] Add iommu map_sg/unmap_sg API
 2014-08-20 14:15 UTC  (24+ messages)
` [PATCH v5 1/1] iommu-api: Add map_sg/unmap_sg functions

[PATCH 1/1] iommu/vt-d : clear old root entry for dump kernel
 2014-08-20  9:54 UTC  (9+ messages)

[PATCH] powerpc: fsl_pamu_domain: Fix build error
 2014-08-20  4:08 UTC 

[PATCH 0/6] iommu/arm-smmu: misc features, new DT bindings
 2014-08-20  3:18 UTC  (23+ messages)
  ` [PATCH 1/6] iommu/arm-smmu: add support for specifying clocks
  ` [PATCH 2/6] iommu/arm-smmu: add support for specifying regulators
  ` [PATCH 3/6] iommu/arm-smmu: add support for iova_to_phys through ATS1PR
  ` [PATCH 4/6] iommu/arm-smmu: implement generic DT bindings
  ` [PATCH 5/6] iommu/arm-smmu: support buggy implementations with invalidate-on-map
  ` [PATCH 6/6] iommu/arm-smmu: add .domain_{set, get}_attr for coherent walk control
      ` [PATCH 6/6] iommu/arm-smmu: add .domain_{set,get}_attr "

[PATCH] iommu: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
 2014-08-19 11:31 UTC  (2+ messages)

[PATCH 1/1] iommu/vt-d: Add new macros for invalidation event
 2014-08-19 11:11 UTC  (2+ messages)

[PATCH] iommu/vt-d: Don't store SIRTP request
 2014-08-19 11:09 UTC  (2+ messages)

[PATCH v2] iommu: exynos: Fix trivial typos
 2014-08-19 11:08 UTC  (2+ messages)

[PATCH 0/3] IOMMU Fixes
 2014-08-18 22:49 UTC  (4+ messages)
` [PATCH 1/3] iommu/vt-d: Defer domain removal if device is assigned to a driver
` [PATCH 2/3] iommu/amd: Fix cleanup_domain for mass device removal
  ` [PATCH 3/3] iommu/core: Check for the right function pointer in iommu_map()

[PATCH 1/2] iommu: Always define struct iommu_ops
 2014-08-18 16:57 UTC  (3+ messages)
` [PATCH 2/2] iommu: Implement a dummy bus_set_iommu()

[PATCH] iommu/msm: Switch to using managed resources
 2014-08-18 16:53 UTC  (2+ messages)

[PATCH 0/3 v2] mmu_notifier: Allow to manage CPU external TLBs
 2014-08-16 12:55 UTC  (3+ messages)
` [PATCH 2/3] mmu_notifier: Call mmu_notifier_invalidate_range() from VMM

[PATCH] iommu/vt-d: Fix broken device issue when using iommu=pt
 2014-08-14 16:07 UTC  (13+ messages)

[PATCH] Test case for VFIO_PLATFORM returning device tree info
 2014-08-13 11:17 UTC 

[RFC PATCH 00/20] Use msi_chip to configure MSI/MSI-X in all platforms
 2014-08-13  1:16 UTC  (25+ messages)
  ` [RFC PATCH 01/20] x86/xen/MSI: Eliminate arch_msix_mask_irq() and arch_msi_mask_irq()
    ` [Xen-devel] "
  ` [RFC PATCH 02/20] MSI: Clean up struct msi_chip argument
  ` [RFC PATCH 03/20] PCI/MSI: Remove useless bus->msi assignment
  ` [RFC PATCH 04/20] MSI: Remove the redundant irq_set_chip_data()
  ` [RFC PATCH 05/20] MSI: Refactor struct msi_chip to become more common
  ` [RFC PATCH 16/20] arm/iop13xx/MSI: Use msi_chip instead of arch func to configure MSI/MSI-X
  ` [RFC PATCH 18/20] Sparc/MSI: "
` [RFC PATCH 06/20] PCI/MSI: Introduce arch_get_match_msi_chip() to find the match msi_chip
` [RFC PATCH 07/20] x86/MSI: Use msi_chip instead of arch func to configure MSI/MSI-X
` [RFC PATCH 08/20] x86/xen/MSI: "
` [RFC PATCH 09/20] irq_remapping/MSI: "
` [RFC PATCH 10/20] x86/MSI: Remove unused MSI weak arch functions
` [RFC PATCH 11/20] MIPS/Octeon/MSI: Use msi_chip instead of arch func to configure MSI/MSI-X
` [RFC PATCH 12/20] MIPS/Xlp/MSI: "
` [RFC PATCH 13/20] MIPS/xlr/MSI: "
` [RFC PATCH 14/20] Powerpc/MSI: "
` [RFC PATCH 15/20] s390/MSI: "
` [RFC PATCH 17/20] IA64/MSI: "
` [RFC PATCH 19/20] tile/MSI: "
` [RFC PATCH 20/20] PCI/MSI: Clean up unused MSI arch functions

[PATCH v2 0/2] arm-smmu fixes for CBn_TCR and S2CR/SMR programming
 2014-08-08 18:51 UTC  (8+ messages)
` [PATCH v2 2/2] iommu/arm-smmu: Do not access non-existing SMR registers

[PATCH v4 0/1] Add iommu map_sg/unmap_sg API
 2014-08-08 17:14 UTC  (9+ messages)
` [PATCH v4 1/1] iommu-api: Add map_sg/unmap_sg functions

[PATCH 03/15] iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0x
 2014-08-06 10:20 UTC  (2+ messages)


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