Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2023-02-01 05:20:08 to 2023-02-06 13:26:16 UTC [more...]

[PATCH v1 0/8] Add IO page table replacement support
 2023-02-06 13:26 UTC  (32+ messages)
` [PATCH v1 1/8] iommu: Move dev_iommu_ops() to private header
` [PATCH v1 2/8] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v1 3/8] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v1 4/8] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_SET_IOAS coverage
` [PATCH v1 5/8] iommufd: Add replace support in iommufd_access_set_ioas()
` [PATCH v1 6/8] iommufd/selftest: Add coverage for access->ioas replacement
` [PATCH v1 7/8] iommufd/device: Use iommu_group_replace_domain()
` [PATCH v1 8/8] vfio-iommufd: Support IO page table replacement

[PATCH v2 00/10] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-02-06 13:20 UTC  (29+ messages)
` [PATCH v2 01/10] cyrpto/b128ops: Remove struct u128
` [PATCH v2 02/10] types: Introduce [us]128
` [PATCH v2 03/10] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [PATCH v2 04/10] instrumentation: Wire up cmpxchg128()
` [PATCH v2 05/10] percpu: Wire up cmpxchg128
` [PATCH v2 06/10] x86,amd_iommu: Replace cmpxchg_double()
` [PATCH v2 07/10] x86,intel_iommu: "
` [PATCH v2 08/10] slub: "
` [PATCH v2 09/10] arch: Remove cmpxchg_double
` [PATCH v2 10/10] s390/cpum_sf: Convert to cmpxchg128()

[PATCH v2 1/3] iommu: Attach device group to old domain in error path
 2023-02-06 13:05 UTC  (5+ messages)
` [PATCH v2 2/3] iommu/amd: Skip attach device domain is same as new domain
` [PATCH v2 3/3] iommu/amd: Improve page fault error reporting

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2023-02-06 12:13 UTC  (55+ messages)
` [RFC PATCH 01/45] iommu/io-pgtable-arm: Split the page table driver
` [RFC PATCH 02/45] iommu/io-pgtable-arm: Split initialization
` [RFC PATCH 03/45] iommu/io-pgtable: Move fmt into io_pgtable_cfg
` [RFC PATCH 04/45] iommu/io-pgtable: Add configure() operation
` [RFC PATCH 05/45] iommu/io-pgtable: Split io_pgtable structure
` [RFC PATCH 06/45] iommu/io-pgtable-arm: Extend __arm_lpae_free_pgtable() to only free child tables
` [RFC PATCH 07/45] iommu/arm-smmu-v3: Move some definitions to arm64 include/
` [RFC PATCH 08/45] KVM: arm64: pkvm: Add pkvm_udelay()
` [RFC PATCH 09/45] KVM: arm64: pkvm: Add pkvm_create_hyp_device_mapping()
` [RFC PATCH 10/45] KVM: arm64: pkvm: Expose pkvm_map/unmap_donated_memory()
` [RFC PATCH 11/45] KVM: arm64: pkvm: Expose pkvm_admit_host_page()
` [RFC PATCH 12/45] KVM: arm64: pkvm: Unify pkvm_pkvm_teardown_donated_memory()
` [RFC PATCH 13/45] KVM: arm64: pkvm: Add hyp_page_ref_inc_return()
` [RFC PATCH 14/45] KVM: arm64: pkvm: Prevent host donation of device memory
` [RFC PATCH 15/45] KVM: arm64: pkvm: Add __pkvm_host_share/unshare_dma()
` [RFC PATCH 16/45] KVM: arm64: Introduce IOMMU driver infrastructure
` [RFC PATCH 17/45] KVM: arm64: pkvm: Add IOMMU hypercalls
` [RFC PATCH 18/45] KVM: arm64: iommu: Add per-cpu page queue
` [RFC PATCH 19/45] KVM: arm64: iommu: Add domains
` [RFC PATCH 20/45] KVM: arm64: iommu: Add map() and unmap() operations
` [RFC PATCH 21/45] KVM: arm64: iommu: Add SMMUv3 driver
` [RFC PATCH 22/45] KVM: arm64: smmu-v3: Initialize registers
` [RFC PATCH 23/45] KVM: arm64: smmu-v3: Setup command queue
` [RFC PATCH 24/45] KVM: arm64: smmu-v3: Setup stream table
` [RFC PATCH 25/45] KVM: arm64: smmu-v3: Reset the device
` [RFC PATCH 26/45] KVM: arm64: smmu-v3: Support io-pgtable
` [RFC PATCH 27/45] KVM: arm64: smmu-v3: Setup domains and page table configuration
` [RFC PATCH 28/45] iommu/arm-smmu-v3: Extract driver-specific bits from probe function
` [RFC PATCH 29/45] iommu/arm-smmu-v3: Move some functions to arm-smmu-v3-common.c
` [RFC PATCH 30/45] iommu/arm-smmu-v3: Move queue and table allocation "
` [RFC PATCH 31/45] iommu/arm-smmu-v3: Move firmware probe to arm-smmu-v3-common
` [RFC PATCH 32/45] iommu/arm-smmu-v3: Move IOMMU registration to arm-smmu-v3-common.c
` [RFC PATCH 33/45] iommu/arm-smmu-v3: Use single pages for level-2 stream tables
` [RFC PATCH 34/45] iommu/arm-smmu-v3: Add host driver for pKVM
` [RFC PATCH 35/45] iommu/arm-smmu-v3-kvm: Pass a list of SMMU devices to the hypervisor
` [RFC PATCH 36/45] iommu/arm-smmu-v3-kvm: Validate device features
` [RFC PATCH 37/45] iommu/arm-smmu-v3-kvm: Allocate structures and reset device
` [RFC PATCH 38/45] iommu/arm-smmu-v3-kvm: Add per-cpu page queue
` [RFC PATCH 39/45] iommu/arm-smmu-v3-kvm: Initialize page table configuration
` [RFC PATCH 40/45] iommu/arm-smmu-v3-kvm: Add IOMMU ops
` [RFC PATCH 41/45] KVM: arm64: pkvm: Add __pkvm_host_add_remove_page()
` [RFC PATCH 42/45] KVM: arm64: pkvm: Support SCMI power domain
` [RFC PATCH 43/45] KVM: arm64: smmu-v3: Support power management
` [RFC PATCH 44/45] iommu/arm-smmu-v3-kvm: Support power management with SCMI SMC
` [RFC PATCH 45/45] iommu/arm-smmu-v3-kvm: Enable runtime PM

[PATCH] iommu/vt-d: Avoid superfluous IOTLB tracking in lazy mode
 2023-02-06 11:20 UTC  (5+ messages)

[PATCH] firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/
 2023-02-06  5:38 UTC  (3+ messages)

[PATCH v3 1/1] PCI: Add translated request only flag for pci_enable_pasid()
 2023-02-06  4:28 UTC  (8+ messages)

[PATCH 1/2] dmaengine: idxd: Add enable/disable device IOPF feature
 2023-02-06  3:28 UTC  (4+ messages)
` [PATCH 2/2] iommu/vt-d: Move iopf code from SVA to IOPF enabling path

[PATCH] iommu/intel: Do not use GFP_ATOMIC when not needed
 2023-02-04 20:31 UTC 

[PATCH v2 0/6] iommu/sun50i: Allwinner D1 support
 2023-02-04 14:49 UTC  (4+ messages)

[PATCH] iommu/vt-d: Fix PASID directory pointer coherency
 2023-02-04  3:43 UTC  (2+ messages)

[PATCH v3] vfio: Support VFIO_NOIOMMU with iommufd
 2023-02-03 19:58 UTC  (4+ messages)

[PATCH 1/3] iommu: Attach device group to old domain in error path
 2023-02-03 16:52 UTC  (7+ messages)
` [PATCH 3/3] iommu/amd: Call BUG_ON in page fault hanlder path if domain is NULL

[PATCH] iommu/arm-smmu-v3: Enable PCI ATS in passthrough mode as well
 2023-02-03 12:12 UTC  (6+ messages)

[PATCH v2] iommu: dart: DART_T8110_ERROR range should be 0 to 5
 2023-02-03 10:12 UTC  (3+ messages)

[PATCH 00/12] [PULL REQUEST] Intel IOMMU updates for Linux v6.3
 2023-02-03 10:09 UTC  (2+ messages)

[PATCH] iommu/dart: Fix apple_dart_device_group for PCI groups
 2023-02-03  9:56 UTC  (2+ messages)

[PATCH] iommu/exynos: add missing set_platform_dma_ops callback
 2023-02-03  9:41 UTC  (2+ messages)

Regression: v4l/bttv vbi vs iommu
 2023-02-03  8:05 UTC  (7+ messages)

[PATCH v2 0/3] iommufd: Remove iommufd_hw_pagetable_has_group
 2023-02-02 15:03 UTC  (30+ messages)
` [PATCH v2 1/3] iommufd: Add devices_users to track the hw_pagetable usage by device
` [PATCH v2 3/3] iommufd/device: Change iommufd_hw_pagetable_has_group to device centric

[PATCH] iommu/amd: @Add a length limitation for the ivrs_acpihid command-line parameter
 2023-02-02  8:26 UTC  (4+ messages)
  ` [PATCH v2] iommu/amd: Add "

[PATCH v5 00/14] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-02-02  5:49 UTC  (6+ messages)
` [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted

[PATCH 0/4] iommu: Reject drivers with broken_unmanaged_domain
 2023-02-02  3:50 UTC  (9+ messages)
` [PATCH 1/4] iommu: Add a broken_unmanaged_domain flag in iommu_ops

[PATCH 1/2] iommu/vt-d: Fix PCI device reference count leak in has_external pci() #forregzbot
 2023-02-01 23:24 UTC  (2+ messages)

[PATCH v3 1/1] PCI: Add translated request only flag for pci_enable_pasid()
 2023-02-01 14:22 UTC  (8+ messages)

[PATCH] iommu/arm-smmu-qcom: Rework the logic finding the bypass quirk
 2023-02-01  8:25 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox