messages from 2024-02-27 09:08:36 to 2024-03-04 23:44:33 UTC [more...]
[PATCH v5 00/27] Update SMMUv3 to the modern iommu API (part 2/3)
2024-03-04 23:44 UTC (19+ messages)
` [PATCH v5 01/27] iommu/arm-smmu-v3: Do not allow a SVA domain to be set on the wrong PASID
` [PATCH v5 02/27] iommu/arm-smmu-v3: Do not ATC invalidate the entire domain
` [PATCH v5 04/27] iommu/arm-smmu-v3: Add an ops indirection to the STE code
` [PATCH v5 07/27] iommu/arm-smmu-v3: Move the CD generation for S1 domains into a function
` [PATCH v5 08/27] iommu/arm-smmu-v3: Move allocation of the cdtable into arm_smmu_get_cd_ptr()
` [PATCH v5 09/27] iommu/arm-smmu-v3: Allocate the CD table entry in advance
` [PATCH v5 10/27] iommu/arm-smmu-v3: Move the CD generation for SVA into a function
` [PATCH v5 11/27] iommu/arm-smmu-v3: Build the whole CD in arm_smmu_make_s1_cd()
` [PATCH v5 13/27] iommu/arm-smmu-v3: Make smmu_domain->devices into an allocated list
` [PATCH v5 15/27] iommu/arm-smmu-v3: Add ssid to struct arm_smmu_master_domain
` [PATCH v5 16/27] iommu/arm-smmu-v3: Keep track of valid CD entries in the cd_table
` [PATCH v5 17/27] iommu/arm-smmu-v3: Thread SSID through the arm_smmu_attach_*() interface
` [PATCH v5 20/27] iommu: Add ops->domain_alloc_sva()
` [PATCH v5 23/27] iommu/arm-smmu-v3: Move the arm_smmu_asid_xa to per-smmu like vmid
` [PATCH v5 24/27] iommu/arm-smmu-v3: Bring back SVA BTM support
` [PATCH v5 25/27] iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is used
` [PATCH v5 26/27] iommu/arm-smmu-v3: Allow a PASID to be set when RID is IDENTITY/BLOCKED
` [PATCH v5 27/27] iommu/arm-smmu-v3: Allow setting a S1 domain to a PASID
[PATCH] iommu/arm-smmu-v3: Add cpu_to_le64() around STRTAB_STE_0_V
2024-03-04 19:50 UTC
[PATCH v5 0/6] Fix double allocation in swiotlb_alloc()
2024-03-04 19:04 UTC (33+ messages)
` [PATCH v5 1/6] swiotlb: Fix double-allocation of slots due to broken alignment handling
` [PATCH v5 2/6] swiotlb: Enforce page alignment in swiotlb_alloc()
` [PATCH v5 3/6] swiotlb: Honour dma_alloc_coherent() "
` [PATCH v5 4/6] swiotlb: Fix alignment checks when both allocation and DMA masks are present
` [PATCH v5 5/6] iommu/dma: Force swiotlb_max_mapping_size on an untrusted device
` [PATCH v5 6/6] swiotlb: Remove pointless stride adjustment for allocations >= PAGE_SIZE
[PATCH] iommu/dma: Document min_align_mask assumption
2024-03-04 15:47 UTC (3+ messages)
[PATCH] iommu: Avoid races around default domain allocations
2024-03-04 13:25 UTC (3+ messages)
` [PATCH RESEND STABLE v6.1] "
[PATCH 0/3] iommu: Fix domain check on release (part 2/2)
2024-03-04 11:13 UTC (11+ messages)
` [PATCH 1/3] iommu/vt-d: Setup scalable mode context entry in probe path
` [PATCH 2/3] iommu/vt-d: Remove scalable mode context entry setup from attach_dev
` [PATCH 3/3] iommu/vt-d: Remove scalabe mode in domain_context_clear_one()
[PATCH v3] dma-coherent: add support for multi coherent rmems per dev
2024-03-04 9:47 UTC (9+ messages)
[PATCH v2 0/2] iommu: Fix domain check on release (part 1/2)
2024-03-04 9:39 UTC (7+ messages)
` [PATCH v2 1/2] iommu: Add static iommu_ops->release_domain
` [PATCH v2 2/2] iommu/vt-d: Fix NULL domain on device release
[PACTH v3] Documentation: iommu/vt-d: Add the document for Intel IOMMU debugfs
2024-03-04 8:49 UTC (3+ messages)
[PATCH] iommu/dma: Fix not fully traversing iova reservations issue
2024-03-04 8:15 UTC
[RFC] dma-mapping: introduce dma_can_skip_unmap()
2024-03-04 6:28 UTC (9+ messages)
[LSF/MM/BPF TOPIC] [LSF/MM/BPF ATTEND] : Two stage IOMMU DMA mapping operations
2024-03-04 2:27 UTC (4+ messages)
[PATCH] iommu/vt-d: avoid sending explicit ATS invalidation request to released device
2024-03-04 1:52 UTC (7+ messages)
[PATCH v3 0/8] IOMMUFD: Deliver IO page faults to user space
2024-03-02 2:36 UTC (3+ messages)
` [PATCH v3 5/8] iommufd: Associate fault object with iommufd_hw_pgtable
[GIT PULL] Please pull IOMMUFD subsystem changes
2024-03-02 1:31 UTC (2+ messages)
[git pull] IOMMU Fix for Linux v6.8-rc6
2024-03-01 20:17 UTC (2+ messages)
[PATCH] Allocate DMAR fault interrupts locally
2024-03-01 19:59 UTC (4+ messages)
[GIT PULL] iommu/arm-smmu: Updates for 6.9
2024-03-01 13:05 UTC (2+ messages)
[PATCH rc] iommu/sva: Fix SVA handle sharing in multi device case
2024-03-01 12:54 UTC (2+ messages)
[PATCH 0/8] [PULL REQUEST] Intel IOMMU updates for Linux v6.9
2024-03-01 12:52 UTC (2+ messages)
[PATCH 1/4] iommu: constify pointer to bus_type
2024-03-01 12:47 UTC (2+ messages)
[PATCH v14 0/3] fix vt-d hard lockup when hotplug ATS capable device
2024-03-01 8:07 UTC (4+ messages)
` [PATCH v14 1/3] PCI: make pci_dev_is_disconnected() helper public for other drivers
` [PATCH v14 2/3] iommu/vt-d: don't issue ATS Invalidation request when device is disconnected
` [PATCH v14 3/3] iommu/vt-d: improve ITE fault handling if target device isn't present
[PATCH v6 00/16] Update SMMUv3 to the modern iommu API (part 1/3)
2024-03-01 8:01 UTC (8+ messages)
` [PATCH v6 01/16] iommu/arm-smmu-v3: Make STE programming independent of the callers
[PATCH] iommu/vt-d: improve ITE fault handling if device was released
2024-03-01 7:05 UTC (5+ messages)
[PATCH v5 0/7] Add support for Translation Buffer Units
2024-03-01 6:32 UTC (12+ messages)
` [PATCH v5 1/7] dt-bindings: iommu: Add Qualcomm TBU bindings
` [PATCH v5 7/7] arm64: dts: qcom: sc7280: Add DT nodes for the TBUs
[PATCH v13 1/3] PCI: make pci_dev_is_disconnected() helper public for other drivers
2024-03-01 2:03 UTC (4+ messages)
[PATCH v13 1/3] PCI: make pci_dev_is_disconnected() helper public for other drivers
2024-02-29 22:26 UTC (2+ messages)
[PATCH v3 00/35] Memory allocation profiling
2024-02-29 20:54 UTC (5+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
[q&a] Status of IOMMU virtualization for nested virtualization (userspace PCI drivers in VMs)
2024-02-29 19:53 UTC (3+ messages)
[PATCH v4 00/10] Add support for Translation Buffer Units
2024-02-29 18:01 UTC (5+ messages)
` [PATCH v4 01/10] dt-bindings: iommu: Add Translation Buffer Unit bindings
[PATCH v4 03/10] iommu/arm-smmu-qcom: Add support for TBUs
2024-02-29 17:57 UTC (5+ messages)
` [PATCH 1/1] iommu/arm-smmu-qcom: Fix use-after-free issue in qcom_smmu_create()
[REGRESSION] Failed buffer allocation in Tegra fbdev
2024-02-29 16:46 UTC (7+ messages)
` "
[PATCH] iommufd/selftest: Don't check map/unmap pairing with HUGE_PAGES
2024-02-29 15:59 UTC (2+ messages)
[PATCH rc 0/3] iommufd: Fix three bugs found by Syzkaller
2024-02-29 15:59 UTC (4+ messages)
[PATCH v5 00/17] Update SMMUv3 to the modern iommu API (part 1/3)
2024-02-29 13:57 UTC (10+ messages)
` [PATCH v5 01/17] iommu/arm-smmu-v3: Make STE programming independent of the callers
[PATCH v4 00/36] Memory allocation profiling
2024-02-28 18:38 UTC (31+ messages)
` [PATCH v4 14/36] lib: add allocation tagging support for memory "
` [PATCH v4 15/36] lib: introduce support for page allocation tagging
` [PATCH v4 19/36] mm: create new codetag references during page splitting
` [PATCH v4 20/36] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v4 21/36] lib: add codetag reference into slabobj_ext
` [PATCH v4 22/36] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v4 31/36] lib: add memory allocations report in show_mem()
[PATCH v4 0/5] Fix double allocation in swiotlb_alloc()
2024-02-28 12:05 UTC (13+ messages)
` [PATCH v4 1/5] swiotlb: Fix double-allocation of slots due to broken alignment handling
` [PATCH v4 5/5] iommu/dma: Force swiotlb_max_mapping_size on an untrusted device
[PATCH v13 3/3] iommu/vt-d: improve ITE fault handling if target device isn't valid
2024-02-28 9:00 UTC (2+ messages)
[PATCH 0/2] iommu: Fix domain check on device release
2024-02-28 3:30 UTC (10+ messages)
` [PATCH 1/2] iommu: Add static iommu_ops->release_domain
` [PATCH 2/2] iommu/vt-d: Fix NULL domain on device release
[PATCH] dma-contiguous: remove debug code to removed CONFIG_CMA_DEBUG
2024-02-27 18:44 UTC (4+ messages)
[PATCH v13 3/3] iommu/vt-d: improve ITE fault handling if target device isn't valid
2024-02-27 16:29 UTC (2+ messages)
[PATCH] dma: Leak pages on dma_set_decrypted() failure
2024-02-27 15:44 UTC (2+ messages)
[PATCH] swiotlb: add debugfs to track swiotlb transient pool usage
2024-02-27 15:43 UTC (2+ messages)
[PATCH] iommu/iova: Simplify IOVA cache allocation with KMEM_CACHE()
2024-02-27 12:28 UTC (2+ messages)
[PATCH v5 02/17] iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypass
2024-02-27 10:50 UTC (4+ messages)
[PATCH v2 0/7] A702 support
2024-02-27 10:12 UTC (3+ messages)
[PATCH] iommu/fsl_pamu: Simplify IOVA cache allocation with KMEM_CACHE() in fsl_pamu_domain.c
2024-02-27 9:08 UTC
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