iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-22 18:54:38 to 2022-03-01 20:16:50 UTC [more...]

[PATCH AUTOSEL 5.15 02/23] swiotlb: fix info leak with DMA_FROM_DEVICE
 2022-03-01 20:16 UTC 

[PATCH AUTOSEL 5.16 02/28] swiotlb: fix info leak with DMA_FROM_DEVICE
 2022-03-01 20:13 UTC 

cleanup swiotlb initialization v2
 2022-03-01 18:20 UTC  (17+ messages)
` [PATCH 01/11] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/11] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/11] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/11] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/11] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 06/11] MIPS/octeon: use swiotlb_init instead of open coding it
` [PATCH 07/11] x86: remove the IOMMU table infrastructure
` [PATCH 08/11] swiotlb: make the swiotlb_init interface more useful
` [PATCH 09/11] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
` [PATCH 10/11] swiotlb: merge swiotlb-xen initialization into swiotlb
` [PATCH 11/11] x86: remove cruft from <asm/dma-mapping.h>

[PATCH v4 0/9] Host1x context isolation support
 2022-03-01 18:12 UTC  (11+ messages)
` [PATCH v4 1/9] dt-bindings: host1x: Add iommu-map property
` [PATCH v4 2/9] gpu: host1x: Add context bus
` [PATCH v4 3/9] gpu: host1x: Add context device management code
` [PATCH v4 4/9] gpu: host1x: Program context stream ID on submission
` [PATCH v4 5/9] iommu/arm-smmu: Attach to host1x context device bus
` [PATCH v4 6/9] arm64: tegra: Add Host1x context stream IDs on Tegra186+
` [PATCH v4 7/9] drm/tegra: falcon: Set DMACTX field on DMA transactions
` [PATCH v4 8/9] drm/tegra: Support context isolation
` [PATCH v4 9/9] drm/tegra: vic: Implement get_streamid_offset

[PATCH V2 0/2] x86/hyperv/Swiotlb: Add swiotlb_set_alloc_from_low_pages() switch function
 2022-03-01 14:01 UTC  (14+ messages)
` [PATCH V2 1/2] Swiotlb: Add swiotlb_alloc_from_low_pages switch

[PATCH] iommu/iova: Reset max32_alloc_size after cleaning rcache in the fail path
 2022-03-01 13:56 UTC  (3+ messages)
` [PATCH v2] "

cleanup swiotlb initialization v4
 2022-03-01 11:43 UTC  (15+ messages)
` [PATCH 01/12] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/12] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/12] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/12] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/12] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 06/12] MIPS/octeon: use swiotlb_init instead of open coding it
` [PATCH 07/12] x86: remove the IOMMU table infrastructure
` [PATCH 08/12] x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabled
` [PATCH 09/12] swiotlb: make the swiotlb_init interface more useful
` [PATCH 10/12] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
` [PATCH 11/12] swiotlb: merge swiotlb-xen initialization into swiotlb
` [PATCH 12/12] x86: remove cruft from <asm/dma-mapping.h>

[PATCH v7 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2022-03-01 10:56 UTC  (3+ messages)

[PATCH 0/5] iommu/amd: Cleanup and fixes
 2022-03-01  8:58 UTC  (5+ messages)
` [PATCH 1/5] iommu/amd: Improve error handling for amd_iommu_init_pci

[PATCH v2 0/5] iommu/amd: Cleanup and fixes
 2022-03-01  8:56 UTC  (6+ messages)
` [PATCH v2 1/5] iommu/amd: Improve error handling for amd_iommu_init_pci
` [PATCH v2 2/5] iommu/amd: Call memunmap in error path
` [PATCH v2 3/5] iommu/amd: Clean up function declarations
` [PATCH v2 4/5] iommu/amd: Remove unused struct fault.devid
` [PATCH v2 5/5] iommu/amd: Improve amd_iommu_v2_exit()

[PATCH v5 00/34] MT8195 IOMMU SUPPORT
 2022-03-01  7:49 UTC  (4+ messages)

[PATCH] iommu/omap: Fix missing put_device() call in omap_iommu_probe_device
 2022-03-01  6:33 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v7 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-03-01  2:54 UTC  (19+ messages)
` [PATCH v7 01/11] iommu: Add DMA ownership management interfaces
` [PATCH v7 02/11] driver core: Add dma_cleanup callback in bus_type
` [PATCH v7 03/11] amba: Stop sharing platform_dma_configure()
` [PATCH v7 04/11] bus: platform, amba, fsl-mc, PCI: Add device DMA ownership management
` [PATCH v7 05/11] PCI: pci_stub: Set driver_managed_dma
` [PATCH v7 06/11] PCI: portdrv: "
` [PATCH v7 07/11] vfio: Set DMA ownership for VFIO devices
` [PATCH v7 08/11] vfio: Remove use of vfio_group_viable()
` [PATCH v7 09/11] vfio: Delete the unbound_list
` [PATCH v7 10/11] vfio: Remove iommu group notifier
` [PATCH v7 11/11] iommu: Remove iommu group changes notifier

[PATCH 00/12] [PULL REQUEST] Intel IOMMU updates for Linux v5.18
 2022-03-01  2:01 UTC  (13+ messages)
` [PATCH 01/12] iommu/vt-d: Remove intel_iommu::domains
` [PATCH 02/12] iommu/vt-d: Remove finding domain in dmar_insert_one_dev_info()
` [PATCH 03/12] iommu/vt-d: Remove iova_cache_get/put()
` [PATCH 04/12] iommu/vt-d: Remove domain and devinfo mempool
` [PATCH 05/12] iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFO
` [PATCH 06/12] iommu/vt-d: Remove unnecessary includes
` [PATCH 07/12] iommu/vt-d: Remove unnecessary prototypes
` [PATCH 08/12] iommu/vt-d: Fix indentation of goto labels
` [PATCH 09/12] iommu/vt-d: Move intel_iommu_ops to header file
` [PATCH 10/12] iommu/vt-d: Add missing "__init" for rmrr_sanity_check()
` [PATCH 11/12] iommu/vt-d: Remove unused function intel_svm_capable()
` [PATCH 12/12] iommu/vt-d: Enable ATS for the devices in SATC table

[PATCH] kernel: dma-debug: fix return value of __setup handlers
 2022-02-28 22:04 UTC 

[PATCH] iommu/vt-d: Add RPLS to quirk list to skip TE disabling
 2022-02-28 20:58 UTC  (7+ messages)

[PATCH 0/1] iommu/vt-d: Fixes for v5.17-rc6
 2022-02-28 12:49 UTC  (3+ messages)
` [PATCH 1/1] iommu/vt-d: Fix double list_add when enabling VMD in scalable mode

[PATCH v4 0/9] iommu cleanup and refactoring
 2022-02-28 12:26 UTC  (2+ messages)

[PATCH v2] dma-mapping: remove CONFIG_DMA_REMAP
 2022-02-28 12:22 UTC 

[PATCH v2 0/2] MT8186 IOMMU SUPPORT
 2022-02-28 12:20 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: mediatek: mt8186: Add binding for MM iommu
` [PATCH v2 2/2] iommu/mediatek: Add mt8186 iommu support

[PATCH] iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find
 2022-02-28 12:16 UTC  (2+ messages)

[PATCH] dma-mapping: remove CONFIG_DMA_REMAP
 2022-02-28 11:04 UTC  (3+ messages)

[PATCH V2] iommu/vt-d: Add RPLS to quirk list to skip TE disabling
 2022-02-28  9:58 UTC  (2+ messages)

[PATCH v5 0/5] iommu: Allow IOVA rcache range be configured
 2022-02-28  9:44 UTC  (2+ messages)

[PATCH] iova: Remove forward declarations
 2022-02-28  9:42 UTC  (2+ messages)

[PATCH v6 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-02-28  0:58 UTC  (31+ messages)
` [PATCH v6 01/11] iommu: Add dma ownership management interfaces
` [PATCH v6 02/11] driver core: Add dma_cleanup callback in bus_type
` [PATCH v6 10/11] vfio: Remove iommu group notifier

[GIT PULL] dma-mapping fix for Linux 5.17
 2022-02-27 21:22 UTC  (2+ messages)

[PATCH v1 00/10] iommu/vt-d: Some Intel IOMMU cleanups
 2022-02-25 22:09 UTC  (3+ messages)
` [PATCH v1 09/10] iommu/vt-d: Refactor dmar_insert_one_dev_info()

[PATCH v5 00/12] x86: Trenchboot secure dynamic launch Linux kernel support
 2022-02-25 18:57 UTC  (3+ messages)

[PATCH v8 00/11] ACPI/IORT: Support for IORT RMR node
 2022-02-25 17:31 UTC  (6+ messages)
` [PATCH v8 03/11] ACPI/IORT: Add helper functions to parse RMR nodes
` [PATCH v8 05/11] ACPI/IORT: Add a helper to retrieve RMR memory regions

cleanup swiotlb initialization
 2022-02-25 15:24 UTC  (22+ messages)
` [PATCH 01/11] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/11] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/11] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/11] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/11] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 07/11] x86: remove the IOMMU table infrastructure
` [PATCH 10/11] swiotlb: merge swiotlb-xen initialization into swiotlb

[PATCH] iommu/arm-smmu: remove redundant assignment to variable res
 2022-02-25 14:32 UTC  (2+ messages)

[PATCH 00/23] component: Add common helpers for compare/release
 2022-02-25 11:07 UTC  (4+ messages)
` [PATCH 22/23] video: omapfb: dss: Make use of the helper component_compare_dev

[PATCH v2 00/11] iommu/vt-d: Some Intel IOMMU cleanups
 2022-02-25  1:57 UTC  (23+ 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 v4 0/8] Add support for HiSilicon PCIe Tune and Trace device
 2022-02-24 12:57 UTC  (9+ messages)
` [PATCH v4 2/8] hwtracing: Add trace function "
` [PATCH v4 3/8] hisi_ptt: Register PMU device for PTT trace

[PATCH v5 07/14] PCI: Add driver dma ownership management
 2022-02-23 18:07 UTC  (3+ messages)

[PATCH v3 0/9] Host1x context isolation support
 2022-02-23  9:44 UTC  (8+ messages)
` [PATCH v3 2/9] gpu: host1x: Add context bus
` [PATCH v3 3/9] gpu: host1x: Add context device management code

[PATCH v6 0/5] Use pageblock_order for cma and alloc_contig_range alignment
 2022-02-23  4:30 UTC  (6+ messages)
` [PATCH v6 1/5] mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.c
` [PATCH v6 2/5] mm: page_isolation: check specified range for unmovable pages
` [PATCH v6 3/5] mm: make alloc_contig_range work at pageblock granularity
` [PATCH v6 4/5] mm: cma: use pageblock_order as the single alignment
` [PATCH v6 5/5] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size

[PATCH v2 0/2] Enable ATS for the devices in SATC table
 2022-02-22 18:54 UTC  (2+ messages)
` [PATCH v2 2/2] iommu/vt-d: Declare dmar_ats_supported() as static function


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).