Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2023-10-24 17:56:09 to 2023-10-31 19:46:56 UTC [more...]

[PATCH v4 1/5] r8169: Coalesce r8169_mac_ocp_write/modify calls to reduce spinlock stalls
 2023-10-31 19:46 UTC  (14+ messages)
` [PATCH v4 2/5] r8169: Coalesce RTL8411b PHY power-down recovery "
` [PATCH v4 3/5] r8169: Coalesce mac ocp write and modify for 8168H start to reduce spinlocks
` [PATCH v4 4/5] r8169: Coalesce mac ocp commands for 8125 and 8125B start to reduce spinlock contention
` [PATCH v4 5/5] r8169: Coalesce mac ocp commands for rtl_hw_init_8125 to reduce spinlocks

[PATCH 04/10] swiotlb: Use free_decrypted_pages()
 2023-10-31 17:29 UTC  (5+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2023-10-31 13:14 UTC 

IOVA address range
 2023-10-31 11:46 UTC  (2+ messages)

[PATCH] iommufd: Organize the mock domain alloc functions closer to Joerg's tree
 2023-10-31 11:30 UTC  (5+ messages)

[GIT PULL] dma-mapping updates for Linux 6.7
 2023-10-31  8:07 UTC  (2+ messages)

[PATCH] iommu/tegra-smmu: fix error checking for debugfs_create_dir()
 2023-10-31  7:54 UTC  (4+ messages)

[PATCH] iommufd: Fix missing update of domains_itree after splitting iopt_area
 2023-10-31  2:32 UTC  (3+ messages)

[PATCH] iommufd/selftest: Fix page-size check in iommufd_test_dirty()
 2023-10-30 16:02 UTC  (2+ messages)

[PATCH v5 1/7] r8169: Add r8169_mac_ocp_(write|modify)_seq helpers to reduce spinlock contention
 2023-10-30 15:53 UTC  (16+ messages)
` [PATCH v5 2/7] r8169: Coalesce RTL8411b PHY power-down recovery calls "
` [PATCH v5 3/7] r8169: Coalesce mac ocp write and modify for 8168H start "
` [PATCH v5 4/7] r8169: Coalesce mac ocp write and modify for 8168ep "
` [PATCH v5 5/7] r8169: Reduce spinlock contention for the start of RTL8117
` [PATCH v5 6/7] r8169: Coalesce mac ocp write and modify for 8125 and 8125B start to reduce spinlocks
` [PATCH v5 7/7] r8169: Coalesce mac ocp write and modify for rtl_hw_init_8125 to reduce spinlock contention

[PATCH] swiotlb: check dynamically allocated TLB address before decrypting
 2023-10-30 14:09 UTC  (4+ messages)

[syzbot] [iommu?] KASAN: slab-use-after-free Read in iommufd_ioas_iova_ranges
 2023-10-30 12:44 UTC  (6+ messages)

[PATCH] iommu/dart: Fix return code in apple_dart_domain_alloc_paging()
 2023-10-30 12:38 UTC  (4+ messages)

[GIT PULL] dma-mapping fix for Linux 6.6
 2023-10-28 18:07 UTC  (2+ messages)

[PATCH v2 00/39] Memory allocation profiling
 2023-10-28 17:21 UTC  (14+ messages)
` [PATCH v2 06/39] mm: enumerate all gfp flags
` [PATCH v2 28/39] timekeeping: Fix a circular include dependency

[PATCH v4 0/2] fix dma_addressing_limited() if dma_range_map
 2023-10-28 10:20 UTC  (3+ messages)
` [PATCH v4 1/2] dma-mapping: move dma_addressing_limited() out of line
` [PATCH v4 2/2] dma-mapping: fix dma_addressing_limited() if dma_range_map can't cover all system RAM

[syzbot] [iommu?] divide error in iommufd_test
 2023-10-27 23:01 UTC  (2+ messages)

[git pull] IOMMU Fix for Linux v6.6-rc7
 2023-10-27 15:46 UTC  (2+ messages)

[PATCH v10 0/6] Share sva domains with all devices bound to a mm
 2023-10-27 11:20 UTC  (11+ messages)
` [PATCH v10 1/6] iommu: Change kconfig around IOMMU_SVA
` [PATCH v10 2/6] iommu/vt-d: Remove mm->pasid in intel_sva_bind_mm()
` [PATCH v10 3/6] iommu: Add mm_get_enqcmd_pasid() helper function
` [PATCH v10 4/6] mm: Add structure to keep sva information
` [PATCH v10 5/6] iommu: Support mm PASID 1:n with sva domains
` [PATCH v10 6/6] mm: Deprecate pasid field

[PATCH 0/3] dt-bindings: Document gpi/scm/smmu for SC8380XP
 2023-10-27  8:29 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: arm-smmu: Add compatible for SC8380XP SoC
` [PATCH 2/3] dt-bindings: dma: qcom: gpi: add compatible for SC8380XP
` [PATCH 3/3] dt-bindings: firmware: qcom,scm: document SCM on SC8380XP SoCs

[PATCH 1/1] iommu: Avoid unnecessary cache invalidations
 2023-10-27  6:57 UTC  (3+ messages)

[PATCH 1/2] iommu: Introduce a rb_tree for looking up device
 2023-10-27  6:09 UTC  (6+ messages)
` [PATCH 2/2] iommu/vt-d: Adopt new helper for looking up pci device

[PATCH v9 0/5] Share sva domains with all devices bound to a mm
 2023-10-27  0:10 UTC  (6+ messages)

[PATCH] dt-bindings: iommu: arm,smmu: document the SM8650 System MMU
 2023-10-26 21:30 UTC  (2+ messages)

[PATCH v8 0/8] Add Intel VT-d nested translation (part 1/2)
 2023-10-26 18:28 UTC  (12+ messages)
` [PATCH v8 1/8] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v8 2/8] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v8 3/8] iommu/vt-d: Add helper for nested domain allocation
` [PATCH v8 4/8] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v8 5/8] iommu/vt-d: Make domain attach helpers to be extern
` [PATCH v8 6/8] iommu/vt-d: Set the nested domain to a device
` [PATCH v8 7/8] iommu/vt-d: Add nested domain allocation
` [PATCH v8 8/8] iommu/vt-d: Disallow read-only mappings to nest parent domain

[PATCH v7 00/10] iommufd: Add nesting infrastructure (part 1/2)
 2023-10-26 18:28 UTC  (12+ messages)
` [PATCH v7 01/10] iommu: Add IOMMU_DOMAIN_NESTED
` [PATCH v7 02/10] iommufd: Rename IOMMUFD_OBJ_HW_PAGETABLE to IOMMUFD_OBJ_HWPT_PAGING
` [PATCH v7 03/10] iommufd/device: Wrap IOMMUFD_OBJ_HWPT_PAGING-only configurations
` [PATCH v7 04/10] iommufd: Derive iommufd_hwpt_paging from iommufd_hw_pagetable
` [PATCH v7 05/10] iommufd: Share iommufd_hwpt_alloc with IOMMUFD_OBJ_HWPT_NESTED
` [PATCH v7 06/10] iommu: Pass in parent domain with user_data to domain_alloc_user op
` [PATCH v7 07/10] iommufd: Add a nested HW pagetable object
` [PATCH v7 08/10] iommu: Add iommu_copy_struct_from_user helper
` [PATCH v7 09/10] iommufd/selftest: Add nested domain allocation for mock domain
` [PATCH v7 10/10] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with nested HWPTs

[PATCH 0/6] Add support for Translation Buffer Units
 2023-10-26 17:58 UTC  (5+ messages)
` [PATCH 1/6] dt-bindings: iommu: Add Translation Buffer Unit bindings

[PATCH 3/6] iommu/arm-smmu-qcom: Add Qualcomm TBU driver
 2023-10-26 15:25 UTC  (2+ messages)

[PATCH v2 0/9] iommu: Convert dart & iommufd to the new domain_alloc_paging()
 2023-10-26 14:55 UTC  (5+ messages)

[PATCH 00/27] Update SMMUv3 to the modern iommu API (part 2/2)
 2023-10-26 14:38 UTC  (18+ messages)
` [PATCH 11/27] iommu/arm-smmu-v3: Lift CD programming out of the SVA notifier code
` [PATCH 14/27] iommu/arm-smmu-v3: Make changing domains be hitless for ATS
` [PATCH 17/27] iommu/arm-smmu-v3: Thread SSID through the arm_smmu_attach_*() interface
` [PATCH 21/27] iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain
` [PATCH 25/27] iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is used

[PATCH v7 0/8] Add Intel VT-d nested translation (part 1/2)
 2023-10-26  4:50 UTC  (13+ messages)
` [PATCH v7 6/8] iommu/vt-d: Set the nested domain to a device
` [PATCH v7 7/8] iommu/vt-d: Add nested domain allocation
` [PATCH v7 8/8] iommu/vt-d: Disallow read-only mappings to nest parent domain

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2023-10-26  2:49 UTC  (7+ messages)
` [PATCH v2 1/6] iommu: Add iommu page fault cookie helpers
` [PATCH v2 2/6] iommufd: Add iommu page fault uapi data
` [PATCH v2 3/6] iommufd: Initializing and releasing IO page fault data
` [PATCH v2 4/6] iommufd: Deliver fault messages to user space
` [PATCH v2 5/6] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_IOPF test support
` [PATCH v2 6/6] iommufd/selftest: Add coverage for IOMMU_TEST_OP_TRIGGER_IOPF

[PATCH v5 0/7] iommu: Retire bus ops
 2023-10-25 16:15 UTC  (7+ messages)
` [PATCH v5 3/7] iommu: Validate that devices match domains

[PATCH 1/1] Revert "iommu/vt-d: Remove unused function"
 2023-10-25 15:32 UTC  (3+ messages)

[PATCH v2] iommu/tegra-smmu: drop error checking for debugfs_create_dir()
 2023-10-25 15:25 UTC 

[PATCH v3 0/2] fix dma_addressing_limited() if dma_range_map
 2023-10-25 15:11 UTC  (4+ messages)
` [PATCH v3 1/2] dma-mapping: export dma_addressing_limited()

[PATCH] swiotlb: Do not try to allocate a TLB bigger than MAX_ORDER pages
 2023-10-25 14:27 UTC  (2+ messages)

[PATCH] iommu/vt-d: Enhance capability check for nested parent domain allocation
 2023-10-25 11:33 UTC  (4+ messages)

[PATCH v6 00/10] iommufd: Add nesting infrastructure (part 1/2)
 2023-10-25 10:19 UTC  (16+ messages)
` [PATCH v6 04/10] iommufd/device: Wrap IOMMUFD_OBJ_HWPT_PAGING-only configurations
` [PATCH v6 07/10] iommufd: Add a nested HW pagetable object

[PATCH v6 00/18] IOMMUFD Dirty Tracking
 2023-10-24 18:11 UTC  (3+ messages)


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