messages from 2024-04-09 14:36:08 to 2024-04-15 06:46:06 UTC [more...]
[PATCH v2 00/12] Consolidate domain cache invalidation
2024-04-15 6:46 UTC (24+ messages)
` [PATCH v2 01/12] iommu/vt-d: Add cache tag assignment interface
` [PATCH v2 02/12] iommu/vt-d: Add cache tag invalidation helpers
` [PATCH v2 03/12] iommu/vt-d: Add trace events for cache tag interface
` [PATCH v2 04/12] iommu/vt-d: Use cache_tag_flush_all() in flush_iotlb_all
` [PATCH v2 05/12] iommu/vt-d: Use cache_tag_flush_range() in tlb_sync
` [PATCH v2 06/12] iommu/vt-d: Use cache_tag_flush_range_np() in iotlb_sync_map
` [PATCH v2 07/12] iommu/vt-d: Cleanup use of iommu_flush_iotlb_psi()
` [PATCH v2 08/12] iommu/vt-d: Use cache_tag_flush_range() in cache_invalidate_user
` [PATCH v2 09/12] iommu/vt-d: Use cache helpers in arch_invalidate_secondary_tlbs
` [PATCH v2 10/12] iommu/vt-d: Retire intel_svm_dev
` [PATCH v2 11/12] iommu: Add ops->domain_alloc_sva()
` [PATCH v2 12/12] iommu/vt-d: Retire struct intel_svm
[PATCH v2 00/12] iommufd support pasid attach/replace
2024-04-15 6:04 UTC (16+ messages)
` [PATCH v2 01/12] iommu: Pass old domain to set_dev_pasid op
` [PATCH v2 02/12] iommu: Introduce a replace API for device pasid
` [PATCH v2 03/12] iommufd: replace attach_fn with a structure
` [PATCH v2 04/12] iommufd: Support attach/replace hwpt per pasid
` [PATCH v2 05/12] iommu: Allow iommu driver to populate the max_pasids
` [PATCH v2 06/12] iommufd/selftest: Add set_dev_pasid and remove_dev_pasid in mock iommu
` [PATCH v2 07/12] iommufd/selftest: Add a helper to get test device
` [PATCH v2 08/12] iommufd/selftest: Add test ops to test pasid attach/detach
` [PATCH v2 09/12] iommufd/selftest: Add coverage for iommufd "
` [PATCH v2 10/12] iommu/vt-d: Return if no dev_pasid is found in domain
` [PATCH v2 11/12] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacement
` [PATCH v2 12/12] iommu/vt-d: Add set_dev_pasid callback for nested domain
[PATCH v3 1/1] iommu/vt-d: Remove caching mode check before device TLB flush
2024-04-15 5:00 UTC (4+ messages)
[PATCH v2 1/1] mm: change inlined allocation helpers to account at the call site
2024-04-15 2:07 UTC
[GIT PULL] dma-mapping fіxes for Linux 6.9
2024-04-14 17:12 UTC (2+ messages)
[PATCH] iommu/intel: Use try_cmpxchg64{,_local}() in iommu.c
2024-04-14 16:23 UTC
[PATCH] selftests: iommu: add config needed for iommufd_fail_nth
2024-04-14 14:39 UTC (4+ messages)
Kernel 6.7 regression doesn't boot if using AMD eGPU
2024-04-14 0:01 UTC (2+ messages)
[PATCH v3 0/2] Enable JPEG encoding on rk3588
2024-04-13 21:22 UTC (4+ messages)
` [PATCH v3 1/2] media: dt-binding: media: Document rk3588’s VEPU121
` [PATCH v3 2/2] arm64: dts: rockchip: Add one VEPU121 to rk3588
[PATCH v2 00/13] Coalesced Interrupt Delivery with posted MSI
2024-04-13 10:59 UTC (26+ messages)
` [PATCH v2 05/13] x86/irq: Reserve a per CPU IDT vector for posted MSIs
` [PATCH v2 06/13] x86/irq: Set up per host CPU posted interrupt descriptors
` [PATCH v2 07/13] x86/irq: Factor out calling ISR from common_interrupt
` [PATCH v2 08/13] x86/irq: Install posted MSI notification handler
` [PATCH v2 10/13] x86/irq: Extend checks for pending vectors to posted interrupts
` [PATCH v2 11/13] iommu/vt-d: Make posted MSI an opt-in cmdline option
` [PATCH v2 12/13] iommu/vt-d: Add an irq_chip for posted MSIs
[PATCH 00/13] Linux RISC-V IOMMU Support
2024-04-13 10:15 UTC (6+ messages)
` [PATCH 01/11] RISC-V: drivers/iommu: Add RISC-V IOMMU - Ziommu support
[PATCH RFCv1 00/14] Add Tegra241 (Grace) CMDQV Support (part 2/2)
2024-04-13 3:47 UTC (15+ messages)
` [PATCH RFCv1 01/14] iommufd: Move iommufd_object to public iommufd header
` [PATCH RFCv1 02/14] iommufd: Swap _iommufd_object_alloc and __iommufd_object_alloc
` [PATCH RFCv1 03/14] iommufd: Prepare for viommu structures and functions
` [PATCH RFCv1 04/14] iommufd: Add struct iommufd_viommu and iommufd_viommu_ops
` [PATCH RFCv1 05/14] iommufd: Add IOMMUFD_OBJ_VIOMMU and IOMMUFD_CMD_VIOMMU_ALLOC
` [PATCH RFCv1 06/14] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
` [PATCH RFCv1 07/14] iommufd: Add viommu set/unset_dev_id ops
` [PATCH RFCv1 08/14] iommufd: Add IOMMU_VIOMMU_SET_DEV_ID ioctl
` [PATCH RFCv1 09/14] iommufd/selftest: Add IOMMU_VIOMMU_SET_DEV_ID test coverage
` [PATCH RFCv1 10/14] iommufd/selftest: Add IOMMU_TEST_OP_MV_CHECK_DEV_ID
` [PATCH RFCv1 11/14] iommufd: Add struct iommufd_vqueue and its related viommu ops
` [PATCH RFCv1 12/14] iommufd: Add IOMMUFD_OBJ_VQUEUE and IOMMUFD_CMD_VQUEUE_ALLOC
` [PATCH RFCv1 13/14] iommufd: Add mmap infrastructure
` [PATCH RFCv1 14/14] iommu/tegra241-cmdqv: Add user-space use support
[PATCH v5 0/6] Add Tegra241 (Grace) CMDQV Support (part 1/2)
2024-04-13 3:43 UTC (7+ messages)
` [PATCH v5 1/6] iommu/arm-smmu-v3: Add CS_NONE quirk
` [PATCH v5 2/6] iommu/arm-smmu-v3: Make arm_smmu_cmdq_init reusable
` [PATCH v5 3/6] iommu/arm-smmu-v3: Make __arm_smmu_cmdq_skip_err reusable
` [PATCH v5 4/6] iommu/arm-smmu-v3: Pass in cmdq pointer to arm_smmu_cmdq_issue_cmdlist()
` [PATCH v5 5/6] iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV
` [PATCH v5 6/6] iommu/tegra241-cmdqv: Limit CMDs for guest owned VINTF
[PATCH v6 00/11] IOMMU memory observability
2024-04-13 0:25 UTC (12+ messages)
` [PATCH v6 01/11] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v6 02/11] iommu/dma: use iommu_put_pages_list() to releae freelist
` [PATCH v6 03/11] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH v6 04/11] iommu/io-pgtable-arm: "
` [PATCH v6 05/11] iommu/io-pgtable-dart: "
` [PATCH v6 06/11] iommu/exynos: "
` [PATCH v6 07/11] iommu/rockchip: "
` [PATCH v6 08/11] iommu/sun50i: "
` [PATCH v6 09/11] iommu/tegra-smmu: "
` [PATCH v6 10/11] iommu: observability of the IOMMU allocations
` [PATCH v6 11/11] iommu: account IOMMU allocated memory
[PATCH v2 0/7] PCI/MSI: Remove IMS (Interrupt Message Store) support for now
2024-04-12 21:31 UTC (15+ messages)
` [PATCH v2 1/7] Revert "PCI/MSI: Provide stubs for IMS functions"
` [PATCH v2 2/7] Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()"
` [PATCH v2 3/7] Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support"
` [PATCH v2 4/7] Revert "iommu/amd: Enable PCI/IMS"
` [PATCH v2 5/7] Revert "iommu/vt-d: "
` [PATCH v2 6/7] Revert "x86/apic/msi: "
` [PATCH v2 7/7] Revert "genirq/msi: Provide constants for PCI/IMS support"
[git pull] IOMMU Fixes for Linux v6.9-rc3
2024-04-12 20:17 UTC (2+ messages)
[PATCH v4 0/6] Add Tegra241 (Grace) CMDQV Support (part 1/2)
2024-04-12 19:10 UTC (2+ messages)
[PATCH v5 00/11] IOMMU memory observability
2024-04-12 17:06 UTC (3+ messages)
[PATCH v2 0/2] Enable JPEG encoding on rk3588
2024-04-12 15:07 UTC (5+ messages)
[PATCH] iommu/amd: Change log message severity
2024-04-12 10:16 UTC (2+ messages)
[PATCH v2 0/2] Two enhancements to iommu_at[de]tach_device_pasid()
2024-04-12 10:13 UTC (2+ messages)
[PATCH 0/3] [PULL REQUEST] iommu/vt-d: Fixes for v6.9-rc3
2024-04-12 10:06 UTC (6+ messages)
` [PATCH 1/3] iommu/vt-d: Fix wrong use of pasid config
` [PATCH 2/3] iommu/vt-d: Allocate local memory for page request queue
` [PATCH 3/3] iommu/vt-d: Fix WARN_ON in iommu probe path
[PATCH] iommu: mtk: fix module autoloading
2024-04-12 10:05 UTC (2+ messages)
[PATCH v3 rc] iommu/amd: Do not enable SNP when V2 page table is enabled
2024-04-12 10:03 UTC (2+ messages)
[PATCH rc] iommu/amd: Fix possible irq lock inversion dependency issue
2024-04-12 10:02 UTC (2+ messages)
[PATCH v2 1/1] iommu/vt-d: Remove caching mode check before device TLB flush
2024-04-12 9:34 UTC (9+ messages)
[PATCH v2 0/4] vfio-pci support pasid attach/detach
2024-04-12 8:21 UTC (5+ messages)
` [PATCH v2 1/4] ida: Add ida_get_lowest()
` [PATCH v2 2/4] vfio-iommufd: Support pasid [at|de]tach for physical VFIO devices
` [PATCH v2 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v2 4/4] vfio: Report PASID capability via VFIO_DEVICE_FEATURE ioctl
[PATCH 00/12] Consolidate domain cache invalidation
2024-04-12 3:38 UTC (9+ messages)
` [PATCH 01/12] iommu/vt-d: Add cache tag assignment interface
[PATCH 1/2] iommu/vt-d: Avoid unnecessary device TLB flush in map path
2024-04-12 3:13 UTC (14+ messages)
` [PATCH 2/2] iommu/vt-d: Remove caching mode check before devtlb flush
[PATCH] iommu/arm-smmu: Convert to domain_alloc_paging()
2024-04-11 17:12 UTC
[PATCH] iommu/arm-smmu-v3: Retire disable_bypass parameter
2024-04-11 14:26 UTC (2+ messages)
[PATCH v3 0/5] iommu: Fix domain check on release
2024-04-11 13:41 UTC (5+ messages)
` [PATCH v3 1/5] iommu: Add static iommu_ops->release_domain
[PATCH 1/1] iommu/vt-d: Fix WARN_ON in iommu probe path
2024-04-11 12:29 UTC (5+ messages)
[PATCH][next] iommu/vt-d: remove redundant assignment to variable err
2024-04-11 9:05 UTC
[PATCH] iommu/vt-d: fix wrong use of pasid config
2024-04-11 2:50 UTC (3+ messages)
[PATCH] iommu/vt-d: Allocate local memory for page request queue
2024-04-11 2:49 UTC (3+ messages)
[PATCH v6 00/29] Update SMMUv3 to the modern iommu API (part 2/3)
2024-04-10 14:44 UTC (7+ messages)
` [PATCH v6 06/29] iommu/arm-smmu-v3: Add an ops indirection to the STE code
[PATCH v7 0/7] Add support for Translation Buffer Units
2024-04-10 12:13 UTC (7+ messages)
` [PATCH v7 2/7] iommu/arm-smmu-qcom-tbu: Add Qualcomm TBU driver
` [PATCH v7 5/7] arm64: dts: qcom: sdm845: Add DT nodes for the TBUs
` [PATCH v7 7/7] arm64: dts: qcom: sc7280: "
[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
2024-04-10 8:02 UTC (3+ messages)
[PATCH 00/34] address all -Wunused-const warnings
2024-04-10 8:02 UTC (2+ messages)
` (subset) "
[PATCH v4 0/9] IOMMUFD: Deliver IO page faults to user space
2024-04-10 6:12 UTC (15+ messages)
` [PATCH v4 1/9] iommu: Introduce domain attachment handle
` [PATCH v4 2/9] iommu: Replace sva_iommu with iommu_attach_handle
[PATCH v2 rc] iommu/amd: Do not enable SNP when V2 page table is enabled
2024-04-10 4:23 UTC (3+ messages)
[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
2024-04-09 20:39 UTC (3+ messages)
Query on ARM SMMUv3 nested support
2024-04-09 19:47 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