messages from 2016-06-02 15:39:09 to 2016-06-08 10:07:13 UTC [more...]
[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
2016-06-08 10:07 UTC (9+ messages)
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear
[RESEND PATCH v2 0/6] vfio-pci: Add support for mmapping MSI-X table
2016-06-08 9:56 UTC (9+ messages)
[PATCH v4 0/5] MT2701 iommu support
2016-06-08 9:51 UTC (6+ messages)
` [PATCH v4 1/5] dt-bindings: mediatek: add descriptions for mediatek mt2701 iommu and smi
` [PATCH v4 2/5] iommu/mediatek: move the common struct into header file
` [PATCH v4 3/5] memory/mediatek: add support for mt2701
` [PATCH v4 4/5] iommu/mediatek: add support for mtk iommu generation one HW
` [PATCH v4 5/5] ARM: dts: mt2701: add iommu/smi dtsi node for mt2701
[PATCH] iommu/mediatek: Do not call of_node_put in mtk_iommu_of_xlate
2016-06-08 9:50 UTC
[PATCH 0/3] iommu/ipmmu-vmsa: Initial r8a7796 support
2016-06-08 9:12 UTC (14+ messages)
` [PATCH 1/3] iommu/ipmmu-vmsa: Add r8a7796 DT binding
` [PATCH 2/3] iommu/ipmmu-vmsa: Increase maximum micro-TLBS to 48
` [PATCH 3/3] iommu/ipmmu-vmsa: Hook up r8a7796 DT matching code
[PATCH v9 0/7] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 3/3: vfio changes
2016-06-08 8:29 UTC (3+ messages)
[PATCH v4 00/07] iommu/ipmmu-vmsa: IPMMU multi-arch update V4
2016-06-08 7:18 UTC (8+ messages)
` [PATCH v4 01/07] iommu/ipmmu-vmsa: Remove platform data handling
` [PATCH v4 02/07] iommu/ipmmu-vmsa: Rework interrupt code and use bitmap for context
` [PATCH v4 03/07] iommu/ipmmu-vmsa: Break out utlb parsing code
` [PATCH v4 04/07] iommu/ipmmu-vmsa: Break out domain allocation code
` [PATCH v4 05/07] iommu/ipmmu-vmsa: Add new IOMMU_DOMAIN_DMA ops
` [PATCH v4 06/07] iommu/ipmmu-vmsa: ARM and ARM64 archdata access
` [PATCH v4 07/07] iommu/ipmmu-vmsa: Drop LPAE Kconfig dependency
[PATCH v2 00/11] iommu/ipmmu-vmsa: r8a7795 support V2
2016-06-08 0:23 UTC (14+ messages)
` [PATCH v2 01/11] iommu/ipmmu-vmsa: Introduce features, break out alias
` [PATCH v2 02/11] iommu/ipmmu-vmsa: Add optional root device feature
` [PATCH v2 03/11] iommu/ipmmu-vmsa: Enable multi context support
` [PATCH v2 04/11] iommu/ipmmu-vmsa: Reuse iommu groups
` [PATCH v2 05/11] iommu/ipmmu-vmsa: Make use of IOMMU_OF_DECLARE()
` [PATCH v2 06/11] iommu/ipmmu-vmsa: Teach xlate() to skip disabled iommus
` [PATCH v2 07/11] iommu/ipmmu-vmsa: IPMMU device is 64-bit bus master
` [PATCH v2 08/11] iommu/ipmmu-vmsa: Write IMCTR twice
` [PATCH v2 09/11] iommu/ipmmu-vmsa: Make IMBUSCTR setup optional
` [PATCH v2 10/11] iommu/ipmmu-vmsa: Allow two bit SL0
` [PATCH v2 11/11] iommu/ipmmu-vmsa: Hook up r8a7795 DT matching code
[PATCH v3 00/06] iommu/ipmmu-vmsa: IPMMU multi-arch update V3
2016-06-07 21:00 UTC (9+ messages)
` [PATCH v3 01/06] iommu/ipmmu-vmsa: Remove platform data handling
` [PATCH v3 02/06] iommu/ipmmu-vmsa: Rework interrupt code and use bitmap for context
` [PATCH v3 03/06] iommu/ipmmu-vmsa: Break out utlb parsing code
` [PATCH v3 04/06] iommu/ipmmu-vmsa: Break out domain allocation code
` [PATCH v3 05/06] iommu/ipmmu-vmsa: Add new IOMMU_DOMAIN_DMA ops
` [PATCH v3 06/06] iommu/ipmmu-vmsa: Drop LPAE Kconfig dependency
[PATCH v10 0/8] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 3/3: vfio changes
2016-06-07 16:44 UTC (11+ messages)
` [PATCH v10 1/8] vfio: introduce a vfio_dma type field
` [PATCH v10 2/8] vfio/type1: vfio_find_dma accepting a type argument
` [PATCH v10 3/8] vfio/type1: implement recursive vfio_find_dma_from_node
` [PATCH v10 4/8] vfio/type1: handle unmap/unpin and replay for VFIO_IOVA_RESERVED slots
` [PATCH v10 5/8] vfio: allow reserved msi iova registration
` [PATCH v10 6/8] vfio/type1: check doorbell safety
` [PATCH v10 7/8] iommu/arm-smmu: do not advertise IOMMU_CAP_INTR_REMAP
` [PATCH v10 8/8] vfio/type1: return MSI geometry through VFIO_IOMMU_GET_INFO capability chains
[PATCH v10 0/9] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 2/3: msi changes
2016-06-07 16:01 UTC (10+ messages)
` [PATCH v10 1/9] genirq/msi: export msi_get_domain_info
` [PATCH v10 2/9] genirq/msi: msi_compose wrapper
` [PATCH v10 3/9] genirq/msi-doorbell: creation
` [PATCH v10 4/9] genirq/msi-doorbell: msi_doorbell_pages
` [PATCH v10 5/9] genirq/msi-doorbell: msi_doorbell_safe
` [PATCH v10 6/9] irqchip/gicv2m: register the MSI global doorbell
` [PATCH v10 7/9] irqchip/gicv3-its: "
` [PATCH v10 8/9] genirq/msi: map/unmap the MSI doorbells on msi_domain_alloc/free_irqs
` [PATCH v10 9/9] genirq/msi: use the MSI doorbell's IOVA when requested
[PATCH v10 0/8] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 1/3: iommu changes
2016-06-07 15:59 UTC (9+ messages)
` [PATCH v10 1/8] iommu: Add iommu_domain_msi_geometry and DOMAIN_ATTR_MSI_GEOMETRY
` [PATCH v10 2/8] iommu/arm-smmu: initialize the msi geometry and advertise iommu-msi support
` [PATCH v10 3/8] iommu: introduce an msi cookie
` [PATCH v10 4/8] iommu/msi-iommu: initialization
` [PATCH v10 5/8] iommu/msi-iommu: iommu_msi_[get,put]_doorbell_iova
` [PATCH v10 6/8] iommu/msi-iommu: iommu_msi_domain
` [PATCH v10 7/8] iommu/msi-iommu: iommu_msi_msg_pa_to_va
` [PATCH v10 8/8] iommu/arm-smmu: get/put the msi cookie
[RFC PATCH v2 00/15] ACPI IORT ARM SMMU v3 support
2016-06-07 13:31 UTC (16+ messages)
` [RFC PATCH v2 07/15] drivers: acpi: iort: add node match function
` [RFC PATCH v2 01/15] drivers: acpi: iort: fix struct pci_dev compiler warnings
` [RFC PATCH v2 02/15] drivers: irqchip: its: fix its_acpi_probe() prototype
` [RFC PATCH v2 03/15] arm64: mm: change IOMMU notifier action to attach DMA ops
` [RFC PATCH v2 04/15] drivers: acpi: iort: add support for IOMMU registration
` [RFC PATCH v2 05/15] drivers: acpi: iort: add support for named component look-up
` [RFC PATCH v2 06/15] drivers: acpi: iort: enhance device identifiers mappings
` [RFC PATCH v2 08/15] drivers: acpi: iort: add support for ARM SMMU platform devices creation
` [RFC PATCH v2 09/15] drivers: iommu: arm-smmu-v3: split probe functions into DT/generic portions
` [RFC PATCH v2 10/15] drivers: iommu: arm-smmu-v3: enable ACPI driver initialization
` [RFC PATCH v2 13/15] drivers: acpi: iort: introduce iort_iommu_configure
` [RFC PATCH v2 11/15] drivers: iommu: arm-smmu-v3: add IORT iommu configuration
` [RFC PATCH v2 12/15] drivers: acpi: implement acpi_dma_configure
` [RFC PATCH v2 14/15] drivers: acpi: iort: add function to retrieve IOMMU platform devices
` [RFC PATCH v2 15/15] drivers: iommu: arm-smmu-v3: allow ACPI based streamid translation
[RFC v3 00/45] dma-mapping: Use unsigned long for dma_attrs
2016-06-07 9:06 UTC (50+ messages)
` [RFC v3 01/45] powerpc: dma-mapping: Don't hard-code the value of DMA_ATTR_WEAK_ORDERING
` [RFC v3 02/45] dma-mapping: Use unsigned long for dma_attrs
` [RFC v3 07/45] avr32: "
` [RFC v3 08/45] blackfin: "
` [RFC v3 09/45] c6x: "
` [RFC v3 10/45] cris: "
` [RFC v3 11/45] frv: "
` [RFC v3 12/45] drm/exynos: "
` [RFC v3 13/45] drm/mediatek: "
` [RFC v3 14/45] drm/msm: "
` [RFC v3 15/45] drm/nouveau: "
` [RFC v3 16/45] drm/rockship: "
` [RFC v3 17/45] infiniband: "
` [RFC v3 18/45] iommu: "
` [RFC v3 19/45] [media] "
` [RFC v3 20/45] xen: "
` [RFC v3 21/45] swiotlb: "
` [RFC v3 22/45] powerpc: "
` [RFC v3 23/45] video: "
` [RFC v3 24/45] x86: "
` [RFC v3 25/45] iommu: intel: "
` [RFC v3 26/45] h8300: "
` [RFC v3 27/45] hexagon: "
` [RFC v3 28/45] ia64: "
` [RFC v3 29/45] m68k: "
` [RFC v3 30/45] metag: "
` [RFC v3 31/45] microblaze: "
` [RFC v3 32/45] mips: "
` [RFC v3 33/45] mn10300: "
` [RFC v3 34/45] nios2: "
` [RFC v3 35/45] openrisc: "
` [RFC v3 36/45] parisc: "
` [RFC v3 37/45] misc: mic: "
` [RFC v3 38/45] s390: "
` [RFC v3 39/45] sh: "
` [RFC v3 40/45] sparc: "
` [RFC v3 41/45] tile: "
` [RFC v3 42/45] unicore32: "
` [RFC v3 43/45] xtensa: "
` [RFC v3 44/45] dma-mapping: Remove dma_get_attr
` [RFC v3 45/45] dma-mapping: Document the DMA attributes right in declaration
[PATCHv8 0/6] dmaengine: rcar-dmac: add iommu support for slave transfers
2016-06-07 7:54 UTC (7+ messages)
` [PATCHv8 1/6] dma-mapping: add {map,unmap}_resource to dma_map_ops
` [PATCHv8 2/6] dma-debug: add support for resource mappings
` [PATCHv8 3/6] dma-mapping: add dma_{map,unmap}_resource
` [PATCHv8 4/6] arm: dma-mapping: add {map,unmap}_resource for iommu ops
` [PATCHv8 5/6] dmaengine: rcar-dmac: group slave configuration
` [PATCHv8 6/6] dmaengine: rcar-dmac: add iommu support for slave transfers
[PATCH v2 0/7] Generic DT bindings for PCI IOMMUs and ARM SMMUv3
2016-06-06 17:22 UTC (11+ messages)
` [PATCH v2 1/7] iommu/of: Respect disabled IOMMUs
` [PATCH v2 2/7] Docs: dt: add PCI IOMMU map bindings
` [PATCH v2 3/7] of/irq: Break out msi-map lookup (again)
` [PATCH v2 4/7] iommu/of: Handle iommu-map property for PCI
` [PATCH v2 5/7] iommu/arm-smmu: Implement of_xlate() for SMMUv3
` [PATCH v2 6/7] iommu/arm-smmu: Finish off SMMUv3 default domain support
` [PATCH v2 7/7] iommu/arm-smmu: Support non-PCI devices with SMMUv3
iommu/vt-d: Use per-cpu IOVA caching, suspend-to-ram causes machine hang
2016-06-06 12:20 UTC (3+ messages)
` [PATCH v2] iommu/vt-d: fix overflow of iommu->domains array
[RESEND PATCH v2 2/6] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if MSI controller enables IRQ remapping
2016-06-06 8:25 UTC (13+ messages)
Three X58 Workstation Motherboards that won't boot with VT-d enabled in BIOS and intel_iommu=on w/ Kernel >=4.2.1
2016-06-06 1:30 UTC
[PATCH v3 0/5] MT2701 iommu support
2016-06-06 1:30 UTC (2+ messages)
iommu/vt-d: Use per-cpu IOVA caching, suspend-to-ram causes machine hang
2016-06-05 18:13 UTC
[PATCH] iommu/vt-d: Avoid write-tearing on PTE clear
2016-06-03 17:55 UTC (2+ messages)
[PATCH v2 3/3] iommu: convert DT component matching to component_match_add_release()
2016-06-03 15:20 UTC (2+ messages)
[PATCH] iommu: convert DT component matching to component_match_add_release()
2016-06-03 13:13 UTC (2+ messages)
[PATCH] iommu/arm-smmu: wire up map_sg for arm-smmu-v3
2016-06-03 10:50 UTC
[PATCH] iommu/vt-d: Don't reject NTB devices due to scope mismatch
2016-06-03 0:46 UTC
How to keep PCI-e endpoints and RCs in distinct IOMMU groups?
2016-06-02 19:33 UTC (5+ messages)
[PATCHv7 0/6] dmaengine: rcar-dmac: add iommu support for slave transfers
2016-06-02 16:47 UTC (4+ 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).