messages from 2023-10-10 16:58:48 to 2023-10-14 00:47:49 UTC [more...]
[PATCH v4 00/17] iommufd: Add nesting infrastructure
2023-10-14 0:47 UTC (35+ 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 05/17] iommufd: Separate kernel-managed HWPT alloc/destroy/abort functions
` [PATCH v4 07/17] iommufd: Add user-managed hw_pagetable support
` [PATCH v4 08/17] iommufd: Always setup MSI and anforce cc on kernel-managed domains
` [PATCH v4 10/17] iommufd: Support IOMMU_HWPT_ALLOC allocation with user data
[PATCH v7 4/5] iommu: Support mm PASID 1:n with sva domains
2023-10-14 0:03 UTC (2+ messages)
[PATCH v3 00/19] IOMMUFD Dirty Tracking
2023-10-14 0:02 UTC (39+ messages)
` [PATCH v3 01/19] vfio/iova_bitmap: Export more API symbols
` [PATCH v3 02/19] vfio: Move iova_bitmap into iommu core
` [PATCH v3 03/19] iommu: Add iommu_domain ops for dirty tracking
` [PATCH v3 04/19] iommufd: Add a flag to enforce dirty tracking on attach
` [PATCH v3 05/19] iommufd/selftest: Expand mock_domain with dev_flags
` [PATCH v3 08/19] iommufd: Add IOMMU_HWPT_SET_DIRTY
` [PATCH v3 10/19] iommufd: Add IOMMU_HWPT_GET_DIRTY_IOVA
[PATCH v2 00/10] iommu/amd: SVA Support (part 3) - refactor support for GCR3 table
2023-10-13 16:01 UTC (9+ messages)
` [PATCH v2 06/10] iommu/amd: Refactor helper function for setting / clearing GCR3
[PATCH v2 00/11] iommu/amd: SVA Support (Part 4) - SVA and IOPF
2023-10-13 15:58 UTC (7+ messages)
` [PATCH v2 04/11] iommu/amd: Initial SVA support for AMD IOMMU
[PATCH v3 00/13] iommu/amd: SVA Support (part 3) - refactor support for GCR3 table
2023-10-13 15:16 UTC (14+ messages)
` [PATCH v3 01/13] iommu/amd: Pass struct iommu_dev_data to set_dte_entry()
` [PATCH v3 02/13] iommu/amd: Introduce get_amd_iommu_from_dev()
` [PATCH v3 03/13] iommu/amd: Introduce struct protection_domain.pd_mode
` [PATCH v3 04/13] iommu/amd: Introduce per-device GCR3 table
` [PATCH v3 05/13] iommu/amd: Use protection_domain.flags to check page table mode
` [PATCH v3 06/13] iommu/amd: Introduce per-device domain ID to workaround potential TLB aliasing issue
` [PATCH v3 07/13] iommu/amd: Add support for device based flush TLB
` [PATCH v3 08/13] iommu/amd: Rearrange GCR3 table setup code
` [PATCH v3 09/13] iommu/amd: Refactor helper function for setting / clearing GCR3
` [PATCH v3 10/13] iommu/amd: Refactor helper function for attaching / detaching device
` [PATCH v3 11/13] iommu/amd: Refactor protection_domain helper functions
` [PATCH v3 12/13] iommu/amd: Refactor GCR3 table "
` [PATCH v3 13/13] iommu/amd: Remove unused GCR3 table parameters from struct protection_domain
[PATH v5 0/3] iommu/vt-d: debugfs: Enhancements to IOMMU debugfs
2023-10-13 13:58 UTC (4+ messages)
` [PATH v5 1/3] iommu/vt-d: debugfs: Dump entry pointing to huge page
` [PATH v5 2/3] iommu/vt-d: debugfs: Create/remove debugfs file per {device, pasid}
` [PATH v5 3/3] iommu/vt-d: debugfs: Support dumping a specified page table
[PATCH 00/19] Update SMMUv3 to the modern iommu API (part 1/2)
2023-10-13 14:00 UTC (26+ 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 v5 00/11] Add Intel VT-d nested translation
2023-10-13 13:41 UTC (11+ messages)
` [PATCH v5 04/11] iommu/vt-d: Add helper to setup pasid "
` [PATCH v5 09/11] iommu/vt-d: Add iotlb flush for nested domain
` [PATCH v5 10/11] iommu/vt-d: Add nested domain allocation
[GIT PULL] iommu/arm-smmu: Updates for 6.7
2023-10-13 12:02 UTC
[PATCH v6 00/12] iommu: Prepare to deliver page faults to user space
2023-10-13 7:49 UTC (2+ messages)
[PATH v4 0/3] iommu/vt-d: debugfs: Enhancements to IOMMU debugfs
2023-10-13 4:23 UTC (5+ 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
fix the non-coherent coldfire dma_alloc_coherent
2023-10-13 1:48 UTC (11+ messages)
` [PATCH 5/6] net: fec: use dma_alloc_noncoherent for m532x
[PATCH v8 0/9] Refactor the SMMU's CD table ownership
2023-10-12 18:06 UTC (4+ messages)
[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 v2 0/4] AVIC bugfixes and workarounds
2023-10-12 14:46 UTC (2+ messages)
[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 v2 0/6] iommufd support allocating nested parent domain
2023-10-12 7:33 UTC (6+ messages)
` [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
[PATCH v5 0/6] Share sva domains with all devices bound to a mm
2023-10-11 7:07 UTC (5+ 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 (4+ 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