messages from 2025-06-10 05:56:01 to 2025-06-16 18:06:28 UTC [more...]
[PATCH v3 00/15] Consolidate iommu page table implementations (AMD)
2025-06-16 18:06 UTC (3+ messages)
` [PATCH v3 02/15] genpt: Add Documentation/ files
` [PATCH v3 05/15] iommupt: Add iova_to_phys op
[PATCH v6 00/25] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-06-16 16:03 UTC (49+ messages)
` [PATCH v6 01/25] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v6 02/25] iommu: Pass in a driver-level user data structure to viommu_init op
` [PATCH v6 03/25] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v6 04/25] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v6 05/25] iommufd/selftest: Add coverage for viommu data
` [PATCH v6 06/25] iommufd/access: Allow access->ops to be NULL for internal use
` [PATCH v6 07/25] iommufd/access: Add internal APIs for HW queue to use
` [PATCH v6 08/25] iommufd/viommu: Add driver-defined vDEVICE support
` [PATCH v6 09/25] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v6 10/25] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v6 11/25] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v6 12/25] iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOC
` [PATCH v6 13/25] iommufd: Add mmap interface
` [PATCH v6 14/25] iommufd/selftest: Add coverage for the new "
` [PATCH v6 15/25] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v6 16/25] iommu: Allow an input type in hw_info op
` [PATCH v6 17/25] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v6 18/25] iommufd/selftest: Update hw_info coverage for an input data_type
` [PATCH v6 19/25] iommu/arm-smmu-v3-iommufd: Add vsmmu_size/type and vsmmu_init impl ops
` [PATCH v6 20/25] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v6 21/25] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v6 22/25] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v6 23/25] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v6 24/25] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v6 25/25] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support
[PATCH RFC v1 0/2] iommu&pci: Disable ATS during FLR resets
2025-06-16 13:09 UTC (21+ messages)
` [PATCH RFC v1 1/2] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()
` [PATCH RFC v1 2/2] pci: Suspend ATS before doing FLR
[PATCH v2 00/14] iommufd: Prepare for IOMMUFD_OBJ_HW_QUEUE
2025-06-16 12:49 UTC (34+ messages)
` [PATCH v2 01/14] iommufd: Apply obvious cosmetic fixes
` [PATCH v2 02/14] iommufd: Drop unused ictx in struct iommufd_vdevice
` [PATCH v2 03/14] iommufd: Use enum iommu_viommu_type for type in struct iommufd_viommu
` [PATCH v2 04/14] iommufd: Use enum iommu_veventq_type for type in struct iommufd_veventq
` [PATCH v2 05/14] iommufd: Return EOPNOTSUPP for failures due to driver bugs
` [PATCH v2 06/14] iommu: Introduce get_viommu_size and viommu_init ops
` [PATCH v2 07/14] iommufd/viommu: Support "
` [PATCH v2 08/14] iommufd/selftest: Drop parent domain from mock_iommu_domain_nested
` [PATCH v2 09/14] iommufd/selftest: Replace mock_viommu_alloc with mock_viommu_init
` [PATCH v2 10/14] iommu/arm-smmu-v3: Replace arm_vsmmu_alloc with arm_vsmmu_init
` [PATCH v2 11/14] iommu: Deprecate viommu_alloc op
` [PATCH v2 12/14] iommufd: Move _iommufd_object_alloc out of driver.c
` [PATCH v2 13/14] iommufd: Introduce iommufd_object_alloc_ucmd helper
` [PATCH v2 14/14] iommufd: Apply the new "
[PATCH AUTOSEL 6.15 001/118] net: macb: Check return value of dma_set_mask_and_coherent()
2025-06-14 4:29 UTC (3+ messages)
` [PATCH AUTOSEL 6.15 068/118] bpf: Add bpf_rbtree_{root,left,right} kfunc
[PATCH v1 00/12] iommufd: Repare for IOMMUFD_OBJ_HW_QUEUE
2025-06-13 23:37 UTC (44+ messages)
` [PATCH v1 02/12] iommufd: Drop unused ictx in struct iommufd_vdevice
` [PATCH v1 03/12] iommufd: Use enum iommu_viommu_type for type in struct iommufd_viommu
` [PATCH v1 04/12] iommufd: Use enum iommu_veventq_type for type in struct iommufd_veventq
` [PATCH v1 05/12] iommu: Introduce get_viommu_size and viommu_init ops
` [PATCH v1 06/12] iommufd/selftest: Implement mock_get_viommu_size and mock_viommu_init
` [PATCH v1 07/12] iommu/arm-smmu-v3: Implement arm_smmu_get_viommu_size and arm_vsmmu_init
` [PATCH v1 08/12] iommufd/viommu: Replace ops->viommu_alloc with ops->viommu_init
` [PATCH v1 09/12] iommu: Deprecate viommu_alloc op
` [PATCH v1 10/12] iommufd: Move _iommufd_object_alloc out of driver.c
` [PATCH v1 11/12] iommufd: Introduce iommufd_object_alloc_ucmd helper
[PATCH v5 00/29] x86/resctrl telemetry monitoring
2025-06-13 18:50 UTC (10+ messages)
` [PATCH v5 14/29] x86,fs/resctrl: Support binary fixed point event counters
[PATCH rc] iommu/terga: Fix incorrect size calculation
2025-06-13 14:59 UTC (3+ messages)
[PATCH v2 0/7] Reorganize Intel VT-D to be ready for iommupt
2025-06-13 13:12 UTC (16+ messages)
` [PATCH v2 1/7] iommu/vt-d: Lift the __pa to domain_setup_first_level/intel_svm_set_dev_pasid()
` [PATCH v2 2/7] iommu/vt-d: Fold domain_exit() into intel_iommu_domain_free()
` [PATCH v2 3/7] iommu/vt-d: Do not wipe out the page table NID when devices detach
` [PATCH v2 4/7] iommu/vt-d: Split intel_iommu_domain_alloc_paging_flags()
` [PATCH v2 5/7] iommu/vt-d: Create unique domain ops for each stage
` [PATCH v2 6/7] iommu/vt-d: Split intel_iommu_enforce_cache_coherency()
` [PATCH v2 7/7] iommu/vt-d: Split paging_domain_compatible()
[PATCH 7/7] iommu/vtd: Split paging_domain_compatible()
2025-06-13 3:15 UTC (6+ messages)
[PATCH 6.15 05/34] ACPICA: Apply ACPI_NONSTRING in more places
2025-06-13 2:17 UTC (6+ messages)
[PATCH 6.15 00/34] 6.15.2-rc1 review
2025-06-12 20:30 UTC (4+ messages)
` [PATCH 6.15 30/34] dt-bindings: pwm: adi,axi-pwmgen: Fix clocks
[PATCH] riscv: Require clang-17 or newer for kCFI
2025-06-12 20:16 UTC (2+ messages)
[PATCH v2] iommu/amd: Fix geometry.aperture_end for V2 tables
2025-06-12 12:32 UTC (3+ messages)
[PATCH 0/7] Reorganize Intel VT-D to be ready for iommupt
2025-06-12 7:18 UTC (17+ messages)
` [PATCH 1/7] iommu/vtd: Lift the __pa to domain_setup_first_level/intel_svm_set_dev_pasid()
` [PATCH 2/7] iommu/vtd: Fold domain_exit() into intel_iommu_domain_free()
` [PATCH 3/7] iommu/vtd: Do not wipe out the page table NID when devices detach
` [PATCH 4/7] iommu/vtd: Split intel_iommu_domain_alloc_paging_flags()
` [PATCH 5/7] iommu/vtd: Create unique domain ops for each stage
[PATCH rc] iommu/amd: Fix geometry.aperture_end for V2 tables
2025-06-12 4:57 UTC (6+ messages)
[PATCH drm-misc-fixes] drm/sitronix: st7571-i2c: Select VIDEOMODE_HELPERS
2025-06-11 12:32 UTC (4+ messages)
[PATCH v2 0/7] Remove ops.pgsize_bitmap
2025-06-11 9:46 UTC (5+ messages)
` [PATCH v2 4/7] iommu: Remove iommu_ops pgsize_bitmap from simple drivers
[PATCH v2 5/7] iommu/mtk: Remove iommu_ops pgsize_bitmap
2025-06-11 9:40 UTC (2+ messages)
[PATCH v5 27/29] fs/resctrl: Add file system mechanism for architecture info file
2025-06-10 18:48 UTC (11+ messages)
[PATCH] crypto: lib/curve25519-hacl64 - Disable KASAN with clang-17 and older
2025-06-10 18:42 UTC (4+ messages)
[PATCH v5 0/2] arm64: dts: qcom: sc7180-trogdor: Wire up USB
2025-06-10 17:34 UTC (3+ messages)
` [PATCH v5 1/2] dt-bindings: usb: Add binding for ChromeOS Pogo pin keyboard connector
[PATCH] staging: rtl8723bs: Avoid memset() in aes_cipher() and aes_decipher()
2025-06-10 11:57 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;
as well as URLs for NNTP newsgroup(s).