messages from 2024-08-29 18:08:04 to 2024-09-03 08:03:01 UTC [more...]
[PATCH] dma-direct: fix the page free when it is not addressable
2024-09-03 8:02 UTC (4+ messages)
[PATCH v2 0/8] Initial support for SMMUv3 nested translation
2024-09-03 7:57 UTC (51+ 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 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] arm64: mm: keep low RAM dma zone
2024-09-03 7:28 UTC (2+ messages)
clearly mark DMA_OPS support as an architecture feature v2
2024-09-03 7:27 UTC (2+ messages)
[PATCH] iommu/amd: Convert comma to semicolon
2024-09-03 7:25 UTC
[PATCH v3] dma: Trace API
2024-09-03 7:25 UTC (4+ messages)
[RFC PATCH 00/21] Secure VFIO, TDISP, SEV TIO
2024-09-03 5:13 UTC (50+ 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 PATCH 13/21] KVM: X86: Handle private MMIO as shared
[PATCH v2 0/2] iommu/arm-smmu-v3: Parse out event records
2024-09-02 23:02 UTC (10+ 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
[BUILD SUCCESS] LAST PATCH: [PATCH 14/14] iommu/vt-d: Introduce batched cache invalidation
2024-09-02 22:13 UTC
[PATCH 00/14] [PULL REQUEST] Intel IOMMU updates for v6.12
2024-09-02 16:15 UTC (16+ messages)
` [PATCH 01/14] iommu/vt-d: Require DMA domain if hardware not support passthrough
` [PATCH 02/14] iommu/vt-d: Remove identity mappings from si_domain
` [PATCH 03/14] iommu/vt-d: Always reserve a domain ID for identity setup
` [PATCH 04/14] iommu/vt-d: Remove has_iotlb_device flag
` [PATCH 05/14] iommu/vt-d: Factor out helpers from domain_context_mapping_one()
` [PATCH 06/14] iommu/vt-d: Add support for static identity domain
` [PATCH 07/14] iommu/vt-d: Cleanup si_domain
` [PATCH 08/14] iommu/vt-d: Fix potential lockup if qi_submit_sync called with 0 count
` [PATCH 09/14] iommu/vt-d: Move PCI PASID enablement to probe path
` [PATCH 10/14] iommu/vt-d: Unconditionally flush device TLB for pasid table updates
` [PATCH 11/14] iommu/vt-d: Factor out invalidation descriptor composition
` [PATCH 12/14] iommu/vt-d: Refactor IOTLB and Dev-IOTLB flush for batching
` [PATCH 13/14] iommu/vt-d: Add qi_batch for dmar_domain
` [PATCH 14/14] iommu/vt-d: Introduce batched cache invalidation
[PATCH] iommu/tegra241-cmdqv: Fix -Wformat-truncation warnings in lvcmdq_error_header
2024-09-02 15:17 UTC (2+ messages)
[PATCH RFC PREVIEW 0/6] iommu: enable user space iopfs in non-nested and non-svm cases
2024-09-02 12:47 UTC (7+ messages)
` [PATCH RFC PREVIEW 1/6] iommu/vt-d: Separate page request queue from SVM
[PATCH v8 0/2] Dynamic Allocation of the reserved_mem array
2024-09-02 12:02 UTC (5+ 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 v2 00/14] Minor fixups and refactorings for AMD's io-pgtable code
2024-09-02 12:03 UTC (18+ 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] iommu/vt-d: Fix potential soft lockup due to reclaim
2024-09-02 11:50 UTC (9+ messages)
[PATCH 00/22] arm64: qcom: Introduce SA8255p Ride platform
2024-09-02 11:13 UTC (26+ messages)
` [PATCH 11/22] pinctrl: qcom: sa8775p: Add support for SA8255p SoC
` [PATCH 13/22] dt-bindings: thermal: tsens: document support on SA8255p
` [PATCH 14/22] dt-bindings: arm-smmu: document the "
` [PATCH 16/22] dt-bindings: qcom: geni-se: document support for SA8255P
` [PATCH 21/22] ARM: dt: GIC: add extended SPI specifier
` [PATCH 22/22] arm64: dts: qcom: Add reduced functional DT for SA8255p Ride platform
[RFC PATCH 20/21] pci: Allow encrypted MMIO mapping via sysfs
2024-09-02 8:22 UTC (2+ messages)
[RFC PATCH] driver core: platform: Call iommu_release_device in dma_cleanup
2024-09-02 6:44 UTC (5+ messages)
[PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
2024-09-02 5:27 UTC (4+ messages)
` [PATCH v2 02/19] iommufd/viommu: Add IOMMUFD_OBJ_VIOMMU and IOMMU_VIOMMU_ALLOC ioctl
[PATCH 1/1] iommu/vt-d: Unconditionally flush device TLB for pasid table updates
2024-09-02 2:38 UTC (2+ messages)
[PATCH v2 1/1] iommu/vt-d: Move PCI PASID enablement to probe path
2024-09-02 2:37 UTC (2+ messages)
[PATCH v2] iommu/vt-d: Fix potential lockup if qi_submit_sync called with 0 count
2024-09-02 2:35 UTC (2+ messages)
[PATCH v4 0/7] iommu/vt-d: Convert to use static identity domain
2024-09-02 2:34 UTC (2+ messages)
[PATCH v3 0/4] Batch IOTLB/dev-IOTLB invalidation
2024-09-02 2:32 UTC (2+ messages)
[PATCH v2 0/3] drm: Use iommu_paging_domain_alloc()
2024-09-02 1:47 UTC (4+ messages)
` [PATCH v2 1/3] drm/nouveau/tegra: "
` [PATCH v2 2/3] drm/rockchip: "
` [PATCH v2 3/3] drm/tegra: "
[PATCH 1/3] drm/nouveau/tegra: Use iommu_paging_domain_alloc()
2024-09-01 12:18 UTC (4+ messages)
` [PATCH 3/3] drm/tegra: Remove call to iommu_domain_alloc()
[regression] usb and thunderbould are misbehaving or broken due to iommu/vt-d change
2024-09-01 9:12 UTC (8+ messages)
[PATCH v4 0/2] Fix handling of S2 stalls
2024-08-30 20:20 UTC (8+ 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
[git pull] IOMMU Fixes for Linux v6.11-rc5
2024-08-30 18:37 UTC (2+ messages)
[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 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 1/5] iommu: Enhance domain allocation code to take additional flags
2024-08-30 15:00 UTC (10+ messages)
[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
[RFC 0/7] Introduce swiotlb throttling
2024-08-30 3:58 UTC (5+ messages)
[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 (8+ messages)
` [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)
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