messages from 2024-12-12 18:05:49 to 2024-12-20 10:51:52 UTC [more...]
[PATCH] dt-bindings: iommu: rockchip: Add Rockchip RK3576
2024-12-20 10:51 UTC (3+ messages)
` "
[PATCH v6 00/14] iommufd support pasid attach/replace
2024-12-20 6:58 UTC (21+ messages)
` [PATCH v6 01/14] iommu: Introduce a replace API for device pasid
` [PATCH v6 02/14] iommufd: Refactor __fault_domain_replace_dev() to be a wrapper of iommu_replace_group_handle()
` [PATCH v6 03/14] iommufd: Move the iommufd_handle helpers to device.c
` [PATCH v6 04/14] iommufd: Always pass iommu_attach_handle to iommu core
` [PATCH v6 05/14] iommufd: Pass pasid through the device attach/replace path
` [PATCH v6 06/14] iommufd: Mark PASID-compatible domain
` [PATCH v6 07/14] iommufd: Support pasid attach/replace
` [PATCH v6 08/14] iommufd: Enforce PASID-compatible domain for RID
` [PATCH v6 09/14] iommu/vt-d: Add IOMMU_HWPT_ALLOC_PASID support
` [PATCH v6 10/14] iommufd: Allow allocating PASID-compatible domain
` [PATCH v6 11/14] iommufd/selftest: Add set_dev_pasid in mock iommu
` [PATCH v6 12/14] iommufd/selftest: Add a helper to get test device
` [PATCH v6 13/14] iommufd/selftest: Add test ops to test pasid attach/detach
` [PATCH v6 14/14] iommufd/selftest: Add coverage for iommufd "
missing clear bdr in check_ram_in_range_map()?
2024-12-20 3:25 UTC (3+ messages)
[PATCH v3 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vIRQ)
2024-12-19 22:31 UTC (19+ messages)
` [PATCH v3 01/14] iommufd: Keep IOCTL list in an alphabetical order
` [PATCH v3 02/14] iommufd/fault: Add an iommufd_fault_init() helper
` [PATCH v3 03/14] iommufd/fault: Move iommufd_fault_iopf_handler() to header
` [PATCH v3 04/14] iommufd: Abstract an iommufd_eventq from iommufd_fault
` [PATCH v3 05/14] iommufd: Rename fault.c to eventq.c
` [PATCH v3 06/14] iommufd: Add IOMMUFD_OBJ_VIRQ and IOMMUFD_CMD_VIRQ_ALLOC
` [PATCH v3 07/14] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v3 08/14] iommufd/viommu: Add iommufd_viommu_report_irq helper
` [PATCH v3 09/14] iommufd/selftest: Require vdev_id when attaching to a nested domain
` [PATCH v3 10/14] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_VIRQ for vIRQ coverage
` [PATCH v3 11/14] iommufd/selftest: Add IOMMU_VIRQ_ALLOC test coverage
` [PATCH v3 12/14] Documentation: userspace-api: iommufd: Update FAULT and VIRQ
` [PATCH v3 13/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v3 14/14] iommu/arm-smmu-v3: Report IRQs that belong to devices attached to vIOMMU
[PATCH] iommu/io-pgtable-arm: Fix cfg reading in arm_lpae_concat_mandatory()
2024-12-19 19:47 UTC (2+ messages)
[PATCH] iommu/tegra241-cmdqv: Read SMMU IDR1.CMDQS instead of hardcoding
2024-12-19 19:47 UTC (2+ messages)
[PATCH v9 0/8] Add MSM8917/PM8937/Redmi 5A
2024-12-19 19:47 UTC (16+ messages)
` [PATCH v9 1/8] arm64: dts: qcom: Add PM8937 PMIC
` [PATCH v9 2/8] dt-bindings: pinctrl: qcom: Add MSM8917 pinctrl
` [PATCH v9 3/8] pinctrl: qcom: Add MSM8917 tlmm pinctrl driver
` [PATCH v9 4/8] dt-bindings: iommu: qcom,iommu: Add MSM8917 IOMMU to SMMUv1 compatibles
` [PATCH v9 5/8] dt-bindings: nvmem: Add compatible for MS8917
` [PATCH v9 6/8] arm64: dts: qcom: Add initial support for MSM8917
` [PATCH v9 7/8] dt-bindings: arm: qcom: Add Xiaomi Redmi 5A
` [PATCH v9 8/8] arm64: dts: "
[PATCH] iommu/arm-smmu-qcom: Only enable stall on smmu-v2
2024-12-19 15:00 UTC (6+ messages)
[RFC PATCH v2 00/58] KVM: Arm SMMUv3 driver for pKVM
2024-12-19 14:24 UTC (44+ messages)
` [RFC PATCH v2 11/58] KVM: arm64: pkvm: Add pkvm_udelay()
` [RFC PATCH v2 12/58] KVM: arm64: Add __pkvm_{use, unuse}_dma()
` [RFC PATCH v2 21/58] KVM: arm64: pkvm: Add __pkvm_host_add_remove_page()
` [RFC PATCH v2 31/58] KVM: arm64: smmu-v3: Support io-pgtable
` [RFC PATCH v2 32/58] KVM: arm64: smmu-v3: Add {alloc/free}_domain
` [RFC PATCH v2 33/58] KVM: arm64: smmu-v3: Add TLB ops
` [RFC PATCH v2 34/58] KVM: arm64: smmu-v3: Add context descriptor functions
` [RFC PATCH v2 35/58] KVM: arm64: smmu-v3: Add attach_dev
` [RFC PATCH v2 36/58] KVM: arm64: smmu-v3: Add detach_dev
` [RFC PATCH v2 37/58] iommu/io-pgtable: Generalize walker interface
` [RFC PATCH v2 38/58] iommu/io-pgtable-arm: Add post table walker callback
` [RFC PATCH v2 39/58] drivers/iommu: io-pgtable: Add IO_PGTABLE_QUIRK_UNMAP_INVAL
` [RFC PATCH v2 40/58] KVM: arm64: smmu-v3: Add map/unmap pages and iova_to_phys
` [RFC PATCH v2 41/58] KVM: arm64: smmu-v3: Add DABT handler
` [RFC PATCH v2 42/58] iommu/arm-smmu-v3-kvm: Add host driver for pKVM
` [RFC PATCH v2 43/58] iommu/arm-smmu-v3-kvm: Pass a list of SMMU devices to the hypervisor
` [RFC PATCH v2 44/58] iommu/arm-smmu-v3-kvm: Validate device features
` [RFC PATCH v2 45/58] iommu/arm-smmu-v3-kvm: Allocate structures and reset device
` [RFC PATCH v2 46/58] KVM: arm64: Add function to topup generic allocator
` [RFC PATCH v2 47/58] KVM: arm64: Add macro for SMCCC call with all returns
` [RFC PATCH v2 48/58] iommu/arm-smmu-v3-kvm: Add function to topup IOMMU allocator
` [RFC PATCH v2 49/58] iommu/arm-smmu-v3-kvm: Add IOMMU ops
` [RFC PATCH v2 50/58] iommu/arm-smmu-v3-kvm: Add map, unmap and iova_to_phys operations
` [RFC PATCH v2 51/58] iommu/arm-smmu-v3-kvm: Support PASID operations
` [RFC PATCH v2 52/58] iommu/arm-smmu-v3-kvm: Add IRQs for the driver
` [RFC PATCH v2 53/58] iommu/arm-smmu-v3-kvm: Probe power domains
` [RFC PATCH v2 54/58] iommu/arm-smmu-v3-kvm: Enable runtime PM
` [RFC PATCH v2 55/58] drivers/iommu: Add deferred map_sg operations
` [RFC PATCH v2 56/58] KVM: arm64: iommu: Add hypercall for map_sg
` [RFC PATCH v2 57/58] iommu/arm-smmu-v3-kvm: Implement sg operations
` [RFC PATCH v2 58/58] iommu/arm-smmu-v3-kvm: Support command queue batching
[PATCH v7 0/2] Add dma coherent allocator abstraction
2024-12-19 11:22 UTC (12+ messages)
` [PATCH v7 2/2] rust: add "
[PATCH v2] iommu/vt-d: Link cache tags of same iommu unit together
2024-12-19 5:43 UTC
[PATCH v2] iommu/vt-d: Avoid use of NULL after WARN_ON_ONCE
2024-11-15 18:46 UTC
[PATCH] iommu/vt-d: Link cache tags of same iommu unit together
2024-12-18 9:12 UTC (5+ messages)
[PATCH v6 0/7] Support attaching PASID to the blocked_domain
2024-12-18 8:40 UTC (2+ messages)
[PATCH v12 0/9] iommu/amd: Use 128-bit cmpxchg operation to update DTE
2024-12-18 8:38 UTC (2+ messages)
[PATCH v1] iommu: Avoid use of NULL after WARN_ON_ONCE
2024-12-18 8:34 UTC (2+ messages)
[PATCH v2 0/1] iommu/riscv: Add platform msi support
2024-12-18 8:33 UTC (2+ messages)
[PATCH 0/5] hyper-v: Don't assume cpu_possible_mask is dense
2024-12-17 19:21 UTC (4+ messages)
[PATCH v5 00/12] iommufd support pasid attach/replace
2024-12-17 13:28 UTC (20+ messages)
` [PATCH v5 08/12] iommufd: Enforce pasid compatible domain for PASID-capable device
[PATCH v5 00/17] Provide a new two step DMA mapping API
2024-12-17 13:00 UTC (18+ messages)
` [PATCH v5 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v5 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v5 03/17] iommu: generalize the batched sync after map interface
` [PATCH v5 04/17] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v5 05/17] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v5 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v5 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v5 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v5 09/17] docs: core-api: document the IOVA-based API
` [PATCH v5 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v5 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v5 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v5 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v5 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v5 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v5 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v5 17/17] vfio/mlx5: Enable the DMA link API
[PATCH 1/1] iommu/vt-d: Draining PRQ in sva unbind path when FPD bit set
2024-12-17 8:11 UTC (3+ messages)
[PATCH 1/1] iommu/vt-d: Remove iommu cap audit
2024-12-17 7:39 UTC (2+ messages)
[PATCH v2 0/3] iommu/s390: add support for IOMMU passthrough
2024-12-16 16:51 UTC (7+ messages)
` [PATCH v2 1/3] s390/pci: check for relaxed translation capability
` [PATCH v2 2/3] s390/pci: store DMA offset in bus_dma_region
` [PATCH v2 3/3] iommu/s390: implement iommu passthrough via identity domain
[PATCH v8 0/8] Add MSM8917/PM8937/Redmi 5A
2024-12-14 22:26 UTC (5+ messages)
` [PATCH v8 6/8] arm64: dts: qcom: Add initial support for MSM8917
` [PATCH v8 8/8] arm64: dts: qcom: Add Xiaomi Redmi 5A
[git pull] IOMMU Fixes for Linux v6.13-rc2
2024-12-14 17:06 UTC (2+ messages)
[PATCH RFC] iommu: fix wrong DMA ops for iommu device
2024-12-13 15:04 UTC
[PATCH 0/3] [PULL REQUEST] iommu/vt-d: Fixes for v6.13-rc
2024-12-13 14:55 UTC (5+ messages)
` [PATCH 1/3] iommu/vt-d: Remove cache tags before disabling ATS
` [PATCH 2/3] iommu/vt-d: Fix qi_batch NULL pointer with nested parent domain
` [PATCH 3/3] iommu/vt-d: Avoid draining PRQ in sva mm release path
RFC: Kernel CXL cache support (and IOMMU implications)
2024-12-13 14:15 UTC (3+ messages)
[PATCH RFCv5 0/8] fix two bugs related to page_pool
2024-12-13 12:27 UTC (7+ messages)
` [PATCH RFCv5 3/8] page_pool: fix IOMMU crash when driver has already unbound
` [PATCH RFCv5 4/8] page_pool: support unlimited number of inflight pages
` [PATCH RFCv5 5/8] page_pool: skip dma sync operation for "
` [PATCH RFCv5 6/8] page_pool: use list instead of ptr_ring for ring cache
` [PATCH RFCv5 7/8] page_pool: batch refilling pages to reduce atomic operation
` [PATCH RFCv5 8/8] page_pool: use list instead of array for alloc cache
[PATCH RFC/RFT] vfio/pci: Create feature to disable MSI virtualization
2024-12-13 9:10 UTC (4+ messages)
[PATCH v2] iommu/vt-d: Fix qi_batch NULL pointer with nested parent domain
2024-12-13 2:45 UTC (6+ messages)
[PATCH 1/1] iommu/vt-d: Avoid draining PRQ in sva mm release path
2024-12-13 2:43 UTC (4+ messages)
[PATCH v2 00/13] iommufd: Add vIOMMU infrastructure (Part-3: vIRQ)
2024-12-12 21:34 UTC (25+ messages)
` [PATCH v2 01/13] iommufd/fault: Add an iommufd_fault_init() helper
` [PATCH v2 03/13] iommufd: Rename IOMMUFD_OBJ_FAULT to IOMMUFD_OBJ_EVENTQ_IOPF
` [PATCH v2 05/13] iommufd: Add IOMMUFD_OBJ_EVENTQ_VIRQ and IOMMUFD_CMD_VIRQ_ALLOC
` [PATCH v2 06/13] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v2 07/13] iommufd/viommu: Add iommufd_viommu_report_irq helper
` [PATCH v2 11/13] Documentation: userspace-api: iommufd: Update EVENTQ_IOPF and EVENTQ_VIRQ
` [PATCH v2 12/13] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v2 13/13] iommu/arm-smmu-v3: Report IRQs that belong to devices attached to vIOMMU
ath11k swiotlb buffer is full (on IMX8M with 4GiB DRAM)
2024-12-12 19:57 UTC (12+ messages)
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;
as well as URLs for NNTP newsgroup(s).