Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2017-02-22 18:13:00 to 2017-03-08 11:02:53 UTC [more...]

[PATCH v3 00/09] iommu/ipmmu-vmsa: r8a7795 support V3
 2017-03-08 11:02 UTC  (10+ messages)
` [PATCH v3 01/09] iommu/ipmmu-vmsa: Introduce features, break out alias
` [PATCH v3 02/09] iommu/ipmmu-vmsa: Add optional root device feature
` [PATCH v3 03/09] iommu/ipmmu-vmsa: Enable multi context support
` [PATCH v3 04/09] iommu/ipmmu-vmsa: Make use of IOMMU_OF_DECLARE()
` [PATCH v3 05/09] iommu/ipmmu-vmsa: IPMMU device is 40-bit bus master
` [PATCH v3 06/09] iommu/ipmmu-vmsa: Write IMCTR twice
` [PATCH v3 07/09] iommu/ipmmu-vmsa: Make IMBUSCTR setup optional
` [PATCH v3 08/09] iommu/ipmmu-vmsa: Allow two bit SL0
` [PATCH v3 09/09] iommu/ipmmu-vmsa: Hook up r8a7795 DT matching code

[PATCH v7 00/07] iommu/ipmmu-vmsa: IPMMU multi-arch update V7
 2017-03-08  9:55 UTC  (11+ messages)
` [PATCH v7 01/07] iommu/ipmmu-vmsa: Remove platform data handling
` [PATCH v7 02/07] iommu/ipmmu-vmsa: Rework interrupt code and use bitmap for context
` [PATCH v7 03/07] iommu/ipmmu-vmsa: Break out utlb parsing code
` [PATCH v7 04/07] iommu/ipmmu-vmsa: Break out domain allocation code
` [PATCH v7 05/07] iommu/ipmmu-vmsa: Add new IOMMU_DOMAIN_DMA ops
` [PATCH v7 06/07] iommu/ipmmu-vmsa: ARM and ARM64 archdata access
` [PATCH v7 07/07] iommu/ipmmu-vmsa: Drop LPAE Kconfig dependency

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-03-08  8:12 UTC  (67+ messages)
` [RFC PATCH v4 05/28] x86: Add Secure Memory Encryption (SME) support
` [RFC PATCH v4 07/28] x86: Provide general kernel support for memory encryption
` [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 24/28] x86: Access the setup data through debugfs decrypted
` [RFC PATCH v4 25/28] x86: Access the setup data through sysfs decrypted
` [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

iommu/rockchip: Fix bugs and enable on ARM64
 2017-03-08  5:50 UTC  (6+ messages)

[PATCH 0/9] iommu: add qcom_iommu for early "B" family devices
 2017-03-07 22:44 UTC  (17+ 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

[PATCH 0/7] RFC: iommu/arm-smmu-v2: Dynamic domains
 2017-03-07 20:40 UTC  (11+ messages)
  ` [PATCH 1/7] iommu/arm-smmu: save the pgtbl_cfg in the domain
  ` [PATCH 2/7] iommu: Add DOMAIN_ATTR_ENABLE_TTBR1
  ` [PATCH 3/7] iommu/arm-smmu: Add support for TTBR1
  ` [PATCH 4/7] iommu: introduce TTBR0 domain attribute
  ` [PATCH 5/7] iommu/arm-smmu: add support for TTBR0 attribute
  ` [PATCH 6/7] iommu: Add dynamic domains
  ` [PATCH 7/7] iommu/arm-smmu: add support for "
  ` [Freedreno] [PATCH 0/7] RFC: iommu/arm-smmu-v2: Dynamic domains

[PATCH] iommu/arm-smmu: Report smmu type in dmesg
 2017-03-07 18:41 UTC  (4+ messages)

[PATCH] iommu/arm-smmu: Add global SMR masking property
 2017-03-07 18:35 UTC  (2+ messages)

[PATCH 0/4] ARM SMMU per-context TLB sync
 2017-03-07 18:09 UTC  (5+ messages)
  ` [PATCH 1/4] iommu/arm-smmu: Handle size mismatches better
  ` [PATCH 2/4] iommu/arm-smmu: Simplify ASID/VMID handling
  ` [PATCH 3/4] iommu/arm-smmu: Tidy up context bank indexing
  ` [PATCH 4/4] iommu/arm-smmu: Use per-context TLB sync as appropriate

[PATCH v5] arm64: Add support for DMA_ATTR_FORCE_CONTIGUOUS to IOMMU
 2017-03-07 17:43 UTC 

[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)

[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)


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