messages from 2016-04-05 13:41:02 to 2016-04-18 10:30:07 UTC [more...]
[RFC PATCH 00/11] ACPI IORT ARM SMMU support
2016-04-18 10:30 UTC (16+ messages)
` [RFC PATCH 01/11] drivers: acpi: iort: fix struct pci_dev compiler warnings
` [RFC PATCH 02/11] drivers: acpi: iort: add support for IOMMU registration
` [RFC PATCH 03/11] drivers: iommu: add FWNODE_IOMMU fwnode type
` [RFC PATCH 04/11] drivers: acpi: iort: introduce linker section for IORT entries probing
` [RFC PATCH 05/11] drivers: iommu: arm-smmu: split probe functions into DT/generic portions
` [RFC PATCH 06/11] drivers: iommu: make of_xlate() interface DT agnostic
` [RFC PATCH 07/11] drivers: iommu: arm-smmu: allow ACPI based streamid translation
` [RFC PATCH 08/11] drivers: acpi: iort: enhance mapping API
` [RFC PATCH 09/11] drivers: acpi: implement acpi_dma_configure
` [RFC PATCH 10/11] drivers: iommu: arm-smmu: implement ACPI probing
` [RFC PATCH 11/11] drivers: irqchip: make struct irq_fwspec generic
[RFT] iommu/amd: use subsys_initcall() on amdv2 iommu
2016-04-18 7:02 UTC (10+ messages)
` [RFT v2] "
[RFC 0/3] Unify IOMMU-based DMA-mapping code for ARM and ARM64
2016-04-18 2:20 UTC (6+ messages)
` [RFC 2/3] iommu: dma-iommu: move IOMMU/DMA-mapping code from ARM64 arch to drivers
` [RFC 3/3] iommu: dma-iommu: use common implementation also on ARM architecture
[PATCH v2 0/7] Intel IOMMU scalability improvements
2016-04-17 18:05 UTC (17+ messages)
` [PATCH v2 1/7] iommu: refactoring of deferred flush entries
` [PATCH v2 2/7] iommu: per-cpu deferred invalidation queues
` [PATCH v2 3/7] iommu: correct flush_unmaps pfn usage
` [PATCH v2 4/7] iommu: only unmap mapped entries
` [PATCH v2 5/7] iommu: avoid dev iotlb logic in intel-iommu for domains with no dev iotlbs
` [PATCH v2 6/7] iommu: change intel-iommu to use IOVA frame numbers
` [PATCH v2 7/7] iommu: introduce per-cpu caching to iova allocation
List Adminstration Help
2016-04-15 19:26 UTC
[PATCH] iommu/arm-smmu: Fix stream-match conflict with IOMMU_DOMAIN_DMA
2016-04-15 17:53 UTC (12+ messages)
` [PATCH] iommu/arm-smmu: Don't allocate resources for bypass domains
[PATCH 0/6 v2] of: Implement iterator for phandles
2016-04-14 17:16 UTC (3+ messages)
` [PATCH 6/6] iommu/arm-smmu: Make use of phandle iterators in device-tree parsing
[PATCH V4 0/4] Code refine for Intel IOMMU
2016-04-14 14:55 UTC (5+ messages)
` [PATCH V4 1/4] iommu/vt-d: replace *hdr with {drhd/atsr}[0] in struct dmar_{drhd/atsr}_unit
` [PATCH V4 2/4] iommu/vt-d: use zero-sized array in DMAR related ACPI structures
` [PATCH V4 3/4] iommu/vt-d: check Register Base Address at the beginning of dmar_parse_one_drhd()
` [PATCH V4 4/4] iommu/vt-d: refine dmar_acpi_dev_scope_init() with dmar_walk_dmar_table()
[Patch V2 0/2] Cleanup on IOMMU
2016-04-14 13:59 UTC (3+ messages)
` [Patch V2 1/2] iommu: remove the iommu_callback_data
[PATCH] iommu/amd: Set AMD iommu callbacks for platform bus driver
2016-04-14 13:28 UTC
[PATCH 0/7] arm-smmu: Implementation and context format differentiation
2016-04-13 21:16 UTC (10+ messages)
` [PATCH 1/7] iommu/arm-smmu: Differentiate specific implementations
` [PATCH 2/7] iommu/arm-smmu: Convert ThunderX workaround to new method
` [PATCH 3/7] iommu/arm-smmu: Work around MMU-500 prefetch errata
` [PATCH 4/7] io-64-nonatomic: Add relaxed accessor variants
` [PATCH 5/7] iommu/arm-smmu: Tidy up 64-bit/atomic I/O accesses
` [PATCH 6/7] iommu/arm-smmu: Decouple context format from kernel config
` [PATCH 7/7] iommu/arm-smmu: Support SMMUv1 64KB supplement
[PATCH 0/5] Introduce per-domain page sizes
2016-04-13 16:29 UTC (9+ messages)
` [PATCH 1/5] iommu: remove unused priv field from struct iommu_ops
` [PATCH 2/5] iommu: of: enforce const-ness of "
` [PATCH 3/5] iommu: Allow selecting page sizes per domain
` [PATCH 4/5] iommu/dma: Finish optimising higher-order allocations
` [PATCH v2] "
` [PATCH 5/5] iommu/arm-smmu: Use per-domain page sizes
[PATCH v5 0/9] dmaengine: rcar-dmac: add iommu support for slave transfers
2016-04-13 13:29 UTC (6+ messages)
` [PATCH v5 3/9] dma-mapping: add dma_{map,unmap}_resource
[PATCH 7/7] iommu: introduce per-cpu caching to iova allocation
2016-04-13 11:38 UTC (3+ messages)
[PATCH 2/7] iommu: per-cpu deferred invalidation queues
2016-04-13 11:32 UTC (3+ messages)
[PATCH 6/7] iommu: change intel-iommu to use IOVA frame numbers
2016-04-12 20:13 UTC (6+ messages)
[PATCH v4 0/6] PCI: Support multiple DMA aliases
2016-04-12 18:10 UTC (19+ messages)
` [PATCH v4 1/6] PCI: Add pci_add_dma_alias() to abstract implementation
` [PATCH v4 2/6] PCI: Move informational printk to pci_add_dma_alias()
` [PATCH v4 3/6] PCI: Add support for multiple DMA aliases
` [PATCH v4 4/6] PCI: Rename dma_alias_is_enabled() to pci_devs_are_dma_aliases()
` [PATCH v4 6/6] PCI: Squash pci_dev_flags to remove holes
[PATCH V2 0/5] iommu/msm: Add DT adaptation and generic bindings support
2016-04-12 15:34 UTC (10+ messages)
` [PATCH V2 1/5] iommu/msm: Add DT adaptation
` [PATCH V2 2/5] iommu/msm: Move the contents from msm_iommu_dev.c to msm_iommu.c
` [PATCH V2 3/5] iommu/msm: Add support for generic master bindings
` [PATCH V2 4/5] iommu/msm: use generic ARMV7S short descriptor pagetable ops
` [PATCH V2 5/5] iommu/msm: Remove driver BROKEN
[PATCH 4/7] iommu: only unmap mapped entries
2016-04-12 15:08 UTC (3+ messages)
[PATCH 5/7] iommu: avoid dev iotlb logic in intel-iommu for domains with no dev iotlbs
2016-04-11 20:16 UTC (2+ messages)
[PATCH 3/7] iommu: correct flush_unmaps pfn usage
2016-04-11 20:11 UTC (2+ messages)
[PATCH 1/7] iommu: refactoring of deferred flush entries
2016-04-11 20:09 UTC (2+ messages)
Can't boot new 4.4 kernel with IOMMU enabled
2016-04-11 15:43 UTC (13+ messages)
[patch] iommu/amd: Signedness bug in acpihid_device_group()
2016-04-11 14:11 UTC (3+ messages)
AMD-Vi regression with PCIe/PCI bridges in 4.4
2016-04-11 14:08 UTC (18+ messages)
[PATCH RESEND] iommu/dma: Implement scatterlist segment merging
2016-04-11 11:32 UTC
[PATCH v2 1/2] dma/iommu: Add pgsize_bitmap confirmation in __iommu_dma_alloc_pages
2016-04-11 7:40 UTC (8+ messages)
[v7, 0/5] Fix eSDHC host version register bug
2016-04-11 2:54 UTC (5+ messages)
[PATCH v4 5/6] pci: Add DMA alias quirk for mic_x200_dma
2016-04-08 20:19 UTC (3+ messages)
` [PATCH v5 5/6] PCI: "
[PATCH v4 3/6] PCI: Add support for multiple DMA aliases
2016-04-08 20:19 UTC (3+ messages)
` [PATCH v5 "
[PATCH v6 0/5] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 3/3: vfio changes
2016-04-08 16:57 UTC (11+ messages)
` [PATCH v6 2/5] vfio: allow the user to register reserved iova range for MSI mapping
` [PATCH v6 5/5] vfio/type1: return MSI mapping requirements with VFIO_IOMMU_GET_INFO
[git pull] IOMMU Fixes for Linux v4.6-rc2
2016-04-08 14:24 UTC
[PATCH v6 0/7] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 1/3: iommu changes
2016-04-08 13:31 UTC (13+ messages)
` [PATCH v6 4/7] dma-reserved-iommu: alloc/free_reserved_iova_domain
` [PATCH v6 6/7] dma-reserved-iommu: iommu_get/put_single_reserved
[PATCH v11 58/60] PCI: Introduce resource_disabled()
2016-04-08 0:16 UTC
[PATCH 1/2] iommu: Support dynamic pgsize_bitmap
2016-04-07 19:44 UTC (6+ messages)
` [PATCH 2/2] iommu/arm-smmu: Implement .get_pgsize_bitmap for domain
[PATCH 1/3] iommu: Add MMIO mapping type
2016-04-07 13:08 UTC (4+ messages)
` [PATCH 2/3] iommu/io-pgtable-arm: Support IOMMU_MMIO flag
[patch] iommu/vt-d: silence an uninitialized variable warning
2016-04-07 12:52 UTC (2+ messages)
[PATCH] iommu/rockchip: Fix "is stall active" check
2016-04-07 12:50 UTC (6+ messages)
[PATCH v2] powerpc: Fix incorrect PPC32 PAMU dependency
2016-04-07 12:46 UTC (2+ messages)
[PATCH] iommu: Don't overwrite domain pointer when there is no default_domain
2016-04-07 12:40 UTC
[PATCH V3 0/9] iommu/amd: enable ACPI hardware ID device support
2016-04-07 11:30 UTC (2+ messages)
Haswell IOMMU bug that gets no response from maintainers
2016-04-07 4:26 UTC
[PATCH] drivers/iommu: don't select DEBUG_FS for AMD_IOMMU_STATS
2016-04-05 22:41 UTC (4+ messages)
Kernel hangs when intel_iommu=on on 4.2.0
2016-04-05 21:42 UTC (2+ messages)
[PATCH] iommu/rockchip: Only log stall errors when attaching
2016-04-05 17:10 UTC (4+ messages)
[PATCH 0/4] Some OMAP IOMMU Cleanups
2016-04-05 15:54 UTC (2+ messages)
[PATCH] iommu: change generic_device_group function
2016-04-05 15:04 UTC (2+ messages)
[PATCH] intel-iommu: fix up comment
2016-04-05 15:01 UTC (2+ messages)
[PATCH] iommu/rockchip: Don't feed NULL res pointers to devres
2016-04-05 14:27 UTC (2+ messages)
[PATCH v2 0/2] iommu/vt-d: Fault logging improvements
2016-04-05 14:20 UTC (2+ messages)
[PATCH 1/2] iommu/dma: Restore scatterlist offsets correctly
2016-04-05 14:06 UTC (5+ messages)
[PATCH 00/04] iommu/ipmmu-vmsa: IPMMU CONFIG_IOMMU_DMA update
2016-04-05 14:02 UTC (2+ messages)
[PATCH v2 0/2] MT8173 IOMMU 4GB MODE SUPPORT
2016-04-05 13:41 UTC (2+ messages)
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).