Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2022-11-04 10:00:28 to 2022-11-09 09:29:41 UTC [more...]

[PATCH] mmc: sdhci-xenon: Fix 2G limitation on AC5 SoC
 2022-11-09  9:29 UTC  (14+ messages)

[PATCH v2 00/11] Connect VFIO to IOMMUFD
 2022-11-09  9:03 UTC  (21+ messages)
` [PATCH v2 01/11] vfio: Move vfio_device driver open/close code to a function
` [PATCH v2 02/11] vfio: Move vfio_device_assign_container() into vfio_device_first_open()
` [PATCH v2 03/11] vfio: Rename vfio_device_assign/unassign_container()
` [PATCH v2 04/11] vfio: Move storage of allow_unsafe_interrupts to vfio_main.c
` [PATCH v2 05/11] vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()
` [PATCH v2 06/11] vfio-iommufd: Allow iommufd to be used in place of a container fd
` [PATCH v2 07/11] vfio-iommufd: Support iommufd for physical VFIO devices
` [PATCH v2 08/11] vfio-iommufd: Support iommufd for emulated "
` [PATCH v2 09/11] vfio: Move container related MODULE_ALIAS statements into container.c
` [PATCH v2 10/11] vfio: Make vfio_container optionally compiled
` [PATCH v2 11/11] iommufd: Allow iommufd to supply /dev/vfio/vfio

[PATCH] iommu/arm-smmu-v3: Restore prints in arm_smmu_attach_dev()
 2022-11-09  7:07 UTC 

[RFC] iommu/vt-d: set default value of INTEL_IOMMU_FLOPPY_WA to n
 2022-11-09  7:05 UTC  (2+ messages)

[PATCH 00/10] Connect VFIO to IOMMUFD
 2022-11-09  3:21 UTC  (26+ messages)
` [PATCH 04/10] vfio: Move storage of allow_unsafe_interrupts to vfio_main.c
` [PATCH 05/10] vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()
` [PATCH 07/10] vfio-iommufd: Support iommufd for physical VFIO devices
` [PATCH 10/10] iommufd: Allow iommufd to supply /dev/vfio/vfio

[PATCH v3 00/15] IOMMUFD Generic interface
 2022-11-09  2:50 UTC  (53+ messages)
` [PATCH v3 01/15] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
` [PATCH v3 02/15] iommu: Add device-centric DMA ownership interfaces
` [PATCH v3 03/15] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH v3 05/15] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH v3 08/15] iommufd: Algorithms for PFN storage
  ` [PATCH v3 8/15] "
` [PATCH v3 10/15] iommufd: IOCTLs for the io_pagetable
` [PATCH v3 11/15] iommufd: Add a HW pagetable object
` [PATCH v3 12/15] iommufd: Add kAPI toward external drivers for physical devices
` [PATCH v3 14/15] iommufd: vfio container FD ioctl compatibility
` [PATCH v3 15/15] iommufd: Add a selftest

[PATCH -next] iommu: Fix some kernel-doc comments
 2022-11-09  2:47 UTC 

[PATCH 00/12] Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-11-09  1:09 UTC  (7+ messages)
` [PATCH 05/12] x86/hyperv: Change vTOM handling to use standard coco mechanisms
` [PATCH 09/12] hv_netvsc: Remove second mapping of send and recv buffers
` [PATCH 12/12] PCI: hv: Enable PCI pass-thru devices in Confidential VMs

[PATCH v4 00/17] IOMMUFD Generic interface
 2022-11-09  0:41 UTC  (44+ messages)
` [PATCH v4 01/17] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
` [PATCH v4 02/17] iommu: Add device-centric DMA ownership interfaces
` [PATCH v4 03/17] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH v4 04/17] iommufd: Document overview of iommufd
  ` [PATCH v4 4/17] "
` [PATCH v4 05/17] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH v4 06/17] kernel/user: Allow user::locked_vm to be usable for iommufd
` [PATCH v4 07/17] iommufd: PFN handling for iopt_pages
` [PATCH v4 08/17] iommufd: Algorithms for PFN storage
` [PATCH v4 09/17] iommufd: Data structure to provide IOVA to PFN mapping
` [PATCH v4 10/17] iommufd: IOCTLs for the io_pagetable
` [PATCH v4 11/17] iommufd: Add a HW pagetable object
` [PATCH v4 12/17] iommufd: Add kAPI toward external drivers for physical devices
` [PATCH v4 13/17] iommufd: Add kAPI toward external drivers for kernel access
` [PATCH v4 14/17] iommufd: vfio container FD ioctl compatibility
` [PATCH v4 15/17] iommufd: Add a selftest
` [PATCH v4 16/17] iommufd: Add some fault injection points
` [PATCH v4 17/17] iommufd: Add additional invariant assertions
` S390 testing for IOMMUFD
              ` [PATCH 1/2] vfio/ccw: Convert to use vfio_dma_rw()

[PATCH v7 0/5] Define EINVAL as device/domain incompatibility
 2022-11-08 13:23 UTC  (6+ messages)
` [PATCH v7 4/5] iommu: Use EINVAL for incompatible device/domain in ->attach_dev

[PATCH v3 00/13] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2022-11-08 11:40 UTC  (34+ messages)
` [PATCH v3 01/13] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH v3 02/13] dma-mapping: Force bouncing if the kmalloc() size is not cacheline-aligned
` [PATCH v3 03/13] iommu/dma: Force bouncing of the "
` [PATCH v3 04/13] mm/slab: Allow kmalloc() minimum alignment fallback to dma_get_cache_alignment()
` [PATCH v3 05/13] mm/slab: Simplify create_kmalloc_cache() args and make it static
` [PATCH v3 06/13] dma: Allow the smaller cache_line_size() returned by dma_get_cache_alignment()
` [PATCH v3 07/13] drivers/base: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
` [PATCH v3 08/13] drivers/gpu: "
` [PATCH v3 09/13] drivers/usb: "
` [PATCH v3 10/13] drivers/spi: "
` [PATCH v3 11/13] crypto: "
` [PATCH v3 12/13] drivers/md: "
` [PATCH v3 13/13] dma: arm64: Add CONFIG_DMA_BOUNCE_UNALIGNED_KMALLOC and enable it for arm64

[PATCH v2 0/8] iommu/vt-d: Some cleanups
 2022-11-08  7:34 UTC  (9+ messages)
` [PATCH v2 1/8] iommu/vt-d: Allocate pasid table in device probe path
` [PATCH v2 2/8] iommu/vt-d: Improve iommu_enable_pci_caps()
` [PATCH v2 3/8] iommu/vt-d: Add device_block_translation() helper
` [PATCH v2 4/8] iommu/vt-d: Add blocking domain support
` [PATCH v2 5/8] iommu/vt-d: Fold dmar_remove_one_dev_info() into its caller
` [PATCH v2 6/8] iommu/vt-d: Rename domain_add_dev_info()
` [PATCH v2 7/8] iommu/vt-d: Remove unnecessary domain_context_mapped()
` [PATCH v2 8/8] iommu/vt-d: Use real field for indication of first level

[RFC PATCH v2 00/11] iommu/arm-smmu-qcom: Rework Qualcomm SMMU bindings and implementation
 2022-11-08  4:36 UTC  (7+ messages)
` [RFC PATCH v2 01/11] arm64: dts: qcom: msm8996: change order of SMMU clocks on this platform
  ` (subset) "
` [RFC PATCH v2 08/11] iommu/arm-smmu-qcom: provide separate implementation for SDM845-smmu-500

[RESEND PATCH v3] iommu/iova: Optimize alloc_iova with rbtree_augmented
 2022-11-08  3:43 UTC  (3+ messages)

[PATCH v3 0/1] iommu: SMMU for SDM670
 2022-11-08  3:02 UTC  (3+ messages)
` [PATCH v3 1/1] dt-bindings: iommu: arm-smmu: add sdm670 compatible

[PATCH 06/10] vfio-iommufd: Allow iommufd to be used in place of a container fd
 2022-11-07 23:45 UTC  (3+ messages)

[PATCH v2] gpu: host1x: Avoid trying to use GART on Tegra20
 2022-11-07 21:21 UTC  (3+ messages)

[PATCH] iommu: Avoid races around device probe
 2022-11-07 16:41 UTC  (3+ messages)

[PATCH] iommu/mediatek: check return value after calling platform_get_resource()
 2022-11-07 16:03 UTC  (2+ messages)

[PATCH v9 1/4] iommu: Add dummy dev_iommu_fwspec_get() helper
 2022-11-07  9:48 UTC  (10+ messages)
` [PATCH v10 1/4] iommu: Always define struct iommu_fwspec

[PATCH v5] dt-bindings: iommu: qcom: Add Qualcomm MSM8953 compatible
 2022-11-05 14:20 UTC 

[PATCH 0/7] iommu/vt-d: Some cleanups
 2022-11-05  2:59 UTC  (12+ messages)
` [PATCH 1/7] iommu/vt-d: Allocate pasid table in device probe path
` [PATCH 2/7] iommu/vt-d: Add blocking domain support
` [PATCH 3/7] iommu/vt-d: Use device_block_translation() in dev_attach error path

[PATCH] iommu/exynos: Fix driver initialization sequence
 2022-11-04 13:49 UTC  (3+ messages)

[PATCH v2 0/6] iommu/exynos: Convert to a module
 2022-11-04 13:48 UTC  (13+ messages)
  ` [PATCH v2 2/6] iommu/exynos: Fix retval on getting clocks in probe
  ` [PATCH v2 3/6] iommu/exynos: Modularize the driver
  ` [PATCH v2 4/6] iommu/exynos: Implement shutdown driver method
  ` [PATCH v2 5/6] iommu/exynos: Rearrange the platform driver code
  ` [PATCH v2 6/6] media: platform: Use IS_ENABLED() to check EXYNOS_IOMMU in s5p_mfc


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