Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2017-02-16 15:47:55 to 2017-03-06 18:22:08 UTC [more...]

[PATCH] iommu/arm-smmu: Report smmu type in dmesg
 2017-03-06 18:22 UTC  (2+ messages)

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-03-06 18:04 UTC  (91+ messages)
` [RFC PATCH v4 01/28] x86: Documentation for AMD Secure Memory Encryption (SME)
` [RFC PATCH v4 02/28] x86: Set the write-protect cache mode for full PAT support
` [RFC PATCH v4 03/28] x86: Add the Secure Memory Encryption CPU feature
` [RFC PATCH v4 04/28] x86: Handle reduction in physical address size with SME
` [RFC PATCH v4 05/28] x86: Add Secure Memory Encryption (SME) support
` [RFC PATCH v4 06/28] x86: Add support to enable SME during early boot processing
` [RFC PATCH v4 07/28] x86: Provide general kernel support for memory encryption
` [RFC PATCH v4 08/28] x86: Extend the early_memremap support with additional attrs
` [RFC PATCH v4 09/28] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v4 10/28] x86: Insure that boot memory areas are mapped properly
` [RFC PATCH v4 11/28] x86: Add support to determine the E820 type of an address
` [RFC PATCH v4 13/28] efi: Update efi_mem_type() to return defined EFI mem types
` [RFC PATCH v4 14/28] Add support to access boot related data in the clear
` [RFC PATCH v4 16/28] x86: Add support for changing memory encryption attribute
` [RFC PATCH v4 18/28] x86: DMA support for memory encryption
` [RFC PATCH v4 19/28] swiotlb: Add warnings for use of bounce buffers with SME
` [RFC PATCH v4 21/28] x86: Check for memory encryption on the APs
  ` [RFC PATCH v4 26/28] x86: Allow kexec to be used with SME
` [RFC PATCH v4 27/28] x86: Add support to encrypt the kernel in-place
` [RFC PATCH v4 28/28] x86: Add support to make use of Secure Memory Encryption

[RFC PATCH 00/30] Add PCIe SVM support to ARM SMMUv3
 2017-03-06 11:31 UTC  (52+ messages)
  ` [RFC PATCH 01/30] iommu/arm-smmu-v3: Link groups and devices
  ` [RFC PATCH 02/30] iommu/arm-smmu-v3: Link groups and domains
  ` [RFC PATCH 03/30] PCI: Move ATS declarations outside of CONFIG_PCI
  ` [RFC PATCH 04/30] iommu/arm-smmu-v3: Add support for PCI ATS
  ` [RFC PATCH 05/30] iommu/arm-smmu-v3: Disable tagged pointers when ATS is in use
  ` [RFC PATCH 06/30] iommu/arm-smmu-v3: Add support for Substream IDs
  ` [RFC PATCH 07/30] iommu/arm-smmu-v3: Add second level of context descriptor table
  ` [RFC PATCH 08/30] iommu/arm-smmu-v3: Add support for VHE
  ` [RFC PATCH 09/30] iommu/arm-smmu-v3: Support broadcast TLB maintenance
  ` [RFC PATCH 10/30] iommu/arm-smmu-v3: Add task contexts
  ` [RFC PATCH 11/30] arm64: mm: Pin down ASIDs for sharing contexts with devices
  ` [RFC PATCH 12/30] iommu/arm-smmu-v3: Keep track of process address spaces
  ` [RFC PATCH 13/30] iommu/io-pgtable-arm: Factor out ARM LPAE register defines
  ` [RFC PATCH 14/30] iommu/arm-smmu-v3: Share process page tables
  ` [RFC PATCH 15/30] iommu/arm-smmu-v3: Steal private ASID from a domain
  ` [RFC PATCH 16/30] iommu/arm-smmu-v3: Use shared ASID set
  ` [RFC PATCH 17/30] iommu/arm-smmu-v3: Add SVM feature checking
  ` [RFC PATCH 18/30] PCI: Make "PRG Response PASID Required" handling common
  ` [RFC PATCH 19/30] PCI: Cache PRI and PASID bits in pci_dev
  ` [RFC PATCH 20/30] iommu/arm-smmu-v3: Enable PCI PASID in masters
  ` [RFC PATCH 21/30] iommu/arm-smmu-v3: Handle device faults from PRI
  ` [RFC PATCH 22/30] iommu: Bind/unbind tasks to/from devices
  ` [RFC PATCH 23/30] iommu/arm-smmu-v3: Bind/unbind device and task
  ` [RFC PATCH 24/30] iommu: Specify PASID state when unbinding a task
  ` [RFC PATCH 25/30] iommu/arm-smmu-v3: Safe invalidation and recycling of PASIDs
  ` [RFC PATCH 26/30] iommu/arm-smmu-v3: Fix PRI queue overflow acknowledgement
  ` [RFC PATCH 27/30] iommu/arm-smmu-v3: Handle PRI queue overflow
  ` [RFC PATCH 28/30] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update at stage 1
  ` [RFC PATCH 29/30] vfio: Add support for Shared Virtual Memory
  ` [RFC PATCH 30/30] vfio: Allow to bind foreign task

Partial BAR Address Allocation
 2017-03-06 11:04 UTC  (4+ messages)

[PATCH/RFC v2 0/4] iommu/ipmmu-vmsa: IPMMU slave device whitelist V2
 2017-03-06  9:00 UTC  (2+ messages)

[PATCH 0/9] iommu: add qcom_iommu for early "B" family devices
 2017-03-03 16:04 UTC  (15+ messages)
  ` [PATCH 1/9] firmware/qcom: add qcom_scm_restore_sec_cfg()
  ` [PATCH 2/9] firmware: qcom_scm: add two scm calls for iommu secure page table
  ` [PATCH 3/9] Docs: dt: document qcom iommu bindings
  ` [PATCH 4/9] iommu: arm-smmu: split out register defines
` [PATCH 5/9] iommu: add qcom_iommu
` [PATCH 6/9] iommu: qcom: initialize secure page table
` [PATCH 7/9] ARM64: DT: add gpu for msm8916
` [PATCH 8/9] ARM64: DT: add video codec devicetree node
` [PATCH 9/9] ARM64: DT: add iommu for msm8916

[RFC PATCH] iommu/arm-smmu: Add global SMR masking property
 2017-03-03  3:42 UTC  (5+ messages)

[RFC Design Doc v3] Enable Shared Virtual Memory feature in pass-through scenarios
 2017-03-01 21:30 UTC  (5+ messages)

[PATCH 1/2] iommu/vt-d: Fix crash when accessing VT-d sysfs entries
 2017-03-01 10:01 UTC  (5+ messages)
  ` [PATCH 2/2] iommu/amd: Fix crash when accessing AMD-Vi "

[git pull] IOMMU Fixes for Linux v4.11-rc1
 2017-02-28 15:24 UTC 

[PATCH v1 0/2] Misc fixes for ARM page table allocator (long/short descriptor format)
 2017-02-27 12:30 UTC  (3+ messages)
  ` [PATCH v1 1/2] iommu/io-pgtable-arm: Check for leaf entry before dereferencing it
  ` [PATCH v1 2/2] iommu/io-pgtable-arm-v7s: "

intel-iommu sysfs oops
 2017-02-24 21:28 UTC  (3+ messages)

[RFC PATCH v1] iommu/io-pgtable-arm-v7s: Check for leaf entry right after finding it
 2017-02-24 15:18 UTC  (4+ messages)

[PATCH v2] iommu: iova: Consolidate code for adding new node to iovad domain rbtree
 2017-02-24 12:15 UTC  (2+ messages)

[PATCH v11 00/10] perf/amd/iommu: Enable multi-IOMMU support
 2017-02-24  8:48 UTC  (11+ messages)
  ` [PATCH v11 01/10] perf/amd/iommu: Declare pr_fmt and remove unnecessary pr_debug
  ` [PATCH v11 02/10] perf/amd/iommu: Clean up bitwise operations
  ` [PATCH v11 03/10] perf/amd/iommu: Clean up perf_iommu_read()
  ` [PATCH v11 04/10] iommu/amd: Clean up iommu_pc_get_set_reg()
  ` [PATCH v11 05/10] iommu/amd: Introduce amd_iommu_get_num_iommus()
  ` [PATCH v11 06/10] perf/amd/iommu: Modify functions to query max banks and counters
  ` [PATCH v11 07/10] perf/amd/iommu: Modify amd_iommu_pc_get_set_reg_val() to allow specifying IOMMU
  ` [PATCH v11 08/10] perf/amd/iommu: Fix sysfs perf attribute groups
  ` [PATCH v11 09/10] perf/amd/iommu: Introduce amd_iommu-specific struct in struct hw_perf_event
  ` [PATCH v11 10/10] perf/amd/iommu: Enable support for multiple IOMMUs

[PATCH v8 0/9] perf/amd/iommu: Enable multi-IOMMU support
 2017-02-23 18:20 UTC  (8+ messages)
` [PATCH v8 9/9] perf/amd/iommu: Enable support for multiple IOMMUs

[PATCH] iommu: iova: Consolidate code for adding new node to iovad domain rbtree
 2017-02-23 11:59 UTC  (2+ messages)

[PATCH v1 1/6] iommu/dmar: Fix crash on boot when DMAR is disabled
 2017-02-22 15:51 UTC  (4+ messages)

[PATCH 1/2] iommu/arm-smmu: split out register defines
 2017-02-22 13:26 UTC  (5+ messages)
` [PATCH 2/2] iommu: add qcom_iommu

[git pull] IOMMU Fix for Linux v4.11-rc0
 2017-02-22 13:22 UTC 

[bug report] iommu/arm-smmu: Make use of the iommu_register interface
 2017-02-22 12:17 UTC  (4+ messages)

[git pull] IOMMU Updates for Linux v4.11
 2017-02-20 15:46 UTC 

[PATCH v4] arm64: Add support for DMA_ATTR_FORCE_CONTIGUOUS to IOMMU
 2017-02-17 12:09 UTC  (2+ messages)

[PATCH 1/2] PCI: add QCOM root port quirks for ACS
 2017-02-16 22:09 UTC  (7+ messages)
` [PATCH 2/2] iommu: add warning when sharing groups


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox