Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2023-09-28 02:02:09 to 2023-10-09 07:41:41 UTC [more...]

fix the non-coherent coldfire dma_alloc_coherent
 2023-10-09  7:41 UTC  (6+ messages)
` [PATCH 1/6] dma-direct: add depdenencies to CONFIG_DMA_GLOBAL_POOL
` [PATCH 2/6] dma-direct: add a CONFIG_ARCH_DMA_ALLOC symbol
` [PATCH 3/6] dma-direct: simplify the use atomic pool logic in dma_direct_alloc
` [PATCH 4/6] dma-direct: warn when coherent allocations aren't supported
` [PATCH 5/6] net: fec: use dma_alloc_noncoherent for m532x

[PATCH v4 00/17] iommufd: Add nesting infrastructure
 2023-10-09  5:13 UTC  (16+ messages)
` [PATCH v4 01/17] iommu: Add hwpt_type with user_data for domain_alloc_user op
` [PATCH v4 03/17] iommufd: Unite all kernel-managed members into a struct
` [PATCH v4 09/17] iommufd/device: Add helpers to enforce/remove device reserved regions

[PATCH v2 0/6] iommufd support allocating nested parent domain
 2023-10-09  1:13 UTC  (14+ messages)
` [PATCH v2 1/6] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v2 2/6] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH v2 3/6] iommufd/hw_pagetable: Accepts user flags "
` [PATCH v2 4/6] iommufd/hw_pagetable: Support allocating nested parent domain
` [PATCH v2 5/6] iommufd/selftest: Add domain_alloc_user() support in iommu mock
` [PATCH v2 6/6] iommu/vt-d: Add domain_alloc_user op

[joro-iommu:x86/amd 16/19] drivers/iommu/amd/iommu.c:829:21: warning: variable 'entry' set but not used
 2023-10-07  3:20 UTC 

[PATCH v5 0/6] Share sva domains with all devices bound to a mm
 2023-10-06 18:06 UTC  (13+ messages)
` [PATCH v5 2/6] iommu: Add mm_get_enqcmd_pasid() helper function
` [PATCH v5 3/6] iommu: Introduce mm_get_pasid() "
` [PATCH v5 4/6] mm: Add structure to keep sva information
` [PATCH v5 5/6] iommu: Support mm PASID 1:n with sva domains
` [PATCH v5 6/6] mm: Deprecate pasid field

[PATCH] iommu/smmu-v3: Refactor smmu stream data structure
 2023-10-06 16:45 UTC  (2+ messages)

[PATCH 0/7] Convert SMMU to domain_alloc_paging()
 2023-10-06 16:23 UTC  (19+ messages)
` [PATCH 1/7] iommu/arm-smmu: Reorganize arm_smmu_domain_add_master()
` [PATCH 2/7] iommu/arm-smmu: Convert to a global static identity domain
` [PATCH 3/7] iommu/arm-smmu: Implement IOMMU_DOMAIN_BLOCKED
` [PATCH 4/7] iommu/arm-smmu: Pass arm_smmu_domain to arm_smmu_init_domain_context()
` [PATCH 5/7] iommu/arm-smmu: Convert to domain_alloc_paging()
` [PATCH 6/7] iommu: Compute dev_iommu->require_direct sooner
` [PATCH 7/7] iommu: Restore SMMU "disable_bypass"

[PATCH v3 0/5] iommu/amd: SVA Support (part 2) - deprecate iommu_v2 module
 2023-10-06 15:19 UTC  (16+ messages)
` [PATCH v3 1/5] iommu/amd: Remove "

[PATCH v4 0/5] iommu/amd: SVA Support (part 2) - deprecate iommu_v2 module
 2023-10-06 14:02 UTC  (7+ messages)
` [PATCH v4 1/5] iommu/amd: Remove "
` [PATCH v4 2/5] iommu/amd: Remove PPR support
` [PATCH v4 3/5] iommu/amd: Remove amd_iommu_device_info()
` [PATCH v4 4/5] iommu/amd: Remove unused EXPORT_SYMBOLS
` [PATCH v4 5/5] Revert "iommu: Fix false ownership failure on AMD systems with PASID activated"

[Bisected] [commit 2ad56efa80db] [Hotplug] WARNING while performing hotplug operation on 6.6-rc3-next
 2023-10-06 13:43 UTC  (4+ messages)

[PATCH v1 00/13] Improve TLB invalidation logic
 2023-10-06 10:16 UTC  (14+ messages)
` [PATCH v1 01/13] iommu/amd: Rename iommu_flush_all_caches() -> amd_iommu_flush_all_caches()
` [PATCH v1 02/13] iommu/amd: Remove redundant domain flush from attach_device()
` [PATCH v1 03/13] iommu/amd: Remove redundant passing of PDE bit
` [PATCH v1 04/13] iommu/amd: Add support to invalidate multiple guest pages
` [PATCH v1 05/13] iommu/amd: Refactor IOMMU tlb invalidation code
` [PATCH v1 06/13] iommu/amd: Refactor device iotlb "
` [PATCH v1 07/13] iommu/amd: Consolidate device IOTLB flush code
` [PATCH v1 08/13] iommu/amd: Consolidate amd_iommu_domain_flush_complete() call
` [PATCH v1 09/13] iommu/amd: Refactor domain flush global function
` [PATCH v1 10/13] iommu/amd: Consolidate domain flush logic
` [PATCH v1 11/13] iommu/amd/pgtbl_v2: Invalidate updated page ranges only
` [PATCH v1 12/13] iommu/amd: Remove unused flush pasid functions
` [PATCH v1 13/13] iommu/amd: Rearrange device flush code

[PATCH 00/10] VM: SVM: Honor KVM_MAX_VCPUS when AVIC is enabled
 2023-10-05 12:59 UTC  (22+ messages)
` [PATCH 01/10] KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BAR
` [PATCH 02/10] KVM: SVM: Use AVIC_HPA_MASK when initializing vCPU's Physical ID entry
` [PATCH 03/10] KVM: SVM: Drop pointless masking of kernel page pa's with "AVIC's" HPA mask
` [PATCH 04/10] KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
` [PATCH 05/10] KVM: SVM: Drop vcpu_svm's pointless avic_backing_page field
` [PATCH 06/10] iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr
` [PATCH 07/10] KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
` [PATCH 08/10] KVM: SVM: WARN if KVM attempts to create AVIC backing page with user APIC
` [PATCH 09/10] KVM: SVM: Drop redundant check in AVIC code on ID during vCPU creation
` [PATCH 10/10] KVM: SVM: Rename "avic_physical_id_cache" to "avic_physical_id_entry"

[PATCH v2] iommu: Fix return code in iommu_group_alloc_default_domain()
 2023-10-05 11:04 UTC  (2+ messages)

[PATCH] s390/pci: Fix reset of IOMMU software counters
 2023-10-05 11:01 UTC  (3+ messages)

[PATCH] iommu: Do not use IOMMU_DOMAIN_DMA if CONFIG_IOMMU_DMA is not enabled
 2023-10-05 11:00 UTC  (4+ messages)

[PATCH v4 0/7] iommu: Retire bus ops
 2023-10-04 21:35 UTC  (15+ messages)
` [PATCH v4 1/7] iommu: Factor out some helpers
` [PATCH v4 2/7] iommu: Decouple iommu_present() from bus ops
` [PATCH v4 3/7] iommu: Validate that devices match domains
` [PATCH v4 4/7] iommu: Switch __iommu_domain_alloc() to device ops
` [PATCH v4 5/7] iommu/arm-smmu: Don't register fwnode for legacy binding
` [PATCH v4 6/7] iommu: Retire bus ops
` [PATCH v4 7/7] iommu: Clean up open-coded ownership checks

[PATCH v3 00/19] IOMMUFD Dirty Tracking
 2023-10-04 17:01 UTC  (3+ messages)
` [PATCH v3 17/19] iommu/amd: Access/Dirty bit support in IOPTEs

[Bisected] [commit 2ad56efa80db] WARNING while performing hotplug operation on 6.6-rc3-next
 2023-10-04 13:59 UTC 

[PATCH v3 0/4] Allow AVIC's IPI virtualization to be optional
 2023-10-04 13:14 UTC  (7+ messages)
` [PATCH v3 1/4] KVM: Add per vCPU flag specifying that a vCPU is loaded
` [PATCH v3 2/4] x86: KVM: AVIC: stop using 'is_running' bit in avic_vcpu_put()
` [PATCH v3 3/4] x86: KVM: don't read physical ID table entry in avic_pi_update_irte()
` [PATCH v3 4/4] x86: KVM: SVM: allow optionally to disable AVIC's IPI virtualization

[PATCH] iommu: Fix return code in iommu_group_alloc_default_domain()
 2023-10-04 12:06 UTC  (3+ messages)

[PATCH][6.5, 6.1, 5.15] iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_range
 2023-10-04 10:15 UTC  (3+ messages)

[PATCH v13 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-10-04  8:54 UTC  (10+ messages)
` [PATCH v13 1/6] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
` [PATCH v13 2/6] s390/pci: prepare is_passed_through() for dma-iommu
` [PATCH v13 3/6] s390/pci: Use dma-iommu layer
` [PATCH v13 4/6] iommu/s390: Disable deferred flush for ISM devices
` [PATCH v13 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v13 6/6] iommu/dma: Use a large flush queue and timeout for shadow_on_flush

dma_map_resource() has a bad performance in pcie peer to peer transactions when iommu enabled in Linux
 2023-10-04  6:26 UTC  (4+ messages)

[PATCH v2][6.5, 6.1, 5.15] iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_range
 2023-10-03 23:41 UTC 

[PATCH v8 00/24] iommu: Make default_domain's mandatory
 2023-10-03  8:34 UTC  (5+ messages)
` [PATCH v8 20/24] iommu: Require a default_domain for all iommu drivers

[PATCH v2 0/4] AVIC bugfixes and workarounds
 2023-10-03  3:17 UTC  (12+ messages)
` [PATCH v2 1/4] x86: KVM: SVM: always update the x2avic msr interception
` [PATCH v2 2/4] x86: KVM: SVM: add support for Invalid IPI Vector interception
` [PATCH v2 3/4] x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested()
` [PATCH v2 4/4] x86: KVM: SVM: workaround for AVIC's errata #1235

[git pull] IOMMU Fixes for Linux v6.6-rc4
 2023-10-02 17:45 UTC  (2+ messages)

[GIT PULL] dma-mapping fixes for Linux 6.6
 2023-09-30 18:12 UTC  (2+ messages)

[PATCH 0/5] AVIC bugfixes and workarounds
 2023-09-28 17:27 UTC  (11+ messages)
` [PATCH 1/5] x86: KVM: SVM: fix for x2avic CVE-2023-5090
` [PATCH 2/5] x86: KVM: SVM: add support for Invalid IPI Vector interception
` [PATCH 3/5] x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested()
` [PATCH 4/5] iommu/amd: skip updating the IRTE entry when is_run is already false
` [PATCH 5/5] x86: KVM: SVM: workaround for AVIC's errata #1235

[PATCH] iommu: Sanity check on param list for iommu_get_resv_regions
 2023-09-28  9:27 UTC  (5+ messages)

[PATH v3 0/3] iommu/vt-d: debugfs: Enhancements to IOMMU debugfs
 2023-09-28  9:17 UTC  (5+ messages)
` [PATH v3 2/3] iommu/vt-d: debugfs: Create/remove debugfs file per {device, pasid}

[bug report] iommu: Add IOMMU_DOMAIN_PLATFORM
 2023-09-28  5:06 UTC 

[PATCH v6 00/12] iommu: Prepare to deliver page faults to user space
 2023-09-28  5:00 UTC  (14+ messages)
` [PATCH v6 01/12] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v6 02/12] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v6 03/12] iommu: Remove unrecoverable fault data
` [PATCH v6 04/12] iommu: Cleanup iopf data structure definitions
` [PATCH v6 05/12] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v6 06/12] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v6 07/12] iommu: Merge iommu_fault_event and iopf_fault
` [PATCH v6 08/12] iommu: Prepare for separating SVA and IOPF
` [PATCH v6 09/12] iommu: Make iommu_queue_iopf() more generic
` [PATCH v6 10/12] iommu: Separate SVA and IOPF
` [PATCH v6 11/12] iommu: Consolidate per-device fault data management
` [PATCH v6 12/12] iommu: Improve iopf_queue_flush_dev()


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