Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-08-28 20:38:37 to 2024-08-30 16:59:33 UTC [more...]

[PATCH v2 0/8] Initial support for SMMUv3 nested translation
 2024-08-30 16:59 UTC  (38+ messages)
` [PATCH v2 1/8] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
` [PATCH v2 2/8] iommu/arm-smmu-v3: Use S2FWB when available
` [PATCH v2 3/8] ACPICA: IORT: Update for revision E.f
` [PATCH v2 4/8] ACPI/IORT: Support CANWBS memory access flag
` [PATCH v2 5/8] iommu/arm-smmu-v3: Report IOMMU_CAP_ENFORCE_CACHE_COHERENCY for CANWBS
` [PATCH v2 6/8] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
` [PATCH v2 7/8] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
` [PATCH v2 8/8] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED

[PATCH v7 0/2] Dynamic Allocation of the reserved_mem array
 2024-08-30 16:35 UTC  (3+ messages)

[PATCH v14 00/10] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-08-30 16:31 UTC  (13+ messages)
` [PATCH v14 01/10] iommu/arm-smmu-v3: Issue a batch of commands to the same cmdq
` [PATCH v14 02/10] iommu/arm-smmu-v3: Pass in cmdq pointer to arm_smmu_cmdq_build_sync_cmd
` [PATCH v14 03/10] iommu/arm-smmu-v3: Pass in cmdq pointer to arm_smmu_cmdq_init
` [PATCH v14 04/10] iommu/arm-smmu-v3: Make symbols public for CONFIG_TEGRA241_CMDQV
` [PATCH v14 05/10] iommu/arm-smmu-v3: Add ARM_SMMU_OPT_TEGRA241_CMDQV
` [PATCH v14 06/10] iommu/arm-smmu-v3: Add acpi_smmu_iort_probe_model for impl
` [PATCH v14 07/10] iommu/arm-smmu-v3: Add struct arm_smmu_impl_ops
` [PATCH v14 08/10] iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV
` [PATCH v14 09/10] iommu/arm-smmu-v3: Start a new batch if new command is not supported
` [PATCH v14 10/10] iommu/tegra241-cmdqv: Limit CMDs for VCMDQs of a guest owned VINTF

[PATCH v4 0/2] Fix handling of S2 stalls
 2024-08-30 16:30 UTC  (5+ messages)
` [PATCH v4 1/2] iommu/arm-smmu-v3: Match Stall behaviour for S2
` [PATCH v4 2/2] iommu/arm-smmu-v3-test: Test masters with stall enabled

[PATCH v8 0/2] Dynamic Allocation of the reserved_mem array
 2024-08-30 16:28 UTC  (3+ messages)
` [PATCH v8 1/2] of: reserved_mem: Restruture how the reserved memory regions are processed
` [PATCH v8 2/2] of: reserved_mem: Add code to dynamically allocate reserved_mem array

[PATCH v8 0/7] Linux RISC-V IOMMU Support
 2024-08-30 15:53 UTC  (7+ messages)
` [PATCH v8 3/7] iommu/riscv: Add RISC-V IOMMU PCIe device driver

[PATCH 0/5] iommu: Domain allocation enhancements
 2024-08-30 15:00 UTC  (17+ messages)
` [PATCH 1/5] iommu: Enhance domain allocation code to take additional flags

[PATCH 00/22] arm64: qcom: Introduce SA8255p Ride platform
 2024-08-30 14:58 UTC  (65+ messages)
` [PATCH 01/22] dt-bindings: arm: qcom: add the SoC ID for SA8255P
` [PATCH 02/22] soc: qcom: socinfo: add support "
` [PATCH 03/22] dt-bindings: arm: qcom: add SA8255p Ride board
` [PATCH 04/22] dt-bindings: firmware: qcom,scm: document support for SA8255p
` [PATCH 05/22] dt-bindings: mailbox: qcom-ipcc: document the "
` [PATCH 06/22] dt-bindings: watchdog: qcom-wdt: document support on SA8255p
` [PATCH 07/22] dt-bindings: crypto: qcom,prng: document support for SA8255p
` [PATCH 08/22] dt-bindings: interrupt-controller: qcom-pdc: "
` [PATCH 09/22] dt-bindings: soc: qcom: aoss-qmp: "
` [PATCH 10/22] dt-bindings: pinctrl: "
` [PATCH 11/22] pinctrl: qcom: sa8775p: Add support for SA8255p SoC
` [PATCH 12/22] dt-bindings: cpufreq: qcom-hw: document support for SA8255p
` [PATCH 13/22] dt-bindings: thermal: tsens: document support on SA8255p
` [PATCH 14/22] dt-bindings: arm-smmu: document the "
` [PATCH 15/22] dt-bindings: mfd: qcom,tcsr: document support for SA8255p
` [PATCH 16/22] dt-bindings: qcom: geni-se: document support for SA8255P
` [PATCH 17/22] dt-bindings: serial: document support for SA8255p
` [PATCH 18/22] dt-bindings: spi: "
` [PATCH 19/22] dt-bindings: i2c: "
` [PATCH 20/22] dt-bindings: firmware: arm,scmi: allow multiple virtual instances
` [PATCH 21/22] ARM: dt: GIC: add extended SPI specifier
` [PATCH 22/22] arm64: dts: qcom: Add reduced functional DT for SA8255p Ride platform

[PATCH v9 0/4] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2024-08-30 14:32 UTC  (4+ messages)
` [PATCH v9 3/4] iommu/io-pgtable-arm: Add way to debug pgtable walk

[PATCH v14 0/6] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-08-30 12:53 UTC  (9+ messages)
` [PATCH v14 1/6] iommu/arm-smmu: re-enable context caching in smmu reset operation
` [PATCH v14 5/6] iommu/arm-smmu: add ACTLR data and support for SC7280

[git pull] IOMMU Fixes for Linux v6.11-rc5
 2024-08-30 12:48 UTC 

[RFC PATCH 00/21] Secure VFIO, TDISP, SEV TIO
 2024-08-30 12:36 UTC  (39+ messages)
` [RFC PATCH 01/21] tsm-report: Rename module to reflect what it does
` [RFC PATCH 02/21] pci/doe: Define protocol types and make those public
` [RFC PATCH 03/21] pci: Define TEE-IO bit in PCIe device capabilities
` [RFC PATCH 04/21] PCI/IDE: Define Integrity and Data Encryption (IDE) extended capability
` [RFC PATCH 05/21] crypto/ccp: Make some SEV helpers public
` [RFC PATCH 07/21] pci/tdisp: Introduce tsm module
` [RFC PATCH 11/21] KVM: SEV: Add TIO VMGEXIT and bind TDI
` [RFC PATCH 12/21] KVM: IOMMUFD: MEMFD: Map private pages

[RFC 0/7] Introduce swiotlb throttling
 2024-08-30  3:58 UTC  (5+ messages)

[PATCH v2 0/2] iommu/arm-smmu-v3: Parse out event records
 2024-08-30  1:45 UTC  (8+ messages)
` [PATCH v2 1/2] iommu/arm-smmu-v3: Print better events records
` [PATCH v2 2/2] iommu/arm-smmu-v3: Adopt arm_smmu_event in handlers

[regression] usb and thunderbould are misbehaving or broken due to iommu/vt-d change
 2024-08-30  0:29 UTC  (7+ messages)

[PATCH v2 00/14] Minor fixups and refactorings for AMD's io-pgtable code
 2024-08-30  0:06 UTC  (15+ messages)
` [PATCH v2 01/14] iommu/amd: Move allocation of the top table into v1_alloc_pgtable
` [PATCH v2 02/14] iommu/amd: Allocate the page table root using GFP_KERNEL
` [PATCH v2 03/14] iommu/amd: Set the pgsize_bitmap correctly
` [PATCH v2 04/14] iommu/amd: Remove amd_iommu_domain_update() from page table freeing
` [PATCH v2 05/14] iommu/amd: Remove the amd_iommu_domain_set_pt_root() and related
` [PATCH v2 06/14] iommu/amd: Rename struct amd_io_pgtable iopt to pgtbl
` [PATCH v2 07/14] iommu/amd: Remove amd_io_pgtable::pgtbl_cfg
` [PATCH v2 08/14] iommu/amd: Store the nid in io_pgtable_cfg instead of the domain
` [PATCH v2 09/14] iommu/amd: Narrow the use of struct protection_domain to invalidation
` [PATCH v2 10/14] iommu/amd: Remove conditions from domain free paths
` [PATCH v2 11/14] iommu/amd: Fix typo of , instead of ;
` [PATCH v2 12/14] iommu/amd: Remove the confusing dummy iommu_flush_ops tlb ops
` [PATCH v2 13/14] iommu/amd: Correct the reported page sizes from the V1 table
` [PATCH v2 14/14] iommu/amd: Do not set the D bit on AMD v2 table entries

[PATCH v13 00/10] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-08-29 22:50 UTC  (6+ messages)
` [PATCH v13 06/10] iommu/arm-smmu-v3: Add acpi_smmu_acpi_probe_model for impl

[PATCH v2 0/5] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-08-29 19:40 UTC  (9+ messages)
` [PATCH v2 1/5] iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported
` [PATCH v2 2/5] iommu/amd: Introduce rw_semaphore for Device Table Entry (DTE)
` [PATCH v2 3/5] iommu/amd: Introduce helper functions to access and update 256-bit DTE
` [PATCH v2 4/5] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
` [PATCH v2 5/5] iommu/amd: Use 128-bit cmpxchg in set_dte_irq_entry()

[PATCH] iommu/amd: Modify set_dte_entry() to use 128-bit cmpxchg operation
 2024-08-29 18:18 UTC  (5+ messages)

[PATCH] iommufd: Check the domain owner of the parent before creating a nesting domain
 2024-08-29 16:19 UTC  (2+ messages)

[PATCH 1/2] media: nvidia: tegra: Use iommu_paging_domain_alloc()
 2024-08-29 15:25 UTC  (2+ messages)

[PATCH v6 RESED 0/2] dma: support DMA zone starting above 4GB
 2024-08-29 14:54 UTC  (5+ messages)
` [PATCH v6 RESED 1/2] dma: replace zone_dma_bits by zone_dma_limit

[PATCH v3] dma: Trace API
 2024-08-29 14:24 UTC  (3+ messages)

[RFC PATCH] driver core: platform: Call iommu_release_device in dma_cleanup
 2024-08-29 13:58 UTC  (3+ messages)

[PATCH 08/14] iommu/amd: Store the nid in io_pgtable_cfg instead of the domain
 2024-08-29 10:47 UTC  (4+ messages)

[PATCH v4] PCI: Detect and trust built-in Thunderbolt chips
 2024-08-29  9:32 UTC  (4+ messages)

[PATCH 1/1] remoteproc: Use iommu_paging_domain_alloc()
 2024-08-29  6:17 UTC  (3+ messages)

clearly mark DMA_OPS support as an architecture feature v2
 2024-08-29  4:30 UTC  (4+ messages)
` [PATCH 2/2] dma-mapping: clearly mark DMA ops as an architecture feature

remove the dma_set_{max_seg_size,seg_boundary,min_align_mask} return value v2
 2024-08-29  4:24 UTC  (3+ messages)

[PATCH v2] arm64: mm: fix DMA zone when dma-ranges is missing
 2024-08-29  4:16 UTC  (2+ messages)

[PATCH -next] iommu/vt-d: Use PCI_DEVID() macro
 2024-08-29  2:10 UTC 

[PATCH -next] iommu/omap: Use IS_ERR_OR_NULL() helper function
 2024-08-29  1:20 UTC  (5+ messages)

[PATCH v4] PCI: Detect and trust built-in Thunderbolt chips
 2024-08-28 21:05 UTC  (3+ messages)

[PATCH 0/2] Work around reserved SMMU context bank on msm8998
 2024-08-28 20:49 UTC  (5+ messages)
` [PATCH 1/2] iommu/arm-smmu-qcom: hide last LPASS SMMU context bank from linux
` [PATCH 2/2] arm64: dts: qcom: msm8998: add qcom,msm8998-lpass-smmu compatible


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