Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-10-04 10:07:54 to 2024-10-09 16:39:19 UTC [more...]

[PATCH v3 00/11] cover-letter: iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-09 16:38 UTC  (18+ messages)
` [PATCH v3 01/11] iommufd: Move struct iommufd_object to public iommufd header
` [PATCH v3 02/11] iommufd: Rename _iommufd_object_alloc to iommufd_object_alloc_elm
` [PATCH v3 03/11] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v3 04/11] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v3 05/11] iommu: Pass in a viommu pointer to domain_alloc_user op
` [PATCH v3 06/11] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v3 07/11] iommufd/selftest: Add refcount to mock_iommu_device
` [PATCH v3 08/11] iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST
` [PATCH v3 09/11] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
` [PATCH v3 10/11] Documentation: userspace-api: iommufd: Update vIOMMU
` [PATCH v3 11/11] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support
` [PATCH v3 00/16] cover-letter: iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
  ` [PATCH v3 01/16] iommufd/viommu: Introduce IOMMUFD_OBJ_VDEVICE and its related struct
  ` [PATCH v3 02/16] iommufd/viommu: Add a default_viommu_ops for IOMMU_VIOMMU_TYPE_DEFAULT
  ` [PATCH v3 03/16] iommufd/viommu: Add IOMMU_VDEVICE_ALLOC ioctl
  ` [PATCH v3 05/16] iommu/viommu: Add cache_invalidate for IOMMU_VIOMMU_TYPE_DEFAULT
  ` [PATCH v3 08/16] iommu: Add iommu_copy_struct_from_full_user_array helper

[PATCH v3 0/9] Initial support for SMMUv3 nested translation
 2024-10-09 16:23 UTC  (10+ messages)
` [PATCH v3 1/9] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
` [PATCH v3 2/9] ACPICA: IORT: Update for revision E.f
` [PATCH v3 3/9] ACPI/IORT: Support CANWBS memory access flag
` [PATCH v3 4/9] iommu/arm-smmu-v3: Report IOMMU_CAP_ENFORCE_CACHE_COHERENCY for CANWBS
` [PATCH v3 5/9] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
` [PATCH v3 6/9] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
` [PATCH v3 7/9] iommu/arm-smmu-v3: Expose the arm_smmu_attach interface
` [PATCH v3 8/9] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
` [PATCH v3 9/9] iommu/arm-smmu-v3: Use S2FWB for NESTED domains

[PATCH 00/51] treewide: Switch to __pm_runtime_put_autosuspend()
 2024-10-09 13:34 UTC  (12+ messages)

[PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
 2024-10-09 12:31 UTC  (34+ messages)
` [PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
` [PATCH v2 10/19] iommufd/viommu: Add vdev_id helpers for IOMMU drivers

[RFC PATCH 00/13] Support iommu(fd) persistence for live update
 2024-10-09 12:28 UTC  (11+ messages)
` [RFC PATCH 05/13] iommufd: Serialise persisted iommufds and ioas

[PATCH v2 0/8] iommu: Domain allocation enhancements
 2024-10-09 12:15 UTC  (24+ messages)
` [PATCH v2 3/8] iommu: Add new flag to explictly request PASID capable domain
` [PATCH v2 6/8] iommu/amd: Enhance domain_alloc_user() to allocate "
` [PATCH v2 7/8] iommu/amd: Add iommu_ops->domain_alloc_paging support
` [PATCH v2 8/8] iommu/amd: Implement global identity domain

[PATCH v3 0/5] iommu: Enable user space IOPFs in non-PASID and non-svm cases
 2024-10-09  7:28 UTC  (6+ messages)
` [PATCH v3 1/5] iommu/vt-d: Separate page request queue from SVM
` [PATCH v3 2/5] iommu/vt-d: Remove the pasid present check in prq_event_thread
` [PATCH v3 3/5] iommu: kconfig: Move IOMMU_IOPF into INTEL_IOMMU
` [PATCH v3 4/5] iommufd: Enable PRI when doing the iommufd_hwpt_alloc
` [PATCH v3 5/5] iommu/vt-d: drop pasid requirement for prq initialization

[PATCH v2 1/1] iommu: Remove iommu_present()
 2024-10-09  5:18 UTC 

[PATCH v4 0/4] iommu: Refactoring domain allocation interface
 2024-10-09  4:11 UTC  (5+ messages)
` [PATCH v4 1/4] remoteproc: Use iommu_paging_domain_alloc()
` [PATCH v4 2/4] media: nvidia: tegra: "
` [PATCH v4 3/4] drm/nouveau/tegra: "
` [PATCH v4 4/4] iommu: Remove iommu_domain_alloc()

[PATCH 1/1] iommu: Remove iommu_present()
 2024-10-09  1:41 UTC  (3+ messages)

[PATCH 0/8] Introduce debugfs support in IOMMU
 2024-10-09  1:32 UTC  (10+ messages)
` [PATCH 1/8] iommu/amd: Refactor AMD IOMMU debugfs initial setup
` [PATCH 2/8] iommu/amd: Add debugfs support to dump IOMMU MMIO registers
` [PATCH 3/8] iommu/amd: Add debugfs support to dump IOMMU Capability registers
` [PATCH 4/8] iommu/amd: Add debugfs support to dump IOMMU command buffer
` [PATCH 5/8] iommu/amd: Add support for device id user input
` [PATCH 6/8] iommu/amd: Add debugfs support to dump device table
` [PATCH 7/8] iommu/amd: Add debugfs support to dump IRT Table
` [PATCH 8/8] iommu/amd: Add documentation for AMD IOMMU debugfs support

[PATCH v2 0/6] Make set_dev_pasid op supporting domain replacement
 2024-10-09  1:09 UTC  (6+ messages)
` [PATCH v2 3/6] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle "

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

[PATCH] iommu/omap: Don't register ops by fwnode
 2024-10-08 19:52 UTC  (6+ messages)

[PATCH v2] iommu/arm-smmu: Clarify MMU-500 CPRE workaround
 2024-10-08 18:24 UTC  (2+ messages)

[PATCH v2] iommu/arm-smmu-v3: Convert comma to semicolon
 2024-10-08 18:24 UTC  (2+ messages)

[PATCH] iommu/arm-smmu-v3: Fix last_sid_idx calculation for sid_bits==32
 2024-10-08 18:24 UTC  (2+ messages)

[PATCH] iommu/amd: Use atomic64_inc_return() in iommu.c
 2024-10-08 18:12 UTC  (2+ messages)

[PATCH v1 00/10] iommufd: Add VIOMMU infrastructure (Part-2 VIRQ)
 2024-10-08 17:39 UTC  (4+ messages)
` [PATCH v1 04/10] iommufd/viommu: Allow drivers to control vdev_id lifecycle

[v3 PATCH] iommu/arm-smmu-v3: Fix L1 stream table index calculation for 32-bit sid size
 2024-10-08 17:42 UTC  (14+ messages)

[PATCH] iommu/arm-smmu: Clarify MMU-500 CPRE workaround
 2024-10-08 13:36 UTC  (3+ messages)

[PATCH v16 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-10-08 12:54 UTC  (6+ messages)
` [PATCH v16 1/5] iommu/arm-smmu: re-enable context caching in smmu reset operation
` [PATCH v16 2/5] iommu/arm-smmu: refactor qcom_smmu structure to include single pointer
` [PATCH v16 3/5] iommu/arm-smmu: add support for PRR bit setup
` [PATCH v16 4/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings
` [PATCH v16 5/5] iommu/arm-smmu: add ACTLR data and support for qcom_smmu_500

[PATCH] iommu/arm-smmu: Don't disable next-page prefetcher on devices it works on
 2024-10-08 12:33 UTC  (6+ messages)

[PATCH v7 0/7] Linux RISC-V IOMMU Support
 2024-10-08  7:48 UTC 

[PATCH] iommu/arm-smmu-v3: Fix overflow with sid_bits when computing level1 table index
 2024-10-08  4:11 UTC  (2+ messages)

[Bug 219349] New: RIP: 0010:pci_for_each_dma_alias (./include/linux/pci.h:692 drivers/pci/search.c:41)
 2024-10-07 20:46 UTC  (3+ messages)

[PATCH v9 00/14] Update SMMUv3 to the modern iommu API (part 2b/3)
 2024-10-07 17:43 UTC  (6+ messages)
` [PATCH v9 02/14] iommu/arm-smmu-v3: Start building a generic PASID layer

[PATCH V3 0/4] iommufd live update
 2024-10-07 17:13 UTC  (5+ messages)
` [PATCH V3 1/4] iommufd: Export do_update_pinned
` [PATCH V3 2/4] iommufd: Lock all objects
` [PATCH V3 3/4] iommufd: Add IOMMU_IOAS_CHANGE_PROCESS
` [PATCH V3 4/4] iommufd: IOMMU_IOAS_CHANGE_PROCESS selftest

[PATCH V2 0/4] iommufd live update
 2024-10-07 16:56 UTC  (11+ messages)
` [PATCH V2 2/4] iommufd: Lock all objects
` [PATCH V2 3/4] iommufd: Add IOMMU_IOAS_CHANGE_PROCESS
` [PATCH V2 4/4] iommufd: IOMMU_IOAS_CHANGE_PROCESS selftest

[PATCH 0/5] Add new headers for Hyper-V Dom0
 2024-10-07 16:26 UTC  (13+ messages)
` [PATCH 1/5] hyperv: Move hv_connection_id to hyperv-tlfs.h
` [PATCH 2/5] hyperv: Remove unnecessary #includes
` [PATCH 5/5] hyperv: Use hvhdk.h instead of hyperv-tlfs.h in Hyper-V code

[PATCH v5 0/6] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-10-07 14:42 UTC  (12+ messages)
` [PATCH v5 1/6] iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported
` [PATCH v5 2/6] iommu/amd: Introduce helper function to update 256-bit DTE
` [PATCH v5 3/6] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
` [PATCH v5 4/6] iommu/amd: Introduce helper function get_dte256()
` [PATCH v5 5/6] iommu/amd: Modify clear_dte_entry() to avoid in-place update
` [PATCH v5 6/6] iommu/amd: Lock DTE before updating the entry with WRITE_ONCE()

[PATCH 0/7] arm64: qcom: sda660-ifc6560: enable GPU and WiFi support
 2024-10-07 14:25 UTC  (2+ messages)
` (subset) "

NULL pointer dereference after ib test on ring 7 succeeded
 2024-10-07 12:44 UTC  (4+ messages)
` NULL pointer dereference with kernel 6.12.0-rc1 and ARUBA GPU

[PATCH v2 0/5] iommu: Enable user space IOPFs in non-PASID and non-svm cases
 2024-10-07 10:46 UTC  (14+ messages)
` [PATCH v2 1/5] iommu/vt-d: Separate page request queue from SVM

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-10-06  1:55 UTC  (2+ messages)
` (subset) "

[PATCH net v2 0/2] fix two bugs related to page_pool
 2024-10-05 12:38 UTC  (6+ messages)
` [PATCH net v2 2/2] page_pool: fix IOMMU crash when driver has already unbound

[PATCH 0/5] hyper-v: Don't assume cpu_possible_mask is dense
 2024-10-04 23:34 UTC  (5+ messages)

[PATCH V3 0/9] iommu_ioas_map_file
 2024-10-04 20:20 UTC  (12+ messages)
` [PATCH V3 1/9] mm/gup: folio_add_pins
` [PATCH V3 2/9] iommufd: rename uptr in iopt_alloc_iova
` [PATCH V3 3/9] iommufd: generalize iopt_pages address
` [PATCH V3 4/9] iommufd: pfn reader for file mappings
` [PATCH V3 5/9] iommufd: IOMMU_IOAS_MAP_FILE
` [PATCH V3 6/9] iommufd: file mappings for mdev
` [PATCH V3 7/9] iommufd: pfn reader local variables
` [PATCH V3 8/9] iommufd: optimize file mapping
` [PATCH V3 9/9] iommufd: map file selftest

[PATCH v2 00/10] iommu/amd: Improve domain allocator and device attach code path
 2024-10-04 14:24 UTC  (2+ messages)

[PATCH V2 0/9] iommu_ioas_map_file
 2024-10-04 12:16 UTC  (4+ messages)
` [PATCH V2 7/9] iommufd: pfn reader local variables


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