messages from 2023-01-30 18:05:19 to 2023-02-03 10:21:36 UTC [more...]
[PATCH v2 0/6] iommu/sun50i: Allwinner D1 support
2023-02-03 10:21 UTC (3+ messages)
[PATCH v2] iommu: dart: DART_T8110_ERROR range should be 0 to 5
2023-02-03 10:12 UTC (3+ messages)
[PATCH v1 0/8] Add IO page table replacement support
2023-02-03 10:10 UTC (19+ 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 00/12] [PULL REQUEST] Intel IOMMU updates for Linux v6.3
2023-02-03 10:09 UTC (14+ messages)
` [PATCH 01/12] iommu/vt-d: Remove include/linux/intel-svm.h
` [PATCH 02/12] iommu/vt-d: Remove unused fields in svm structures
` [PATCH 03/12] iommu/vt-d: Remove users from intel_svm_dev
` [PATCH 04/12] iommu/vt-d: Remove sva "
` [PATCH 05/12] iommu/vt-d: Set No Execute Enable bit in PASID table entry
` [PATCH 06/12] iommu/vt-d: Support size of the register set in DRHD
` [PATCH 07/12] iommu/vt-d: Retrieve IOMMU perfmon capability information
` [PATCH 08/12] iommu/vt-d: Support Enhanced Command Interface
` [PATCH 09/12] iommu/vt-d: Add IOMMU perfmon support
` [PATCH 10/12] iommu/vt-d: Support cpumask for IOMMU perfmon
` [PATCH 11/12] iommu/vt-d: Add IOMMU perfmon overflow handler support
` [PATCH 12/12] iommu/vt-d: Enable IOMMU perfmon support
[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)
[PATCH 1/3] iommu: Attach device group to old domain in error path
2023-02-03 9:36 UTC (4+ messages)
` [PATCH 3/3] iommu/amd: Call BUG_ON in page fault hanlder path if domain is NULL
[PATCH 1/2] dmaengine: idxd: Add enable/disable device IOPF feature
2023-02-03 8:44 UTC (2+ messages)
` [PATCH 2/2] iommu/vt-d: Move iopf code from SVA to IOPF enabling path
[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
2023-02-03 8:39 UTC (50+ 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
Regression: v4l/bttv vbi vs iommu
2023-02-03 8:05 UTC (7+ messages)
[PATCH v2 00/10] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
2023-02-03 3:37 UTC (20+ 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 v3 1/1] PCI: Add translated request only flag for pci_enable_pasid()
2023-02-02 20:45 UTC (19+ messages)
[PATCH v2 0/3] iommufd: Remove iommufd_hw_pagetable_has_group
2023-02-02 15:03 UTC (35+ messages)
` [PATCH v2 1/3] iommufd: Add devices_users to track the hw_pagetable usage by device
` [PATCH v2 2/3] iommufd/device: Make hwpt_list list_add/del symmetric
` [PATCH v2 3/3] iommufd/device: Change iommufd_hw_pagetable_has_group to device centric
[PATCH] iommu/arm-smmu-v3: Enable PCI ATS in passthrough mode as well
2023-02-02 13:22 UTC (2+ messages)
[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] iommu/arm-smmu-qcom: Rework the logic finding the bypass quirk
2023-02-01 8:25 UTC
[RFC] mm: Allow ZONE_DMA32 to be disabled via kernel command line
2023-02-01 4:09 UTC (4+ messages)
[PATCH] iommufd: Add top-level bounds check on kernel buffer size
2023-02-01 1:01 UTC (5+ messages)
[PATCH v2 0/8] iommu: The early demise of bus ops
2023-01-31 19:54 UTC (10+ messages)
` [PATCH v2 1/8] iommu: Decouple iommu_present() from "
` [PATCH v2 4/8] iommu: Factor out some helpers
[PATCH 0/3] Add support of unmanaged domain to mediatek IOMMU
2023-01-31 15:31 UTC (8+ messages)
` [PATCH 2/3] iommu: mediatek: Add support of unmanaged iommu domain
` [PATCH 3/3] dt-bindings: iommu: memory: Use unmanaged iommu domain for the APU
[PATCH] dt-bindings: iommu: renesas,ipmmu-vmsa: Update descriptions for R-Car Gen4
2023-01-31 12:28 UTC (8+ messages)
[PATCH V4 0/7] iommu/vt-d: Support performance monitoring for IOMMU
2023-01-31 7:54 UTC (2+ messages)
[PATCH 1/1] iommu/vt-d: Set No Execute Enable bit in PASID table entry
2023-01-31 7:53 UTC (2+ messages)
[PATCH 0/4] iommu/vt-d: SVM implementation cleanup
2023-01-31 7:51 UTC (2+ messages)
[PATCH v2] dt-bindings: iommu: renesas,ipmmu-vmsa: Update for R-Car Gen4
2023-01-31 5:59 UTC (3+ messages)
[PATCH] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
2023-01-31 3:06 UTC (4+ messages)
[PATCH 0/4] Apple M1 USB4/Thunderbolt DART support
2023-01-30 21:41 UTC (3+ messages)
` [PATCH 1/4] dt-bindings: iommu: dart: Add t8103-usb4-dart compatible
[PATCH v3] vfio: Support VFIO_NOIOMMU with iommufd
2023-01-30 19:29 UTC (3+ messages)
[PATCH] iommu: dart: DART_T8110_ERROR range should be 0 to 5
2023-01-30 18:16 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