messages from 2016-09-12 16:13:44 to 2016-09-28 13:01:36 UTC [more...]
[PATCH v5 0/8] Fix kdump faults on system with amd iommu
2016-09-28 13:01 UTC (23+ messages)
` [PATCH v5 1/8] iommu/amd: Detect pre enabled translation
` [PATCH v5 2/8] iommu/amd: add early_enable_iommu() wrapper function
` [PATCH v5 3/8] iommu/amd: Define bit fields for DTE particularly
` [PATCH v5 4/8] iommu/amd: Add function copy_dev_tables
` [PATCH v5 5/8] iommu/amd: copy old trans table from old kernel
` [PATCH v5 6/8] iommu/amd: Do not re-enable dev table entries in kdump
` [PATCH v5 7/8] iommu/amd: Don't update domain info to dte entry at iommu init stage
` [PATCH v5 8/8] iommu/amd: Update domain into to dte entry during device driver init
[RFC 00/11] KVM PCIe/MSI passthrough on ARM/ARM64: re-design with transparent MSI mapping
2016-09-27 20:48 UTC (12+ messages)
` [RFC 01/11] iommu: Add iommu_domain_msi_geometry and DOMAIN_ATTR_MSI_GEOMETRY
` [RFC 02/11] iommu: Introduce IOMMU_CAP_TRANSLATE_MSI capability
` [RFC 03/11] iommu: Introduce IOMMU_DOMAIN_MIXED
` [RFC 04/11] iommu/dma: Allow MSI-only cookies
` [RFC 05/11] iommu/dma: iommu_dma_(un)map_mixed
` [RFC 06/11] iommu/arm-smmu: Allow IOMMU_DOMAIN_MIXED domain allocation
` [RFC 07/11] iommu: Use IOMMU_DOMAIN_MIXED typed domain when IOMMU translates MSI
` [RFC 08/11] vfio/type1: Sets the IOVA window in case MSI IOVA need to be allocated
` [RFC 09/11] vfio/type1: Reserve IOVAs for IOMMU_DOMAIN_MIXED domains
` [RFC 10/11] iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP
` [RFC 11/11] iommu/arm-smmu: Advertise IOMMU_CAP_TRANSLATE_MSI
[PATCHv9 0/6] dmaengine: rcar-dmac: add iommu support for slave transfers
2016-09-26 16:47 UTC (15+ messages)
[PATCH v3 0/2] Exynos IOMMU: proper runtime PM support (use device dependencies)
2016-09-26 12:34 UTC (16+ messages)
` [PATCH v3 1/2] iommu/exynos: Remove excessive, useless debug
` [PATCH v3 2/2] iommu/exynos: Add proper runtime pm support
Potential double spin_lock_irqsave BUG in Linux 4.7's drivers/iommu/intel-iommu.c
2016-09-26 10:27 UTC
[v12, 0/8] Fix eSDHC host version register bug
2016-09-26 3:14 UTC (12+ messages)
` [v12, 1/8] dt: bindings: update Freescale DCFG compatible
` [v12, 2/8] ARM64: dts: ls2080a: add device configuration node
` [v12, 3/8] dt: bindings: move guts devicetree doc out of powerpc directory
` [v12, 4/8] powerpc/fsl: move mpc85xx.h to include/linux/fsl
` [v12, 5/8] soc: fsl: add GUTS driver for QorIQ platforms
` [v12, 6/8] MAINTAINERS: add entry for Freescale SoC drivers
` [v12, 7/8] base: soc: introduce soc_device_match() interface
` [v12, 8/8] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0
[PATCH] iommu/arm-smmu: Work around ARM DMA configuration
2016-09-23 13:11 UTC
[PATCH/RFC] iommu/ipmmu-vmsa: Update ->add_device() return value
2016-09-22 15:56 UTC (4+ messages)
[GIT PULL] iommu/arm-smmu: Updates for 4.9
2016-09-22 15:34 UTC (2+ messages)
[PATCH v5 00/07] iommu/ipmmu-vmsa: IPMMU multi-arch update V5
2016-09-22 14:47 UTC (10+ messages)
` [PATCH v5 01/07] iommu/ipmmu-vmsa: Remove platform data handling
` [PATCH v5 02/07] iommu/ipmmu-vmsa: Rework interrupt code and use bitmap for context
` [PATCH v5 03/07] iommu/ipmmu-vmsa: Break out utlb parsing code
` [PATCH v5 04/07] iommu/ipmmu-vmsa: Break out domain allocation code
` [PATCH v5 05/07] iommu/ipmmu-vmsa: Add new IOMMU_DOMAIN_DMA ops
` [PATCH v5 06/07] iommu/ipmmu-vmsa: ARM and ARM64 archdata access
` [PATCH v5 07/07] iommu/ipmmu-vmsa: Drop LPAE Kconfig dependency
[PATCH v7 00/22] Generic DT bindings for PCI IOMMUs and ARM SMMU
2016-09-20 14:46 UTC (46+ messages)
` [PATCH v7 04/22] iommu: Introduce iommu_fwspec
` [PATCH v7.1 "
` [PATCH v7 05/22] Docs: dt: document ARM SMMUv3 generic binding usage
` [PATCH v7 06/22] iommu/arm-smmu: Fall back to global bypass
` [PATCH v7 07/22] iommu/arm-smmu: Implement of_xlate() for SMMUv3
` [PATCH v7 08/22] iommu/arm-smmu: Support non-PCI devices with SMMUv3
` [PATCH v7 09/22] iommu/arm-smmu: Set PRIVCFG in stage 1 STEs
` [PATCH v7 10/22] iommu/arm-smmu: Handle stream IDs more dynamically
` [PATCH v7 11/22] iommu/arm-smmu: Consolidate stream map entry state
` [PATCH v7 12/22] iommu/arm-smmu: Keep track of S2CR state
` [PATCH v7 13/22] iommu/arm-smmu: Refactor mmu-masters handling
` [PATCH v7.1 "
` [PATCH v7 14/22] iommu/arm-smmu: Streamline SMMU data lookups
` [PATCH v7 15/22] iommu/arm-smmu: Add a stream map entry iterator
` [PATCH v7 16/22] iommu/arm-smmu: Intelligent SMR allocation
` [PATCH v7 17/22] iommu/arm-smmu: Convert to iommu_fwspec
` [PATCH v7 18/22] Docs: dt: document ARM SMMU generic binding usage
` [PATCH v7 19/22] iommu/arm-smmu: Wire up generic configuration support
` [PATCH v7.1 "
` [PATCH v7 20/22] iommu/arm-smmu: Set domain geometry
` [PATCH v7 21/22] iommu/dma: Add support for mapping MSIs
` [PATCH v7 22/22] iommu/dma: Avoid PCI host bridge windows
[PATCH 0/4] iommu/amd: Clean up patches
2016-09-20 10:14 UTC (10+ messages)
` [PATCH 1/4] iommu/amd: clean up the cmpxchg64 invocation
` [PATCH 2/4] iommu/amd: Use standard bitmap operation to set bitmap
` [PATCH 3/4] iommu/amd: Free domain id when free a domain of struct dma_ops_domain
` [PATCH 4/4] iommu/amd: No need to wait iommu completion if no dte irq entry change
` [PATCH RESEND "
[PATCH] iommu/vt-d: Fix the size calculation of pasid table
2016-09-19 12:18 UTC (2+ messages)
[RFC PATCH v2 00/20] x86: Secure Memory Encryption (AMD)
2016-09-16 7:11 UTC (44+ messages)
` [RFC PATCH v2 10/20] x86: Insure that memory areas are encrypted when possible
` [RFC PATCH v2 11/20] mm: Access BOOT related data in the clear
` [RFC PATCH v2 12/20] x86: Add support for changing memory encryption attribute
` [RFC PATCH v2 14/20] x86: DMA support for memory encryption
` [RFC PATCH v2 15/20] iommu/amd: AMD IOMMU "
` [RFC PATCH v2 16/20] x86: Check for memory encryption on the APs
` [RFC PATCH v2 18/20] x86/kvm: Enable Secure Memory Encryption of nested page tables
` [RFC PATCH v2 19/20] x86: Access the setup data through debugfs un-encrypted
` [RFC PATCH v2 20/20] x86: Add support to make use of Secure Memory Encryption
[PATCH] iommu/amd: Don't put completion-wait semaphore on stack
2016-09-15 9:28 UTC (7+ messages)
` [PATCH v2] "
[PATCH] iommu/exynos: Improve page fault debug message
2016-09-14 12:44 UTC
[v11, 0/8] Fix eSDHC host version register bug
2016-09-13 22:24 UTC (7+ messages)
` [v11, 5/8] soc: fsl: add GUTS driver for QorIQ platforms
[PATCH v5 00/14] ACPI IORT ARM SMMU support
2016-09-13 17:30 UTC (21+ messages)
` [PATCH v5 05/14] drivers: iommu: make iommu_fwspec OF agnostic
` [PATCH v5 06/14] drivers: acpi: implement acpi_dma_configure
` [PATCH v5 07/14] drivers: acpi: iort: add support for ARM SMMU platform devices creation
` [PATCH v5 09/14] drivers: iommu: arm-smmu-v3: add IORT configuration
` [PATCH v5 12/14] drivers: acpi: iort: replace rid map type with type mask
` [PATCH v5 14/14] drivers: acpi: iort: introduce iort_iommu_configure
[PATCH] iommu/io-pgtable-arm: Check for v7s-incapable systems
2016-09-13 17:02 UTC (3+ messages)
` [PATCH v2] "
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).