messages from 2023-10-06 16:23:32 to 2023-10-12 18:07:09 UTC [more...]
[PATCH v1 0/3] Clean-up arm-smmu-v3-sva.c: remove arm_smmu_bond
2023-10-12 18:06 UTC (2+ messages)
[PATCH] iommu/arm-smmu-qcom: Add SDM670 MDSS compatible
2023-10-12 18:06 UTC (2+ messages)
[PATCH 0/2] Add SMMUv2 support for SM7150
2023-10-12 18:06 UTC (2+ messages)
[PATCH] hardening: x86: drop reference to removed config AMD_IOMMU_V2
2023-10-12 16:10 UTC (5+ messages)
[PATCH v8 0/9] Refactor the SMMU's CD table ownership
2023-10-12 14:50 UTC (3+ messages)
[PATCH v2 0/4] AVIC bugfixes and workarounds
2023-10-12 14:46 UTC (2+ messages)
fix the non-coherent coldfire dma_alloc_coherent
2023-10-12 14:00 UTC (27+ 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 6/6] m68k: don't provide arch_dma_alloc for nommu/coldfire
[PATCH v4 00/17] iommufd: Add nesting infrastructure
2023-10-12 13:39 UTC (29+ messages)
` [PATCH v4 01/17] iommu: Add hwpt_type with user_data for domain_alloc_user op
` [PATCH v4 02/17] iommu: Add nested domain support
` [PATCH v4 03/17] iommufd: Unite all kernel-managed members into a struct
` [PATCH v4 05/17] iommufd: Separate kernel-managed HWPT alloc/destroy/abort functions
` [PATCH v4 09/17] iommufd/device: Add helpers to enforce/remove device reserved regions
[joro-iommu:x86/amd 16/19] drivers/iommu/amd/iommu.c:829:21: warning: variable 'entry' set but not used
2023-10-12 13:21 UTC (3+ messages)
[PATCH v5 0/7] iommu: Retire bus ops
2023-10-12 12:58 UTC (17+ messages)
` [PATCH v5 1/7] iommu: Factor out some helpers
` [PATCH v5 2/7] iommu: Decouple iommu_present() from bus ops
` [PATCH v5 3/7] iommu: Validate that devices match domains
` [PATCH v5 4/7] iommu: Decouple iommu_domain_alloc() from bus ops
` [PATCH v5 5/7] iommu/arm-smmu: Don't register fwnode for legacy binding
` [PATCH v5 6/7] iommu: Retire bus ops
` [PATCH v5 7/7] iommu: Clean up open-coded ownership checks
[PATCH 00/19] Update SMMUv3 to the modern iommu API (part 1/2)
2023-10-12 12:34 UTC (24+ messages)
` [PATCH 01/19] iommu/arm-smmu-v3: Add a type for the STE
` [PATCH 02/19] iommu/arm-smmu-v3: Master cannot be NULL in arm_smmu_write_strtab_ent()
` [PATCH 03/19] iommu/arm-smmu-v3: Remove ARM_SMMU_DOMAIN_NESTED
` [PATCH 04/19] iommu/arm-smmu-v3: Make STE programming independent of the callers
` [PATCH 05/19] iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypass
` [PATCH 06/19] iommu/arm-smmu-v3: Move arm_smmu_rmr_install_bypass_ste()
` [PATCH 07/19] iommu/arm-smmu-v3: Move the STE generation for S1 and S2 domains into functions
` [PATCH 08/19] iommu/arm-smmu-v3: Build the whole STE in arm_smmu_make_s2_domain_ste()
` [PATCH 09/19] iommu/arm-smmu-v3: Hold arm_smmu_asid_lock during all of attach_dev
` [PATCH 10/19] iommu/arm-smmu-v3: Compute the STE only once for each master
` [PATCH 11/19] iommu/arm-smmu-v3: Do not change the STE twice during arm_smmu_attach_dev()
` [PATCH 12/19] iommu/arm-smmu-v3: Put writing the context descriptor in the right order
` [PATCH 13/19] iommu/arm-smmu-v3: Pass smmu_domain to arm_enable/disable_ats()
` [PATCH 14/19] iommu/arm-smmu-v3: Remove arm_smmu_master->domain
` [PATCH 15/19] iommu/arm-smmu-v3: Add a global static IDENTITY domain
` [PATCH 16/19] iommu/arm-smmu-v3: Add a global static BLOCKED domain
` [PATCH 17/19] iommu/arm-smmu-v3: Use the identity/blocked domain during release
` [PATCH 18/19] iommu/arm-smmu-v3: Pass arm_smmu_domain and arm_smmu_device to finalize
` [PATCH 19/19] iommu/arm-smmu-v3: Convert to domain_alloc_paging()
[PATCH v2 0/6] iommufd support allocating nested parent domain
2023-10-12 7:33 UTC (13+ messages)
` [PATCH v2 1/6] iommu: Add new iommu op to create domains owned by userspace
` [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
[PATCH v1 00/13] Improve TLB invalidation logic
2023-10-12 6:17 UTC (2+ messages)
[PATCH] iommu: change iommu_map_sgtable to return signed values
2023-10-12 2:06 UTC (2+ messages)
[PATCH 00/27] Update SMMUv3 to the modern iommu API (part 2/2)
2023-10-11 23:26 UTC (28+ messages)
` [PATCH 01/27] iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA
` [PATCH 02/27] iommu/arm-smmu-v3: Do not allow a SVA domain to be set on the wrong PASID
` [PATCH 03/27] iommu/arm-smmu-v3: Do not ATC invalidate the entire domain
` [PATCH 04/27] iommu/arm-smmu-v3: Add a type for the CD entry
` [PATCH 05/27] iommu/arm-smmu-v3: Make CD programming use arm_smmu_write_entry_step()
` [PATCH 06/27] iommu/arm-smmu-v3: Consolidate clearing a CD table entry
` [PATCH 07/27] iommu/arm-smmu-v3: Move the CD generation for S1 domains into a function
` [PATCH 08/27] iommu/arm-smmu-v3: Move allocation of the cdtable into arm_smmu_get_cd_ptr()
` [PATCH 09/27] iommu/arm-smmu-v3: Allocate the CD table entry in advance
` [PATCH 10/27] iommu/arm-smmu-v3: Move the CD generation for SVA into a function
` [PATCH 11/27] iommu/arm-smmu-v3: Lift CD programming out of the SVA notifier code
` [PATCH 12/27] iommu/arm-smmu-v3: Build the whole CD in arm_smmu_make_s1_cd()
` [PATCH 13/27] iommu/arm-smmu-v3: Make smmu_domain->devices into an allocated list
` [PATCH 14/27] iommu/arm-smmu-v3: Make changing domains be hitless for ATS
` [PATCH 15/27] iommu/arm-smmu-v3: Add ssid to struct arm_smmu_master_domain
` [PATCH 16/27] iommu/arm-smmu-v3: Keep track of valid CD entries in the cd_table
` [PATCH 17/27] iommu/arm-smmu-v3: Thread SSID through the arm_smmu_attach_*() interface
` [PATCH 18/27] iommu/arm-smmu-v3: Make SVA allocate a normal arm_smmu_domain
` [PATCH 19/27] iommu/arm-smmu-v3: Keep track of arm_smmu_master_domain for SVA
` [PATCH 20/27] iommu: Add ops->domain_alloc_sva()
` [PATCH 21/27] iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain
` [PATCH 22/27] iommu/arm-smmu-v3: Consolidate freeing the ASID/VMID
` [PATCH 23/27] iommu/arm-smmu-v3: Move the arm_smmu_asid_xa to per-smmu like vmid
` [PATCH 24/27] iommu/arm-smmu-v3: Bring back SVA BTM support
` [PATCH 25/27] iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is used
` [PATCH 26/27] iommu/arm-smmu-v3: Allow a PASID to be set when RID is IDENTITY/BLOCKED
` [PATCH 27/27] iommu/arm-smmu-v3: Allow setting a S1 domain to a PASID
[v6 PATCH 0/5] Share sva domains with all devices bound to a mm
2023-10-11 19:33 UTC (10+ messages)
` [v6 PATCH 1/5] iommu/vt-d: Remove mm->pasid in intel_sva_bind_mm()
` [v6 PATCH 2/5] iommu: Add mm_get_enqcmd_pasid() helper function
` [v6 PATCH 3/5] mm: Add structure to keep sva information
` [v6 PATCH 4/5] iommu: Support mm PASID 1:n with sva domains
` [v6 PATCH 5/5] mm: Deprecate pasid field
[PATCH] iommu/qcom: restore IOMMU state if needed
2023-10-11 17:57 UTC
[PATH v4 0/3] iommu/vt-d: debugfs: Enhancements to IOMMU debugfs
2023-10-11 8:39 UTC (4+ messages)
` [PATH v4 1/3] iommu/vt-d: debugfs: Dump entry pointing to huge page
` [PATH v4 2/3] iommu/vt-d: debugfs: Create/remove debugfs file per {device, pasid}
` [PATH v4 3/3] iommu/vt-d: debugfs: Support dumping a specified page table
[PATCH v5 0/6] Share sva domains with all devices bound to a mm
2023-10-11 7:07 UTC (7+ messages)
` [PATCH v5 5/6] iommu: Support mm PASID 1:n with sva domains
[PATCH v2] dma-mapping: fix dma_addressing_limited if dma_range_map can't cover all system RAM
2023-10-11 5:11 UTC (5+ messages)
[PATCH v2 00/11] iommu/amd: SVA Support (Part 4) - SVA and IOPF
2023-10-10 15:04 UTC (7+ messages)
` [PATCH v2 11/11] iommu/amd: Introduce logic to enable/disable IOPF
[PATCH v2 00/10] iommu/amd: SVA Support (part 3) - refactor support for GCR3 table
2023-10-10 14:38 UTC (7+ messages)
` [PATCH v2 06/10] iommu/amd: Refactor helper function for setting / clearing GCR3
[PATCH][next] iommu/virtio: Add __counted_by for struct viommu_request and use struct_size()
2023-10-10 13:36 UTC (3+ messages)
[RFC 0/7] Add SIOV virtual device support
2023-10-10 8:33 UTC (15+ messages)
` [RFC 1/7] iommufd: Handle unsafe interrupts in a separate function
` [RFC 2/7] iommufd: Introduce iommufd_alloc_device()
` [RFC 3/7] iommufd: Add iommufd_device_bind_pasid()
` [RFC 4/7] iommufd: Support attach/replace for SIOV virtual device {dev, pasid}
` [RFC 5/7] iommufd/selftest: Extend IOMMU_TEST_OP_MOCK_DOMAIN to pass in pasid
` [RFC 6/7] iommufd/selftest: Add test coverage for SIOV virtual device
` [RFC 7/7] vfio: Add vfio_register_pasid_iommu_dev()
[PATCH 6/7] fs/sysfs/group: make attribute_group pointers const
2023-10-10 6:57 UTC (10+ messages)
[RFC 0/8] iommufd support pasid attach/replace
2023-10-10 3:33 UTC (6+ messages)
` [RFC 8/8] iommu/vt-d: Add set_dev_pasid callback for nested domain
[PATCH v2 0/9] iommu: Convert dart & iommufd to the new domain_alloc_paging()
2023-10-09 7:48 UTC (9+ messages)
` [PATCH v2 1/9] iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domain
` [PATCH v2 2/9] iommu/vt-d: Update the definition of the blocking domain
` [PATCH v2 3/9] iommu/vt-d: Use ops->blocked_domain
` [PATCH v2 4/9] iommufd: Convert to alloc_domain_paging()
[PATCH] iommu/smmu-v3: Refactor smmu stream data structure
2023-10-06 16:45 UTC (2+ messages)
[PATCH 4/7] iommu/arm-smmu: Pass arm_smmu_domain to arm_smmu_init_domain_context()
2023-10-06 16:23 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox