messages from 2023-07-28 12:28:08 to 2023-08-02 11:51:36 UTC [more...]
[PATCH v3 0/8] Refactor the SMMU's CD table ownership
2023-08-02 11:51 UTC (14+ messages)
` [PATCH v3 1/8] iommu/arm-smmu-v3: Move ctx_desc out of s1_cfg
` [PATCH v3 2/8] iommu/arm-smmu-v3: Replace s1_cfg with cdtab_cfg
` [PATCH v3 3/8] iommu/arm-smmu-v3: Encapsulate ctx_desc_cfg init in alloc_cd_tables
` [PATCH v3 4/8] iommu/arm-smmu-v3: move stall_enabled to the cd table
` [PATCH v3 5/8] iommu/arm-smmu-v3: Refactor write_ctx_desc
` [PATCH v3 6/8] iommu/arm-smmu-v3: Move CD table to arm_smmu_master
` [PATCH v3 7/8] iommu/arm-smmu-v3: Skip cd sync if CD table isn't active
` [PATCH v3 8/8] iommu/arm-smmu-v3: Rename cdcfg to cd_table
[PATCH 1/1] Revert "iommu/arm-smmu-v3: Set TTL invalidation hint better"
2023-08-02 10:52 UTC (3+ messages)
[PATCH] dma-contiguous: define proper name for global cma region
2023-08-02 9:47 UTC (7+ messages)
` [PATCH v2] "
[PATCH v4 00/12] Add Intel VT-d nested translation
2023-08-02 8:13 UTC (26+ messages)
` [PATCH v4 01/12] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v4 02/12] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v4 03/12] iommu/vt-d: Add helper for nested domain allocation
` [PATCH v4 04/12] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v4 05/12] iommu/vt-d: Make domain attach helpers to be extern
` [PATCH v4 06/12] iommu/vt-d: Set the nested domain to a device
` [PATCH v4 07/12] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
` [PATCH v4 08/12] iommu/vt-d: Make iotlb flush helpers to be extern
` [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
` [PATCH v4 10/12] iommu/vt-d: Add nested domain allocation
` [PATCH v4 12/12] iommu/vt-d: Disallow nesting on domains with read-only mappings
[Syzkaller & bisect] There is general protection fault in iommu_device_unlink in upstream patch
2023-08-02 7:53 UTC (2+ messages)
[PATCH 0/2] iommu: Make pasid array per device
2023-08-02 3:20 UTC (10+ messages)
` [PATCH 1/2] iommu: Consolidate pasid dma ownership check
` [PATCH 2/2] iommu: Move pasid array from group to device
[PATCH v2 00/10] Refine the locking for dev->iommu_group
2023-08-02 1:37 UTC (16+ messages)
` [PATCH v2 01/10] iommu: Remove useless group refcounting
` [PATCH v2 02/10] iommu: Add a lockdep assertion for remaining dev->iommu_group reads
` [PATCH v2 03/10] iommu: Add generic_single_device_group()
` [PATCH v2 04/10] iommu/sun50i: Convert to generic_single_device_group()
` [PATCH v2 05/10] iommu/sprd: "
` [PATCH v2 06/10] iommu/rockchip: "
` [PATCH v2 07/10] iommu/ipmmu-vmsa: "
` [PATCH v2 08/10] iommu/omap: "
` [PATCH v2 09/10] iommu: Complete the locking for dev->iommu_group
` [PATCH v2 10/10] iommu/intel: Fix missing locking for show_device_domain_translation()
[PATCH v3 00/17] iommufd: Add nesting infrastructure
2023-08-02 1:09 UTC (34+ messages)
` [PATCH v3 01/17] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v3 02/17] iommu: Add nested domain support
` [PATCH v3 06/17] iommufd: Only enforce IOMMU_RESV_SW_MSI when attaching user-managed HWPT
` [PATCH v3 07/17] iommufd: Add IOMMU_RESV_IOVA_RANGES
` [PATCH v3 08/17] iommufd: IOMMU_HWPT_ALLOC allocation with user data
` [PATCH v3 09/17] iommufd: Add IOMMU_HWPT_INVALIDATE
[PATCH] iommu/arm-smmu-v3: Change vmid alloc strategy from bitmap to ida
2023-08-01 20:41 UTC (2+ messages)
[PATCH 1/6] iommu/arm-smmu: do some cleanup
2023-08-01 20:41 UTC (2+ messages)
[PATCH v7 0/9] Allow dynamic allocation of software IO TLB bounce buffers
2023-08-01 17:04 UTC (13+ messages)
` [PATCH v7 1/9] swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocated
` [PATCH v7 2/9] swiotlb: make io_tlb_default_mem local to swiotlb.c
` [PATCH v7 3/9] swiotlb: add documentation and rename swiotlb_do_find_slots()
` [PATCH v7 4/9] swiotlb: separate memory pool data from other allocator data
` [PATCH v7 5/9] swiotlb: add a flag whether SWIOTLB is allowed to grow
` [PATCH v7 6/9] swiotlb: if swiotlb is full, fall back to a transient memory pool
` [PATCH v7 7/9] swiotlb: determine potential physical address limit
` [PATCH v7 8/9] swiotlb: allocate a new memory pool when existing pools are full
` [PATCH v7 9/9] swiotlb: search the software IO TLB only if the device makes use of it
[PATCH v2 0/8] Refactor the SMMU's CD table ownership
2023-08-01 17:03 UTC (24+ messages)
` [PATCH v2 1/8] iommu/arm-smmu-v3: Move ctx_desc out of s1_cfg
` [PATCH v2 2/8] iommu/arm-smmu-v3: Replace s1_cfg with cdtab_cfg
` [PATCH v2 3/8] iommu/arm-smmu-v3: Encapsulate ctx_desc_cfg init in alloc_cd_tables
` [PATCH v2 4/8] iommu/arm-smmu-v3: move stall_enabled to the cd table
` [PATCH v2 5/8] iommu/arm-smmu-v3: Skip cd sync if CD table isn't active
` [PATCH v2 6/8] iommu/arm-smmu-v3: Refactor write_ctx_desc
` [PATCH v2 7/8] iommu/arm-smmu-v3: Move CD table to arm_smmu_master
` [PATCH v2 8/8] iommu/arm-smmu-v3: Rename cdcfg to cd_table
[PATCH v5 0/6] Add support for Qualcomm's legacy IOMMU v2
2023-08-01 14:02 UTC (6+ messages)
` [PATCH v5 2/6] iommu/qcom: Use the asid read from device-tree if specified
` [PATCH v5 4/6] iommu/qcom: Index contexts by asid number to allow asid 0
[PATCH 6.4] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
2023-08-01 8:01 UTC (2+ messages)
[PATCH v6 0/9] Allow dynamic allocation of software IO TLB bounce buffers
2023-08-01 6:28 UTC (4+ messages)
[PATCH v4 0/4] iommufd: Add iommu hardware info reporting
2023-08-01 3:58 UTC (10+ messages)
` [PATCH v4 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v4 3/4] iommufd: Add IOMMU_GET_HW_INFO
[PATCH -next v2] iommu: fix kernel-doc warnings
2023-08-01 1:18 UTC
[PATCH 00/13] Linux RISC-V IOMMU Support
2023-08-01 0:37 UTC (15+ messages)
` [PATCH 06/11] RISC-V: drivers/iommu/riscv: Add command, fault, page-req queues
` [PATCH 08/11] RISC-V: drivers/iommu/riscv: Add page table support
` [PATCH 09/11] RISC-V: drivers/iommu/riscv: Add SVA with PASID/ATS/PRI support
` [PATCH 10/11] RISC-V: drivers/iommu/riscv: Add MSI identity remapping
` [PATCH 11/11] RISC-V: drivers/iommu/riscv: Add G-Stage translation support
[PATCH v2 00/16] iommu/amd: SVA Support (Part 1) - cleanup/refactoring
2023-07-31 16:04 UTC (48+ messages)
` [PATCH v2 01/16] iommu/amd: Remove unused amd_io_pgtable.pt_root variable
` [PATCH v2 02/16] iommu/amd: Consolidate timeout pre-define to amd_iommu_type.h
` [PATCH v2 03/16] iommu/amd: Consolidate logic to allocate protection domain
` [PATCH v2 04/16] iommu/amd: Refactor protection domain allocation code
` [PATCH v2 05/16] iommu/amd/iommu_v2: Use protection_domain in struct device_state
` [PATCH v2 06/16] iommu/amd: Introduce helper functions for managing GCR3 table
` [PATCH v2 07/16] iommu/amd: Use struct protection_domain in helper functions
` [PATCH v2 08/16] iommu/amd: Do not set amd_iommu_pgtable in pass-through mode
` [PATCH v2 09/16] iommu/amd: Miscellaneous clean up when free domain
` [PATCH v2 10/16] iommu/amd: Modify logic for checking GT and PPR features
` [PATCH v2 11/16] iommu/amd: Rename ats related variables
` [PATCH v2 12/16] iommu/amd: Add support for different types of PPR handler
` [PATCH v2 13/16] iommu/amd: Introduce iommu_dev_data.flags to track device capabilities
` [PATCH v2 14/16] iommu/amd: Enable device ATS/PASID/PRI capabilities independently
` [PATCH v2 15/16] iommu/amd: Initialize iommu_device->max_pasids
` [PATCH v2 16/16] iommu/amd: Simplify amd_iommu_device_info()
[PATCH] dma-mapping: move arch_dma_set_mask() declaration to header
2023-07-31 16:03 UTC (2+ messages)
[PATCH v3] cma: check for memory region overlapping
2023-07-31 16:02 UTC (2+ messages)
[PATCH v3] dma-contiguous: support numa CMA for specified node
2023-07-31 16:02 UTC (2+ messages)
[PATCH] dma-contiguous: support per-numa CMA for all architectures
2023-07-31 16:02 UTC (2+ messages)
[RFC PATCH] iommu: arm-smmu-nvidia: Add default domain type implementation op
2023-07-31 15:32 UTC (5+ messages)
[PATCH -next] iommu: remove kernel-doc warnings
2023-07-31 14:06 UTC (2+ messages)
[PATCH v5 00/25] iommu: Make default_domain's mandatory
2023-07-31 12:29 UTC (2+ messages)
[PATCH v1 0/7] Refactor the SMMU's CD table ownership
2023-07-30 23:05 UTC (9+ messages)
` [PATCH v1 2/7] iommu/arm-smmu-v3: Replace s1_cfg with ctx_desc_cfg
[GIT PULL] Please pull IOMMUFD subsystem changes
2023-07-28 18:39 UTC (2+ messages)
[PATCH v11 0/7] Add IO page table replacement support
2023-07-28 16:41 UTC (6+ messages)
` [PATCH v11 4/7] iommufd: Use iommufd_access_change_ioas in iommufd_access_destroy_object
` [PATCH v11 5/7] iommufd: Add iommufd_access_replace() API
[PATCH] iommu/amd: fix the address translation issue when do detach
2023-07-28 14:50 UTC (2+ messages)
[PATCH v8 2/4] iommufd: Add iommufd_access_replace() API
2023-07-28 12:28 UTC (11+ 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