messages from 2012-05-15 06:34:03 to 2012-06-21 00:07:34 UTC [more...]
[PATCH v2 0/7] IOMMU: Groups support
2012-06-21 0:07 UTC (20+ messages)
` [PATCH v2 1/7] driver core: Add iommu_group tracking to struct device
` [PATCH v2 2/7] iommu: IOMMU Groups
` [PATCH v2 3/7] amd_iommu: Support IOMMU groups
` [PATCH v2 4/7] intel-iommu: "
` [PATCH v2 5/7] amd_iommu: Make use of DMA quirks and ACS checks in "
` [PATCH v2 6/7] intel-iommu: "
` [PATCH v2 7/7] iommu: Remove group_mf
[PATCH 1/1] iommu/tegra: smmu: Add DMA window parser
2012-06-20 17:11 UTC (10+ messages)
` [PATCH 1/5] iommu/tegra: smmu: Add DMA window parser, of_get_dma_window()
` [PATCH 2/5] iommu/tegra: smmu: Add device tree support for SMMU
` [PATCH 3/5] iommu/tegra: smmu: Simplify allocation at once
` [PATCH 4/5] iommu/tegra: smmu: Remove unnecessary cleanups with devm_*()
` [PATCH 5/5] iommu/tegra: smmu: Fix uninitialized var warning
[PATCH 2/2] iommu/tegra: gart: Reserve iomem resource
2012-06-20 16:01 UTC (6+ messages)
` [PATCH 1/2] iommu/tegra: gart: Remove unnecessary cleanup with devm_*()
[PATCH 0/6] OMAP: iommu: hwmod, reset handling and runtime PM
2012-06-19 17:48 UTC (10+ messages)
` [PATCH 1/6] ARM: OMAP: iommu: fix including iommu.h without IOMMU_API selected
` [PATCH 2/6] ARM: OMAP3: hwmod data: add mmu data for iva and isp
` [PATCH 3/6] ARM: OMAP4: hwmod data: add mmu hwmod for ipu and dsp
` [PATCH 4/6] ARM: OMAP3/4: iommu: migrate to hwmod framework
` [PATCH 5/6] ARM: OMAP2+: iommu: add reset handling
` [PATCH 6/6] ARM: OMAP3/4: iommu: adapt to runtime pm
[PATCH] intel_irq_remapping.c: ir_parse_..._scope() can be __init
2012-06-18 10:16 UTC
[PATCH] Intel IOMMU patch to reprocess RMRR info
2012-06-15 12:58 UTC
[PATCH v3 0/5] PCI: Prep for VFIO and IOMMU Groups
2012-06-12 16:04 UTC (10+ messages)
` [PATCH v3 1/5] pci: Add PCI DMA source ID quirk
` [PATCH v3 2/5] pci: Add ACS validation utility
` [PATCH v3 3/5] pci: export pci_user functions for use by other drivers
` [PATCH v3 4/5] pci: Create common pcibios_err_to_errno
` [PATCH v3 5/5] pci: Misc pci_reg additions
[PATCH] iommu: dmar: use define to min redundancy in pr_() calls
2012-06-08 21:13 UTC
[PATCH RFC] iommu/amd: Fix missing iommu_shutdown initialization in passthrough mode
2012-06-07 9:32 UTC (2+ messages)
[PATCH 0/2]intel-iommu: reserve IOMMU register space
2012-06-06 23:58 UTC (15+ messages)
` [PATCH 1/2] iommu: dmar: replace printks with appropriate pr_*()
` [PATCH 2/2] iommu: dmar -- reserve mmio space used by IOMMU
[git pull] IOMMU fixes for Linux 3.5-rc1
2012-06-06 13:56 UTC
[PATCH 1/2] iommu/amd: Cache pdev pointer to root-bridge
2012-06-01 14:05 UTC (2+ messages)
` [PATCH 2/2] iommu/amd: Fix deadlock in ppr-handling error path
[PATCH v2 0/5] PCI: Prep for VFIO and IOMMU Groups
2012-05-30 20:09 UTC (6+ messages)
` [PATCH v2 1/5] pci: Add PCI DMA source ID quirk
` [PATCH v2 2/5] pci: Add ACS validation utility
` [PATCH v2 3/5] pci: export pci_user functions for use by other drivers
` [PATCH v2 4/5] pci: Create common pcibios_err_to_errno
` [PATCH v2 5/5] pci: Misc pci_reg additions
[PATCH 0/5] PCI: Prep for VFIO and IOMMU Groups
2012-05-30 18:05 UTC (10+ messages)
` [PATCH 1/5] pci: Add PCI DMA source ID quirk
` [PATCH 2/5] pci: Add ACS validation utility
` [PATCH 3/5] pci: export pci_user functions for use by other drivers
` [PATCH 4/5] pci: Create common pcibios_err_to_errno
` [PATCH 5/5] pci: Misc pci_reg additions
[git pull] IOMMU updates for Linux 3.5
2012-05-30 12:39 UTC
[PATCH 0/4] VFIO
2012-05-30 5:34 UTC (5+ messages)
` [PATCH 1/4] vfio: VFIO core
` [PATCH 2/4] vfio: Add documentation
` [PATCH 3/4] vfio: Type1 IOMMU implementation
` [PATCH 4/4] vfio: Add PCI device driver
[PATCH 0/7] IOMMU: Groups support
2012-05-30 5:10 UTC (8+ messages)
` [PATCH 1/7] driver core: Add iommu_group tracking to struct device
` [PATCH 2/7] iommu: IOMMU Groups
` [PATCH 3/7] amd_iommu: Support IOMMU groups
` [PATCH 4/7] intel-iommu: "
` [PATCH 5/7] amd_iommu: Make use of DMA quirks and ACS checks in "
` [PATCH 6/7] intel-iommu: "
` [PATCH 7/7] iommu: Remove group_mf
warn_slowpath_common in drivers/pci/search.c:44 on linux-3.4.0
2012-05-29 16:13 UTC (5+ messages)
[PATCH 1/2] intel-iommu: Add device info into list before doing context mapping
2012-05-25 16:43 UTC (2+ messages)
` [PATCH 2/2] intel-iommu: Move duplicate list-mangling code into unlink_domain_info() helper
[PATCH v2 00/13] IOMMU Groups + VFIO
2012-05-25 15:22 UTC (24+ messages)
` [PATCH v2 01/13] driver core: Add iommu_group tracking to struct device
` [PATCH v2 02/13] iommu: IOMMU Groups
` [PATCH v2 03/13] iommu: IOMMU groups for VT-d and AMD-Vi
` [PATCH v2 04/13] pci: Add PCI DMA source ID quirk
` [PATCH v2 05/13] pci: Add ACS validation utility
` [PATCH v2 06/13] iommu: Make use of DMA quirking and ACS enabled check for groups
` [PATCH v2 07/13] vfio: VFIO core
` [PATCH v2 08/13] vfio: Add documentation
` [PATCH v2 09/13] vfio: x86 IOMMU implementation
` [PATCH v2 10/13] pci: export pci_user functions for use by other drivers
` [PATCH v2 11/13] pci: Create common pcibios_err_to_errno
` [PATCH v2 12/13] pci: Misc pci_reg additions
` [PATCH v2 13/13] vfio: Add PCI device driver
[PATCH v2] intel-iommu: Add device info into list before doing context mapping
2012-05-24 12:46 UTC (2+ messages)
[PATCH 0/2] iommu: request CSR space
2012-05-23 10:40 UTC (7+ messages)
` [PATCH 1/2] resources: set type of new resource returned by __request_region()
` [PATCH 2/2] iommu: Request IOMMU CSR space
[PATCH] iommu/core: pass a user-provided token to fault handlers
2012-05-23 10:04 UTC (2+ messages)
[RFC v2 0/5] Add NVIDIA Tegra DRM support
2012-05-22 7:01 UTC (11+ messages)
` [RFC v2 5/5] drm: Add NVIDIA Tegra support
[PATCH 00/13] IOMMU Groups + VFIO
2012-05-21 18:14 UTC (30+ messages)
` [PATCH 02/13] iommu: IOMMU Groups
` [PATCH 03/13] iommu: IOMMU groups for VT-d and AMD-Vi
` [PATCH 04/13] pci: New pci_dma_quirk()
` [PATCH 05/13] pci: New pci_acs_enabled()
` RESEND3: "
` [PATCH 11/13] pci: Create common pcibios_err_to_errno
[PATCH] iommu/core: pass user-provided token when handling faults
2012-05-21 14:14 UTC (3+ messages)
[PATCH 1/2] iommu/tegra: smmu: Simplify allocation at once
2012-05-18 10:05 UTC (9+ messages)
` [v2 "
` [v2 2/2] iommu/tegra: smmu: Remove unnecessary cleanups with devm_*()
` [PATCH 1/1] iommu/tegra: smmu: Fix uninitialized var warning
[RFC 0/2] dma-mapping: Introduce new IOVA API with address specified
2012-05-18 6:10 UTC (3+ messages)
` [RFC 1/2] dma-mapping: Export arm_iommu_{alloc, free}_iova() functions
` [RFC 2/2] dma-mapping: Enable IOVA mapping with specific address
[PATCHv10 00/11] ARM: DMA-mapping framework redesign
2012-05-17 13:14 UTC (12+ messages)
` [PATCHv10 01/11] common: add dma_mmap_from_coherent() function
` [PATCHv10 02/11] ARM: dma-mapping: use dma_mmap_from_coherent()
` [PATCHv10 03/11] ARM: dma-mapping: use pr_* instread of printk
` [PATCHv10 05/11] ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops
` [PATCHv10 04/11] ARM: dma-mapping: introduce DMA_ERROR_CODE constant
` [PATCHv10 06/11] ARM: dma-mapping: use asm-generic/dma-mapping-common.h
` [PATCHv10 08/11] ARM: dma-mapping: move all dma bounce code to separate dma ops structure
` [PATCHv10 07/11] ARM: dma-mapping: implement dma sg methods on top of any generic dma ops
` [PATCHv10 09/11] ARM: dma-mapping: remove redundant code and do the cleanup
` [PATCHv10 10/11] ARM: dma-mapping: use alloc, mmap, free from dma_ops
` [PATCHv10 11/11] ARM: dma-mapping: add support for IOMMU mapper
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).