Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2023-07-11 20:46:01 to 2023-07-18 07:57:00 UTC [more...]

[PATCH 0/4] Invalidate secondary IOMMU TLB on permission upgrade
 2023-07-18  7:56 UTC  (4+ messages)
` [PATCH 1/4] mm_notifiers: Rename invalidate_range notifier
` [PATCH 2/4] arm64/smmu: Use TLBI ASID when invalidating entire range
` [PATCH 3/4] mmu_notifiers: Call arch_invalidate_secondary_tlbs() when invalidating TLBs

[PATCH 00/21] iommu/amd: Preparation for SVA Support (Part 1 of 2)
 2023-07-18  6:38 UTC  (28+ messages)
` [PATCH 01/21] iommu/amd: Remove unused amd_io_pgtable.pt_root variable
` [PATCH 02/21] iommu/amd: Consolidate timeout pre-define to amd_iommu_type.h
` [PATCH 03/21] iommu/amd: Consolidate logic to allocate protection domain
` [PATCH 04/21] iommu/amd: Refactor protection domain allocation code
` [PATCH 05/21] iommu/amd/iommu_v2: Use protection_domain in struct device_state
` [PATCH 06/21] iommu/amd: Introduce helper functions for managing GCR3 table
` [PATCH 07/21] iommu/amd: Use struct protection_domain in helper functions
` [PATCH 08/21] iommu/amd: Do not set amd_iommu_pgtable in pass-through mode
` [PATCH 09/21] iommu/amd: Miscellaneous clean up when free domain
` [PATCH 10/21] iommu/amd: Modify logic for checking GT and PPR features
` [PATCH 11/21] iommu/amd: Clean up and enhance protection domain flags
` [PATCH 12/21] iommu/amd: Use protection_domain.flags to check page table mode
` [PATCH 13/21] iommu/amd: Consolidate logic for setting up v2 API mode
` [PATCH 14/21] iommu/amd: Refactor domain allocation code for v2DMA mode
` [PATCH 15/21] iommu/amd: Setup v2 domain with max pasids
` [PATCH 16/21] iommu/amd: Introduce iommu_dev_data.flags to track device capabilities
` [PATCH 17/21] iommu/amd: Rename ats related variables
` [PATCH 18/21] iommu/amd: Enable device ATS/PASID/PRI capabilities independently
` [PATCH 19/21] iommu/amd: Delay enabling PRI to after initializing domain
` [PATCH 20/21] iommu/amd: Initialize iommu_device->max_pasids
` [PATCH 21/21] iommu/amd: Simplify amd_iommu_device_info()

[PATCH v8 00/19] Add iommufd physical device operations for replace and alloc hwpt
 2023-07-17 18:12 UTC  (20+ messages)
` [PATCH v8 01/19] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH v8 02/19] iommufd: Add iommufd_group
` [PATCH v8 03/19] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v8 04/19] iommu: Export iommu_get_resv_regions()
` [PATCH v8 05/19] iommufd: Keep track of each device's reserved regions instead of groups
` [PATCH v8 06/19] iommufd: Use the iommufd_group to avoid duplicate MSI setup
` [PATCH v8 07/19] iommufd: Make sw_msi_start a group global
` [PATCH v8 08/19] iommufd: Move putting a hwpt to a helper function
` [PATCH v8 09/19] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH v8 10/19] iommufd: Allow a hwpt to be aborted after allocation
` [PATCH v8 11/19] iommufd: Fix locking around hwpt allocation
` [PATCH v8 12/19] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt
` [PATCH v8 13/19] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v8 14/19] iommufd: Add iommufd_device_replace()
` [PATCH v8 15/19] iommufd: Make destroy_rwsem use a lock class per object type
` [PATCH v8 16/19] iommufd/selftest: Test iommufd_device_replace()
` [PATCH v8 17/19] iommufd: Add IOMMU_HWPT_ALLOC
` [PATCH v8 18/19] iommufd/selftest: Return the real idev id from selftest mock_domain
` [PATCH v8 19/19] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC

[PATCH v4] iommu/ipmmu-vmsa: Convert to read_poll_timeout_atomic()
 2023-07-17 13:14 UTC 

[PATCH v4 00/13] Add PASID support to SMMUv3 unmanaged domains
 2023-07-17 12:29 UTC  (32+ messages)
` [PATCH v4 02/13] iommu/arm-smmu-v3: Add smmu_s1_cfg to smmu_master
` [PATCH v4 03/13] iommu/arm-smmu-v3: Refactor write_strtab_ent
` [PATCH v4 05/13] iommu/arm-smmu-v3: Use the master-owned s1_cfg
` [PATCH v4 07/13] iommu/arm-smmu-v3: Keep track of attached ssids
` [PATCH v4 09/13] iommu/arm-smmu-v3: Implement set_dev_pasid
` [PATCH v4 12/13] iommu/arm-smmu-v3-sva: Remove arm_smmu_bond

[PATCH v11 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-07-17 11:00 UTC  (7+ messages)
` [PATCH v11 1/6] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
` [PATCH v11 2/6] s390/pci: prepare is_passed_through() for dma-iommu
` [PATCH v11 3/6] s390/pci: Use dma-iommu layer
` [PATCH v11 4/6] iommu/s390: Force ISM devices to use IOMMU_DOMAIN_DMA
` [PATCH v11 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v11 6/6] iommu/dma: Use a large flush queue and timeout for shadow_on_flush

[PATCH v4 0/8] Allow dynamic allocation of software IO TLB bounce buffers
 2023-07-17 10:17 UTC  (12+ messages)
` [PATCH v4 1/8] swiotlb: make io_tlb_default_mem local to swiotlb.c
` [PATCH v4 2/8] swiotlb: add documentation and rename swiotlb_do_find_slots()
` [PATCH v4 3/8] swiotlb: separate memory pool data from other allocator data
` [PATCH v4 4/8] swiotlb: add a flag whether a SWIOTLB is allowed to grow
` [PATCH v4 5/8] swiotlb: if swiotlb is full, fall back to a transient memory pool
` [PATCH v4 6/8] swiotlb: determine potential physical address limit
` [PATCH v4 7/8] swiotlb: allocate a new memory pool when existing pools are full
` [PATCH v4 8/8] swiotlb: search the software IO TLB only if a device makes use of it

[PATCH v4] iommu: Optimise PCI SAC address trick
 2023-07-17  9:24 UTC  (3+ messages)

[RFC PATCH 0/6] Share sva domain with all devices bound to a mm
 2023-07-17  8:47 UTC  (3+ messages)
` [RFC PATCH 5/6] iommu: Support mm PASID 1:1 with sva domain

[PATCH v5] iommu: Fix an error check in tegra_smmu_debugfs_init()
 2023-07-17  2:14 UTC  (3+ messages)
  ` 回复: "

[syzbot] [iommu?] WARNING in iommufd_access_destroy
 2023-07-16  2:57 UTC  (2+ messages)

[PATCH] iommu/arm-smmu-v3: Change vmid alloc strategy from bitmap to ida
 2023-07-15 16:16 UTC 

[git pull] IOMMU Fixes for Linux v6.5-rc1
 2023-07-15 15:57 UTC  (4+ messages)

[git pull] IOMMU Fixes for Linux v6.5-rc1
 2023-07-15  7:15 UTC 

[PATCH] iommu: Explicitly include correct DT includes
 2023-07-14 17:46 UTC 

[PATCH 0/3] iommu/amd: Consolidate PPR log handling
 2023-07-14 14:22 UTC  (2+ messages)

[PATCH v3 0/2] iommu/amd: Interrupt handling improvements
 2023-07-14 14:20 UTC  (2+ messages)

[PATCH v3 0/2] iommu/amd: Add PPR overflow support
 2023-07-14 14:19 UTC  (2+ messages)

[PATCH v3 0/2] iommu: rockchip: Fix directory table address encoding
 2023-07-14 14:18 UTC  (2+ messages)

[PATCH v2 0/2] iommu/amd/iommu_v2: Fix refcount related issues
 2023-07-14 14:17 UTC  (2+ messages)

[PATCH v3 00/10] Consolidate the probe_device path
 2023-07-14 14:14 UTC  (3+ messages)

[PATCH] iommu/sva: fix signedness bug in iommu_sva_alloc_pasid()
 2023-07-14 12:53 UTC  (5+ messages)

[PATCH rc] iommu: Fix crash during syfs iommu_groups/N/type
 2023-07-14 12:49 UTC  (2+ messages)

[PATCH v6] iommu: remove redundant parameter check in tegra_smmu_debugfs_init()
 2023-07-14  9:06 UTC 

[PATCH v4] iommu: remove redundant parameter check in tegra_smmu_debugfs_init()
 2023-07-14  9:02 UTC 

[PATCH v4] iommu: remove redundant parameter check in tegra_smmu_debugfs_init()
 2023-07-14  8:49 UTC  (9+ messages)
  ` 回复: "
      ` 回复: "

[RFC PATCH] iommu: arm-smmu-nvidia: Add default domain type implementation op
 2023-07-14  6:56 UTC  (9+ messages)

[PATCH v10 0/7] Re-enable IDXD kernel workqueue under DMA API
 2023-07-14  6:02 UTC  (24+ messages)
` [PATCH v10 1/7] iommu: Generalize PASID 0 for normal DMA w/o PASID
` [PATCH v10 2/7] iommu: Move global PASID allocation from SVA to core
` [PATCH v10 3/7] iommu/vt-d: Add domain_flush_pasid_iotlb()
` [PATCH v10 4/7] iommu/vt-d: Remove pasid_mutex
` [PATCH v10 5/7] iommu/vt-d: Make prq draining code generic
` [PATCH v10 6/7] iommu/vt-d: Add set_dev_pasid callback for dma domain
` [PATCH v10 7/7] dmaengine/idxd: Re-enable kernel workqueue under DMA API

[PATCH 0/9] iommu: Prepare to deliver page faults to user space
 2023-07-14  2:49 UTC  (34+ messages)
` [PATCH 1/9] iommu: Move iommu fault data to linux/iommu.h
` [PATCH 2/9] iommu: Add device parameter to iopf handler
` [PATCH 3/9] iommu: Add common code to handle IO page faults
` [PATCH 4/9] iommu: Change the return value of dev_iommu_get()
` [PATCH 5/9] iommu: Make fault_param generic
` [PATCH 9/9] iommu: Use fault cookie to store iopf_param

[PATCH 00/11] Even more msm bindings fixes
 2023-07-13 15:40 UTC  (4+ messages)
` [PATCH 06/11] dt-bindings: mfd: qcom,spmi-pmic: Reference pm8916 wcd analog codec schema
` (subset) [PATCH 00/11] Even more msm bindings fixes

[PATCH v2] iommu: remove redundant parameter check in tegra_smmu_debugfs_init()
 2023-07-13  9:20 UTC  (3+ messages)

[PATCH v3] iommu: remove redundant parameter check in tegra_smmu_debugfs_init()
 2023-07-13  7:23 UTC  (2+ messages)

[PATCH v2 0/2] Prevent RESV_DIRECT devices from user assignment
 2023-07-13  4:32 UTC  (3+ messages)
` [PATCH v2 1/2] iommu: Prevent RESV_DIRECT devices from blocking domains
` [PATCH v2 2/2] iommu/vt-d: Remove rmrr check in domain attaching device path

[PATCH v1] iommu: fix parameter check in tegra_smmu_debugfs_init()
 2023-07-12 16:02 UTC  (5+ messages)
  ` 回复: "
  ` [PATCH] "

[PATCH 0/3] arm64: dts: qcom: sa8775p: Add interconnect to SMMU
 2023-07-12 13:10 UTC  (8+ messages)

[PATCH v3] dma-contiguous: support numa CMA for specified node
 2023-07-12  7:47 UTC 

[PATCH v9 0/7] Re-enable IDXD kernel workqueue under DMA API
 2023-07-12  5:51 UTC  (4+ messages)

[PATCH v7 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-07-12  4:57 UTC  (6+ messages)


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