messages from 2016-12-12 18:38:47 to 2017-01-05 19:04:46 UTC [more...]
[PATCH v6 00/18] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions
2017-01-05 19:04 UTC (19+ messages)
` [PATCH v6 01/18] iommu/dma: Allow MSI-only cookies
` [PATCH v6 02/18] iommu: Rename iommu_dm_regions into iommu_resv_regions
` [PATCH v6 03/18] iommu: Add a new type field in iommu_resv_region
` [PATCH v6 04/18] iommu: iommu_alloc_resv_region
` [PATCH v6 05/18] iommu: Only map direct mapped regions
` [PATCH v6 06/18] iommu: iommu_get_group_resv_regions
` [PATCH v6 07/18] iommu: Implement reserved_regions iommu-group sysfs file
` [PATCH v6 08/18] iommu/vt-d: Implement reserved region get/put callbacks
` [PATCH v6 09/18] iommu/amd: Declare MSI and HT regions as reserved IOVA regions
` [PATCH v6 10/18] iommu/arm-smmu: Implement reserved region get/put callbacks
` [PATCH v6 11/18] iommu/arm-smmu-v3: "
` [PATCH v6 12/18] irqdomain: Add irq domain MSI and MSI_REMAP flags
` [PATCH v6 13/18] genirq/msi: Set IRQ_DOMAIN_FLAG_MSI on MSI domain creation
` [PATCH v6 14/18] irqdomain: irq_domain_check_msi_remap
` [PATCH v6 15/18] irqchip/gicv3-its: Sets IRQ_DOMAIN_FLAG_MSI_REMAP
` [PATCH v6 16/18] vfio/type1: Allow transparent MSI IOVA allocation
` [PATCH v6 17/18] vfio/type1: Check MSI remapping at irq domain level
` [PATCH v6 18/18] iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymore
[PATCH] ACPI / DMAR: Avoid passing NULL to acpi_put_table()
2017-01-05 17:41 UTC (3+ messages)
[RFC 0/3] iommu/arm-smmu: patches for adreno
2017-01-05 17:25 UTC (19+ messages)
` [RFC 1/3] iommu/arm-smmu: Add support to opt-in to stalling
` [RFC 2/3] iommu/arm-smmu: Add qcom implementation
` [RFC 3/3] iommu/arm-smmu: Let fault handler return -EFAULT
[PATCH v4 00/10] IOMMU probe deferral support
2017-01-05 15:35 UTC (10+ messages)
` [PATCH 02/10] iommu/of: Prepare for deferred IOMMU configuration
[PATCH v5 00/17] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions
2017-01-05 12:08 UTC (28+ messages)
` [PATCH v5 01/17] iommu/dma: Allow MSI-only cookies
` [PATCH v5 02/17] iommu: Rename iommu_dm_regions into iommu_resv_regions
` [PATCH v5 03/17] iommu: Add a new type field in iommu_resv_region
` [PATCH v5 04/17] iommu: iommu_alloc_resv_region
` [PATCH v5 05/17] iommu: Only map direct mapped regions
` [PATCH v5 06/17] iommu: iommu_get_group_resv_regions
` [PATCH v5 07/17] iommu: Implement reserved_regions iommu-group sysfs file
` [PATCH v5 08/17] iommu/vt-d: Implement reserved region get/put callbacks
` [PATCH v5 09/17] iommu/amd: Declare MSI and HT regions as reserved IOVA regions
` [PATCH v5 10/17] iommu/arm-smmu: Implement reserved region get/put callbacks
` [PATCH v5 11/17] iommu/arm-smmu-v3: "
` [PATCH v5 12/17] irqdomain: Add IRQ_DOMAIN_FLAG_MSI_REMAP value
` [PATCH v5 13/17] irqdomain: irq_domain_check_msi_remap
` [PATCH v5 14/17] irqchip/gicv3-its: Sets IRQ_DOMAIN_FLAG_MSI_REMAP
` [PATCH v5 15/17] vfio/type1: Allow transparent MSI IOVA allocation
` [PATCH v5 16/17] vfio/type1: Check MSI remapping at irq domain level
` [PATCH v5 17/17] iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymore
[PATCH V8 0/9] Add support for privileged mappings
2017-01-04 18:05 UTC (11+ messages)
` [PATCH V8 1/9] iommu: add IOMMU_PRIV attribute
` [PATCH V8 2/9] iommu/io-pgtable-arm: add support for the IOMMU_PRIV flag
` [PATCH V8 3/9] iommu/io-pgtable-arm-v7s: Add "
` [PATCH V8 4/9] common: DMA-mapping: add DMA_ATTR_PRIVILEGED attribute
` [PATCH V8 5/9] arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGED
` [PATCH V8 6/9] arm/dma-mapping: "
` [PATCH V8 7/9] dmaengine: pl330: Make sure microcode is privileged
` [PATCH V8 8/9] iommu/arm-smmu: Set privileged attribute to 'default' instead of 'unprivileged'
` [PATCH V8 9/9] Revert "iommu/arm-smmu: Set PRIVCFG in stage 1 STEs"
[PATCH] iommu: Drop the of_iommu_{set/get}_ops() interface
2017-01-04 15:19 UTC (4+ messages)
[PATCH V6 0/7] perf/amd/iommu: Enable multi-IOMMU support
2017-01-04 14:48 UTC (9+ messages)
` [PATCH V6 1/7] perf/amd/iommu: Misc fix up perf_iommu_read
` [PATCH V6 2/7] perf/amd/iommu: Modify functions to query max banks and counters
` [PATCH V6 3/7] perf/amd/iommu: Modify IOMMU API to allow specifying IOMMU index
` [PATCH V6 4/7] perf/amd/iommu: Declare pr_fmt and remove unnecessary pr_debug
` [PATCH V6 5/7] perf/amd/iommu: Clean up perf_iommu_enable_event
` [PATCH V6 6/7] iommu/amd: Introduce amd_iommu_get_num_iommus()
` [PATCH V6 7/7] perf/amd/iommu: Enable support for multiple IOMMUs
possible dmar_init_reserved_ranges() error
2017-01-04 14:39 UTC (10+ messages)
[PATCH] iommu/iova: use rb_entry()
2017-01-04 14:35 UTC (2+ messages)
[PATCH] iommu/amd: fix the left value check of cmd buffer
2017-01-04 14:24 UTC (2+ messages)
[PATCH v2] iommu/intel-iommu: fix pasid table size encoding
2017-01-04 14:17 UTC (5+ messages)
[PATCH v3] iommu/vt-d: Flush old iommu caches for kdump when the device gets context mapped
2017-01-04 14:14 UTC (5+ messages)
[RFC PATCH] iommu/arm-smmu: Add global SMR masking property
2017-01-03 13:47 UTC (4+ messages)
[PATCH V7 0/8] Add support for privileged mappings
2017-01-02 13:22 UTC (14+ messages)
` [PATCH V7 4/8] common: DMA-mapping: add DMA_ATTR_PRIVILEGED attribute
` [PATCH V7 5/8] arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGED
` [PATCH V7 7/8] iommu/arm-smmu: Set privileged attribute to 'default' instead of 'unprivileged'
` [PATCH V7 8/8] iommu/arm-smmu: Revert "iommu/arm-smmu: Set PRIVCFG in stage 1 STEs"
[PATCH v7 RESEND 00/12] Fix kdump faults on system with amd iommu
2017-01-02 7:39 UTC (13+ messages)
` [PATCH v7 RESEND 01/12] iommu/amd: Detect pre enabled translation
` [PATCH v7 RESEND 02/12] iommu/amd: add several helper function
` [PATCH v7 RESEND 03/12] iommu/amd: Define bit fields for DTE particularly
` [PATCH v7 RESEND 04/12] iommu/amd: Add function copy_dev_tables
` [PATCH v7 RESEND 05/12] iommu/amd: copy old trans table from old kernel
` [PATCH v7 RESEND 06/12] iommu: Add is_attach_deferred call-back to iommu-ops
` [PATCH v7 RESEND 07/12] iommu/amd: Use is_attach_deferred call-back
` [PATCH v7 RESEND 08/12] iommu/amd: Add sanity check of irq remap information of old dev table entry
` [PATCH v7 RESEND 09/12] iommu: Assign the direct mapped domain to group->domain
` [PATCH v7 RESEND 10/12] iommu/amd: Allocate memory below 4G for dev table if translation pre-enabled
` [PATCH v7 RESEND 11/12] iommu/amd: Don't copy GCR3 table root pointer
` [PATCH v7 RESEND 12/12] iommu/amd: Clear out the GV flag when handle deferred domain attach
[PATCHv9 0/6] dmaengine: rcar-dmac: add iommu support for slave transfers
2017-01-01 23:08 UTC (4+ messages)
` [PATCHv9 6/6] "
[PATCH v7 00/12] Fix kdump faults on system with amd iommu
2016-12-24 3:47 UTC (2+ messages)
[RFC v4 00/16] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions
2016-12-23 15:13 UTC (22+ messages)
` [RFC v4 01/16] iommu/dma: Allow MSI-only cookies
` [RFC v4 02/16] iommu: Rename iommu_dm_regions into iommu_resv_regions
` [RFC v4 03/16] iommu: Add a new type field in iommu_resv_region
` [RFC v4 04/16] iommu: iommu_alloc_resv_region
` [RFC v4 05/16] iommu: Only map direct mapped regions
` [RFC v4 06/16] iommu: iommu_get_group_resv_regions
` [RFC v4 07/16] iommu: Implement reserved_regions iommu-group sysfs file
` [RFC v4 08/16] iommu/vt-d: Implement reserved region get/put callbacks
` [RFC v4 09/16] iommu/arm-smmu: "
` [RFC v4 10/16] iommu/arm-smmu-v3: "
` [RFC v4 11/16] irqdomain: Add IRQ_DOMAIN_FLAG_MSI_REMAP value
` [RFC v4 12/16] irqdomain: irq_domain_check_msi_remap
` [RFC v4 13/16] irqchip/gicv3-its: Sets IRQ_DOMAIN_FLAG_MSI_REMAP
` [RFC v4 14/16] vfio/type1: Allow transparent MSI IOVA allocation
` [RFC v4 15/16] vfio/type1: Check MSI remapping at irq domain level
` [RFC v4 16/16] iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymore
[PATCH v3] arm64: SMMU-v2: Workaround for Cavium ThunderX erratum 28168
2016-12-21 4:40 UTC (5+ messages)
[PATCH] iommu/arm-smmu-v3: prevent corruption of ste stage-1 context ptr
2016-12-21 4:11 UTC (3+ messages)
` [PATCH] iommu/arm-smmu-v3: Clear prior settings when updating STEs
[PATCH 0/4] iommu/arm-smmu: Fixes for 4.8
2016-12-20 16:17 UTC (6+ messages)
` [PATCH 3/4] iommu/arm-smmu: Disable stalling faults for all endpoints
[PATCH] iommu/arm-smmu-v3: avoid over allocating for l2 stream tables
2016-12-20 10:22 UTC (2+ messages)
[PATCH] Docs: dt: Be explicit and consistent in reference to IOMMU specifiers
2016-12-19 23:06 UTC (5+ messages)
RFC: extend iommu-map binding to support #iommu-cells > 1
2016-12-16 17:05 UTC (11+ messages)
[git pull] IOMMU Updates for Linux v4.10
2016-12-15 17:01 UTC
[RESEND PATCH V6 0/6] Add support for privileged mappings
2016-12-12 19:34 UTC (5+ 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