messages from 2023-10-30 21:55:35 to 2023-11-06 17:54:58 UTC [more...]
[PATCH v3 00/12] iommu/amd: SVA Support (Part 4) - SVA and IOPF
2023-11-06 17:54 UTC (7+ 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 00/13] iommu/amd: SVA Support (part 3) - refactor support for GCR3 table
2023-11-06 17:40 UTC (24+ messages)
` [PATCH v3 01/13] iommu/amd: Pass struct iommu_dev_data to set_dte_entry()
` [PATCH v3 02/13] iommu/amd: Introduce get_amd_iommu_from_dev()
` [PATCH v3 03/13] iommu/amd: Introduce struct protection_domain.pd_mode
` [PATCH v3 06/13] iommu/amd: Introduce per-device domain ID to workaround potential TLB aliasing issue
` [PATCH v3 08/13] iommu/amd: Rearrange GCR3 table setup code
` [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] swiotlb-xen: provide the "max_mapping_size" method
2023-11-06 17:12 UTC (4+ messages)
` "
` [PATCH v2] "
[git pull] IOMMU Updates for Linux v6.7
2023-11-06 16:43 UTC
[PATCH RFC 00/17] Solve iommu probe races around iommu_fwspec
2023-11-06 14:36 UTC (30+ 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 04/17] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [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
[PATCH v1 00/13] Improve TLB invalidation logic
2023-11-06 13:13 UTC (35+ messages)
` [PATCH v1 01/13] iommu/amd: Rename iommu_flush_all_caches() -> amd_iommu_flush_all_caches()
` [PATCH v1 02/13] iommu/amd: Remove redundant domain flush from attach_device()
` [PATCH v1 03/13] iommu/amd: Remove redundant passing of PDE bit
` [PATCH v1 04/13] iommu/amd: Add support to invalidate multiple guest pages
` [PATCH v1 05/13] iommu/amd: Refactor IOMMU tlb invalidation code
` [PATCH v1 06/13] iommu/amd: Refactor device iotlb "
` [PATCH v1 07/13] iommu/amd: Consolidate device IOTLB flush code
` [PATCH v1 08/13] iommu/amd: Consolidate amd_iommu_domain_flush_complete() call
` [PATCH v1 09/13] iommu/amd: Refactor domain flush global function
` [PATCH v1 10/13] iommu/amd: Consolidate domain flush logic
` [PATCH v1 11/13] iommu/amd/pgtbl_v2: Invalidate updated page ranges only
` [PATCH v1 12/13] iommu/amd: Remove unused flush pasid functions
` [PATCH v1 13/13] iommu/amd: Rearrange device flush code
Memory corruption with CONFIG_SWIOTLB_DYNAMIC=y
2023-11-06 12:46 UTC (8+ messages)
[PATCH v2 00/27] Update SMMUv3 to the modern iommu API (part 2/3)
2023-11-06 12:26 UTC (30+ messages)
` [PATCH v2 01/27] iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA
` [PATCH v2 02/27] iommu/arm-smmu-v3: Do not allow a SVA domain to be set on the wrong PASID
` [PATCH v2 03/27] iommu/arm-smmu-v3: Do not ATC invalidate the entire domain
` [PATCH v2 04/27] iommu/arm-smmu-v3: Add a type for the CD entry
` [PATCH v2 05/27] iommu/arm-smmu-v3: Make CD programming use arm_smmu_write_entry_step()
` [PATCH v2 06/27] iommu/arm-smmu-v3: Consolidate clearing a CD table entry
` [PATCH v2 07/27] iommu/arm-smmu-v3: Move the CD generation for S1 domains into a function
` [PATCH v2 08/27] iommu/arm-smmu-v3: Move allocation of the cdtable into arm_smmu_get_cd_ptr()
` [PATCH v2 09/27] iommu/arm-smmu-v3: Allocate the CD table entry in advance
` [PATCH v2 10/27] iommu/arm-smmu-v3: Move the CD generation for SVA into a function
` [PATCH v2 11/27] iommu/arm-smmu-v3: Lift CD programming out of the SVA notifier code
` [PATCH v2 12/27] iommu/arm-smmu-v3: Build the whole CD in arm_smmu_make_s1_cd()
` [PATCH v2 13/27] iommu/arm-smmu-v3: Make smmu_domain->devices into an allocated list
` [PATCH v2 14/27] iommu/arm-smmu-v3: Make changing domains be hitless for ATS
` [PATCH v2 15/27] iommu/arm-smmu-v3: Add ssid to struct arm_smmu_master_domain
` [PATCH v2 16/27] iommu/arm-smmu-v3: Keep track of valid CD entries in the cd_table
` [PATCH v2 17/27] iommu/arm-smmu-v3: Thread SSID through the arm_smmu_attach_*() interface
` [PATCH v2 18/27] iommu/arm-smmu-v3: Make SVA allocate a normal arm_smmu_domain
` [PATCH v2 19/27] iommu/arm-smmu-v3: Keep track of arm_smmu_master_domain for SVA
` [PATCH v2 20/27] iommu: Add ops->domain_alloc_sva()
` [PATCH v2 21/27] iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain
` [PATCH v2 22/27] iommu/arm-smmu-v3: Consolidate freeing the ASID/VMID
` [PATCH v2 23/27] iommu/arm-smmu-v3: Move the arm_smmu_asid_xa to per-smmu like vmid
` [PATCH v2 24/27] iommu/arm-smmu-v3: Bring back SVA BTM support
` [PATCH v2 25/27] iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is used
` [PATCH v2 26/27] iommu/arm-smmu-v3: Allow a PASID to be set when RID is IDENTITY/BLOCKED
` [PATCH v2 27/27] iommu/arm-smmu-v3: Allow setting a S1 domain to a PASID
[PATCH 0/3] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
2023-11-06 12:09 UTC (23+ 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 3/3] iommu/arm-smmu: re-enable context caching in smmu reset operation
[PATCH v4 0/2] fix dma_addressing_limited() if dma_range_map
2023-11-06 9:11 UTC (7+ messages)
` [PATCH v4 1/2] dma-mapping: move dma_addressing_limited() out of line
` [PATCH v4 2/2] dma-mapping: fix dma_addressing_limited() if dma_range_map can't cover all system RAM
[RFC PATCH 0/5] virtio-iommu: Add VT-d IO page table
2023-11-06 7:12 UTC (6+ messages)
` [RFC PATCH 1/5] iommu/virtio-iommu: Correct the values of granule and nr_pages
` [RFC PATCH 2/5] iommu/vt-d: Add generic IO page table support
` [RFC PATCH 3/5] iommu/io-pgtable: Introduce struct vtd_cfg
` [RFC PATCH 4/5] iommu/vt-d: Adapt alloc_pgtable interface to be used by others
` [RFC PATCH 5/5] iommu/virtio-iommu: Support attaching VT-d IO pgtable
[PATCH] MAINTAINERS: list all Qualcomm IOMMU drivers in the QUALCOMM IOMMU entry
2023-11-04 11:22 UTC (2+ messages)
Race between of_iommu_configure() and iommu_probe_device()
2023-11-03 16:43 UTC (3+ messages)
[PATCH v2 0/1] fix handling of decrypted pages
2023-11-03 8:35 UTC (4+ messages)
` [PATCH v2 1/1] swiotlb: do not free decrypted pages if dynamic
[syzbot] [iommu?] KASAN: slab-use-after-free Read in iommufd_vfio_ioas
2023-11-02 23:03 UTC
[PATCH] iommu: Flow ERR_PTR out from __iommu_domain_alloc()
2023-11-02 17:35 UTC (9+ messages)
[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
2023-11-02 12:47 UTC (2+ messages)
[PATCH] swiotlb: reduce area lock contention for non-primary IO TLB pools
2023-11-02 9:47 UTC (2+ messages)
The VFIO/IOMMU/PCI MC at LPC 2023 - See you soon!
2023-11-02 3:18 UTC
[GIT PULL] Please pull IOMMUFD subsystem changes
2023-11-02 2:51 UTC (2+ messages)
[PATCH v2] iommu: Flow ERR_PTR out from __iommu_domain_alloc()
2023-11-02 0:19 UTC (2+ messages)
[GIT PULL] dma-mapping updates for Linux 6.7
2023-11-02 0:01 UTC (3+ messages)
[PATCH 04/10] swiotlb: Use free_decrypted_pages()
2023-11-01 14:40 UTC (7+ messages)
[RFC PATCH 00/12] iommu/vt-d: Remove superfluous IOMMU IOTLB invalidations
2023-11-01 11:58 UTC (4+ messages)
` [RFC PATCH 06/12] iommu: Add mmu_notifier to sva domain
[PATCH] iommufd/selftest: Remove unused function
2023-11-01 11:41 UTC (2+ messages)
[RFC PATCH 1/1] iommu: Fix one concurrency issue happens on non-iommu binding device
2023-11-01 8:05 UTC
[RFC 0/1] Add custom alloc and free pgtable callback
2023-11-01 7:11 UTC (2+ messages)
` [RFC 1/1] arm-smmu: Add iommu support to share pgtable
[PATCH] iommu/dart: Fix return code in apple_dart_domain_alloc_paging()
2023-11-01 0:47 UTC (5+ messages)
[PATCH v4 1/5] r8169: Coalesce r8169_mac_ocp_write/modify calls to reduce spinlock stalls
2023-11-01 0:35 UTC (11+ messages)
` [PATCH v4 4/5] r8169: Coalesce mac ocp commands for 8125 and 8125B start to reduce spinlock contention
` [PATCH v4 5/5] r8169: Coalesce mac ocp commands for rtl_hw_init_8125 to reduce spinlocks
IOVA address range
2023-10-31 11:46 UTC (2+ messages)
[PATCH] iommufd: Organize the mock domain alloc functions closer to Joerg's tree
2023-10-31 11:30 UTC (5+ messages)
[PATCH] iommu/tegra-smmu: fix error checking for debugfs_create_dir()
2023-10-31 7:54 UTC (4+ messages)
[PATCH] iommufd: Fix missing update of domains_itree after splitting iopt_area
2023-10-31 2:32 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