Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2013-11-14 22:58:26 to 2013-12-06 19:25:07 UTC [more...]

[PATCH 0/9 v2] vfio-pci: add support for Freescale IOMMU (PAMU)
 2013-12-06 19:25 UTC  (28+ messages)
  ` [PATCH 1/9 v2] pci:msi: add weak function for returning msi region info
  ` [PATCH 2/9 v2] pci: msi: expose msi region information functions
  ` [PATCH 3/9 v2] powerpc: pci: Add arch specific msi region interface
  ` [PATCH 4/9 v2] powerpc: msi: Extend the msi region interface to get info from fsl_msi
  ` [PATCH 5/9 v2] pci/msi: interface to set an iova for a msi region
  ` [PATCH 6/9 v2] powerpc: pci: Extend msi iova page setup to arch specific
  ` [PATCH 7/9 v2] pci: msi: Extend msi iova setting interface to powerpc arch
  ` [PATCH 8/9 v2] vfio: moving some functions in common file
  ` [PATCH 9/9 v2] vfio pci: Add vfio iommu implementation for FSL_PAMU

[GIT PULL] iommu: arm/smmu: fixes for 3.13
 2013-12-06 17:53 UTC 

[Patch Part1 V2 00/20] Bugfixes and improvements for Intel IOMMU drivers
 2013-12-06  3:21 UTC  (21+ messages)
` [Patch Part1 V2 01/20] iommu/vt-d: use dedicated bitmap to track remapping entry allocation status
` [Patch Part1 V2 02/20] iommu/vt-d: fix PCI device reference leakage on error recovery path
` [Patch Part1 V2 03/20] iommu/vt-d: fix a race window in allocating domain ID for virtual machines
` [Patch Part1 V2 04/20] iommu/vt-d: fix resource leakage on error recovery path in iommu_init_domains()
` [Patch Part1 V2 05/20] iommu/vt-d, trivial: refine support of 64bit guest address
` [Patch Part1 V2 06/20] iommu/vt-d, trivial: print correct domain id of static identity domain
` [Patch Part1 V2 07/20] iommu/vt-d, trivial: check suitable flag in function detect_intel_iommu()
` [Patch Part1 V2 08/20] iommu/vt-d, trivial: clean up unused code
` [Patch Part1 V2 09/20] iommu/vt-d: mark internal functions as static
` [Patch Part1 V2 10/20] iommu/vt-d, trivial: use defined macro instead of hardcoding
` [Patch Part1 V2 11/20] iommu/vt-d, trivial: simplify code with existing macros
` [Patch Part1 V2 12/20] iommu/vt-d: fix invalid memory access when freeing DMAR irq
` [Patch Part1 V2 13/20] iommu/vt-d: keep shared resources when failed to initialize iommu devices
` [Patch Part1 V2 14/20] iommu/vt-d: avoid double free in error recovery path
` [Patch Part1 V2 15/20] iommu/vt-d: fix access after free issue in function free_dmar_iommu()
` [Patch Part1 V2 16/20] iommu/vt-d: release invalidation queue when destroying IOMMU unit
` [Patch Part1 V2 17/20] iommu/vt-d: fix wrong return value of dmar_table_init()
` [Patch Part1 V2 18/20] iommu/vt-d, PCI, trivial: use dev_is_pci() instead of hardcoding
` [Patch Part1 V2 19/20] iommu/vt-d, trivial: clean sparse warnings
` [Patch Part1 V2 20/20] iommu/vt-d: free all resources if failed to initialize DMARs

AMD IOMMU: Please support Marvell 88SE91xx SATA Controllers
 2013-12-05 20:42 UTC  (9+ messages)
    ` [PATCH] iommu/amd: Add quirk for broken Marvell 88SE91xx SATA

[PATCH 0/6] iommu/tegra124: smmu: add T124 enhancement
 2013-12-05 12:25 UTC  (7+ messages)
  ` [PATCH 1/6] iommu/tegra124: smmu: optionaly AHB enables SMMU
  ` [PATCH 2/6] iommu/tegra124: smmu: convert swgroup ID to asid offset
  ` [PATCH 3/6] iommu/tegra124: smmu: add support platform data
  ` [PATCH 4/6] iommu/tegra124: smmu: support more than 32 bit pa
  ` [PATCH 5/6] iommu/tegra124: smmu: {TLB,PTC} reset value per SoC
  ` [PATCH 6/6] iommu/tegra124: smmu: adjust TLB_FLUSH_ASID bit range

[PATCH 3/3] iommu/vt-d: Use dev_is_pci() to check whether it is pci device
 2013-12-05 11:43 UTC 

[PATCH 2/3] iommu/fsl_pamu: Use dev_is_pci() to check whether it is pci device
 2013-12-05 11:42 UTC 

[PATCH 1/3] iommu/amd: Use dev_is_pci() to check whether it is pci device
 2013-12-05 11:42 UTC 

[PATCH] iommu: add missing include
 2013-12-05  1:22 UTC 

[PATCHv6 00/13] Unifying SMMU driver among Tegra SoCs
 2013-12-04 10:01 UTC  (26+ messages)
` [PATCHv6 01/13] of: introduce of_property_for_earch_phandle_with_args()
    ` [PATCHv6+ "
            ` [RFC][PATCHv6++ "
                ` [RFC][PATCHv6+++ "
  ` [PATCHv6 02/13] iommu/of: introduce a global iommu device list
  ` [PATCHv6 03/13] iommu/of: check if dependee iommu is ready or not
  ` [PATCHv6 04/13] driver/core: populate devices in order for IOMMUs
  ` [PATCHv6 05/13] iommu/core: add ops->{bound,unbind}_driver()
  ` [PATCHv6 06/13] ARM: tegra: create a DT header defining SWGROUP ID
  ` [PATCHv6 07/13] iommu/tegra: smmu: register device to iommu dynamically
  ` [PATCHv6 08/13] iommu/tegra: smmu: calculate ASID register offset by ID
  ` [PATCHv6 09/13] iommu/tegra: smmu: get swgroups from DT "iommus="
  ` [PATCHv6 10/13] iommu/tegra: smmu: allow duplicate ASID wirte
  ` [PATCHv6 11/13] iommu/tegra: smmu: Rename hwgrp -> swgroups
  ` [PATCHv6 12/13] iommu/tegra: smmu: add SMMU to an global iommu list
  ` [PATCHv6 13/13] [FOR TEST] ARM: dt: tegra30: add "iommus" binding

[PATCH 0/6] Crashdump Accepting Active IOMMU
 2013-12-03 20:00 UTC  (8+ messages)
  ` [PATCH 2/6] Crashdump-Accepting-Active-IOMMU-Utility-functions
    ` [PATCH 1/6] Crashdump-Accepting-Active-IOMMU-Flags-and-Prototypes
    ` [PATCH 3/6] Crashdump-Accepting-Active-IOMMU-Domain-Interfaces
    ` [PATCH 4/6] Crashdump-Accepting-Active-IOMMU-Copy-Translations
    ` [PATCH 5/6] Crashdump-Accepting-Active-IOMMU-Debug-Print-IOMMU
    ` [PATCH 6/6] Crashdump-Accepting-Active-IOMMU-Call-From-Mainline

[PATCH 0/3 v2] iommu/fsl: PAMU driver fixes
 2013-12-03 18:34 UTC  (7+ messages)
` [PATCH 1/3 v2] iommu/fsl: Factor out PCI specific code
` [PATCH 2/3 v2] iommu/fsl: Enable default DMA window for PCIe devices

[RFC PATCH v2 0/7] VFIO for device tree based platform devices (work in progress)
 2013-12-02 18:08 UTC  (7+ messages)

[PATCH 1/1] NULL return of kmem_cache_zalloc should be handled
 2013-12-02 10:29 UTC 

[Patch Part1 V2 01/17] iommu/vt-d: use dedicated bitmap to track remapping entry allocation status
 2013-12-02  1:47 UTC  (6+ messages)
    ` [Patch Part1 V2 02/17] iommu/vt-d: fix PCI device reference leakage on error recovery path
    ` [Patch Part1 V2 04/17] iommu/vt-d: fix resource leakage on error recovery path in iommu_init_domains()
    ` [Patch Part1 V2 07/17] iommu/vt-d. trivial: check suitable flag in function detect_intel_iommu()
    ` [Patch Part1 V2 07/17] iommu/vt-d, "
    ` [Patch Part1 V2 12/17] iommu/vt-d: fix invalid memory access when freeing DMAR irq

[PATCH 0/2] extend support for CMA CMA on x86
 2013-11-29 19:59 UTC  (3+ messages)
  ` [PATCH 2/2] intel-iommu: integrate DMA CMA

[PATCH 0/4] iommu: arm/smmu: current updates for 3.14
 2013-11-29 12:15 UTC  (5+ messages)
  ` [PATCH 1/4] iommu/arm-smmu: add devices attached to the SMMU to an IOMMU group
  ` [PATCH 2/4] iommu/arm-smmu: use VA_BITS to determine arm64 virtual address space
  ` [PATCH 3/4] iommu: add IOMMU_EXEC flag for safely allowing XN mappings
  ` [PATCH 4/4] iommu/arm-smmu: add support for IOMMU_EXEC

[PATCH 0/3] iommu: arm/smmu: fixes for 3.13
 2013-11-29 12:14 UTC  (4+ messages)
  ` [PATCH 1/3] iommu/arm-smmu: use mutex instead of spinlock for locking page tables
  ` [PATCH 2/3] iommu/arm-smmu: remove potential NULL dereference on mapping path
  ` [PATCH 3/3] iommu/arm-smmu: fix error return code in arm_smmu_device_dt_probe()

[PATCH 00/15] Enable compilation of various Renesas drivers with COMPILE_TEST
 2013-11-28  7:36 UTC  (3+ messages)
  ` [PATCH 04/15] iommu: shmobile: Enable driver compilation "

Report from 2013 ARM kernel summit
 2013-11-25 18:03 UTC  (16+ messages)

[PATCHv5 0/9] Unifying Tegra IOMMU(SMMU) driver among Tegra SoCs
 2013-11-25 17:39 UTC  (34+ messages)
  ` [PATCHv5 1/9] of: introduce of_property_for_earch_phandle_with_args()
  ` [PATCHv5 2/9] driver/core: populate devices in order for IOMMUs
  ` [PATCHv5 3/9] ARM: tegra: create a DT header defining SWGROUP ID
  ` [PATCHv5 4/9] iommu/tegra: smmu: register device to iommu dynamically
  ` [PATCHv5 5/9] iommu/tegra: smmu: calculate ASID register offset by ID
  ` [PATCHv5 6/9] iommu/tegra: smmu: get swgroups from DT "iommus="
  ` [PATCHv5 7/9] iommu/tegra: smmu: allow duplicate ASID wirte
  ` [PATCHv5 8/9] iommu/tegra: smmu: Rename hwgrp -> swgroups
  ` [PATCHv5 9/9] [FOR TEST] ARM: dt: tegra30: add "iommus" binding

[PATCH v2] Enhance dmar to support device hotplug
 2013-11-21  8:21 UTC  (2+ messages)
  ` [PATCH v2] IOMMU: enhance "

[PATCH 0/1] IOMMU: Enhance IOMMU to support device hotplug
 2013-11-21  6:21 UTC  (7+ messages)
` [PATCH 1/1] IOMMU: Save pci device id instead of pci_dev* pointer for DMAR devices

[RFC PATCH] Crashdump Accepting Active IOMMU
 2013-11-21  5:28 UTC  (5+ messages)

[PATCH] iommu: Split iommu_unmaps
 2013-11-20 14:29 UTC  (4+ messages)

[PATCH] iommu/fsl_pamu: use physical cpu index to find the matched cpu nodes
 2013-11-19  3:09 UTC  (7+ messages)

[PATCH 4/9] xen: Add xen_create_contiguous_region
 2013-11-18 15:59 UTC  (2+ messages)

[PATCHv4 0/7] Unifying SMMU driver among Tegra SoCs
 2013-11-15 16:44 UTC  (5+ messages)
` [PATCHv4 1/7] ARM: tegra: Create a DT header defining SWGROUP ID

Vacation Notice
 2013-11-15 16:10 UTC 

[PATCH -next] iommu/arm-smmu: fix potential NULL pointer dereference in arm_smmu_map()
 2013-11-15 12:53 UTC  (2+ messages)

[PATCH -next] iommu/arm-smmu: fix error return code in arm_smmu_device_dt_probe()
 2013-11-15 12:48 UTC  (2+ messages)

[PATCHv3 01/19] [HACK] of: dev_node has struct device pointer
 2013-11-15  7:31 UTC  (4+ messages)

[git pull] IOMMU Updates for Linux v3.13
 2013-11-14 22:58 UTC 


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