messages from 2024-09-12 13:04:36 to 2024-09-20 13:28:40 UTC [more...]
[PATCH V1 0/9] iommu_ioas_map_file
2024-09-20 13:28 UTC (32+ messages)
` [PATCH V1 1/9] mm/gup: repin_folio_unhugely
` [PATCH V1 2/9] iommufd: remove uptr from iopt_alloc_iova
` [PATCH V1 3/9] iommufd: generalize iopt_pages address
` [PATCH V1 4/9] iommufd: pfn reader for file mappings
` [PATCH V1 5/9] iommufd: IOMMU_IOAS_MAP_FILE interface
` [PATCH V1 6/9] iommufd: IOMMU_IOAS_MAP_FILE implementation
` [PATCH V1 7/9] iommufd: file mappings for mdev
` [PATCH V1 8/9] iommufd: replace upages_len
` [PATCH V1 9/9] iommufd: optimize file mapping
[PATCH v2 0/8] iommu: Domain allocation enhancements
2024-09-20 13:02 UTC (8+ messages)
` [PATCH v2 1/8] iommu: Refactor __iommu_domain_alloc()
` [PATCH v2 4/8] iommu/amd: Separate page table setup from domain allocation
` [PATCH v2 5/8] iommu/amd: Pass page table type as param to pdom_setup_pgtable()
[PATCH v2 0/5] iommu: Enable user space IOPFs in non-PASID and non-svm cases
2024-09-20 12:54 UTC (23+ messages)
` [PATCH v2 1/5] iommu/vt-d: Separate page request queue from SVM
` [PATCH v2 2/5] iommu/vt-d: Remove the pasid present check in prq_event_thread
` [PATCH v2 3/5] iommu: kconfig: Move IOMMU_IOPF into INTEL_IOMMU
` [PATCH v2 4/5] iommufd: Enable PRI when doing the iommufd_hwpt_alloc
` [PATCH v2 5/5] iommu/vt-d: drop pasid requirement for prq initialization
[PATCH] iommu/arm-smmu-v3: Convert comma to semicolon
2024-09-20 12:50 UTC (3+ messages)
[GIT PULL] dma-mapping updates for Linux 6.12
2024-09-20 11:26 UTC (4+ messages)
[PATCH] dt-bindings: iommu: rockchip: Add Rockchip RK3576
2024-09-20 9:56 UTC (2+ messages)
[PATCH net 0/2] fix two bugs related to page_pool
2024-09-20 6:14 UTC (9+ messages)
` [PATCH net 2/2] page_pool: fix IOMMU crash when driver has already unbound
[RFC PATCH 00/21] Secure VFIO, TDISP, SEV TIO
2024-09-20 3:41 UTC (13+ messages)
` [RFC PATCH 11/21] KVM: SEV: Add TIO VMGEXIT and bind TDI
` [RFC PATCH 12/21] KVM: IOMMUFD: MEMFD: Map private pages
` [RFC PATCH 17/21] coco/sev-guest: Implement the guest side of things
[git pull] IOMMU Updates for Linux v6.12
2024-09-18 11:10 UTC (2+ messages)
[PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
2024-09-18 8:10 UTC (20+ messages)
` [PATCH v2 02/19] iommufd/viommu: Add IOMMUFD_OBJ_VIOMMU and IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v2 17/19] iommu/arm-smmu-v3: Add arm_smmu_viommu_cache_invalidate
[PATCH v2 0/8] Initial support for SMMUv3 nested translation
2024-09-17 9:48 UTC (11+ messages)
` [PATCH v2 2/8] iommu/arm-smmu-v3: Use S2FWB when available
[PATCH v2 0/3] drm: Use iommu_paging_domain_alloc()
2024-09-16 20:42 UTC (7+ messages)
` [PATCH v2 1/3] drm/nouveau/tegra: "
[PATCH v2 0/2] xen/swiotlb: fix 2 issues in xen-swiotlb
2024-09-16 20:19 UTC (14+ messages)
` [PATCH v2 1/2] xen/swiotlb: add alignment check for dma buffers
` [PATCH v2 2/2] xen/swiotlb: fix allocated size
[PATCH v3 0/5] iommu/amd: Use 128-bit cmpxchg operation to update DTE
2024-09-16 17:19 UTC (9+ messages)
` [PATCH v3 1/5] iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported
` [PATCH v3 2/5] iommu/amd: Introduce helper functions to access and update 256-bit DTE
[PATCH v4 0/6] iommu/amd: Use 128-bit cmpxchg operation to update DTE
2024-09-16 17:18 UTC (7+ messages)
` [PATCH v4 1/6] iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported
` [PATCH v4 2/6] iommu/amd: Introduce helper function to update 256-bit DTE
` [PATCH v4 3/6] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
` [PATCH v4 4/6] iommu/amd: Introduce helper function get_dte256()
` [PATCH v4 5/6] iommu/amd: Modify clear_dte_entry() to avoid in-place update
` [PATCH v4 6/6] iommu/amd: Lock DTE before updating the entry with WRITE_ONCE()
[PATCH v4] iommu/s390: Implement blocking domain
2024-09-16 15:53 UTC (2+ messages)
[PATCH 1/1] remoteproc: Use iommu_paging_domain_alloc()
2024-09-16 15:22 UTC (5+ messages)
[PATCH 0/6] iommu: Enable user space IOPFs in non-nested and non-svm cases
2024-09-16 12:24 UTC (13+ messages)
` [PATCH 3/6] iommu: kconfig: Move IOMMU_IOPF into INTEL_IOMMU
` [PATCH 5/6] iommu: init pasid array while doing domain_replace and iopf is active
[RFC PATCH 00/13] Support iommu(fd) persistence for live update
2024-09-16 11:31 UTC (14+ messages)
` [RFC PATCH 01/13] iommufd: Support marking and tracking persistent iommufds
` [RFC PATCH 02/13] iommufd: Add plumbing for KHO (de)serialise
` [RFC PATCH 03/13] iommu/intel: zap context table entries on kexec
` [RFC PATCH 04/13] iommu: Support marking domains as persistent on alloc
` [RFC PATCH 05/13] iommufd: Serialise persisted iommufds and ioas
` [RFC PATCH 06/13] iommufd: Expose persistent iommufd IDs in sysfs
` [RFC PATCH 07/13] iommufd: Re-hydrate a usable iommufd ctx from sysfs
` [RFC PATCH 08/13] intel-iommu: Add serialise and deserialise boilerplate
` [RFC PATCH 09/13] intel-iommu: Serialise dmar_domain on KHO activaet
` [RFC PATCH 10/13] intel-iommu: Re-hydrate persistent domains after kexec
` [RFC PATCH 11/13] iommu: Add callback to restore persisted iommu_domain
` [RFC PATCH 12/13] iommufd, guestmemfs: Ensure persistent file used for persistent DMA
` [RFC PATCH 13/13] iommufd, guestmemfs: Pin files when mapped "
[PATCH v2 8/8] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
2024-09-15 21:39 UTC (11+ messages)
[PATCH 1/2] media: nvidia: tegra: Use iommu_paging_domain_alloc()
2024-09-15 14:08 UTC (3+ messages)
[PATCH 0/2] iommufd: Misc cleanups per iommufd iopf merging
2024-09-14 14:13 UTC (2+ messages)
[PATCH] xen/swiotlb: add alignment check for dma buffers
2024-09-14 5:57 UTC (4+ messages)
[PATCH v3 0/4] vfio-pci support pasid attach/detach
2024-09-14 4:16 UTC (9+ messages)
` [PATCH v3 1/4] ida: Add ida_find_first_range()
` [PATCH v3 2/4] vfio-iommufd: Support pasid [at|de]tach for physical VFIO devices
` [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v3 4/4] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability
[PATCH v3] Documentation: userspace-api: iommufd: Update HWPT_PAGING and HWPT_NESTED
2024-09-14 3:46 UTC (2+ messages)
[PATCH v2 0/6] Make set_dev_pasid op supporting domain replacement
2024-09-14 3:03 UTC (20+ messages)
` [PATCH v2 2/6] iommu/vt-d: Move intel_drain_pasid_prq() into intel_pasid_tear_down_entry()
` [PATCH v2 3/6] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacement
` [PATCH v2 4/6] iommu/vt-d: Add set_dev_pasid callback for nested domain
` [PATCH v2 5/6] iommu/arm-smmu-v3: Make smmuv3 set_dev_pasid() op support replace
` [PATCH v2 6/6] iommu: Make set_dev_pasid op support domain replacement
[PATCH] iommu/arm-smmu: Clarify MMU-500 CPRE workaround
2024-09-13 15:13 UTC (2+ messages)
[PATCH v4 00/10] iommufd support pasid attach/replace
2024-09-13 12:04 UTC (13+ messages)
` [PATCH v4 01/10] iommu: Introduce a replace API for device pasid
` [PATCH v4 02/10] iommufd: Refactor __fault_domain_replace_dev() to be a wrapper of iommu_replace_group_handle()
` [PATCH v4 03/10] iommufd: Move the iommufd_handle helpers to iommufd_private.h
` [PATCH v4 04/10] iommufd: Always pass iommu_attach_handle to iommu core
` [PATCH v4 05/10] iommufd: Pass pasid through the device attach/replace path
` [PATCH v4 06/10] iommufd: Support pasid attach/replace
` [PATCH v4 07/10] iommufd/selftest: Add set_dev_pasid and remove_dev_pasid in mock iommu
` [PATCH v4 08/10] iommufd/selftest: Add a helper to get test device
` [PATCH v4 09/10] iommufd/selftest: Add test ops to test pasid attach/detach
` [PATCH v4 10/10] iommufd/selftest: Add coverage for iommufd "
[PATCH 0/3] Support attaching PASID to the blocked_domain
2024-09-13 11:47 UTC (6+ messages)
` [PATCH 1/3] iommu/arm-smmu-v3: Make smmuv3 blocked domain support PASID
` [PATCH 2/3] iommu/vt-d: Make "
` [PATCH 3/3] iommu: Add a wrapper for remove_dev_pasid
[GIT PULL] iommu/arm-smmu: Updates for 6.12
2024-09-13 10:52 UTC (2+ messages)
[RFC 0/2] fix two bugs related to page_pool
2024-09-13 9:35 UTC (4+ messages)
` [RFC 2/2] page_pool: fix IOMMU crash when driver has already unbound
[PATCH v2] Documentation: userspace-api: iommufd: Update HWPT_PAGING and HWPT_NESTED
2024-09-13 2:35 UTC (3+ 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