Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2025-08-14 17:54:43 to 2025-08-20 17:21:59 UTC [more...]

[PATCH v2 00/16] Fix incorrect iommu_groups with PCIe ACS
 2025-08-20 17:21 UTC  (3+ messages)
` [PATCH v2 10/16] PCI: Add pci_mfd_isolation()

[PATCH v2 00/15] Various dt-bindings for Milos and The Fairphone (Gen. 6) addition
 2025-08-20 11:52 UTC  (9+ messages)
` [PATCH v2 14/15] arm64: dts: qcom: Add initial Milos dtsi

[PATCH 00/19] perf: Rework event_init checks
 2025-08-20 11:39 UTC  (9+ messages)
` [PATCH 18/19] perf: Introduce positive capability for raw events
` [PATCH 19/19] perf: Garbage-collect event_init checks

[PATCH 0/8] iommu/amd: Introduce Nested Translation support
 2025-08-20 11:30 UTC  (9+ messages)
` [PATCH 1/8] iommu/amd: Make amd_iommu_pdom_id_alloc() non-static
` [PATCH 2/8] iommu/amd: Making device attach / detach helpers non-static
` [PATCH 3/8] iommu/amd: Making amd_iommu_pdev_enable_cap_ats non-static
` [PATCH 4/8] iommu/amd: Introduce struct gcr3_tbl_info.giov
` [PATCH 5/8] iommufd: Introduce data struct for AMD nested domain allocation
` [PATCH 6/8] iommu/amd: Add support for nest parent "
` [PATCH 7/8] iommu/amd: Add support for nested "
` [PATCH 8/8] iommu/amd: Add support for nested domain attach/detach

[PATCH v4] iommu/riscv: prevent NULL deref in iova_to_phys
 2025-08-20 11:30 UTC  (6+ messages)
    ` [v4] "
      `  "

[PATCH] iommu/amd: Add support for hw_info for iommu capability query
 2025-08-20  4:25 UTC 

[PATCH v3 0/5] Disable ATS via iommu during PCI resets
 2025-08-20  3:18 UTC  (35+ messages)
` [PATCH v3 1/5] iommu: Lock group->mutex in iommu_deferred_attach
` [PATCH v3 2/5] iommu: Pass in gdev to __iommu_device_set_domain
` [PATCH v3 3/5] iommu: Add iommu_get_domain_for_dev_locked() helper
` [PATCH v3 4/5] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()
` [PATCH v3 5/5] pci: Suspend iommu function prior to resetting a device

[PATCH v6 0/6] Initial support of MSM8937 and Xiaomi Redmi 3S
 2025-08-19 23:37 UTC  (7+ messages)
` [PATCH v6 1/6] dt-bindings: clock: qcom: Add MSM8937 Global Clock Controller
` [PATCH v6 2/6] clk: qcom: gcc: Add support for Global Clock controller found on MSM8937
` [PATCH v6 3/6] dt-bindings: display/msm/gpu: describe A505 clocks
` [PATCH v6 4/6] arm64: dts: qcom: Add initial support for MSM8937
` [PATCH v6 5/6] dt-bindings: arm: qcom: Add Xiaomi Redmi 3S
` [PATCH v6 6/6] arm64: dts: "

[PATCH v4 00/28] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2025-08-19 21:51 UTC  (29+ messages)
` [PATCH v4 01/28] KVM: arm64: Add a new function to donate memory with prot
` [PATCH v4 02/28] KVM: arm64: Donate MMIO to the hypervisor
` [PATCH v4 03/28] KVM: arm64: pkvm: Add pkvm_time_get()
` [PATCH v4 04/28] iommu/io-pgtable-arm: Move selftests to a separate file
` [PATCH v4 05/28] iommu/io-pgtable-arm: Factor kernel specific code out
` [PATCH v4 06/28] iommu/arm-smmu-v3: Split code with hyp
` [PATCH v4 07/28] iommu/arm-smmu-v3: Move TLB range invalidation into a macro
` [PATCH v4 08/28] iommu/arm-smmu-v3: Move IDR parsing to common functions
` [PATCH v4 09/28] KVM: arm64: iommu: Introduce IOMMU driver infrastructure
` [PATCH v4 10/28] KVM: arm64: iommu: Shadow host stage-2 page table
` [PATCH v4 11/28] KVM: arm64: iommu: Add memory pool
` [PATCH v4 12/28] KVM: arm64: iommu: Support DABT for IOMMU
` [PATCH v4 13/28] iommu/arm-smmu-v3-kvm: Add SMMUv3 driver
` [PATCH v4 14/28] iommu/arm-smmu-v3: Add KVM mode in the driver
` [PATCH v4 15/28] iommu/arm-smmu-v3: Load the driver later in KVM mode
` [PATCH v4 16/28] iommu/arm-smmu-v3-kvm: Create array for hyp SMMUv3
` [PATCH v4 17/28] iommu/arm-smmu-v3-kvm: Take over SMMUs
` [PATCH v4 18/28] iommu/arm-smmu-v3-kvm: Probe SMMU HW
` [PATCH v4 19/28] iommu/arm-smmu-v3-kvm: Add MMIO emulation
` [PATCH v4 20/28] iommu/arm-smmu-v3-kvm: Shadow the command queue
` [PATCH v4 21/28] iommu/arm-smmu-v3-kvm: Add CMDQ functions
` [PATCH v4 22/28] iommu/arm-smmu-v3-kvm: Emulate CMDQ for host
` [PATCH v4 23/28] iommu/arm-smmu-v3-kvm: Shadow stream table
` [PATCH v4 24/28] iommu/arm-smmu-v3-kvm: Shadow STEs
` [PATCH v4 25/28] iommu/arm-smmu-v3-kvm: Emulate GBPA
` [PATCH v4 26/28] iommu/arm-smmu-v3-kvm: Support io-pgtable
` [PATCH v4 27/28] iommu/arm-smmu-v3-kvm: Shadow the CPU stage-2 page table
` [PATCH v4 28/28] iommu/arm-smmu-v3-kvm: Enable nesting

[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
 2025-08-19 19:58 UTC  (22+ messages)
` [PATCH v4 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v4 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v4 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v4 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v4 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v4 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v4 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v4 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v4 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v4 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v4 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v4 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v4 13/16] mm/hmm: properly take MMIO path
` [PATCH v4 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v4 15/16] block-dma: properly take MMIO path
` [PATCH v4 16/16] nvme-pci: unmap MMIO pages with appropriate interface

[PATCH v2 0/9] Add support ANS2 NVMe on Apple A11
 2025-08-19 16:22 UTC  (15+ messages)
` [PATCH v2 1/9] dt-bindings: mailbox: apple,mailbox: Add ASC mailboxes on Apple A11 and T2
` [PATCH v2 2/9] soc: apple: mailbox: Add Apple A11 and T2 mailbox support
` [PATCH v2 3/9] dt-bindings: iommu: apple,sart: Add Apple A11
` [PATCH v2 4/9] soc: apple: sart: Make allow flags SART version dependent
` [PATCH v2 5/9] soc: apple: sart: Add SARTv0 support
` [PATCH v2 6/9] dt-bindings: nvme: apple,nvme-ans: Add Apple A11
` [PATCH v2 7/9] nvme: apple: Add Apple A11 support
` [PATCH v2 8/9] arm64: dts: apple: t8015: Fix PCIE power domains dependencies
` [PATCH v2 9/9] arm64: dts: apple: t8015: Add NVMe nodes

[PATCH rc] iommu/arm-smmu-v3: Fix smmu_domain->nr_ats_masters decrement
 2025-08-19 12:28 UTC  (2+ messages)

[PATCH 0/9] Convert Intel VT-D to use the generic iommu page table
 2025-08-18 23:35 UTC  (8+ messages)
` [PATCH 1/9] iommu/pages: Add support for a incoherent IOMMU page walker
` [PATCH 2/9] iommupt: Add basic support for SW bits in the page table
` [PATCH 3/9] iommupt: Use the incoherent start/stop functions for PT_FEAT_DMA_INCOHERENT

[PATCH rc] iommu/tegra241-cmdqv: Fix missing cpu_to_le64 at lvcmdq_err_map
 2025-08-18 17:04 UTC  (2+ messages)

[PATCH v3] iommu/riscv: prevent NULL deref in iova_to_phys
 2025-08-18 16:04 UTC  (5+ messages)

[PATCH v3 0/3] arm-smmu: select suitable MSI IOVA
 2025-08-18 15:53 UTC  (7+ messages)
` [PATCH v3 2/3] iommu/of: fix device tree configuration for PCI devices

[PATCH] Documentation: fix spelling errors in iommufd.rst
 2025-08-18 14:15 UTC  (3+ messages)

[PATCH] iommufd: viommu: free memory allocated by kvcalloc() using kvfree()
 2025-08-18 14:14 UTC  (7+ messages)

[PATCH v2] iommu/amd: use str_plural() to simplify the code
 2025-08-18 12:52 UTC  (2+ messages)

[PATCH] iommu/amd: use str_plural() to simplify the code
 2025-08-18  6:53 UTC  (2+ messages)

[PATCH v3 1/1] iommu/sva: Invalidate KVA range on kernel TLB flush
 2025-08-18  6:21 UTC  (28+ messages)

[PATCH v6 0/3] RISC-V: Add ACPI support for IOMMU
 2025-08-18  4:58 UTC  (4+ messages)
` [PATCH v6 1/3] ACPI: RISC-V: Add support for RIMT
` [PATCH v6 2/3] ACPI: scan: Add support for RISC-V in acpi_iommu_configure_id()
` [PATCH v6 3/3] iommu/riscv: Add ACPI support

[PATCH 0/9] Add support ANS2 NVMe on Apple A11
 2025-08-17 16:36 UTC  (12+ messages)
` [PATCH 2/9] soc: apple: mailbox: Add Apple A11 and T2 mailbox support
` [PATCH 3/9] dt-bindings: iommu: apple,sart: Add Apple A11
` [PATCH 4/9] soc: apple: sart: Make allow flags SART version dependent
` [PATCH 5/9] soc: apple: sart: Add SARTv0 support
` [PATCH 7/9] nvme: apple: Add Apple A11 support

[PATCH 0/3] iommu: apple-dart: Four level page table support
 2025-08-16 15:26 UTC  (9+ messages)
` [PATCH 1/3] iommu: apple-dart: Make the hw register fields u32s
` [PATCH 2/3] iommu: io-pgtable: Add 4-level page table support
` [PATCH 3/3] iommu: apple-dart: "

[PATCH v5 1/3] ACPI: RISC-V: Add support for RIMT
 2025-08-15 10:51 UTC  (3+ messages)

[PATCH 1/2] iommu/debug: Add IOMMU page table dump debug facility
 2025-08-15  9:57 UTC  (3+ messages)

[PATCH RESEND] iommu/amd: Avoid stack buffer overflow from kernel cmdline
 2025-08-15  9:51 UTC  (2+ messages)

[PATCH] iommu/vt-d: debugfs: fix legacy mode page table dump logic
 2025-08-15  9:23 UTC  (2+ messages)

[PATCH 2/2] iommu/io-pgtable: Add ARM SMMUv3 page table dump support
 2025-08-15  9:14 UTC  (2+ messages)

[PATCH v3 00/16] dma-mapping: migrate to physical address-based API
 2025-08-15  5:10 UTC  (13+ messages)
` [PATCH v3 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v3 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v3 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v3 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v3 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v3 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v3 13/16] mm/hmm: properly take MMIO path
` [PATCH v3 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v3 15/16] block-dma: properly take MMIO path
` [PATCH v3 16/16] nvme-pci: unmap MMIO pages with appropriate interface


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