Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2022-02-07 07:15:51 to 2022-02-14 06:10:30 UTC [more...]

[PATCH 00/23] component: Add common helpers for compare/release
 2022-02-14  6:08 UTC  (10+ messages)
` [PATCH 01/23] component: Add common helper for compare/release functions
` [PATCH 02/23] drm/komeda: Make use of the helper component_compare_of
` [PATCH 03/23] drm/armada: Make use of the helper component_compare_of/dev_name
` [PATCH 04/23] drm/etnaviv: "
` [PATCH 05/23] drm/hirin: Make use of the helper component_compare_of
` [PATCH 06/23] drm/ingenic: "
` [PATCH 07/23] drm/mediatek: "
` [PATCH 08/23] drm/meson: "
` [PATCH 09/23] drm/msm: "

[PATCH v1 00/10] iommu/vt-d: Some Intel IOMMU cleanups
 2022-02-14  2:59 UTC  (22+ messages)
` [PATCH v1 01/10] iommu/vt-d: Move DMAR specific helpers into dmar.c
` [PATCH v1 04/10] iommu/vt-d: Remove iova_cache_get/put()
` [PATCH v1 06/10] iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFO
` [PATCH v1 07/10] iommu/vt-d: Use an xarray for global device_domain_info
` [PATCH v1 09/10] iommu/vt-d: Refactor dmar_insert_one_dev_info()
` [PATCH v1 10/10] iommu/vt-d: Some cleanups in iommu.c

[PATCH v2 00/11] iommu/vt-d: Some Intel IOMMU cleanups
 2022-02-14  2:57 UTC  (12+ messages)
` [PATCH v2 01/11] iommu/vt-d: Remove intel_iommu::domains
` [PATCH v2 02/11] iommu/vt-d: Remove finding domain in dmar_insert_one_dev_info()
` [PATCH v2 03/11] iommu/vt-d: Remove iova_cache_get/put()
` [PATCH v2 04/11] iommu/vt-d: Remove domain and devinfo mempool
` [PATCH v2 05/11] iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFO
` [PATCH v2 06/11] iommu/vt-d: Remove unnecessary includes
` [PATCH v2 07/11] iommu/vt-d: Remove unnecessary prototypes
` [PATCH v2 08/11] iommu/vt-d: Fix indentation of goto labels
` [PATCH v2 09/11] iommu/vt-d: Remove commented code
` [PATCH v2 10/11] iommu/vt-d: Use xarray for global device_domain_info
` [PATCH v2 11/11] iommu/vt-d: Use rculist for per-domain device list

[PATCH v2 00/10] iommu cleanup and refactoring
 2022-02-14  2:00 UTC  (33+ messages)
` [PATCH v2 01/10] iommu/vt-d: Remove guest pasid related callbacks
` [PATCH v2 02/10] iommu: Remove guest pasid related interfaces and definitions
` [PATCH v2 03/10] iommu/vt-d: Remove aux-domain related callbacks
` [PATCH v2 04/10] iommu: Remove aux-domain related interfaces and iommu_ops
` [PATCH v2 05/10] iommu: Remove apply_resv_region
` [PATCH v2 06/10] drm/nouveau/device: Get right pgsize_bitmap of iommu_domain
` [PATCH v2 07/10] iommu: Use right way to retrieve iommu_ops
` [PATCH v2 08/10] iommu: Remove unused argument in is_attach_deferred
` [PATCH v2 09/10] iommu: Use dev_iommu_ops() helper
` [PATCH v2 10/10] iommu: Split struct iommu_ops

[PATCH v3 00/10] iommu cleanup and refactoring
 2022-02-14  1:55 UTC  (11+ messages)
` [PATCH v3 01/10] iommu/vt-d: Remove guest pasid related callbacks
` [PATCH v3 02/10] iommu: Remove guest pasid related interfaces and definitions
` [PATCH v3 03/10] iommu/vt-d: Remove aux-domain related callbacks
` [PATCH v3 04/10] iommu: Remove aux-domain related interfaces and iommu_ops
` [PATCH v3 05/10] iommu: Remove apply_resv_region
` [PATCH v3 06/10] drm/nouveau/device: Get right pgsize_bitmap of iommu_domain
` [PATCH v3 07/10] iommu: Use right way to retrieve iommu_ops
` [PATCH v3 08/10] iommu: Remove unused argument in is_attach_deferred
` [PATCH v3 09/10] iommu: Use dev_iommu_ops() helper
` [PATCH v3 10/10] iommu: Split struct iommu_ops

[PATCH] iommu/vt-d: Fix list_add double add when enabling VMD and scalable mode
 2022-02-14  0:34 UTC  (2+ messages)

[PATCH 11/13 v2] ARM: ixp4xx: Drop custom DMA coherency and bouncing
 2022-02-11 22:32 UTC 

[PATCH v4 00/11] Re-enable ENQCMD and PASID MSR
 2022-02-11 22:00 UTC  (26+ messages)
` [PATCH v4 01/11] iommu/sva: Rename CONFIG_IOMMU_SVA_LIB to CONFIG_IOMMU_SVA
` [PATCH v4 02/11] mm: Change CONFIG option for mm->pasid field
` [PATCH v4 03/11] iommu/ioasid: Introduce a helper to check for valid PASIDs
` [PATCH v4 04/11] kernel/fork: Initialize mm's PASID
` [PATCH v4 05/11] iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit
` [PATCH v4 06/11] x86/fpu: Clear PASID when copying fpstate
` [PATCH v4 07/11] sched: Define and initialize a flag to identify valid PASID in the task
` [PATCH v4 08/11] x86/traps: Demand-populate PASID MSR via #GP
` [PATCH v4 09/11] x86/cpufeatures: Re-enable ENQCMD
` [PATCH v4 10/11] tools/objtool: Check for use of the ENQCMD instruction in the kernel
` [PATCH v4 11/11] docs: x86: Change documentation for SVA (Shared Virtual Addressing)

[PATCH] dma-mapping: benchmark: Extract a common header file for map_benchmark definition
 2022-02-11 17:11 UTC  (3+ messages)

[PATCH v5 0/6] Use pageblock_order for cma and alloc_contig_range alignment
 2022-02-11 16:41 UTC  (7+ messages)
` [PATCH v5 1/6] mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.c
` [PATCH v5 2/6] mm: page_isolation: check specified range for unmovable pages
` [PATCH v5 3/6] mm: make alloc_contig_range work at pageblock granularity
` [PATCH v5 4/6] mm: cma: use pageblock_order as the single alignment
` [PATCH v5 5/6] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size
` [PATCH v5 6/6] arch: powerpc: adjust fadump alignment to be pageblock aligned

Error when running fio against nvme-of rdma target (mlx5 driver)
 2022-02-11 11:35 UTC  (5+ messages)

[PATCH] iommu: explicitly check for NULL in iommu_dma_get_resv_regions()
 2022-02-11 10:18 UTC  (3+ messages)

[PATCH 0/2] Replace intel_iommu_gfx_mapped with device_iommu_mapped()
 2022-02-11  3:05 UTC  (3+ messages)
` [PATCH 1/2] agp/intel: Use per device iommu check
` [PATCH 2/2] iommu/vt-d: Remove unnecessary exported symbol

[PATCH] iommu: Remove trivial ops->capable implementations
 2022-02-11  1:33 UTC  (2+ messages)

[PATCH v2 1/5] dt-bindings: reserved-memory: Document memory region specifier
 2022-02-10 23:15 UTC  (12+ messages)

[PATCH] iommu/amd: Fix I/O page table memory leak
 2022-02-10 15:47 UTC 

[PATCH] iommu/vt-d: Add missing "__init" for rmrr_sanity_check()
 2022-02-10  2:31 UTC 

[RFC PATCH] component: Add common helpers for compare/release functions
 2022-02-10  7:50 UTC  (5+ messages)

[PATCH] MAINTAINERS: Update maintainer list of DMA MAPPING BENCHMARK
 2022-02-10  7:30 UTC  (3+ messages)

[PATCH v1 1/1] iommu/vt-d: Don't cast parameter in for_each_set_bit()
 2022-02-10  1:19 UTC  (2+ messages)

iommu/amd: bug report: page table memory leak
 2022-02-10  0:59 UTC  (3+ messages)

[PATCH 0/2] iommu/vt-d: Fixes for v5.17-rc2
 2022-02-09 21:52 UTC  (8+ messages)
` [PATCH 1/2] iommu/vt-d: Fix PCI bus rescan device hot add

[PATCH v3 0/2] iommu/ipmmu-vmsa: Add support for R-Car Gen4
 2022-02-09 18:58 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: iommu: renesas, ipmmu-vmsa: add r8a779f0 support
  ` [PATCH v3 1/2] dt-bindings: iommu: renesas,ipmmu-vmsa: "
` [PATCH v3 2/2] iommu/ipmmu-vmsa: Add support for R-Car Gen4

[PATCH AUTOSEL 5.10 17/27] iommu: Fix potential use-after-free during probe
 2022-02-09 18:40 UTC 

[PATCH AUTOSEL 5.15 19/36] iommu: Fix potential use-after-free during probe
 2022-02-09 18:37 UTC 

[PATCH AUTOSEL 5.16 24/42] iommu: Fix potential use-after-free during probe
 2022-02-09 18:32 UTC 

[PATCH] uio: Replace mutex info_lock with percpu_ref to improve performance
 2022-02-09  9:26 UTC  (2+ messages)

[PATCH V2 0/2] x86/hyperv/Swiotlb: Add swiotlb_set_alloc_from_low_pages() switch function
 2022-02-09 12:23 UTC  (3+ messages)
` [PATCH V2 1/2] Swiotlb: Add swiotlb_alloc_from_low_pages switch
` [PATCH V2 2/2] x86/hyperv: Make swiotlb bounce buffer allocation not just from low pages

[PATCH v2 1/1] iommu/vt-d: Move intel_iommu_ops to header file
 2022-02-09 11:56 UTC  (2+ messages)

[PATCH v2 1/1] iommu/dma: Use DMA ops setter instead of direct assignment
 2022-02-09 11:55 UTC  (4+ messages)

[PATCH] dt-bindings: iommu: renesas, ipmmu-vmsa: Reformat renesas, ipmmu-main description
 2022-02-09  3:28 UTC  (2+ messages)
` [PATCH] dt-bindings: iommu: renesas,ipmmu-vmsa: Reformat renesas,ipmmu-main description

[PATCH 0/2] MT8186 IOMMU SUPPORT
 2022-02-09  3:15 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: mediatek: mt8186: Add binding for MM iommu

[PATCH] iommu/arm-smmu-v3: fix event handling soft lockup
 2022-02-08 16:21 UTC  (2+ messages)

[PATCH] iommu/arm-smmu: Add missing pm_runtime_disable() in qcom_iommu_device_probe
 2022-02-08 16:21 UTC  (2+ messages)

[PATCH v2 1/2] iommu/arm-smmu-v3: Avoid open coded arithmetic in memory allocation
 2022-02-08 16:21 UTC  (3+ messages)
` [PATCH v2 2/2] iommu/arm-smmu-v3: Simplify "

[PATCH 0/2] iommu/arm-smmu: Use platform_irq_count()
 2022-02-08 15:31 UTC  (6+ messages)
` [PATCH 1/2] iommu/arm-smmu: Use platform_irq_count() to get the interrupt count

[PATCH] Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()
 2022-02-08 14:19 UTC  (3+ messages)

[syzbot] WARNING in __dma_map_sg_attrs
 2022-02-08 12:26 UTC  (3+ messages)

[PATCH v3 0/8] Add support for HiSilicon PCIe Tune and Trace device
 2022-02-08 12:20 UTC  (23+ messages)
` [PATCH v3 1/8] hwtracing: Add trace function "
` [PATCH v3 2/8] hisi_ptt: Register PMU device for PTT trace
` [PATCH v3 4/8] hisi_ptt: Add tune function support for HiSilicon PCIe Tune and Trace device
` [PATCH v3 5/8] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver
` [PATCH v3 6/8] docs: Add HiSilicon PTT device driver documentation
` [PATCH v3 8/8] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity

[PATCH v5 00/14] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-02-08 11:35 UTC  (7+ messages)
` [PATCH v5 02/14] driver core: Add dma_cleanup callback in bus_type

[PATCH 0/7] iommu cleanup and refactoring
 2022-02-08  1:32 UTC  (2+ messages)

[PATCH v2 0/2] iommu/ipmmu-vmsa: Add support for R-Car Gen4
 2022-02-08  0:02 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: iommu: renesas, ipmmu-vmsa: add r8a779f0 support
  ` [PATCH v2 1/2] dt-bindings: iommu: renesas,ipmmu-vmsa: "
` [PATCH v2 2/2] iommu/ipmmu-vmsa: Add support for R-Car Gen4

[PATCH 1/2] iommu/arm-smmu-v3: Avoid open coded arithmetic in memory allocation
 2022-02-07 10:56 UTC  (4+ messages)
` [PATCH 2/2] iommu/arm-smmu-v3: Simplify "

[PATCH v2] iommu/core: Remove comment reference to iommu_dev_has_feature
 2022-02-07 10:51 UTC  (2+ messages)


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