Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2023-10-24 13:48:07 to 2023-10-29 11:11:44 UTC [more...]

[PATCH v4 1/5] r8169: Coalesce r8169_mac_ocp_write/modify calls to reduce spinlock stalls
 2023-10-29 11:04 UTC 

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

[PATCH] swiotlb: check dynamically allocated TLB address before decrypting
 2023-10-28 17:24 UTC  (2+ messages)

[PATCH v2 00/39] Memory allocation profiling
 2023-10-28 17:21 UTC  (16+ messages)
` [PATCH v2 06/39] mm: enumerate all gfp flags
` [PATCH v2 28/39] timekeeping: Fix a circular include dependency
` [PATCH v2 38/39] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v2 39/39] MAINTAINERS: Add entries for code tagging and memory allocation profiling

[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)

[PATCH] iommufd: Fix missing update of domains_itree after splitting iopt_area
 2023-10-27 16:29 UTC 

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

[syzbot] [iommu?] KASAN: slab-use-after-free Read in iommufd_ioas_iova_ranges
 2023-10-27 12:54 UTC  (5+ 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  (18+ messages)
` [PATCH v7 1/8] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v7 2/8] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v7 3/8] iommu/vt-d: Add helper for nested domain allocation
` [PATCH v7 4/8] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v7 5/8] iommu/vt-d: Make domain attach helpers to be extern
` [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] iommu/tegra-smmu: fix error checking for debugfs_create_dir()
 2023-10-25 11:25 UTC  (2+ messages)

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

[PATCH v6 00/18] IOMMUFD Dirty Tracking
 2023-10-24 18:11 UTC  (21+ messages)
` [PATCH v6 01/18] vfio/iova_bitmap: Export more API symbols
` [PATCH v6 02/18] vfio: Move iova_bitmap into iommufd
` [PATCH v6 03/18] iommufd/iova_bitmap: Move symbols to IOMMUFD namespace
` [PATCH v6 04/18] iommu: Add iommu_domain ops for dirty tracking
` [PATCH v6 05/18] iommufd: Add a flag to enforce dirty tracking on attach
` [PATCH v6 06/18] iommufd: Add IOMMU_HWPT_SET_DIRTY_TRACKING
` [PATCH v6 07/18] iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAP
` [PATCH v6 08/18] iommufd: Add capabilities to IOMMU_GET_HW_INFO
` [PATCH v6 09/18] iommufd: Add a flag to skip clearing of IOPTE dirty
` [PATCH v6 10/18] iommu/amd: Add domain_alloc_user based domain allocation
` [PATCH v6 11/18] iommu/amd: Access/Dirty bit support in IOPTEs
` [PATCH v6 12/18] iommu/vt-d: Access/Dirty bit support for SS domains
` [PATCH v6 13/18] iommufd/selftest: Expand mock_domain with dev_flags
` [PATCH v6 14/18] iommufd/selftest: Test IOMMU_HWPT_ALLOC_DIRTY_TRACKING
` [PATCH v6 15/18] iommufd/selftest: Test IOMMU_HWPT_SET_DIRTY_TRACKING
` [PATCH v6 16/18] iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP
` [PATCH v6 17/18] iommufd/selftest: Test out_capabilities in IOMMU_GET_HW_INFO
` [PATCH v6 18/18] iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP_NO_CLEAR flag

[PATCH v4] iommufd: Only enforce cache coherency in iommufd_hw_pagetable_alloc
 2023-10-24 15:59 UTC  (2+ messages)

[PATCH v5 00/18] IOMMUFD Dirty Tracking
 2023-10-24 13:51 UTC  (6+ messages)
` [PATCH v5 12/18] iommu/intel: Access/Dirty bit support for SL domains


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