messages from 2023-11-06 15:30:48 to 2023-11-15 03:07:09 UTC [more...]
[PATCH v7 00/12] iommu: Prepare to deliver page faults to user space
2023-11-15 3:02 UTC (8+ messages)
` [PATCH v7 01/12] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v7 02/12] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v7 03/12] iommu: Remove unrecoverable fault data
` [PATCH v7 04/12] iommu: Cleanup iopf data structure definitions
` [PATCH v7 05/12] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v7 06/12] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v7 07/12] iommu: Merge iommu_fault_event and iopf_fault
[PATCH V1] vfio: add attach_group_by_node to control behavior of attaching group to domain
2023-11-15 2:02 UTC
[PATCH v2 0/3] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
2023-11-14 16:55 UTC (9+ messages)
` [PATCH v2 1/3] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings
` [PATCH v2 2/3] iommu/arm-smmu: add ACTLR data and support for SM8550
` [PATCH v2 3/3] iommu/arm-smmu: re-enable context caching in smmu reset operation
[PATCH v2 0/2] iommu: Allow passing custom allocators to pgtable drivers
2023-11-14 16:27 UTC (11+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] iommu: Extend LPAE page table format to support custom allocators
[PATCH v2 00/19] Update SMMUv3 to the modern iommu API (part 1/3)
2023-11-14 15:24 UTC (24+ messages)
` [PATCH v2 01/19] iommu/arm-smmu-v3: Add a type for the STE
` [PATCH v2 02/19] iommu/arm-smmu-v3: Master cannot be NULL in arm_smmu_write_strtab_ent()
` [PATCH v2 03/19] iommu/arm-smmu-v3: Remove ARM_SMMU_DOMAIN_NESTED
` [PATCH v2 04/19] iommu/arm-smmu-v3: Make STE programming independent of the callers
` [PATCH v2 05/19] iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypass
` [PATCH v2 06/19] iommu/arm-smmu-v3: Move arm_smmu_rmr_install_bypass_ste()
` [PATCH v2 07/19] iommu/arm-smmu-v3: Move the STE generation for S1 and S2 domains into functions
` [PATCH v2 08/19] iommu/arm-smmu-v3: Build the whole STE in arm_smmu_make_s2_domain_ste()
` [PATCH v2 09/19] iommu/arm-smmu-v3: Hold arm_smmu_asid_lock during all of attach_dev
` [PATCH v2 10/19] iommu/arm-smmu-v3: Compute the STE only once for each master
` [PATCH v2 11/19] iommu/arm-smmu-v3: Do not change the STE twice during arm_smmu_attach_dev()
` [PATCH v2 12/19] iommu/arm-smmu-v3: Put writing the context descriptor in the right order
` [PATCH v2 13/19] iommu/arm-smmu-v3: Pass smmu_domain to arm_enable/disable_ats()
` [PATCH v2 14/19] iommu/arm-smmu-v3: Remove arm_smmu_master->domain
` [PATCH v2 15/19] iommu/arm-smmu-v3: Add a global static IDENTITY domain
` [PATCH v2 16/19] iommu/arm-smmu-v3: Add a global static BLOCKED domain
` [PATCH v2 17/19] iommu/arm-smmu-v3: Use the identity/blocked domain during release
` [PATCH v2 18/19] iommu/arm-smmu-v3: Pass arm_smmu_domain and arm_smmu_device to finalize
` [PATCH v2 19/19] iommu/arm-smmu-v3: Convert to domain_alloc_paging()
[PATCH 0/3] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
2023-11-14 10:36 UTC (14+ messages)
` [PATCH 1/3] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings
` [PATCH 2/3] iommu/arm-smmu: add ACTLR data and support for SM8550
[PATCH 1/1] iommu/vt-d: Support enforce_cache_coherency only for empty domains
2023-11-14 5:31 UTC (14+ messages)
` [PATCH 1/1] iommu/vt-d: Omit devTLB invalidation requests when TES=0
` [PATCH 1/1] iommu/vt-d: Disable PCI ATS in legacy passthrough mode
` [PATCH 1/1] iommu/vt-d: Make context clearing consistent with context mapping
[PATCH RFC 00/17] Solve iommu probe races around iommu_fwspec
2023-11-14 4:56 UTC (42+ messages)
` [PATCH RFC 01/17] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH RFC 02/17] of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH RFC 03/17] of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH RFC 05/17] iommu: Make iommu_fwspec->ids a distinct allocation
` [PATCH RFC 06/17] iommu: Add iommu_fwspec_alloc/dealloc()
` [PATCH RFC 07/17] iommu: Add iommu_probe_device_fwspec()
` [PATCH RFC 08/17] of: Do not use dev->iommu within of_iommu_configure()
` [PATCH RFC 09/17] iommu: Add iommu_fwspec_append_ids()
` [PATCH RFC 10/17] acpi: Do not use dev->iommu within acpi_iommu_configure()
` [PATCH RFC 11/17] iommu: Hold iommu_probe_device_lock while calling ops->of_xlate
` [PATCH RFC 12/17] iommu: Make iommu_ops_from_fwnode() static
` [PATCH RFC 13/17] iommu: Remove dev_iommu_fwspec_set()
` [PATCH RFC 14/17] iommu: Remove pointless iommu_fwspec_free()
` [PATCH RFC 15/17] iommu: Add ops->of_xlate_fwspec()
` [PATCH RFC 16/17] iommu: Mark dev_iommu_get() with lockdep
` [PATCH RFC 17/17] iommu: Mark dev_iommu_priv_set() with a lockdep
Regression: v4l/bttv vbi vs iommu
2023-11-13 14:38 UTC (8+ messages)
[PATCH] dt-bindings: iommu: arm,smmu: document clocks for the SM8350 GPU SMMU
2023-11-13 13:53 UTC (2+ messages)
[PATCH 0/3] dt-bindings: Document gpi/scm/smmu for SC8380XP
2023-11-12 15:16 UTC (2+ messages)
[PATCH RFC] arm64: DMA zone above 4GB
2023-11-12 12:31 UTC (5+ messages)
[PATCH RFC 00/13] Coalesced Interrupt Delivery with posted MSI
2023-11-12 4:16 UTC (14+ messages)
` [PATCH RFC 01/13] x86: Move posted interrupt descriptor out of vmx code
` [PATCH RFC 02/13] x86: Add a Kconfig option for posted MSI
` [PATCH RFC 03/13] x86: Reserved a per CPU IDT vector for posted MSIs
` [PATCH RFC 04/13] iommu/vt-d: Add helper and flag to check/disable posted MSI
` [PATCH RFC 05/13] x86/irq: Set up per host CPU posted interrupt descriptors
` [PATCH RFC 06/13] x86/irq: Unionize PID.PIR for 64bit access w/o casting
` [PATCH RFC 07/13] x86/irq: Add helpers for checking Intel PID
` [PATCH RFC 08/13] x86/irq: Factor out calling ISR from common_interrupt
` [PATCH RFC 09/13] x86/irq: Install posted MSI notification handler
` [PATCH RFC 10/13] x86/irq: Handle potential lost IRQ during migration and CPU offline
` [PATCH RFC 11/13] iommu/vt-d: Add an irq_chip for posted MSIs
` [PATCH RFC 12/13] iommu/vt-d: Add a helper to retrieve PID address
` [PATCH RFC 13/13] iommu/vt-d: Enable posted mode for device MSIs
[GIT PULL] dma-mapping fixes for Linux 6.7
2023-11-10 19:28 UTC (2+ messages)
[PATCH v1 00/13] Improve TLB invalidation logic
2023-11-10 14:02 UTC (17+ messages)
` [PATCH v1 09/13] iommu/amd: Refactor domain flush global function
` [PATCH v1 10/13] iommu/amd: Consolidate domain flush logic
[PATCH 0/2] iommu: Allow passing custom allocators to pgtable drivers
2023-11-10 9:52 UTC (9+ messages)
` [PATCH 2/2] iommu: Extend LPAE page table format to support custom allocators
Memory corruption with CONFIG_SWIOTLB_DYNAMIC=y
2023-11-10 9:22 UTC (14+ messages)
[git pull] IOMMU Updates for Linux v6.7
2023-11-09 22:45 UTC (4+ messages)
[PATCH 1/1] swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMIC
2023-11-09 15:05 UTC (6+ messages)
[RFC 0/7] Add SIOV virtual device support
2023-11-09 8:21 UTC (15+ messages)
` [RFC 3/7] iommufd: Add iommufd_device_bind_pasid()
` [RFC 4/7] iommufd: Support attach/replace for SIOV virtual device {dev, pasid}
` [RFC 6/7] iommufd/selftest: Add test coverage for SIOV virtual device
` [RFC 7/7] vfio: Add vfio_register_pasid_iommu_dev()
[RFC PATCH 0/5] virtio-iommu: Add VT-d IO page table
2023-11-09 0:33 UTC (5+ messages)
` [RFC PATCH 2/5] iommu/vt-d: Add generic IO page table support
[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
2023-11-08 17:39 UTC (6+ messages)
[PATCH] iommu: Fix printk arg in of_iommu_get_resv_regions()
2023-11-08 13:12 UTC (2+ messages)
[PATCH] swiotlb-xen: provide the "max_mapping_size" method
2023-11-08 7:31 UTC (6+ messages)
` "
` [PATCH v2] "
[RFC PATCH 1/1] iommu: Fix one concurrency issue happens on non-iommu binding device
2023-11-08 5:23 UTC (2+ messages)
[PATCH v2 00/27] Update SMMUv3 to the modern iommu API (part 2/3)
2023-11-07 17:33 UTC (5+ messages)
` [PATCH v2 21/27] iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain
[PATCH v3 00/12] iommu/amd: SVA Support (Part 4) - SVA and IOPF
2023-11-07 13:36 UTC (19+ messages)
` [PATCH v3 01/12] iommu/amd: Rename amd_iommu_v2_supported() as amd_iommu_pasid_supported()
` [PATCH v3 02/12] iommu/amd: Do not override PASID entry in GCR3 table
` [PATCH v3 03/12] iommu/amd: Introduce per device DTE update function
` [PATCH v3 04/12] iommu/amd: Add support for enabling/disabling IOMMU features
` [PATCH v3 05/12] iommu/amd: Initial SVA support for AMD IOMMU
` [PATCH v3 11/12] iommu/amd: Add IO page fault notifier handler
[PATCH v3 00/13] iommu/amd: SVA Support (part 3) - refactor support for GCR3 table
2023-11-07 13:31 UTC (22+ messages)
` [PATCH v3 06/13] iommu/amd: Introduce per-device domain ID to workaround potential TLB aliasing issue
` [PATCH v3 09/13] iommu/amd: Refactor helper function for setting / clearing GCR3
` [PATCH v3 10/13] iommu/amd: Refactor helper function for attaching / detaching device
` [PATCH v3 11/13] iommu/amd: Refactor protection_domain helper functions
` [PATCH v3 12/13] iommu/amd: Refactor GCR3 table "
` [PATCH v3 13/13] iommu/amd: Remove unused GCR3 table parameters from struct protection_domain
[PATCH] MAINTAINERS: list all Qualcomm IOMMU drivers in the QUALCOMM IOMMU entry
2023-11-07 10:25 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