Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2014-10-03 13:40:16 to 2014-10-22 14:29:22 UTC [more...]

[PATCH 1/2] iommu: Always define struct iommu_ops
 2014-10-22 14:29 UTC  (5+ messages)
` [PATCH 2/2] iommu: Implement a dummy bus_set_iommu()

[PATCH linux-next] iommu: add iommu for s390 platform
 2014-10-22 14:17 UTC  (2+ messages)

[PATCH 0/5] vfio: type1: support for ARM SMMUS with VFIO_IOMMU_TYPE1
 2014-10-22 13:57 UTC  (16+ messages)
  ` [PATCH 1/5] vfio/iommu_type1: support for platform bus devices on ARM
  ` [PATCH 2/5] vfio: introduce the VFIO_DMA_MAP_FLAG_NOEXEC flag
  ` [PATCH 3/5] vfio: type1: replace domain wide protection flags with supported capabilities
  ` [PATCH 4/5] vfio: type1: replace vfio_domains_have_iommu_cache with generic function
  ` [PATCH 5/5] vfio/iommu_type1: implement the VFIO_DMA_MAP_FLAG_NOEXEC flag

[PATCH v8 00/18] VFIO support for platform and AMBA devices on ARM
 2014-10-22 13:56 UTC  (32+ messages)
  ` [PATCH v8 01/18] vfio/platform: initial skeleton of VFIO support for platform devices
  ` [PATCH v8 02/18] vfio: platform: probe to devices on the platform bus
  ` [PATCH v8 03/18] vfio: platform: add the VFIO PLATFORM module to Kconfig
  ` [PATCH v8 04/18] vfio: amba: VFIO support for AMBA devices
  ` [PATCH v8 05/18] vfio: amba: add the VFIO for AMBA devices module to Kconfig
  ` [PATCH v8 06/18] vfio/platform: return info for bound device
  ` [PATCH v8 07/18] vfio/platform: return info for device memory mapped IO regions
  ` [PATCH v8 08/18] vfio/platform: read and write support for the device fd
  ` [PATCH v8 09/18] vfio/platform: support MMAP of MMIO regions
  ` [PATCH v8 10/18] vfio/platform: return IRQ info
  ` [PATCH v8 11/18] vfio/platform: initial interrupts support code
  ` [PATCH v8 12/18] vfio/platform: trigger an interrupt via eventfd
  ` [PATCH v8 13/18] vfio/platform: support for maskable and automasked interrupts
  ` [PATCH v8 14/18] vfio: move eventfd support code for VFIO_PCI to a separate file
  ` [PATCH v8 15/18] vfio: add local lock in virqfd instead of depending on VFIO PCI
  ` [PATCH v8 16/18] vfio: pass an opaque pointer on virqfd initialization
  ` [PATCH v8 17/18] vfio: initialize the virqfd workqueue in VFIO generic code
  ` [PATCH v8 18/18] vfio/platform: implement IRQ masking/unmasking via an eventfd

[PATCH 00/17] OMAP IOMMU Cleanup & Consolidation
 2014-10-22 13:29 UTC  (6+ messages)
` [PATCH 12/17] iommu/omap: Integrate omap-iommu-debug into omap-iommu

[PATCH 0/8] iommu/vt-d: Fix crash dump failure caused by legacy DMA/IO
 2014-10-22 13:21 UTC  (10+ messages)

[PATCH 0/5] iommu/vt-d: Fix crash dump failure caused by legacy DMA/IO
 2014-10-22 10:27 UTC  (9+ messages)
  ` [PATCH 1/5] iommu/vt-d: Update iommu_attach_domain() and its callers
  ` [PATCH 2/5] iommu/vt-d: Items required for kdump
  ` [PATCH 3/5] iommu/vt-d: data types and functions used "
  ` [PATCH 4/5] iommu/vt-d: Add domain-id functions
  ` [PATCH 5/5] iommu/vt-d: enable kdump support in iommu module

[PATCH 1/1] pci: fix dmar fault for kdump kernel
 2014-10-22  3:02 UTC  (2+ messages)

[PATCH v6 0/2] iommu/arm-smmu: hard iova_to_phys
 2014-10-21 17:12 UTC  (4+ messages)
  ` [PATCH v6 1/2] iopoll: Introduce memory-mapped IO polling macros
  ` [PATCH v6 2/2] iommu/arm-smmu: add support for iova_to_phys through ATS1PR

[PATCH 0/3] iommu: replace IOMMU_EXEC with IOMMU_EXEC and update ARM SMMU driver
 2014-10-21 12:03 UTC  (7+ messages)
  ` [PATCH 1/3] iommu/arm-smmu: change IOMMU_EXEC to IOMMU_NOEXEC
  ` [PATCH 2/3] iommu: add capability IOMMU_CAP_NOEXEC
  ` [PATCH 3/3] iommu/arm-smmu: add IOMMU_CAP_NOEXEC to the ARM SMMU driver

[PATCH v2 00/18] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2014-10-21 10:59 UTC  (3+ messages)
` [PATCH v2 11/18] iommu: exynos: remove useless device_add/remove callbacks

[PATCH v3 00/27] Use MSI chip framework to configure MSI/MSI-X in all platforms
 2014-10-21  1:32 UTC  (35+ messages)
` [PATCH v3 01/27] MSI: Remove the redundant irq_set_chip_data()
` [PATCH v3 03/27] s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()
` [PATCH v3 04/27] arm/MSI: Save MSI chip in pci_sys_data
` [PATCH v3 05/27] PCI: tegra: Save msi "
` [PATCH v3 06/27] PCI: designware: "
` [PATCH v3 07/27] PCI: rcar: "
` [PATCH v3 08/27] PCI: mvebu: "
` [PATCH v3 09/27] arm/PCI: Clean unused pcibios_add_bus() and pcibios_remove_bus()
` [PATCH v3 10/27] PCI/MSI: Remove useless bus->msi assignment
` [PATCH v3 11/27] PCI/MSI: Refactor struct msi_chip to make it become more common
` [PATCH v3 12/27] x86/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v3 13/27] x86/xen/MSI: "
` [PATCH v3 14/27] Irq_remapping/MSI: "
` [PATCH v3 16/27] Mips/MSI: Save msi chip in pci sysdata
` [PATCH v3 19/27] MIPS/Xlp/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v3 20/27] MIPS/Xlr/MSI: "
  ` [PATCH v3 02/27] x86/xen/MSI: Eliminate arch_msix_mask_irq() and arch_msi_mask_irq()
  ` [PATCH v3 15/27] x86/MSI: Remove unused MSI weak arch functions
  ` [PATCH v3 17/27] MIPS/Octeon/MSI: Use MSI chip framework to configure MSI/MSI-X irq
  ` [PATCH v3 18/27] MIPS/Xlp: Remove the dead function destroy_irq() to fix build error
  ` [PATCH v3 21/27] Powerpc/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v3 22/27] s390/MSI: "
` [PATCH v3 23/27] arm/iop13xx/MSI: "
` [PATCH v3 24/27] IA64/MSI: "
` [PATCH v3 25/27] Sparc/MSI: "
` [PATCH v3 26/27] tile/MSI: "
` [PATCH v3 27/27] PCI/MSI: Clean up unused MSI arch functions

[PATCH v3 01/12] clk: tegra: Implement memory-controller clock
 2014-10-20 11:02 UTC  (16+ messages)
  ` [PATCH 02/12] amba: Add Kconfig file
  ` [PATCH v4 03/12] ARM: tegra: Move AHB Kconfig to drivers/amba
  ` [PATCH 04/12] of: Add NVIDIA Tegra memory controller binding
  ` [PATCH v4 05/12] memory: Add NVIDIA Tegra memory controller support
  ` [PATCH 06/12] ARM: tegra: Add memory controller support for Tegra20
  ` [PATCH 07/12] ARM: tegra: Add memory controller support for Tegra30
  ` [PATCH 08/12] ARM: tegra: Add memory controller support for Tegra114
  ` [PATCH 09/12] ARM: tegra: Add memory controller support for Tegra124
  ` [PATCH 10/12] ARM: tegra: Enable IOMMU for display controllers on Tegra30
  ` [PATCH 11/12] ARM: tegra: Enable IOMMU for display controllers on Tegra114
  ` [PATCH 12/12] ARM: tegra: Enable IOMMU for display controllers on Tegra124

[PATCH 1/1] iommu/amd: Use delayed mmu release notifier
 2014-10-17 21:43 UTC 

[PATCH v5 0/1] Add iommu map_sg/unmap_sg API
 2014-10-17  9:09 UTC  (7+ messages)
` [PATCH v5 1/1] iommu-api: Add map_sg/unmap_sg functions

[PATCH v5 1/3] iommu/rockchip: rk3288 iommu driver
 2014-10-17  8:36 UTC  (3+ messages)

[RFC PATCH v2 0/4] vfio: platform: return device tree info for a platform device node
 2014-10-16 15:54 UTC  (5+ messages)
` [RFC PATCH v2 1/4] vfio: platform: add device tree info API and skeleton
  ` [RFC PATCH v2 2/4] vfio: platform: devtree: return available property names
  ` [RFC PATCH v2 3/4] vfio: platform: devtree: access property as a list of strings
  ` [RFC PATCH v2 4/4] vfio: platform: devtree: return arrays of u32, u16, or u8 data

PCIe PASID (Process Address Space ID) and iommu code
 2014-10-16  9:14 UTC  (2+ messages)

[RFC PATCH v3 0/7] Introduce automatic DMA configuration for IOMMU masters
 2014-10-14 15:10 UTC  (27+ messages)
` [RFC PATCH v3 7/7] arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_ops
` [RFC PATCH v3 4/7] iommu: provide helper function to configure an IOMMU for an of master
` [RFC PATCH v3 5/7] dma-mapping: detect and configure IOMMU in of_dma_configure
` [RFC PATCH v3 6/7] arm: call iommu_init before of_platform_populate

[git pull] IOMMU Updates for Linux v3.18
 2014-10-14  8:33 UTC 

[PATCH v4 1/3] iommu/rockchip: rk3288 iommu driver
 2014-10-14  7:45 UTC 

[PATCH] driver core: amba: add device binding path 'driver_override'
 2014-10-13 13:23 UTC  (2+ messages)

[PATCH v4 0/2] iommu/arm-smmu: hard iova_to_phys
 2014-10-10 20:24 UTC  (9+ messages)
` [PATCH v4 1/2] iopoll: Introduce memory-mapped IO polling macros

[PATCH v5 0/2] iommu/arm-smmu: hard iova_to_phys
 2014-10-10 18:48 UTC  (3+ messages)
  ` [PATCH v5 1/2] iopoll: Introduce memory-mapped IO polling macros
  ` [PATCH v5 2/2] iommu/arm-smmu: add support for iova_to_phys through ATS1PR

[PATCH v3 1/3] iommu/rockchip: rk3288 iommu driver
 2014-10-10 18:30 UTC 

[PATCH] iommu: use dev_get_platdata()
 2014-10-10 13:31 UTC 

[PATCHv7 00/26] VFIO support for platform and AMBA devices on ARM
 2014-10-08 12:18 UTC  (4+ messages)
` [PATCHv7 07/26] driver core: amba: add device binding path 'driver_override'

[PATCH v2 1/3] iommu/rockchip: rk3288 iommu driver
 2014-10-08  2:19 UTC 

[PATCH 0/3] Rockchip IOMMU driver and devicetree bindings
 2014-10-07 17:05 UTC  (3+ messages)
` [PATCH 1/3] iommu/rockchip: rk3288 iommu driver

[PATCH 0/2] iommu/vt-d: Make RMRR matching compatible with older kernels
 2014-10-07  0:59 UTC  (3+ messages)
` [PATCH 2/2] iommu/vt-d: Work around broken RMRR firmware entries

[RFC][PATCH 1/2] Introduce the IOMMU_DEVICE flag
 2014-10-06 23:32 UTC  (8+ messages)
  ` [RFC][PATCH 2/2] Add support of "

[PATCH 0/5] iommu/arm-smmu: Updates for 3.17
 2014-10-06 12:42 UTC  (6+ messages)
` [PATCH 2/5] iommu/arm-smmu: add support for PCI master devices

[PATCH v2] cma: make default CMA area size zero for x86
 2014-10-06 10:04 UTC  (2+ messages)

[PATCH] cma: make default CMA area size zero for x86
 2014-10-05 13:25 UTC  (3+ messages)

[PATCH v3 0/5] enhance DMA CMA on x86
 2014-10-05  6:01 UTC  (17+ messages)


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