messages from 2022-01-24 05:37:39 to 2022-01-28 11:33:01 UTC [more...]
[PATCH] iommu/iova: Separate out rcache init
2022-01-28 11:32 UTC (4+ messages)
[PATCH] iommu: Fix some W=1 warnings
2022-01-28 10:44 UTC
[PATCH 0/2] MT8186 IOMMU SUPPORT
2022-01-28 9:39 UTC (6+ messages)
` [PATCH 1/2] dt-bindings: mediatek: mt8186: Add binding for MM iommu
` [PATCH 2/2] iommu/mediatek: Add mt8186 iommu support
[PATCH v5 00/24] Userspace P2PDMA with O_DIRECT NVMe devices
2022-01-28 9:26 UTC (27+ messages)
` [PATCH v5 01/24] ext4/xfs: add page refcount helper
` [PATCH v5 02/24] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v5 03/24] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v5 04/24] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v5 05/24] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v5 06/24] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v5 07/24] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v5 08/24] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v5 09/24] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v5 10/24] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v5 11/24] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v5 12/24] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v5 13/24] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v5 14/24] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v5 15/24] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v5 16/24] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v5 17/24] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v5 18/24] block: add check when merging zone device pages
` [PATCH v5 19/24] lib/scatterlist: "
` [PATCH v5 20/24] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v5 21/24] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v5 22/24] mm: use custom page_free for P2PDMA pages
` [PATCH v5 23/24] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [PATCH v5 24/24] nvme-pci: allow mmaping the CMB in userspace
[RFC PATCH] component: Add common helpers for compare/release functions
2022-01-28 8:11 UTC
[PATCH 0/2] iommu/vt-d: Fixes for v5.17-rc2
2022-01-28 3:10 UTC (3+ messages)
` [PATCH 1/2] iommu/vt-d: Fix PCI bus rescan device hot add
` [PATCH 2/2] iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()
[PATCH v2 00/11] Re-enable ENQCMD and PASID MSR
2022-01-28 2:42 UTC (12+ messages)
` [PATCH v2 05/11] iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit
amd iommu / xhci bug
2022-01-28 1:15 UTC (2+ messages)
[PATCH 0/2] iommu/ipmmu-vmsa: Add support for R-Car Gen4
2022-01-28 0:09 UTC (6+ messages)
` [PATCH 1/2] dt-bindings: iommu: renesas, ipmmu-vmsa: add r8a779f0 support
` [PATCH 2/2] iommu/ipmmu-vmsa: Add support for R-Car Gen4
[PATCH v4 00/35] MT8195 IOMMU SUPPORT
2022-01-27 11:25 UTC (45+ messages)
` [PATCH v4 01/35] dt-bindings: mediatek: mt8195: Add binding for MM IOMMU
` [PATCH v4 02/35] dt-bindings: mediatek: mt8195: Add binding for infra IOMMU
` [PATCH v4 03/35] iommu/mediatek: Fix 2 HW sharing pgtable issue
` [PATCH v4 04/35] iommu/mediatek: Add list_del in mtk_iommu_remove
` [PATCH v4 05/35] iommu/mediatek: Remove clk_disable "
` [PATCH v4 06/35] iommu/mediatek: Add mutex for m4u_group and m4u_dom in data
` [PATCH v4 07/35] iommu/mediatek: Add mutex for data in the mtk_iommu_domain
` [PATCH v4 08/35] iommu/mediatek: Use kmalloc for protect buffer
` [PATCH v4 09/35] iommu/mediatek: Adapt sharing and non-sharing pgtable case
` [PATCH v4 10/35] iommu/mediatek: Add 12G~16G support for multi domains
` [PATCH v4 11/35] iommu/mediatek: Add a flag DCM_DISABLE
` [PATCH v4 12/35] iommu/mediatek: Add a flag NON_STD_AXI
` [PATCH v4 13/35] iommu/mediatek: Remove the granule in the tlb flush
` [PATCH v4 14/35] iommu/mediatek: Always enable output PA over 32bits in isr
` [PATCH v4 15/35] iommu/mediatek: Add SUB_COMMON_3BITS flag
` [PATCH v4 16/35] iommu/mediatek: Add IOMMU_TYPE flag
` [PATCH v4 17/35] iommu/mediatek: Contain MM IOMMU flow with the MM TYPE
` [PATCH v4 18/35] iommu/mediatek: Adjust device link when it is sub-common
` [PATCH v4 19/35] iommu/mediatek: Allow IOMMU_DOMAIN_UNMANAGED for PCIe VFIO
` [PATCH v4 20/35] iommu/mediatek: Add a PM_CLK_AO flag for infra iommu
` [PATCH v4 21/35] iommu/mediatek: Add infra iommu support
` [PATCH v4 22/35] iommu/mediatek: Add PCIe support
` [PATCH v4 23/35] iommu/mediatek: Add mt8195 support
` [PATCH v4 24/35] iommu/mediatek: Only adjust code about register base
` [PATCH v4 25/35] iommu/mediatek: Just move code position in hw_init
` [PATCH v4 26/35] iommu/mediatek: Separate mtk_iommu_data for v1 and v2
` [PATCH v4 27/35] iommu/mediatek: Remove mtk_iommu.h
` [PATCH v4 28/35] iommu/mediatek-v1: Just rename mtk_iommu to mtk_iommu_v1
` [PATCH v4 29/35] iommu/mediatek: Add mtk_iommu_bank_data structure
` [PATCH v4 30/35] iommu/mediatek: Initialise bank HW for each a bank
` [PATCH v4 31/35] iommu/mediatek: Change the domid to iova_region_id
` [PATCH v4 32/35] iommu/mediatek: Get the proper bankid for multi banks
` [PATCH v4 33/35] iommu/mediatek: Initialise/Remove for multi bank dev
` [PATCH v4 34/35] iommu/mediatek: Backup/restore regsiters for multi banks
` [PATCH v4 35/35] iommu/mediatek: mt8195: Enable multi banks for infra iommu
[PATCH 0/5] iommu/amd: fixes for suspend/resume
2022-01-27 10:50 UTC (10+ messages)
[RFC][DISCUSSION] dma-mapping: allocating noncoherent buffer without mapping
2022-01-27 10:08 UTC (3+ messages)
[PATCH 0/3] Some minor SWIOTLB cleanups
2022-01-26 16:21 UTC (5+ messages)
` [PATCH 1/3] swiotlb: Simplify debugfs setup
` [PATCH 2/3] swiotlb: Tidy up includes
` [PATCH 3/3] swiotlb: Simplify array allocation
[PATCH 0/2] x86/hyperv/Swiotlb: Add swiotlb_alloc_from_low_pages switch
2022-01-26 16:10 UTC (3+ messages)
` [PATCH 1/2] Swiotlb: "
` [PATCH 2/2] x86/hyperv: Set swiotlb_alloc_from_low_pages to false
[PATCH] swiotlb: Do not zero buffer in set_memory_decrypted()
2022-01-26 16:06 UTC (3+ messages)
[PATCH 0/7] iommu cleanup and refactoring
2022-01-26 14:00 UTC (47+ messages)
` [PATCH 1/7] iommu/vt-d: Remove guest pasid related callbacks
` [PATCH 2/7] iommu: Remove guest pasid related interfaces and definitions
` [PATCH 3/7] iommu/vt-d: Remove aux-domain related callbacks
` [PATCH 4/7] iommu: Remove aux-domain related interfaces and iommu_ops
` [PATCH 5/7] drm/nouveau/device: Get right pgsize_bitmap of iommu_domain
` [PATCH 6/7] iommu: Use right way to retrieve iommu_ops
` [PATCH 7/7] iommu: Add iommu_domain::domain_ops
[PATCH] dt-bindings: iommu: renesas, ipmmu-vmsa: Reformat renesas, ipmmu-main description
2022-01-26 12:24 UTC
[PATCH v2] iommu/vt-d: Fix PCI bus rescan device hot add
2022-01-26 0:00 UTC (3+ messages)
[PATCH v7 0/9] ACPI/IORT: Support for IORT RMR node
2022-01-25 19:30 UTC (3+ messages)
[PATCH v3 0/7] MT8186 SMI SUPPORT
2022-01-25 16:55 UTC (2+ messages)
[PATCH v4 0/7] Use pageblock_order for cma and alloc_contig_range alignment
2022-01-25 16:31 UTC (13+ messages)
` [PATCH v4 1/7] mm: page_alloc: avoid merging non-fallbackable pageblocks with others
` [PATCH v4 2/7] mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.c
` [PATCH v4 3/7] mm: page_isolation: check specified range for unmovable pages
[PATCH v3 0/8] Add support for HiSilicon PCIe Tune and Trace device
2022-01-24 13:11 UTC (9+ messages)
` [PATCH v3 1/8] hwtracing: Add trace function "
` [PATCH v3 2/8] hisi_ptt: Register PMU device for PTT trace
` [PATCH v3 3/8] hisi_ptt: Add support for dynamically updating the filter list
` [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 7/8] MAINTAINERS: Add maintainer for HiSilicon PTT driver
` [PATCH v3 8/8] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
[PATCH] CHROMIUM: iommu: rockchip: Make sure that page table state is coherent
2022-01-24 5:37 UTC (5+ 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;
as well as URLs for NNTP newsgroup(s).