messages from 2025-07-05 10:04:26 to 2025-07-10 09:02:43 UTC [more...]
[PATCH 1/2] iommu/vt-d: Fix missing PASID in dev TLB flush with cache_tag_flush_all
2025-07-10 9:02 UTC (4+ messages)
` [PATCH 2/2] iommu/vt-d: Deduplicate cache_tag_flush_all by reusing flush_range
[RFC PATCH v3 0/8] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
2025-07-10 8:59 UTC (16+ messages)
` [RFC PATCH v3 1/8] iommu/arm-smmu-v3: Refactor arm_smmu_setup_irqs
` [RFC PATCH v3 2/8] iommu/arm-smmu-v3: Add a helper to drain cmd queues
` [RFC PATCH v3 4/8] iommu/arm-smmu-v3: Cache and restore MSI config
` [RFC PATCH v3 5/8] pm: runtime: Introduce pm_runtime_get_if_not_suspended()
[PATCH v4 0/3] RISC-V: Add ACPI support for IOMMU
2025-07-10 8:56 UTC (4+ messages)
` [PATCH v4 1/3] ACPI: RISC-V: Add support for RIMT
` [PATCH v4 2/3] ACPI: scan: Add support for RISC-V in acpi_iommu_configure_id()
` [PATCH v4 3/3] iommu/riscv: Add ACPI support
[PATCH] dma-direct: clean up the logic in __dma_direct_alloc_pages()
2025-07-10 8:38 UTC
[PATCH v5 0/5] Add support for Verisilicon IOMMU used by media codec blocks
2025-07-10 8:26 UTC (8+ messages)
` [PATCH v5 1/5] dt-bindings: vendor-prefixes: Add Verisilicon
` [PATCH v5 2/5] dt-bindings: iommu: verisilicon: Add binding for VSI IOMMU
` [PATCH v5 3/5] iommu: Add verisilicon IOMMU driver
` [PATCH v5 4/5] arm64: dts: rockchip: Add verisilicon IOMMU node on RK3588
` [PATCH v5 5/5] arm64: defconfig: enable Verisilicon IOMMU
[PATCH v6 0/5] Add support for Verisilicon IOMMU used by media codec blocks
2025-07-10 8:24 UTC (6+ messages)
` [PATCH v6 1/5] dt-bindings: vendor-prefixes: Add Verisilicon
` [PATCH v6 2/5] dt-bindings: iommu: verisilicon: Add binding for VSI IOMMU
` [PATCH v6 3/5] iommu: Add verisilicon IOMMU driver
` [PATCH v6 4/5] arm64: dts: rockchip: Add verisilicon IOMMU node on RK3588
` [PATCH v6 5/5] arm64: defconfig: enable Verisilicon IOMMU
[PATCH v2 1/1] iommu/sva: Invalidate KVA range on kernel TLB flush
2025-07-10 8:15 UTC (7+ messages)
[PATCH v4 0/7] iommufd: Destroy vdevice on device unbind
2025-07-10 8:10 UTC (15+ messages)
` [PATCH v4 1/7] iommufd/viommu: Roll back to use iommufd_object_alloc() for vdevice
` [PATCH v4 2/7] iommufd: Add iommufd_object_tombstone_user() helper
` [PATCH v4 3/7] iommufd: Add a pre_destroy() op for objects
` [PATCH v4 4/7] iommufd: Destroy vdevice on idevice destroy
` [PATCH v4 5/7] iommufd/vdevice: Remove struct device reference from struct vdevice
` [PATCH v4 6/7] iommufd/selftest: Explicitly skip tests for inapplicable variant
` [PATCH v4 7/7] iommufd/selftest: Add coverage for vdevice tombstone
[PATCH v6 0/2] dma-buf: heaps: Create a CMA heap for each CMA reserved region
2025-07-10 7:44 UTC (9+ messages)
` [PATCH v6 1/2] dma/contiguous: Add helper to test reserved memory type
` [PATCH v6 2/2] dma-buf: heaps: cma: Create CMA heap for each CMA reserved region
[PATCH v9 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-07-10 5:59 UTC (30+ messages)
` [PATCH v9 01/29] iommufd: Report unmapped bytes in the error path of iopt_unmap_iova_range
` [PATCH v9 02/29] iommufd: Correct virt_id kdoc at struct iommu_vdevice_alloc
` [PATCH v9 03/29] iommufd/viommu: Explicitly define vdev->virt_id
` [PATCH v9 04/29] iommu: Use enum iommu_hw_info_type for type in hw_info op
` [PATCH v9 05/29] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v9 06/29] iommu: Pass in a driver-level user data structure to viommu_init op
` [PATCH v9 07/29] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v9 08/29] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v9 09/29] iommufd/selftest: Add coverage for viommu data
` [PATCH v9 10/29] iommufd/access: Add internal APIs for HW queue to use
` [PATCH v9 11/29] iommufd/access: Bypass access->ops->unmap for internal use
` [PATCH v9 12/29] iommufd/viommu: Add driver-defined vDEVICE support
` [PATCH v9 13/29] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v9 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v9 15/29] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v9 16/29] iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOC
` [PATCH v9 17/29] iommufd: Add mmap interface
` [PATCH v9 18/29] iommufd/selftest: Add coverage for the new "
` [PATCH v9 19/29] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v9 20/29] iommu: Allow an input type in hw_info op
` [PATCH v9 21/29] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v9 22/29] iommufd/selftest: Update hw_info coverage for an input data_type
` [PATCH v9 23/29] iommu/arm-smmu-v3-iommufd: Add vsmmu_size/type and vsmmu_init impl ops
` [PATCH v9 24/29] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v9 25/29] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v9 26/29] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v9 27/29] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v9 28/29] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v9 29/29] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support
[PATCH v8 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-07-10 5:34 UTC (17+ messages)
` [PATCH v8 03/29] iommufd/viommu: Explicitly define vdev->virt_id
` [PATCH v8 04/29] iommu: Use enum iommu_hw_info_type for type in hw_info op
` [PATCH v8 06/29] iommu: Pass in a driver-level user data structure to viommu_init op
` [PATCH v8 12/29] iommufd/viommu: Add driver-defined vDEVICE support
` [PATCH v8 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
[PATCH v2 00/14] iommufd: Prepare for IOMMUFD_OBJ_HW_QUEUE
2025-07-10 5:32 UTC (4+ messages)
` [PATCH v2 13/14] iommufd: Introduce iommufd_object_alloc_ucmd helper
[PATCH 1/1] iommu/sva: Invalidate KVA range on kernel TLB flush
2025-07-10 2:57 UTC (12+ messages)
[PATCH] dma-mapping: properly calculate offset in the page
2025-07-09 20:55 UTC (2+ messages)
[PATCH v3 00/15] Consolidate iommu page table implementations (AMD)
2025-07-09 19:49 UTC (7+ messages)
` [PATCH v3 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v3 15/15] iommupt: Add a kunit test for the IOMMU implementation
next-20250702 WARNING iommu io-pgtable-arm.c at arm_lpae_map_pages qcom_iommu_map
2025-07-09 17:22 UTC (6+ messages)
[PATCH v2 00/16] Fix incorrect iommu_groups with PCIe ACS
2025-07-09 14:52 UTC (17+ messages)
` [PATCH v2 01/16] PCI: Move REQ_ACS_FLAGS into pci_regs.h as PCI_ACS_ISOLATED
` [PATCH v2 02/16] PCI: Add pci_bus_isolation()
` [PATCH v2 03/16] iommu: Compute iommu_groups properly for PCIe switches
` [PATCH v2 04/16] iommu: Organize iommu_group by member size
` [PATCH v2 05/16] PCI: Add pci_reachable_set()
` [PATCH v2 06/16] PCI: Remove duplication in calling pci_acs_ctrl_enabled()
` [PATCH v2 07/16] PCI: Use pci_quirk_mf_endpoint_acs() for pci_quirk_amd_sb_acs()
` [PATCH v2 08/16] PCI: Use pci_acs_ctrl_isolated() for pci_quirk_al_acs()
` [PATCH v2 09/16] PCI: Widen the acs_flags to u32 within the quirk callback
` [PATCH v2 10/16] PCI: Add pci_mfd_isolation()
` [PATCH v2 11/16] iommu: Compute iommu_groups properly for PCIe MFDs
` [PATCH v2 12/16] iommu: Validate that pci_for_each_dma_alias() matches the groups
` [PATCH v2 13/16] PCI: Add the ACS Enhanced Capability definitions
` [PATCH v2 14/16] PCI: Enable ACS Enhanced bits for enable_acs and config_acs
` [PATCH v2 15/16] PCI: Check ACS DSP/USP redirect bits in pci_enable_pasid()
` [PATCH v2 16/16] PCI: Check ACS Extended flags for pci_bus_isolated()
[PATCH v2 0/2] rust: add initial scatterlist abstraction
2025-07-09 11:59 UTC (7+ messages)
` [PATCH v2 1/2] rust: add initial scatterlist bindings
[PATCH] iommu/io-pgtable-arm: Remove unused macro iopte_prot
2025-07-09 10:51 UTC (3+ messages)
[PATCH] of: reserved_mem: Restructure call site for dma_contiguous_early_fixup()
2025-07-09 8:38 UTC (4+ messages)
[PATCH 00/11] Fix incorrect iommu_groups with PCIe switches
2025-07-08 20:47 UTC (3+ messages)
[PATCH v10 0/2] Dynamic Allocation of the reserved_mem array
2025-07-08 17:04 UTC (9+ messages)
` [PATCH v10 1/2] of: reserved_mem: Restruture how the reserved memory regions are processed
[PATCH 0/8] dma-mapping: migrate to physical address-based API
2025-07-08 15:57 UTC (11+ messages)
[PATCH v3 0/5] iommufd: Destroy vdevice on device unbind
2025-07-08 8:45 UTC (20+ messages)
` [PATCH v3 1/5] iommufd: Add iommufd_object_tombstone_user() helper
` [PATCH v3 2/5] iommufd: Destroy vdevice on idevice destroy
[PATCH] iommu/io-pgtable-arm: Remove split on unmap behavior
2025-07-07 16:05 UTC (5+ messages)
NULL pointer exception in drivers/memory/mtk-smi.c
2025-07-07 14:34 UTC (5+ messages)
[PATCH v2] agp/amd64: Check AGP Capability before binding to unsupported devices
2025-07-07 13:58 UTC (4+ messages)
[PATCH v2] iommu/arm-smmu: disable PRR on SM8250
2025-07-06 17:22 UTC (7+ messages)
[PATCH v7 0/9] Adjust fbcon console device detection
2025-07-06 14:36 UTC (10+ messages)
` [PATCH v7 1/9] PCI: Add helper for checking if a PCI device is a display controller
` [PATCH v7 2/9] vfio/pci: Use pci_is_display()
` [PATCH v7 3/9] vga_switcheroo: "
` [PATCH v7 4/9] iommu/vt-d: "
` [PATCH v7 5/9] ALSA: hda: "
` [PATCH v7 6/9] Fix access to video_is_primary_device() when compiled without CONFIG_VIDEO
` [PATCH v7 7/9] PCI/VGA: Replace vga_is_firmware_default() with a screen info check
` [PATCH v7 8/9] fbcon: Use screen info to find primary device
` [PATCH v7 9/9] PCI: Add a new 'boot_display' attribute
[PATCH v4 0/5] Add support for Verisilicon IOMMU used by media codec blocks
2025-07-05 18:38 UTC (5+ messages)
` [PATCH v4 3/5] iommu: Add verisilicon IOMMU driver
[PATCH] iommu/arm-smmu: disable PRR on some of SMMU-500 platforms
2025-07-05 14:09 UTC (2+ 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