messages from 2023-05-16 07:40:01 to 2023-05-19 16:00:37 UTC [more...]
[PATCH 0/8] Add devicetree support for SDX75 Modem and IDP
2023-05-19 16:00 UTC (13+ messages)
` [PATCH 1/8] dt-bindings: arm: qcom: Document SDX75 platform and boards
` [PATCH 2/8] dt-bindings: firmware: scm: Add compatible for SDX75
` [PATCH 3/8] dt-bindings: interrupt-controller: Add SDX75 PDC compatible
` [PATCH 4/8] dt-bindings: arm-smmu: Add SDX75 SMMU compatible
` [PATCH 5/8] arm64: dts: qcom: Add SDX75 platform and IDP board support
` [PATCH 6/8] arm64: dts: qcom: Add support for GCC and RPMHCC for SDX75
` [PATCH 7/8] arm64: dts: qcom: Add QUPv3 UART console node "
` [PATCH 8/8] arm64: dts: qcom: Enable the QUPv3 UART console "
[PATCH v4 00/15] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
2023-05-19 15:49 UTC (27+ messages)
` [PATCH v4 01/15] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH v4 02/15] dma: Allow dma_get_cache_alignment() to return the smaller cache_line_size()
` [PATCH v4 03/15] mm/slab: Simplify create_kmalloc_cache() args and make it static
` [PATCH v4 04/15] mm/slab: Limit kmalloc() minimum alignment to dma_get_cache_alignment()
` [PATCH v4 05/15] drivers/base: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
` [PATCH v4 06/15] drivers/gpu: "
` [PATCH v4 07/15] drivers/usb: "
` [PATCH v4 08/15] drivers/spi: "
` [PATCH v4 09/15] drivers/md: "
` [PATCH v4 10/15] arm64: Allow kmalloc() caches aligned to the smaller cache_line_size()
` [PATCH v4 11/15] scatterlist: Add dedicated config for DMA flags
` [PATCH v4 12/15] dma-mapping: Force bouncing if the kmalloc() size is not cache-line-aligned
` [PATCH v4 13/15] iommu/dma: Force bouncing if the size is not cacheline-aligned
` [PATCH v4 14/15] mm: slab: Reduce the kmalloc() minimum alignment if DMA bouncing possible
` [PATCH v4 15/15] arm64: Enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64
[PATCH] iommu/exynos: Implement an IDENTITY domain
2023-05-19 15:39 UTC (2+ messages)
[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
2023-05-19 15:33 UTC (3+ messages)
` [RFC PATCH 19/45] KVM: arm64: iommu: Add domains
[PATCH RFCv2 00/24] IOMMUFD Dirty Tracking
2023-05-19 14:21 UTC (49+ messages)
` [PATCH RFCv2 01/24] iommu: Add RCU-protected page free support
` [PATCH RFCv2 02/24] iommu: Replace put_pages_list() with iommu_free_pgtbl_pages()
` [PATCH RFCv2 03/24] vfio: Move iova_bitmap into iommu core
` [PATCH RFCv2 04/24] iommu: Add iommu_domain ops for dirty tracking
` [PATCH RFCv2 05/24] iommufd: Add a flag to enforce dirty tracking on attach
` [PATCH RFCv2 06/24] iommufd/selftest: Add a flags to _test_cmd_{hwpt_alloc,mock_domain}
` [PATCH RFCv2 07/24] iommufd/selftest: Test IOMMU_HWPT_ALLOC_ENFORCE_DIRTY
` [PATCH RFCv2 08/24] iommufd: Dirty tracking data support
` [PATCH RFCv2 09/24] iommufd: Add IOMMU_HWPT_SET_DIRTY
` [PATCH RFCv2 10/24] iommufd/selftest: Test IOMMU_HWPT_SET_DIRTY
` [PATCH RFCv2 11/24] iommufd: Add IOMMU_HWPT_GET_DIRTY_IOVA
` [PATCH RFCv2 12/24] iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_IOVA
` [PATCH RFCv2 13/24] iommufd: Add IOMMU_DEVICE_GET_CAPS
` [PATCH RFCv2 14/24] iommufd/selftest: Test IOMMU_DEVICE_GET_CAPS
` [PATCH RFCv2 15/24] iommufd: Add a flag to skip clearing of IOPTE dirty
` [PATCH RFCv2 16/24] iommufd/selftest: Test IOMMU_GET_DIRTY_IOVA_NO_CLEAR flag
` [PATCH RFCv2 17/24] iommu/amd: Access/Dirty bit support in IOPTEs
` [PATCH RFCv2 18/24] iommu/amd: Print access/dirty bits if supported
` [PATCH RFCv2 19/24] iommu/intel: Access/Dirty bit support for SL domains
` [PATCH RFCv2 20/24] iommu/arm-smmu-v3: Add feature detection for HTTU
` [PATCH RFCv2 21/24] iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping
` [PATCH RFCv2 22/24] iommu/arm-smmu-v3: Add read_and_clear_dirty() support
` [PATCH RFCv2 23/24] iommu/arm-smmu-v3: Add set_dirty_tracking() support
` [PATCH RFCv2 24/24] iommu/arm-smmu-v3: Advertise IOMMU_DOMAIN_F_ENFORCE_DIRTY
unexport swiotlb_active
2023-05-19 12:58 UTC (12+ messages)
` [PATCH 1/4] x86: move a check out of pci_xen_swiotlb_init
` [PATCH 2/4] x86: always initialize xen-swiotlb when xen-pcifront is enabling
` [PATCH 3/4] drm/nouveau: stop using is_swiotlb_active
` [PATCH 4/4] swiotlb: unexport is_swiotlb_active
[PATCH v2 00/11] iommufd: Add nesting infrastructure
2023-05-19 11:49 UTC (15+ messages)
` [PATCH v2 01/11] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v2 02/11] iommu: Add nested domain support
` [PATCH v2 03/11] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH v2 04/11] iommufd: Pass parent hwpt and user_data to iommufd_hw_pagetable_alloc()
` [PATCH v2 06/11] iommufd: IOMMU_HWPT_ALLOC allocation with user data
[PATCH v7 03/19] iommufd: Replace the hwpt->devices list with iommufd_group
2023-05-19 11:42 UTC (11+ messages)
[PATCH v3 0/4] iommufd: Add iommu hardware info reporting
2023-05-19 9:15 UTC (4+ messages)
` [PATCH v3 3/4] iommufd: Add IOMMU_DEVICE_GET_HW_INFO
arm-smmu-v3 sharing SID
2023-05-19 2:49 UTC (6+ messages)
[PATCH v2 0/5] iommu/amd: AVIC Interrupt Remapping Improvements
2023-05-19 0:55 UTC (6+ messages)
` [PATCH v2 1/5] iommu/amd: Switch amd_iommu_update_ga() to use modify_irte_ga()
` [PATCH v2 2/5] iommu/amd: Remove the unused struct amd_ir_data.ref
` [PATCH v2 3/5] iommu/amd: Introduce Disable IRTE Caching Support
` [PATCH v2 4/5] iommu/amd: Do not Invalidate IRT when disable IRTE caching
` [PATCH v2 5/5] iommu/amd: Improving Interrupt Remapping Table Invalidation
[PATCH v3 00/12] SM63(50|75) DPU support
2023-05-18 21:21 UTC (4+ messages)
` [PATCH v3 06/12] drm/msm/dpu: Add SM6350 support
[PATCH v2 00/13] SM63(50|75) DPU support
2023-05-18 21:21 UTC (5+ messages)
` [PATCH v2 07/13] drm/msm/dpu: Add SM6350 support
[PATCH] iommu/virtio: Detach domain on endpoint release
2023-05-18 18:17 UTC (7+ messages)
[PATCH 1/3] dt-bindings: iommu: rockchip: Add rockchip,disable-device-link-resume
2023-05-18 12:15 UTC (5+ messages)
` [PATCH 2/3] iommu/rockchip: Disable the device link during resume
[PATCH v2 00/25] iommu: Make default_domain's mandatory
2023-05-18 10:56 UTC (4+ messages)
an iommufd selftest issue with 6.4-rc1
2023-05-18 7:22 UTC (3+ messages)
[PATCH] iommu/amd/pgtbl_v2: Fix domain max address
2023-05-18 5:43 UTC
[PATCH] iommu/amd: Fix domain flush size when syncing iotlb
2023-05-18 2:05 UTC (7+ messages)
[PATCH RESEND] iommu/amd: Fix domain flush size when syncing iotlb
2023-05-18 1:50 UTC
[PATCH 0/4] iommu/arm-smmu-v3: Arm SMMU errata bits
2023-05-18 0:53 UTC (4+ messages)
` [PATCH 1/4] iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
[PATCH v7 00/19] Add iommufd physical device operations for replace and alloc hwpt
2023-05-17 23:57 UTC (2+ messages)
[PATCH v2 10/25] iommu/exynos: Implement an IDENTITY domain
2023-05-17 22:41 UTC (2+ messages)
[PATCH v6 2/6] mm/gup: remove unused vmas parameter from pin_user_pages_remote()
2023-05-17 19:25 UTC
[PATCH v2 0/2] iommu/virtio: Fixes
2023-05-17 16:41 UTC (3+ messages)
` [PATCH v2 2/2] iommu/virtio: Return size mapped for a detached domain
[PATCH] iommu: Suppress empty whitespaces in prints
2023-05-17 16:17 UTC (2+ messages)
[PATCH rc] iommu/power: Remove iommu_del_device()
2023-05-17 12:10 UTC (2+ messages)
[PATCH v2 RESEND 0/7] Allow dynamic allocation of software IO TLB bounce buffers
2023-05-17 11:27 UTC (20+ messages)
` [PATCH v2 RESEND 4/7] swiotlb: Dynamically allocated "
` [PATCH v2 RESEND 7/7] swiotlb: per-device flag if there are dynamically allocated buffers
[PATCH 0/4] iommu: tegra-gart cleanups
2023-05-17 10:54 UTC (7+ messages)
[PATCH v7 02/19] iommufd: Add iommufd_group
2023-05-17 4:18 UTC (4+ messages)
[PATCH v2 0/3] Remove iommu_group_remove_device() from fsl
2023-05-17 0:35 UTC (4+ messages)
` [PATCH v2 1/3] iommu/fsl: Always allocate a group for non-pci devices
` [PATCH v2 2/3] iommu/fsl: Move ENODEV to fsl_pamu_probe_device()
` [PATCH v2 3/3] iommu/fsl: Use driver_managed_dma to allow VFIO to work
[PATCH v4 1/2] iommu/arm-smmu-qcom: Fix missing adreno_smmu's
2023-05-16 23:22 UTC (2+ messages)
[PATCH 1/2] iommu/fsl: Do not use iommu_group_remove_device() under ops->device_group()
2023-05-16 19:52 UTC (5+ messages)
[PATCH] dma-remap: Use kvmalloc_array/kvfree for larger dma memory remap
2023-05-16 19:41 UTC (2+ messages)
[PATCH v3 00/13] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
2023-05-16 18:19 UTC (6+ messages)
[PATCH v3 1/2] iommu/arm-smmu-qcom: Fix missing adreno_smmu's
2023-05-16 13:55 UTC (2+ messages)
[PATCH v2] iommu: make IPMMU_VMSA dependencies more strict
2023-05-16 11:51 UTC (2+ messages)
[PATCH v9 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2023-05-16 7:58 UTC (4+ messages)
` [PATCH v9 1/6] s390/ism: Set DMA coherent mask
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