Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-01-26 06:42:32 to 2024-01-30 16:04:36 UTC [more...]

[PATCH v4 00/27] Update SMMUv3 to the modern iommu API (part 2/3)
 2024-01-30 16:04 UTC  (30+ messages)
` [PATCH v4 01/27] iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA
` [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 04/27] iommu/arm-smmu-v3: Add a type for the CD entry
` [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 07/27] iommu/arm-smmu-v3: Move the CD generation for S1 domains into a function
` [PATCH v4 08/27] iommu/arm-smmu-v3: Move allocation of the cdtable into arm_smmu_get_cd_ptr()
` [PATCH v4 09/27] iommu/arm-smmu-v3: Allocate the CD table entry in advance
` [PATCH v4 10/27] iommu/arm-smmu-v3: Move the CD generation for SVA into a function
` [PATCH v4 11/27] iommu/arm-smmu-v3: Lift CD programming out of the SVA notifier code
` [PATCH v4 12/27] iommu/arm-smmu-v3: Build the whole CD in arm_smmu_make_s1_cd()
` [PATCH v4 13/27] iommu/arm-smmu-v3: Make smmu_domain->devices into an allocated list
` [PATCH v4 14/27] iommu/arm-smmu-v3: Make changing domains be hitless for ATS
` [PATCH v4 15/27] iommu/arm-smmu-v3: Add ssid to struct arm_smmu_master_domain
` [PATCH v4 16/27] iommu/arm-smmu-v3: Keep track of valid CD entries in the cd_table
` [PATCH v4 17/27] iommu/arm-smmu-v3: Thread SSID through the arm_smmu_attach_*() interface
` [PATCH v4 18/27] iommu/arm-smmu-v3: Make SVA allocate a normal arm_smmu_domain
` [PATCH v4 19/27] iommu/arm-smmu-v3: Keep track of arm_smmu_master_domain for SVA
` [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 22/27] iommu/arm-smmu-v3: Consolidate freeing the ASID/VMID
` [PATCH v4 23/27] iommu/arm-smmu-v3: Move the arm_smmu_asid_xa to per-smmu like vmid
` [PATCH v4 24/27] iommu/arm-smmu-v3: Bring back SVA BTM support
` [PATCH v4 25/27] iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is used
` [PATCH v4 26/27] iommu/arm-smmu-v3: Allow a PASID to be set when RID is IDENTITY/BLOCKED
` [PATCH v4 27/27] iommu/arm-smmu-v3: Allow setting a S1 domain to a PASID

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

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

[PATCH v4 00/16] Update SMMUv3 to the modern iommu API (part 1/3)
 2024-01-30  8:35 UTC  (10+ messages)
` [PATCH v4 01/16] iommu/arm-smmu-v3: Make STE programming independent of the callers
` [PATCH v4 03/16] iommu/arm-smmu-v3: Move arm_smmu_rmr_install_bypass_ste()
` [PATCH v4 12/16] iommu/arm-smmu-v3: Add a global static IDENTITY domain

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

[PATCH v2 1/1] iommu/vt-d: Remove INTEL_IOMMU_BROKEN_GFX_WA
 2024-01-30  6:39 UTC  (3+ messages)

[PATCH 00/11] iommu/vt-d: Remove superfluous IOMMU IOTLB invalidations
 2024-01-30  3:04 UTC  (4+ messages)
` [PATCH 04/11] iommu/vt-d: Retire struct intel_svm_dev

[PATCH v3 00/19] Update SMMUv3 to the modern iommu API (part 1/3)
 2024-01-29 20:48 UTC  (8+ messages)
` [PATCH v3 04/19] iommu/arm-smmu-v3: Make STE programming independent of the callers

Uncached buffers from CMA DMA heap on some Arm devices?
 2024-01-29 18:30 UTC  (11+ messages)
    `  "

[PATCH net-next 0/7] dma: skip calling no-op sync ops when possible
 2024-01-29 16:15 UTC  (22+ 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 v2 0/2] Use right iommu_ops for mock device
 2024-01-29 15:37 UTC  (8+ 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

[REGRESSION] Failed buffer allocation in Tegra fbdev
 2024-01-29 12:07 UTC  (5+ messages)
      `  "

[PATCH 1/1] iommu/vt-d: Remove INTEL_IOMMU_BROKEN_GFX_WA
 2024-01-29 11:24 UTC  (6+ messages)

[PATCH 1/1] iommu: Avoid races around default domain allocations
 2024-01-29  7:59 UTC  (2+ messages)

[PATCH v2] Documentation: iommu/vt-d: Add the document for Intel IOMMU debugfs
 2024-01-29  1:33 UTC  (3+ messages)

[PATCH v11 3/5] iommu/vt-d: simplify parameters of qi_submit_sync() ATS invalidation callers
 2024-01-28 13:52 UTC  (4+ messages)

[PATCH 00/15] Coalesced Interrupt Delivery with posted MSI
 2024-01-26 23:42 UTC  (16+ messages)
` [PATCH 01/15] x86/irq: Move posted interrupt descriptor out of vmx code
` [PATCH 02/15] x86/irq: Unionize PID.PIR for 64bit access w/o casting
` [PATCH 03/15] x86/irq: Use bitfields exclusively in posted interrupt descriptor
` [PATCH 04/15] x86/irq: Add a Kconfig option for posted MSI
` [PATCH 05/15] x86/irq: Reserve a per CPU IDT vector for posted MSIs
` [PATCH 06/15] x86/irq: Set up per host CPU posted interrupt descriptors
` [PATCH 07/15] x86/irq: Add accessors for "
` [PATCH 08/15] x86/irq: Factor out calling ISR from common_interrupt
` [PATCH 09/15] x86/irq: Install posted MSI notification handler
` [PATCH 10/15] x86/irq: Factor out common code for checking pending interrupts
` [PATCH 11/15] x86/irq: Extend checks for pending vectors to posted interrupts
` [PATCH 12/15] iommu/vt-d: Make posted MSI an opt-in cmdline option
` [PATCH 13/15] iommu/vt-d: Add an irq_chip for posted MSIs
` [PATCH 14/15] iommu/vt-d: Add a helper to retrieve PID address
` [PATCH 15/15] iommu/vt-d: Enable posted mode for device MSIs

[PATCH RFC 00/13] Coalesced Interrupt Delivery with posted MSI
 2024-01-26 23:32 UTC  (16+ messages)
` [PATCH RFC 07/13] x86/irq: Add helpers for checking Intel PID
` [PATCH RFC 09/13] x86/irq: Install posted MSI notification handler
` [PATCH RFC 11/13] iommu/vt-d: Add an irq_chip for posted MSIs
` [PATCH RFC 12/13] iommu/vt-d: Add a helper to retrieve PID address

[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  (13+ messages)
` [PATCH v10 01/16] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v10 15/16] iommu: Make iopf_group_response() return void
` [PATCH v10 16/16] iommu: Make iommu_report_device_fault() reutrn void

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


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