Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2013-11-20 14:03:59 to 2013-12-13 05:16:26 UTC [more...]

[PATCH 1/3] dmar: Fix domain id not update to newly create
 2013-12-13  5:16 UTC  (2+ messages)
` [PATCH 2/3] dmar: Move the confuse comments to proper place

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

IOMMU feedback Gigabyte and AMD
 2013-12-12 19:44 UTC 

[PATCHv6 00/13] Unifying SMMU driver among Tegra SoCs
 2013-12-12 12:14 UTC  (31+ 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 v2] Enhance dmar to support device hotplug
 2013-12-12 11:46 UTC  (4+ messages)
  ` [PATCH v2] IOMMU: enhance "

How can we enable iommu circuit to support the 1GB size hugepage
 2013-12-11 23:40 UTC 

[PATCHv3 0/9] VFIO support for platform devices
 2013-12-11 20:58 UTC  (10+ messages)
  ` [PATCH 1/9] VFIO_IOMMU_TYPE1: Introduce the VFIO_DMA_MAP_FLAG_EXEC flag
  ` [PATCH 2/9] VFIO_IOMMU_TYPE1: workaround to build for platform devices
  ` [PATCH 3/9] VFIO_PLATFORM: Initial skeleton of VFIO support "
  ` [PATCH 4/9] VFIO_PLATFORM: Return info for device and its memory mapped IO regions
  ` [PATCH 5/9] VFIO_PLATFORM: Read and write support for the device fd
  ` [PATCH 6/9] VFIO_PLATFORM: Support MMAP of MMIO regions
  ` [PATCH 7/9] VFIO_PLATFORM: Return IRQ info
  ` [PATCH 8/9] VFIO_PLATFORM: Initial interrupts support
  ` [PATCH 9/9] VFIO_PLATFORM: Support for maskable and automasked interrupts

[PATCH] iommu: Rename domain_has_cap to iommu_domain_has_cap
 2013-12-11 20:19 UTC 

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

[PATCH 0/9 v2] vfio-pci: add support for Freescale IOMMU (PAMU)
 2013-12-10 20:29 UTC  (27+ messages)
` [PATCH 1/9 v2] pci:msi: add weak function for returning msi region info

[GIT PULL] IOMMU fixes for v3.13-rc4
 2013-12-10 20:23 UTC 

[PATCH 2/3] iommu/fsl_pamu: Use dev_is_pci() to check whether it is pci device
 2013-12-10  7:03 UTC  (2+ messages)

warn_slowpath_common in drivers/pci/search.c:44 on linux-3.4.0
 2013-12-09 17:36 UTC  (6+ messages)

[PATCH 0/6] iommu/tegra124: smmu: add T124 enhancement
 2013-12-09  7:16 UTC  (8+ 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 7/6] iommu/tegra124: smmu: add multiple asid_security support

[GIT PULL] iommu: arm/smmu: fixes for 3.13
 2013-12-06 21:47 UTC  (2+ messages)

[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 3/3] iommu/vt-d: Use dev_is_pci() to check whether it is pci device
 2013-12-05 11:43 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 

[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()

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  (17+ 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 4/9] iommu/tegra: smmu: register device to iommu dynamically

[PATCHv5 2/9] driver/core: populate devices in order for IOMMUs
 2013-11-21  9:01 UTC  (6+ messages)

[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  (4+ messages)

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


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