Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-01-19 19:37:29 to 2024-01-26 18:15:42 UTC [more...]

[PATCH v4 00/27] Update SMMUv3 to the modern iommu API (part 2/3)
 2024-01-26 18:15 UTC  (10+ messages)
` [PATCH v4 02/27] iommu/arm-smmu-v3: Do not allow a SVA domain to be set on the wrong PASID
` [PATCH v4 03/27] iommu/arm-smmu-v3: Do not ATC invalidate the entire domain
` [PATCH v4 05/27] iommu/arm-smmu-v3: Make CD programming use arm_smmu_write_entry()
` [PATCH v4 06/27] iommu/arm-smmu-v3: Consolidate clearing a CD table entry
` [PATCH v4 16/27] iommu/arm-smmu-v3: Keep track of valid CD entries in the cd_table
` [PATCH v4 20/27] iommu: Add ops->domain_alloc_sva()
` [PATCH v4 21/27] iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain
` [PATCH v4 23/27] iommu/arm-smmu-v3: Move the arm_smmu_asid_xa to per-smmu like vmid
` [PATCH v4 25/27] iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is used

[PATCH net-next 0/7] dma: skip calling no-op sync ops when possible
 2024-01-26 17:21 UTC  (11+ messages)
` [PATCH net-next 1/7] dma: compile-out DMA sync op calls when not used
` [PATCH net-next 2/7] dma: avoid expensive redundant calls for sync operations
` [PATCH net-next 3/7] iommu/dma: avoid expensive indirect "
` [PATCH net-next 4/7] page_pool: make sure frag API fields don't span between cachelines
` [PATCH net-next 5/7] page_pool: don't use driver-set flags field directly
` [PATCH net-next 6/7] page_pool: check for DMA sync shortcut earlier
` [PATCH net-next 7/7] xsk: use generic DMA sync shortcut instead of a custom one

[PATCH 0/2] Fix double allocation in swiotlb_alloc()
 2024-01-26 17:01 UTC  (6+ messages)
` [PATCH 1/2] swiotlb: Fix allocation alignment requirement when searching slots
` [PATCH 2/2] swiotlb: Enforce page alignment in swiotlb_alloc()

[PATCH 0/2] powerpc: iommu: Fix the vfio-pci bind and unbind issues
 2024-01-26 15:44 UTC  (13+ messages)
` [PATCH 1/2] powerpc: iommu: Bring back table group release_ownership() call
` [PATCH 2/2] iommu: Fix the domain type checks when default_domain is set

[PATCH v2] powerpc: iommu: Bring back table group release_ownership() call
 2024-01-26 15:09 UTC 

[PATCH v10 00/16] iommu: Prepare to deliver page faults to user space
 2024-01-26 14:26 UTC  (29+ messages)
` [PATCH v10 01/16] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v10 02/16] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v10 03/16] iommu: Remove unrecoverable fault data
` [PATCH v10 04/16] iommu: Cleanup iopf data structure definitions
` [PATCH v10 05/16] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v10 06/16] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v10 07/16] iommu: Merge iommu_fault_event and iopf_fault
` [PATCH v10 08/16] iommu: Prepare for separating SVA and IOPF
` [PATCH v10 09/16] iommu: Make iommu_queue_iopf() more generic
` [PATCH v10 10/16] iommu: Separate SVA and IOPF
` [PATCH v10 11/16] iommu: Refine locking for per-device fault data management
` [PATCH v10 12/16] iommu: Use refcount for fault data access
` [PATCH v10 13/16] iommu: Improve iopf_queue_remove_device()
` [PATCH v10 14/16] iommu: Track iopf group instead of last fault
` [PATCH v10 15/16] iommu: Make iopf_group_response() return void
` [PATCH v10 16/16] iommu: Make iommu_report_device_fault() reutrn void

Uncached buffers from CMA DMA heap on some Arm devices?
 2024-01-26 12:19 UTC  (5+ messages)
    `  "

[PATCH v2 0/2] Use right iommu_ops for mock device
 2024-01-26 10:53 UTC  (3+ messages)
` [PATCH v2 1/2] iommu: Use mutex instead of spinlock for iommu_device_list
` [PATCH v2 2/2] iommu: Probe right iommu_ops for device

About unmap pages and set dirty tracking on nested parent domain
 2024-01-26  9:36 UTC  (5+ messages)

[PATCH v2] Documentation: iommu/vt-d: Add the document for Intel IOMMU debugfs
 2024-01-26  9:16 UTC  (2+ messages)

[PATCH v4 00/16] Update SMMUv3 to the modern iommu API (part 1/3)
 2024-01-26  4:03 UTC  (18+ messages)
` [PATCH v4 01/16] iommu/arm-smmu-v3: Make STE programming independent of the callers
` [PATCH v4 02/16] iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypass
` [PATCH v4 03/16] iommu/arm-smmu-v3: Move arm_smmu_rmr_install_bypass_ste()
` [PATCH v4 04/16] iommu/arm-smmu-v3: Move the STE generation for S1 and S2 domains into functions
` [PATCH v4 05/16] iommu/arm-smmu-v3: Build the whole STE in arm_smmu_make_s2_domain_ste()
` [PATCH v4 06/16] iommu/arm-smmu-v3: Hold arm_smmu_asid_lock during all of attach_dev
` [PATCH v4 07/16] iommu/arm-smmu-v3: Compute the STE only once for each master
` [PATCH v4 08/16] iommu/arm-smmu-v3: Do not change the STE twice during arm_smmu_attach_dev()
` [PATCH v4 09/16] iommu/arm-smmu-v3: Put writing the context descriptor in the right order
` [PATCH v4 10/16] iommu/arm-smmu-v3: Pass smmu_domain to arm_enable/disable_ats()
` [PATCH v4 11/16] iommu/arm-smmu-v3: Remove arm_smmu_master->domain
` [PATCH v4 12/16] iommu/arm-smmu-v3: Add a global static IDENTITY domain
` [PATCH v4 13/16] iommu/arm-smmu-v3: Add a global static BLOCKED domain
` [PATCH v4 14/16] iommu/arm-smmu-v3: Use the identity/blocked domain during release
` [PATCH v4 15/16] iommu/arm-smmu-v3: Pass arm_smmu_domain and arm_smmu_device to finalize
` [PATCH v4 16/16] iommu/arm-smmu-v3: Convert to domain_alloc_paging()

[PATCH v11 0/5] fix vt-d hard lockup when hotplug ATS capable device
 2024-01-26  1:40 UTC  (6+ messages)
` [PATCH v11 1/5] PCI: make pci_dev_is_disconnected() helper public for other drivers
` [PATCH v11 2/5] iommu/vt-d: don't issue ATS Invalidation request when device is disconnected
` [PATCH v11 3/5] iommu/vt-d: simplify parameters of qi_submit_sync() ATS invalidation callers
` [PATCH v11 4/5] iommu/vt-d: pass pdev parameter for qi_check_fault() and refactor callers
` [PATCH v11 5/5] iommu/vt-d: improve ITE fault handling if target device isn't present

[PATCH 0/3] iommu/arm-smmu-v3: Reduce latency in __arm_smmu_tlb_inv_range()
 2024-01-25 19:55 UTC  (17+ messages)
` [PATCH 1/3] iommu/io-pgtable-arm: Add nents_per_pgtable in struct io_pgtable_cfg

[PATCH v5 00/17] iommu/amd: SVA Support (part 3) - refactor support for GCR3 table
 2024-01-25 15:53 UTC  (14+ messages)
` [PATCH v5 10/17] iommu: Introduce iommu_group_mutex_assert()
` [PATCH v5 14/17] iommu/amd: Refactor GCR3 table helper functions

[PATCH v6 00/17] iommu/amd: SVA Support (part 3) - refactor support for GCR3 table
 2024-01-25 12:11 UTC  (18+ messages)
` [PATCH v6 01/17] iommu/amd: Pass struct iommu_dev_data to set_dte_entry()
` [PATCH v6 02/17] iommu/amd: Enable Guest Translation before registering devices
` [PATCH v6 03/17] iommu/amd: Introduce get_amd_iommu_from_dev()
` [PATCH v6 04/17] iommu/amd: Introduce struct protection_domain.pd_mode
` [PATCH v6 05/17] iommu/amd: Introduce per-device GCR3 table
` [PATCH v6 06/17] iommu/amd: Use protection_domain.flags to check page table mode
` [PATCH v6 07/17] iommu/amd: Add support for device based TLB invalidation
` [PATCH v6 08/17] iommu/amd: Rearrange GCR3 table setup code
` [PATCH v6 09/17] iommu: Introduce iommu_group_mutex_assert()
` [PATCH v6 10/17] iommu/amd: Refactor helper function for setting / clearing GCR3
` [PATCH v6 11/17] iommu/amd: Refactor attaching / detaching device functions
` [PATCH v6 12/17] iommu/amd: Refactor protection_domain helper functions
` [PATCH v6 13/17] iommu/amd: Refactor GCR3 table "
` [PATCH v6 14/17] iommu/amd: Remove unused flush pasid functions
` [PATCH v6 15/17] iommu/amd: Rearrange device flush code
` [PATCH v6 16/17] iommu/amd: Remove unused GCR3 table parameters from struct protection_domain
` [PATCH v6 17/17] iommu/amd: Introduce per-device domain ID to workaround potential TLB aliasing issue

[PATCH] iommu: iommu_group_alloc_default_domain: Fix ops->default_domain codepath
 2024-01-25 10:56 UTC  (3+ messages)

Dell XPS 13 9360: DMAR errors `DRHD: handling fault status reg 2` and `[INTR-REMAP] Request device [f0:1f.0] fault index 0x0`
 2024-01-25  9:37 UTC  (7+ messages)

[REGRESSION] Failed buffer allocation in Tegra fbdev
 2024-01-24 17:03 UTC  (11+ messages)
      `  "

[PATCH] iommu/arm-smmu-v3: Add a threshold to avoid potential soft lockup
 2024-01-24 16:28 UTC  (6+ messages)

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2024-01-23 19:50 UTC  (10+ messages)
` [RFC PATCH 12/45] KVM: arm64: pkvm: Unify pkvm_pkvm_teardown_donated_memory()
` [RFC PATCH 24/45] KVM: arm64: smmu-v3: Setup stream table
` [RFC PATCH 27/45] KVM: arm64: smmu-v3: Setup domains and page table configuration

[PATCH v9 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-01-23 18:42 UTC  (8+ messages)
` [PATCH v9 1/5] iommu/arm-smmu: re-enable context caching in smmu reset operation
` [PATCH v9 2/5] iommu/arm-smmu: refactor qcom_smmu structure to include single pointer
` [PATCH v9 3/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings
` [PATCH v9 4/5] iommu/arm-smmu: add ACTLR data and support for SM8550
` [PATCH v9 5/5] iommu/arm-smmu: add ACTLR data and support for SC7280

DMAR-IR: IRQ remapping was enabled on dmar6 but we are not in kdump mode
 2024-01-23  0:55 UTC  (4+ messages)

[PATCH] iommu/amd: Mark interrupt as managed
 2024-01-22 23:34 UTC 

[PATCH 5.15.y] iommu/dma: Trace bounce buffer usage when mapping buffers
 2024-01-22 20:44 UTC  (2+ messages)

[RFCv2 PATCH 0/7] iommu/amd: Introduce hardware info reporting and nested translation support
 2024-01-22  8:56 UTC  (9+ messages)
` [RFCv2 PATCH 2/7] iommu/amd: Refactor set_dte_entry
` [RFCv2 PATCH 5/7] iommufd: Introduce data struct for AMD nested domain allocation
` [RFCv2 PATCH 6/7] iommu/amd: Add nested domain allocation support
` [RFCv2 PATCH 7/7] iommu/amd: Add nested domain attach/detach support

[PATCH] swiotlb: add debugfs to track swiotlb transient pool usage
 2024-01-22  8:18 UTC  (2+ messages)

[PATCH v3 0/8] IOMMUFD: Deliver IO page faults to user space
 2024-01-22  7:39 UTC  (9+ messages)
` [PATCH v3 1/8] iommu: Add iopf domain attach/detach/replace interface
` [PATCH v3 2/8] iommu/sva: Use iopf domain attach/detach interface
` [PATCH v3 3/8] iommufd: Add fault and response message definitions
` [PATCH v3 4/8] iommufd: Add iommufd fault object
` [PATCH v3 5/8] iommufd: Associate fault object with iommufd_hw_pgtable
` [PATCH v3 6/8] iommufd: IOPF-capable hw page table attach/detach/replace
` [PATCH v3 7/8] iommufd/selftest: Add IOPF support for mock device
` [PATCH v3 8/8] iommufd/selftest: Add coverage for IOPF test

[PATCH 0/6] iommu/amd: Misc cleanup
 2024-01-22  3:49 UTC  (3+ messages)


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