Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2025-04-21 16:35:15 to 2025-04-23 18:17:08 UTC [more...]

[PATCH v9 00/24] Provide a new two step DMA mapping API
 2025-04-23 18:17 UTC  (46+ messages)
` [PATCH v9 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v9 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v9 03/24] iommu: generalize the batched sync after map interface
` [PATCH v9 04/24] iommu: add kernel-doc for iommu_unmap_fast
` [PATCH v9 05/24] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v9 06/24] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v9 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v9 08/24] dma-mapping: add a dma_need_unmap helper
` [PATCH v9 09/24] docs: core-api: document the IOVA-based API
` [PATCH v9 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v9 11/24] mm/hmm: provide generic DMA managing logic
` [PATCH v9 12/24] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v9 13/24] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v9 14/24] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v9 15/24] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v9 16/24] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v9 17/24] vfio/mlx5: Enable the DMA link API
` [PATCH v9 18/24] block: share more code for bio addition helper
` [PATCH v9 19/24] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH v9 20/24] blk-mq: add scatterlist-less DMA mapping helpers
` [PATCH v9 21/24] nvme-pci: remove struct nvme_descriptor
` [PATCH v9 22/24] nvme-pci: use a better encoding for small prp pool allocations
` [PATCH v9 23/24] nvme-pci: convert to blk_rq_dma_map
` [PATCH v9 24/24] nvme-pci: store aborted state in flags variable

[PATCH v2 0/4] iommu: Fix the longstanding probe issues
 2025-04-23 17:31 UTC  (7+ messages)
` [PATCH v2 4/4] iommu: Get DT/ACPI parsing into the proper probe path

[PATCH v1] platform: Fix race condition during DMA configure at IOMMU probe time
 2025-04-23 17:27 UTC  (6+ messages)

[PATCH] [v2] iommu/io-pgtable-arm: dynamically allocate selftest device struct
 2025-04-23 17:02 UTC  (2+ messages)

[PATCH] iommu: ipmmu-vmsa: avoid Wformat-security warning
 2025-04-23 16:47 UTC  (2+ messages)

[PATCH 31/67] KVM: SVM: Extract SVM specific code out of get_pi_vcpu_info()
 2025-04-23 15:55 UTC  (3+ messages)

[PATCH 6.6 368/393] Fix mmu notifiers for range-based invalidates
 2025-04-23 14:44 UTC 

[PATCH v5 0/5] Initial support of MSM8937 and Xiaomi Redmi 3S
 2025-04-23 14:46 UTC  (11+ messages)
` [PATCH v5 1/5] dt-bindings: clock: qcom: Add MSM8937 Global Clock Controller
` [PATCH v5 2/5] clk: qcom: gcc: Add support for Global Clock controller found on MSM8937
` [PATCH v5 3/5] arm64: dts: qcom: Add initial support for MSM8937
` [PATCH v5 4/5] dt-bindings: arm: qcom: Add Xiaomi Redmi 3S
` [PATCH v5 5/5] arm64: dts: "

[PATCH v2 1/1] iommu: Allow attaching static domains in iommu_attach_device_pasid()
 2025-04-23 14:21 UTC  (3+ messages)

[PATCH 17/33] dt-bindings: nvmem: qfprom: Add the SM7150 compatible
 2025-04-23 13:43 UTC  (21+ messages)
` [PATCH 18/33] dt-bindings: crypto: qcom,inline-crypto-engine: "
` [PATCH 19/33] dt-bindings: interconnect: qcom-bwmon: "
` [PATCH 20/33] dt-bindings: i2c: qcom-cci: "
` [PATCH 21/33] dt-bindings: clock: qcom-rpmhcc: "
` [PATCH 22/33] dt-bindings: interconnect: OSM L3: "
` [PATCH 23/33] dt-bindings: arm-smmu: "
` [PATCH 24/33] dt-bindings: clock: qcom,gpucc: "
` [PATCH 25/33] dt-bindings: remoteproc: qcom: sc7180-pas: "
` [PATCH 26/33] remoteproc: qcom: pas: Add SM7150 remoteproc support
` [PATCH 27/33] soc: qcom: pd-mapper: Add support for SM7150
` [PATCH 28/33] cpufreq: Add SM7150 to cpufreq-dt-platdev blocklist
` [PATCH 29/33] firmware: qcom: tzmem: disable sm7150 platform
` [PATCH 30/33] arm64: dts: qcom: Add dtsi for Snapdragon 730/730g/732g (SM7150) SoCs
` [PATCH 31/33] dt-bindings: arm: qcom: Add SM7150 Google Pixel 4a
` [PATCH 32/33] dt-bindings: display: panel: samsung,ams581vf01: Add google,sunfish

[PATCH v1 00/16] iommufd: Add vIOMMU infrastructure (Part-4 vCMDQ)
 2025-04-23 13:36 UTC  (25+ messages)
` [PATCH v1 01/16] iommu: Pass in a driver-level user data structure to viommu_alloc op
` [PATCH v1 02/16] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v1 03/16] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v1 04/16] iommufd: Add iommufd_struct_destroy to revert iommufd_viommu_alloc
` [PATCH v1 07/16] iommufd/viommu: Add driver-allocated vDEVICE support
` [PATCH v1 10/16] iommufd: Add mmap interface
` [PATCH v1 14/16] iommu/arm-smmu-v3: Add vsmmu_alloc impl op
` [PATCH v1 15/16] iommu/tegra241-cmdqv: Add user-space use support

[PATCH 00/33] Add support for Qualcomm Snapdragon SM7150 SoC and Google Pixel 4a
 2025-04-23 12:03 UTC  (20+ messages)
` [PATCH 01/33] dt-bindings: arm: cpus: Add Kryo 470 CPUs
` [PATCH 02/33] dt-bindings: cpufreq: qcom-hw: Add the SM7150 compatible
` [PATCH 03/33] dt-bindings: watchdog: qcom-wdt: "
` [PATCH 04/33] dt-bindings: mailbox: qcom: Add the SM7150 APCS compatible
` [PATCH 05/33] dt-bindings: sram: qcom,imem: Add the SM7150 compatible
` [PATCH 06/33] dt-bindings: soc: qcom: aoss-qmp: "
` [PATCH 07/33] dt-bindings: thermal: tsens: "
` [PATCH 08/33] dt-bindings: interrupt-controller: qcom-pdc: "
` [PATCH 09/33] dt-bindings: usb: dwc3: "
` [PATCH 10/33] dt-bindings: phy: qcom,qusb2: "
` [PATCH 11/33] dt-bindings: mmc: sdhci-msm: "
` [PATCH 12/33] dt-bindings: soc: qcom,dcc: "
` [PATCH 13/33] dt-bindings: mfd: qcom,tcsr: "
` [PATCH 14/33] dt-bindings: net: qcom,ipa: "
` [PATCH 15/33] dt-bindings: ufs: qcom: "
` [PATCH 16/33] dt-bindings: dmaengine: qcom: gpi: "

[syzbot] linux-next build error (21)
 2025-04-23 11:33 UTC 

[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
 2025-04-23 10:21 UTC  (6+ messages)
` [PATCH 64/67] iommu/amd: KVM: SVM: Allow KVM to control need for GA log interrupts

[PATCH 0/2] iommu/amd: Support for HATdis and HATS features
 2025-04-23  6:50 UTC  (3+ messages)
` [PATCH 1/2] iommu/amd: Add HATDis feature support
` [PATCH 2/2] iommu/amd: Add efr[HATS] max v1 page table level

[RFC PATCH v2 00/10] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
 2025-04-23  6:34 UTC  (3+ messages)
` [RFC PATCH v2 03/10] iommu/tegra241-cmdqv: Add a helper to drain VCMDQs

[PATCH 0/3] iommu/vt-d: Use ida for domain ID management
 2025-04-23  3:10 UTC  (4+ messages)
` [PATCH 1/3] iommu/vt-d: Use ida to manage domain id
` [PATCH 2/3] iommu/vt-d: Replace spin_lock with mutex to protect domain ida
` [PATCH 3/3] iommu/vt-d: Simplify domain_attach_iommu()

[PATCH 1/1] iommu/vt-d: Assign owner to the static identity domain
 2025-04-23  1:02 UTC  (4+ messages)

[PATCH] fsl_pamu: Use 40-bits for addressing where appropriate
 2025-04-23  0:49 UTC  (5+ messages)

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-22 23:21 UTC  (31+ messages)
` [PATCH v14 02/19] x86: Secure Launch Kconfig
` [PATCH v14 03/19] x86: Secure Launch Resource Table header file
` [PATCH v14 07/19] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v14 08/19] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v14 09/19] x86: Secure Launch kernel early boot stub
` [PATCH v14 10/19] x86: Secure Launch kernel late "
` [PATCH v14 11/19] x86: Secure Launch SMP bringup support
` [PATCH v14 12/19] kexec: Secure Launch kexec SEXIT support
` [PATCH v14 13/19] x86/reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v14 14/19] tpm, tpm_tis: Close all localities
` [PATCH v14 15/19] tpm, tpm_tis: Address positive localities in tpm_tis_request_locality()
` [PATCH v14 16/19] tpm, tpm_tis: Allow locality to be set to a different value
` [PATCH v14 17/19] tpm, sysfs: Show locality used by kernel
` [PATCH v14 18/19] x86: Secure Launch late initcall platform module
` [PATCH v14 19/19] x86/efi: EFI stub DRTM launch support for Secure Launch

[PATCH] dma-coherent: Warn if OF reserved memory is beyond current coherent DMA mask
 2025-04-22 17:43 UTC  (2+ messages)

[PATCH 0/1] swiotlb: Make IO_TLB_SEGSIZE Configurable
 2025-04-22 13:36 UTC  (3+ messages)
  ` [PATCH 1/1] swiotlb: Make IO_TLB_SEGSIZE configurable

[PATCH] kernel/dma/mapping.c: Fix warning reported for missing prototype
 2025-04-22 13:07 UTC  (2+ messages)

[PATCH v8 00/24] Provide a new two step DMA mapping API
 2025-04-22 11:36 UTC  (17+ messages)
` [PATCH v8 04/24] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v8 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v8 20/24] blk-mq: add scatterlist-less DMA mapping helpers
` [PATCH v8 23/24] nvme-pci: convert to blk_rq_dma_map
` [PATCH v8 24/24] nvme-pci: optimize single-segment handling

Patch "Fix mmu notifiers for range-based invalidates" has been added to the 6.6-stable tree
 2025-04-22  7:55 UTC 

[PATCH] iommu: apple-dart: Remove unnecessary NULL check before free_io_pgtable_ops()
 2025-04-22  7:25 UTC 

[PATCHv2 0/6] make vendor specific subdirectory inclusion conditional
 2025-04-22  6:35 UTC  (3+ messages)

[PATCH v7 0/8] soc: ti: Add and use PVU on K3-AM65 for DMA isolation
 2025-04-22  5:16 UTC  (4+ messages)


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