messages from 2023-08-04 06:44:13 to 2023-08-09 12:50:30 UTC [more...]
[PATCH 00/13] [PULL REQUEST] Intel IOMMU updates for Linux v6.6
2023-08-09 12:47 UTC (4+ messages)
` [PATCH 01/13] iommu: Generalize PASID 0 for normal DMA w/o PASID
` [PATCH 02/13] iommu: Move global PASID allocation from SVA to core
` [PATCH 03/13] iommu/vt-d: Add domain_flush_pasid_iotlb()
[PATCH 0/5] Share sva domains with all devices bound to a mm
2023-08-09 12:35 UTC (20+ messages)
` [PATCH 1/5] iommu: Add mm_get_pasid() helper function
` [PATCH 2/5] iommu: Call helper function to get assigned pasid value
` [PATCH 3/5] mm: Add structure to keep sva information
` [PATCH 4/5] iommu: Support mm PASID 1:n with sva domains
` [PATCH 5/5] mm: Deprecate pasid field
[PATCH 0/2] iommu: Allow passing custom allocators to pgtable drivers
2023-08-09 12:17 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] iommu: Extend LPAE page table format to support custom allocators
[PATCH 0/3] Fix device_lock deadlock on two probe() paths
2023-08-09 12:15 UTC (12+ messages)
` [PATCH 1/3] iommu: Provide iommu_probe_device_locked()
` [PATCH 2/3] iommu: Pass in the iommu_device to probe for in bus_iommu_probe()
` [PATCH 3/3] iommu: Do not attempt to re-lock the iommu device when probing
[PATCH 1/1] Revert "iommu/arm-smmu-v3: Set TTL invalidation hint better"
2023-08-09 11:23 UTC (13+ messages)
` [PATCH v2 1/1] iommu/arm-smmu-v3: Fix error case of range command
[PATCH v2 00/12] iommu: Prepare to deliver page faults to user space
2023-08-09 10:40 UTC (12+ messages)
` [PATCH v2 03/12] iommu: Remove unrecoverable fault data
` [PATCH v2 08/12] iommu: Prepare for separating SVA and IOPF
[PATCH v6 0/4] iommufd: Add iommu hardware info reporting
2023-08-09 10:16 UTC (6+ messages)
` [PATCH v6 1/4] iommu: Move dev_iommu_ops() to private header
` [PATCH v6 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v6 3/4] iommufd: Add IOMMU_GET_HW_INFO
` [PATCH v6 4/4] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl
[PATCH v4 00/12] Add Intel VT-d nested translation
2023-08-09 9:30 UTC (18+ messages)
` [PATCH v4 07/12] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
` [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
[PATCH v2 00/10] Refine the locking for dev->iommu_group
2023-08-09 6:23 UTC (13+ messages)
[PATCH v12 0/8] Re-enable IDXD kernel workqueue under DMA API
2023-08-08 23:29 UTC (7+ messages)
` [PATCH v12 1/8] iommu: Generalize PASID 0 for normal DMA w/o PASID
` [PATCH v12 2/8] iommu: Move global PASID allocation from SVA to core
[PATCH v1] swiotlb: optimize get_max_slots()
2023-08-08 17:36 UTC (2+ messages)
[PATCH v1] swiotlb: move slot allocation explanation comment where it belongs
2023-08-08 17:36 UTC (2+ messages)
[PATCH v5 0/9] Refactor the SMMU's CD table ownership
2023-08-08 17:12 UTC (10+ messages)
` [PATCH v5 1/9] iommu/arm-smmu-v3: Move ctx_desc out of s1_cfg
` [PATCH v5 2/9] iommu/arm-smmu-v3: Replace s1_cfg with cdtab_cfg
` [PATCH v5 3/9] iommu/arm-smmu-v3: Encapsulate ctx_desc_cfg init in alloc_cd_tables
` [PATCH v5 4/9] iommu/arm-smmu-v3: move stall_enabled to the cd table
` [PATCH v5 5/9] iommu/arm-smmu-v3: Refactor write_ctx_desc
` [PATCH v5 6/9] iommu/arm-smmu-v3: Move CD table to arm_smmu_master
` [PATCH v5 7/9] iommu/arm-smmu-v3: Cleanup arm_smmu_domain_finalise
` [PATCH v5 8/9] iommu/arm-smmu-v3: Skip cd sync if CD table isn't active
` [PATCH v5 9/9] iommu/arm-smmu-v3: Rename cdcfg to cd_table
[PATCH v2 02/10] iommu: Add a lockdep assertion for remaining dev->iommu_group reads
2023-08-08 16:54 UTC (3+ messages)
[PATCH 00/11] iommu/amd: SVA support (part 2) - refactor support for GCR3 table
2023-08-08 15:51 UTC (19+ messages)
` [PATCH 01/11] iommu/amd: Rename helper function rlookup_amd_iommu()
` [PATCH 02/11] iommu/amd: Introduce struct protection_domain.pd_mode
` [PATCH 03/11] iommu/amd: Introduce per-device GCR3 table
` [PATCH 04/11] iommu/amd: Use protection_domain.flags to check page table mode
` [PATCH 05/11] iommu/amd: Refactor helper function for setting / clearing GCR3
` [PATCH 06/11] iommu/amd: Refactor helper function for attaching / detaching device
` [PATCH 07/11] iommu/amd: Refactor protection_domain helper functions
` [PATCH 08/11] iommu/amd: Refactor GCR3 table "
` [PATCH 09/11] iommu/amd: Introduce helper functions for AMD IOMMU v2 driver
` [PATCH 10/11] iommu/amd/iommu_v2: Add support to switch default domain to SVA mode
` [PATCH 11/11] iommu/amd: Remove unused GCR3 table parameters from struct protection_domain
[PATCH v5 0/4] iommufd: Add iommu hardware info reporting
2023-08-08 15:36 UTC (7+ messages)
` [PATCH v5 3/4] iommufd: Add IOMMU_GET_HW_INFO
[PATCH v2 0/6] MMCC MSM8998 fixes
2023-08-08 15:10 UTC (8+ messages)
` [PATCH v2 1/6] arm64: dts: qcom: msm8998: Drop bus clock reference from MMSS SMMU
` [PATCH v2 2/6] arm64: dts: qcom: msm8998: Add missing power domain to "
` [PATCH v2 3/6] clk: qcom: gcc-msm8998: Don't check halt bit on some branch clks
` [PATCH v2 4/6] clk: qcom: mmcc-msm8998: "
` [PATCH v2 5/6] clk: qcom: mmcc-msm8998: Fix the SMMU GDSC
` [PATCH v2 6/6] dt-bindings: arm-smmu: Fix MSM8998 clocks description
[PATCH v3 00/16] iommu/amd: SVA Support (Part 1) - cleanup/refactoring
2023-08-08 13:55 UTC (26+ messages)
` [PATCH v3 05/16] iommu/amd/iommu_v2: Use protection_domain in struct device_state
` [PATCH v3 06/16] iommu/amd: Introduce helper functions for managing GCR3 table
` [PATCH v3 07/16] iommu/amd: Use struct protection_domain in helper functions
` [PATCH v3 08/16] iommu/amd: Do not set amd_iommu_pgtable in pass-through mode
` [PATCH v3 09/16] iommu/amd: Miscellaneous clean up when free domain
` [PATCH v3 10/16] iommu/amd: Modify logic for checking GT and PPR features
` [PATCH v3 11/16] iommu/amd: Rename ats related variables
` [PATCH v3 12/16] iommu/amd: Add support for different types of PPR handler
` [PATCH v3 13/16] iommu/amd: Introduce iommu_dev_data.flags to track device capabilities
` [PATCH v3 14/16] iommu/amd: Enable device ATS/PASID/PRI capabilities independently
` [PATCH v3 15/16] iommu/amd: Initialize iommu_device->max_pasids
` [PATCH v3 16/16] iommu/amd: Simplify amd_iommu_device_info()
[PATCH v12 0/7] MT8188 IOMMU SUPPORT
2023-08-08 9:53 UTC (5+ messages)
` [PATCH v12 5/7] iommu/mediatek: Add MT8188 IOMMU Support
[PATCH v3 5.15 0/6] ARM64 errata for stable kernel 5.15
2023-08-07 23:37 UTC (5+ messages)
` [PATCH v3 5.15 4/6] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
` Patch "iommu/arm-smmu-v3: Document MMU-700 erratum 2812531" has been added to the 5.15-stable tree
[PATCH v4 0/8] Refactor the SMMU's CD table ownership
2023-08-07 22:41 UTC (26+ messages)
` [PATCH v4 1/8] iommu/arm-smmu-v3: Move ctx_desc out of s1_cfg
` [PATCH v4 2/8] iommu/arm-smmu-v3: Replace s1_cfg with cdtab_cfg
` [PATCH v4 3/8] iommu/arm-smmu-v3: Encapsulate ctx_desc_cfg init in alloc_cd_tables
` [PATCH v4 4/8] iommu/arm-smmu-v3: move stall_enabled to the cd table
` [PATCH v4 5/8] iommu/arm-smmu-v3: Refactor write_ctx_desc
` [PATCH v4 6/8] iommu/arm-smmu-v3: Move CD table to arm_smmu_master
` [PATCH v4 7/8] iommu/arm-smmu-v3: Skip cd sync if CD table isn't active
` [PATCH v4 8/8] iommu/arm-smmu-v3: Rename cdcfg to cd_table
[PATCH trivial] iommu/amd: Rearrange DTE bit definations
2023-08-07 14:08 UTC (2+ messages)
[PATCH] iommu: Explicitly include correct DT includes
2023-08-07 13:00 UTC (3+ messages)
[PATCH -next] iommu/amd: Remove unsued extern declaration amd_iommu_init_hardware()
2023-08-07 12:56 UTC (2+ messages)
[PATCH -next] iommu: remove kernel-doc warnings
2023-08-07 12:41 UTC (2+ messages)
[PATCH v4] iommu/ipmmu-vmsa: Allow PCIe devices
2023-08-07 12:38 UTC (2+ messages)
[PATCH] iommu/sprd: Add missing force_aperture
2023-08-07 12:34 UTC (2+ messages)
[PATCH v3 0/2] Prevent RESV_DIRECT devices from user assignment
2023-08-07 12:30 UTC (3+ messages)
` [PATCH v3 1/2] iommu: Prevent RESV_DIRECT devices from blocking domains
[PATCH v2] iommu/apple-dart: mark apple_dart_pm_ops static
2023-08-07 12:28 UTC (2+ messages)
[PATCH v4] iommu/ipmmu-vmsa: Convert to read_poll_timeout_atomic()
2023-08-07 12:26 UTC (2+ messages)
[PATCH 0/2] iommu: Make pasid array per device
2023-08-04 13:12 UTC (7+ messages)
[PATCH v3 6.1 1/4] iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
2023-08-04 11:20 UTC (2+ messages)
` Patch "iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982" has been added to the 6.1-stable tree
[PATCH v2 6.4 0/4] ARM SMMUv3 errata for 6.4
2023-08-04 11:19 UTC (2+ messages)
[PATCH v3 6.1 4/4] iommu/arm-smmu-v3: Document nesting-related errata
2023-08-04 11:19 UTC (2+ messages)
` Patch "iommu/arm-smmu-v3: Document nesting-related errata" has been added to the 6.1-stable tree
[PATCH v3 6.1 2/4] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
2023-08-04 11:19 UTC (2+ messages)
` Patch "iommu/arm-smmu-v3: Document MMU-700 erratum 2812531" has been added to the 6.1-stable tree
[PATCH v3 6.1 3/4] iommu/arm-smmu-v3: Add explicit feature for nesting
2023-08-04 11:19 UTC (2+ messages)
` Patch "iommu/arm-smmu-v3: Add explicit feature for nesting" has been added to the 6.1-stable tree
[PATCH v3 5.15 3/6] iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
2023-08-04 11:19 UTC (2+ messages)
` Patch "iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982" has been added to the 5.15-stable tree
[PATCH v3 5.15 6/6] iommu/arm-smmu-v3: Document nesting-related errata
2023-08-04 11:19 UTC (2+ messages)
` Patch "iommu/arm-smmu-v3: Document nesting-related errata" has been added to the 5.15-stable tree
[PATCH v3 5.15 5/6] iommu/arm-smmu-v3: Add explicit feature for nesting
2023-08-04 11:19 UTC (2+ messages)
` Patch "iommu/arm-smmu-v3: Add explicit feature for nesting" has been added to the 5.15-stable tree
[PATCH v2 6.4 4/4] iommu/arm-smmu-v3: Document nesting-related errata
2023-08-04 10:47 UTC (2+ messages)
` Patch "iommu/arm-smmu-v3: Document nesting-related errata" has been added to the 6.4-stable tree
[PATCH v2 6.4 1/4] iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
2023-08-04 10:47 UTC (2+ messages)
` Patch "iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982" has been added to the 6.4-stable tree
[PATCH v2 6.4 3/4] iommu/arm-smmu-v3: Add explicit feature for nesting
2023-08-04 10:47 UTC (2+ messages)
` Patch "iommu/arm-smmu-v3: Add explicit feature for nesting" has been added to the 6.4-stable tree
[PATCH v2 6.4 2/4] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
2023-08-04 10:47 UTC (2+ messages)
` Patch "iommu/arm-smmu-v3: Document MMU-700 erratum 2812531" has been added to the 6.4-stable tree
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