messages from 2023-08-14 04:52:49 to 2023-08-17 04:22:31 UTC [more...]
[PATCH v2] iommu/arm-smmu-v3: Allow default substream bypass with a pasid support
2023-08-17 4:21 UTC
[PATCH] iommu/arm-smmu-qcom: NULL pointer check for driver data
2023-08-17 1:01 UTC (2+ messages)
[PATCH v6 00/10] Refactor the SMMU's CD table ownership
2023-08-17 0:50 UTC (18+ messages)
` [PATCH v6 01/10] iommu/arm-smmu-v3: Move ctx_desc out of s1_cfg
` [PATCH v6 02/10] iommu/arm-smmu-v3: Replace s1_cfg with cdtab_cfg
` [PATCH v6 03/10] iommu/arm-smmu-v3: Encapsulate ctx_desc_cfg init in alloc_cd_tables
` [PATCH v6 04/10] iommu/arm-smmu-v3: move stall_enabled to the cd table
` [PATCH v6 05/10] iommu/arm-smmu-v3: Refactor write_ctx_desc
` [PATCH v6 06/10] iommu/arm-smmu-v3: Move CD table to arm_smmu_master
` [PATCH v6 07/10] iommu/arm-smmu-v3: Cleanup arm_smmu_domain_finalise
` [PATCH v6 08/10] iommu/arm-smmu-v3: Update comment about STE liveness
` [PATCH v6 09/10] iommu/arm-smmu-v3: Skip cd sync if CD table isn't active
` [PATCH v6 10/10] iommu/arm-smmu-v3: Rename cdcfg to cd_table
[PATCH v4 00/14] iommu/amd: SVA Support (Part 1) - cleanup/refactoring
2023-08-16 23:18 UTC (30+ messages)
` [PATCH v4 01/14] iommu/amd: Remove unused amd_io_pgtable.pt_root variable
` [PATCH v4 02/14] iommu/amd: Consolidate timeout pre-define to amd_iommu_type.h
` [PATCH v4 03/14] iommu/amd: Consolidate logic to allocate protection domain
` [PATCH v4 04/14] iommu/amd: Refactor protection domain allocation code
` [PATCH v4 05/14] iommu/amd: Introduce helper functions for managing GCR3 table
` [PATCH v4 06/14] iommu/amd: Do not set amd_iommu_pgtable in pass-through mode
` [PATCH v4 07/14] iommu/amd: Miscellaneous clean up when free domain
` [PATCH v4 08/14] iommu/amd: Consolidate feature detection and reporting logic
` [PATCH v4 09/14] iommu/amd: Modify logic for checking GT and PPR features
` [PATCH v4 10/14] iommu/amd: Rename ats related variables
` [PATCH v4 11/14] iommu/amd: Introduce iommu_dev_data.ppr
` [PATCH v4 12/14] iommu/amd: Introduce iommu_dev_data.flags to track device capabilities
` [PATCH v4 13/14] iommu/amd: Enable device ATS/PASID/PRI capabilities independently
` [PATCH v4 14/14] iommu/amd: Initialize iommu_device->max_pasids
[PATCH 00/13] Linux RISC-V IOMMU Support
2023-08-16 21:43 UTC (13+ messages)
` [PATCH 01/11] RISC-V: drivers/iommu: Add RISC-V IOMMU - Ziommu support
` [PATCH 06/11] RISC-V: drivers/iommu/riscv: Add command, fault, page-req queues
` [PATCH 07/11] RISC-V: drivers/iommu/riscv: Add device context support
` [PATCH 08/11] RISC-V: drivers/iommu/riscv: Add page table 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] iommu/arm-smmu-v3: Add a user-configurable tlb_invalidate_threshold
2023-08-16 20:43 UTC
[PATCH v2 00/10] iommu/amd: SVA Support (part 3) - refactor support for GCR3 table
2023-08-16 17:40 UTC (11+ messages)
` [PATCH v2 01/10] iommu/amd: Use struct protection_domain in helper functions
` [PATCH v2 02/10] iommu/amd: Introduce get_amd_iommu_from_dev()
` [PATCH v2 03/10] iommu/amd: Introduce struct protection_domain.pd_mode
` [PATCH v2 04/10] iommu/amd: Introduce per-device GCR3 table
` [PATCH v2 05/10] iommu/amd: Use protection_domain.flags to check page table mode
` [PATCH v2 06/10] iommu/amd: Refactor helper function for setting / clearing GCR3
` [PATCH v2 07/10] iommu/amd: Refactor helper function for attaching / detaching device
` [PATCH v2 08/10] iommu/amd: Refactor protection_domain helper functions
` [PATCH v2 09/10] iommu/amd: Refactor GCR3 table "
` [PATCH v2 10/10] iommu/amd: Remove unused GCR3 table parameters from struct protection_domain
[PATCH] iommu/arm-smmu-v3: Add a configurable tlbi_range_max_n_shift for TLBI
2023-08-16 17:37 UTC (5+ messages)
[PATCH 0/2] iommu/iova: Make the rcache depot properly flexible
2023-08-16 16:52 UTC (10+ messages)
` [PATCH 1/2] iommu/iova: Make the rcache depot scale better
` [PATCH 2/2] iommu/iova: Manage the depot list size
[PATCH v6 08/25] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
2023-08-16 12:44 UTC (5+ messages)
[PATCH v8 0/5] iommufd: Add iommu hardware info reporting
2023-08-16 12:13 UTC (6+ messages)
` [PATCH v8 1/5] iommu: Move dev_iommu_ops() to private header
` [PATCH v8 2/5] iommu: Add new iommu op to get iommu hardware information
` [PATCH v8 3/5] iommufd: Add IOMMU_GET_HW_INFO
` [PATCH v8 4/5] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl
` [PATCH v8 5/5] iommu/vt-d: Implement hw_info for iommu capability query
[PATCH v4 00/12] Add Intel VT-d nested translation
2023-08-16 12:03 UTC (8+ messages)
` [PATCH v4 11/12] iommu/vt-d: Implement hw_info for iommu capability query
[PATCH] perf: ARM_SMMU_V3_PMU should depend on ARM_SMMU_V3
2023-08-16 11:36 UTC (3+ messages)
Mail delivery failed: returning message to sender
2023-08-16 11:05 UTC
[PATCH 0/4] iommu/amd: SVA Support (part 2) - deprecate iommu_v2 module
2023-08-16 9:52 UTC (9+ messages)
` [PATCH 1/4] iommu/amd: Remove "
` [PATCH 2/4] iommu/amd: Remove PPR support
` [PATCH 3/4] iommu/amd: Remove amd_iommu_device_info()
` [PATCH 4/4] iommu/amd: Remove unused EXPORT_SYMBOLS
[PATCH v13 0/4] add debugfs to migration driver
2023-08-16 9:42 UTC (5+ messages)
` [PATCH v13 1/4] vfio/migration: Add debugfs to live "
` [PATCH v13 2/4] hisi_acc_vfio_pci: extract public functions for container_of
` [PATCH v13 3/4] hisi_acc_vfio_pci: register debugfs for hisilicon migration driver
` [PATCH v13 4/4] Documentation: add debugfs description for vfio
[PATCH -next] iommufd/selftest: fix unregister device
2023-08-16 8:13 UTC
[PATCH 03/11] dt-bindings: Add RISC-V IOMMU bindings
2023-08-16 4:10 UTC (15+ messages)
[RESEND PATCH 0/2] iommu/iova: optimize the iova rcache
2023-08-16 3:40 UTC (6+ messages)
` [RESEND PATCH 2/2] iommu/iova: allocate iova_rcache->depot dynamicly
[PATCH v7 0/4] iommufd: Add iommu hardware info reporting
2023-08-16 1:07 UTC (12+ messages)
` [PATCH v7 3/4] iommufd: Add IOMMU_GET_HW_INFO
[PATCH 00/10] VM: SVM: Honor KVM_MAX_VCPUS when AVIC is enabled
2023-08-15 21:35 UTC (11+ messages)
` [PATCH 01/10] KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BAR
` [PATCH 02/10] KVM: SVM: Use AVIC_HPA_MASK when initializing vCPU's Physical ID entry
` [PATCH 03/10] KVM: SVM: Drop pointless masking of kernel page pa's with "AVIC's" HPA mask
` [PATCH 04/10] KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
` [PATCH 05/10] KVM: SVM: Drop vcpu_svm's pointless avic_backing_page field
` [PATCH 06/10] iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr
` [PATCH 07/10] KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
` [PATCH 08/10] KVM: SVM: WARN if KVM attempts to create AVIC backing page with user APIC
` [PATCH 09/10] KVM: SVM: Drop redundant check in AVIC code on ID during vCPU creation
` [PATCH 10/10] KVM: SVM: Rename "avic_physical_id_cache" to "avic_physical_id_entry"
[PATCH] iommufd: Remove iommufd_ref_to_users()
2023-08-15 14:45 UTC (3+ messages)
[PATCH] iommu/vt-d: Atomic breakdown of IOPT into finer granularity
2023-08-15 14:34 UTC (7+ messages)
[GIT PULL] iommu/arm-smmu: Updates for 6.6
2023-08-15 13:51 UTC
[PATCH v5 0/9] Refactor the SMMU's CD table ownership
2023-08-15 12:56 UTC (17+ messages)
` [PATCH v5 5/9] iommu/arm-smmu-v3: Refactor write_ctx_desc
` [PATCH v5 6/9] iommu/arm-smmu-v3: Move CD table to arm_smmu_master
[PATCH 00/11] iommu/amd: SVA support (part 2) - refactor support for GCR3 table
2023-08-15 11:42 UTC (10+ messages)
` [PATCH 06/11] iommu/amd: Refactor helper function for attaching / detaching device
[PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
2023-08-15 6:18 UTC (11+ messages)
[PATCH v6 00/25] iommu: Make default_domain's mandatory
2023-08-15 1:34 UTC (6+ messages)
` [PATCH v6 15/25] iommufd/selftest: Make the mock iommu driver into a real driver
[PATCH v6 17/25] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
2023-08-15 0:56 UTC (4+ messages)
Fwd: AF-XDP program in multi-process/multi-threaded configuration IO_PAGEFAULT
2023-08-15 0:39 UTC
[PATCH v6 07/25] iommu/mtk_iommu_v1: Implement an IDENTITY domain
2023-08-15 0:34 UTC (4+ messages)
[PATCH v6 24/25] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
2023-08-14 15:40 UTC (3+ messages)
[PATCH v6 20/25] iommu/sun50i: Add an IOMMU_IDENTITIY_DOMAIN
2023-08-14 15:39 UTC (3+ messages)
[PATCH v6 12/25] iommu/tegra-smmu: Support DMA domains in tegra
2023-08-14 15:34 UTC (3+ messages)
[PATCH v6 02/25] iommu: Add IOMMU_DOMAIN_PLATFORM
2023-08-14 14:22 UTC (7+ messages)
[PATCH -next] iommu/amd: Remove unused declarations
2023-08-14 13:55 UTC
[PATCH v6 10/25] iommu/exynos: Implement an IDENTITY domain
2023-08-14 12:48 UTC (3+ messages)
Mail delivery failed: returning message to sender
2023-08-14 9:14 UTC
[PATCH v12 0/7] MT8188 IOMMU SUPPORT
2023-08-14 8:21 UTC (7+ messages)
` [PATCH v12 5/7] iommu/mediatek: Add MT8188 IOMMU Support
[PATCH v6 25/25] iommu: Convert remaining simple drivers to domain_alloc_paging()
2023-08-14 7:00 UTC (2+ messages)
[PATCH v6 19/25] iommu/mtk_iommu: Add an IOMMU_IDENTITIY_DOMAIN
2023-08-14 6:35 UTC (2+ messages)
[PATCH v6 18/25] iommu/ipmmu: Add an IOMMU_IDENTITIY_DOMAIN
2023-08-14 6:34 UTC (2+ messages)
[PATCH v6 14/25] iommu/msm: Implement an IDENTITY domain
2023-08-14 5:53 UTC (2+ messages)
[PATCH v6 13/25] iommu/omap: Implement an IDENTITY domain
2023-08-14 5:10 UTC (2+ messages)
[PATCH v6 11/25] iommu/tegra-smmu: Implement an IDENTITY domain
2023-08-14 5:01 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).