messages from 2025-06-30 12:09:55 to 2025-07-05 10:04:26 UTC [more...]
[PATCH v4 0/5] Add support for Verisilicon IOMMU used by media codec blocks
2025-07-05 10:04 UTC (6+ 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 9:55 UTC
[PATCH 1/1] iommu/sva: Invalidate KVA range on kernel TLB flush
2025-07-05 9:06 UTC (4+ messages)
[PATCH] iommu/amd: Enable PASID and ATS capabilities in the correct order
2025-07-05 4:31 UTC (3+ messages)
[PATCH v8 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-07-05 1:13 UTC (30+ messages)
` [PATCH v8 01/29] iommufd: Report unmapped bytes in the error path of iopt_unmap_iova_range
` [PATCH v8 02/29] iommufd: Correct virt_id kdoc at struct iommu_vdevice_alloc
` [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 05/29] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v8 06/29] iommu: Pass in a driver-level user data structure to viommu_init op
` [PATCH v8 07/29] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v8 08/29] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v8 09/29] iommufd/selftest: Add coverage for viommu data
` [PATCH v8 10/29] iommufd/access: Add internal APIs for HW queue to use
` [PATCH v8 11/29] iommufd/access: Bypass access->ops->unmap for internal use
` [PATCH v8 12/29] iommufd/viommu: Add driver-defined vDEVICE support
` [PATCH v8 13/29] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v8 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v8 15/29] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v8 16/29] iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOC
` [PATCH v8 17/29] iommufd: Add mmap interface
` [PATCH v8 18/29] iommufd/selftest: Add coverage for the new "
` [PATCH v8 19/29] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v8 20/29] iommu: Allow an input type in hw_info op
` [PATCH v8 21/29] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v8 22/29] iommufd/selftest: Update hw_info coverage for an input data_type
` [PATCH v8 23/29] iommu/arm-smmu-v3-iommufd: Add vsmmu_size/type and vsmmu_init impl ops
` [PATCH v8 24/29] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v8 25/29] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v8 26/29] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v8 27/29] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v8 28/29] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v8 29/29] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support
Second kexec_file_load (but not kexec_load) fails on i915 if CONFIG_INTEL_IOMMU_DEFAULT_ON=n
2025-07-04 20:11 UTC (3+ messages)
[git pull] IOMMU Fixes for Linux v6.16-rc3
2025-07-04 17:36 UTC (2+ messages)
[PATCH RFC v2 0/4] Disable ATS via iommu during PCI resets
2025-07-04 15:43 UTC (11+ messages)
` [PATCH RFC v2 1/4] iommu: Lock group->mutex in iommu_deferred_attach
` [PATCH RFC v2 2/4] iommu: Pass in gdev to __iommu_device_set_domain
` [PATCH RFC v2 3/4] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()
[PATCH v3 0/5] iommufd: Destroy vdevice on device unbind
2025-07-04 15:07 UTC (19+ messages)
` [PATCH v3 1/5] iommufd: Add iommufd_object_tombstone_user() helper
` [PATCH v3 2/5] iommufd: Destroy vdevice on idevice destroy
` [PATCH v3 3/5] iommufd/vdevice: Remove struct device reference from struct vdevice
` [PATCH v3 4/5] iommufd/selftest: Explicitly skip tests for inapplicable variant
[PATCH v7 00/28] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-07-04 13:33 UTC (48+ messages)
` [PATCH v7 01/28] iommufd: Report unmapped bytes in the error path of iopt_unmap_iova_range
` [PATCH v7 02/28] iommufd/viommu: Explicitly define vdev->virt_id
` [PATCH v7 03/28] iommu: Use enum iommu_hw_info_type for type in hw_info op
` [PATCH v7 09/28] iommufd/access: Add internal APIs for HW queue to use
` [PATCH v7 10/28] iommufd/access: Bypass access->ops->unmap for internal use
` [PATCH v7 13/28] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v7 19/28] iommu: Allow an input type in hw_info op
` [PATCH v7 20/28] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v7 23/28] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v7 27/28] iommu/tegra241-cmdqv: Add user-space use support
[PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.16-rc
2025-07-04 8:34 UTC (2+ messages)
[PATCH] iommu/mediatek-v1: Tidy up probe_finalize
2025-07-04 8:33 UTC (2+ messages)
[PATCH 1/1] iommu/vt-d: Optimize iotlb_sync_map for non-caching/non-RWBF modes
2025-07-04 1:25 UTC (3+ messages)
[PATCH 00/11] Fix incorrect iommu_groups with PCIe switches
2025-07-04 0:37 UTC (24+ messages)
` [PATCH 01/11] PCI: Move REQ_ACS_FLAGS into pci_regs.h as PCI_ACS_ISOLATED
` [PATCH 02/11] PCI: Add pci_bus_isolation()
` [PATCH 03/11] iommu: Compute iommu_groups properly for PCIe switches
` [PATCH 04/11] iommu: Organize iommu_group by member size
` [PATCH 05/11] PCI: Add pci_reachable_set()
` [PATCH 06/11] iommu: Use pci_reachable_set() in pci_device_group()
` [PATCH 07/11] iommu: Validate that pci_for_each_dma_alias() matches the groups
` [PATCH 08/11] PCI: Add the ACS Enhanced Capability definitions
` [PATCH 09/11] PCI: Enable ACS Enhanced bits for enable_acs and config_acs
` [PATCH 10/11] PCI: Check ACS DSP/USP redirect bits in pci_enable_pasid()
` [PATCH 11/11] PCI: Check ACS Extended flags for pci_bus_isolated()
[PATCH] iommu: arm: fix building smmuv3 as loadable module
2025-07-03 22:13 UTC (2+ messages)
[PATCH v2] agp/amd64: Check AGP Capability before binding to unsupported devices
2025-07-03 19:29 UTC (3+ messages)
[PATCH v10 0/2] Dynamic Allocation of the reserved_mem array
2025-07-03 17:27 UTC (7+ messages)
` [PATCH v10 1/2] of: reserved_mem: Restruture how the reserved memory regions are processed
NULL pointer exception in drivers/memory/mtk-smi.c
2025-07-03 16:41 UTC
next-20250627: IOMMU DMA warning during NVMe I/O completion after 06cae0e3f61c
2025-07-03 15:13 UTC (13+ messages)
[PATCH v2 0/2] rust: add initial scatterlist abstraction
2025-07-03 7:03 UTC (6+ messages)
` [PATCH v2 1/2] rust: add initial scatterlist bindings
ath12k_pci errors and loss of connectivity in 6.12.y branch
2025-07-03 5:08 UTC (8+ messages)
[REGRESSION][BISECTED] Performance Regression in IOMMU/VT-d Since Kernel 6.10
2025-07-03 2:03 UTC (5+ messages)
[PATCH v3 14/15] iommu/amd: Remove AMD io_pgtable support
2025-07-02 17:06 UTC (2+ messages)
[GIT PULL] Please pull IOMMUFD subsystem changes
2025-07-02 17:06 UTC (2+ messages)
[PATCH] agp/amd64: Bind to unsupported devices only if AGP is present
2025-07-02 15:24 UTC (15+ messages)
[PATCH v6 0/8] Introduce debugfs support in IOMMU
2025-07-02 9:45 UTC (3+ messages)
[PATCH v7 0/8] Introduce debugfs support in IOMMU
2025-07-02 9:38 UTC (9+ messages)
` [PATCH v7 1/8] iommu/amd: Refactor AMD IOMMU debugfs initial setup
` [PATCH v7 2/8] iommu/amd: Add debugfs support to dump IOMMU MMIO registers
` [PATCH v7 3/8] iommu/amd: Add debugfs support to dump IOMMU Capability registers
` [PATCH v7 4/8] iommu/amd: Add debugfs support to dump IOMMU command buffer
` [PATCH v7 5/8] iommu/amd: Add support for device id user input
` [PATCH v7 6/8] iommu/amd: Add debugfs support to dump device table
` [PATCH v7 7/8] iommu/amd: Add debugfs support to dump IRT Table
` [PATCH v7 8/8] iommu/amd: Add documentation for AMD IOMMU debugfs support
[PATCH v3 0/7] Reorganize Intel VT-D to be ready for iommupt
2025-07-02 9:16 UTC (10+ messages)
` [PATCH v3 1/7] iommu/vt-d: Lift the __pa to domain_setup_first_level/intel_svm_set_dev_pasid()
` [PATCH v3 2/7] iommu/vt-d: Fold domain_exit() into intel_iommu_domain_free()
` [PATCH v3 3/7] iommu/vt-d: Do not wipe out the page table NID when devices detach
` [PATCH v3 4/7] iommu/vt-d: Split intel_iommu_domain_alloc_paging_flags()
` [PATCH v3 5/7] iommu/vt-d: Create unique domain ops for each stage
` [PATCH v3 6/7] iommu/vt-d: Split intel_iommu_enforce_cache_coherency()
` [PATCH v3 7/7] iommu/vt-d: Split paging_domain_compatible()
[PATCH v6 0/9] Adjust fbcon console device detection
2025-07-02 7:49 UTC (7+ messages)
` [PATCH v6 9/9] PCI: Add a new 'boot_display' attribute
[PATCH v3 0/3] RISC-V: Add ACPI support for IOMMU
2025-07-01 3:47 UTC (7+ messages)
` [PATCH v3 1/3] ACPI: RISC-V: Add support for RIMT
` [PATCH v3 2/3] ACPI: scan: Add support for RISC-V in acpi_iommu_configure_id()
[PATCH 00/14] Various dt-bindings for SM7635 and The Fairphone (Gen. 6) addition
2025-06-30 21:59 UTC (2+ messages)
[PATCH v8 0/4] Initial BBML2 support for contpte_convert()
2025-06-30 17:19 UTC (2+ messages)
[PATCH v2 0/7] Reorganize Intel VT-D to be ready for iommupt
2025-06-30 15:04 UTC (6+ messages)
` [PATCH v2 6/7] iommu/vt-d: Split intel_iommu_enforce_cache_coherency()
[PATCH 0/8] dma-mapping: migrate to physical address-based API
2025-06-30 13:38 UTC (4+ messages)
Help: Samsung Exynos 7870 DECON SYSMMU panic
2025-06-30 12:09 UTC (7+ 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