iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-03 23:38:48 to 2021-02-08 18:33:55 UTC [more...]

[RFC PATCH v3 0/2] mempinfd: Add new syscall to provide memory pin
 2021-02-08 18:33 UTC  (16+ messages)
` [RFC PATCH v3 1/2] "
` [RFC PATCH v3 2/2] selftests/vm: add mempinfd test

[PATCH] swiotlb: Validate bounce size in the sync/unmap path
 2021-02-08 17:14 UTC  (7+ messages)

[RFC PATCH 0/8] Host1x context isolation support
 2021-02-08 16:53 UTC  (10+ messages)
` [RFC PATCH 1/8] of/device: Allow specifying a custom iommu_spec to of_dma_configure
` [RFC PATCH 2/8] gpu: host1x: Add context bus
` [RFC PATCH 3/8] gpu: host1x: Add context device management code
` [RFC PATCH 4/8] gpu: host1x: Program context stream ID on submission
` [RFC PATCH 5/8] iommu/arm-smmu: Attach to host1x context device bus
` [RFC PATCH 6/8] arm64: tegra: Add Host1x context stream IDs on Tegra186+
` [RFC PATCH 7/8] drm/tegra: Support context isolation
` [RFC PATCH 8/8] drm/tegra: vic: Implement get_streamid_offset

MIPS noncoherent DMA cleanups
 2021-02-08 16:10 UTC  (10+ messages)
` [PATCH 1/6] MIPS/malta: simplify plat_setup_iocoherency
` [PATCH 2/6] MIPS/alchemy: factor out the DMA coherent setup
` [PATCH 3/6] MIPS: move the {no, }nocoherentio options to the malta setup code
` [PATCH 4/6] MIPS: refactor the maybe coherent DMA indicators
` [PATCH 5/6] driver core: lift dma_default_coherent into common code
` [PATCH 6/6] MIPS: remove CONFIG_DMA_PERDEV_COHERENT

[PATCH v3 0/2] VMD MSI Remapping Bypass
 2021-02-08 16:30 UTC  (5+ messages)
` [PATCH v3 1/2] iommu/vt-d: Use Real PCI DMA device for IRTE
` [PATCH v3 2/2] PCI: vmd: Disable MSI-X remapping when possible

[PATCH] iommu/amd: Fix performance counter initialization
 2021-02-08 12:27 UTC 

AMD-Vi: Unable to read/write to IOMMU perf counter
 2021-02-08 11:57 UTC  (6+ messages)

add a new dma_alloc_noncontiguous API v2
 2021-02-08 11:33 UTC  (5+ messages)
` [PATCH 7/7] media: uvcvideo: Use dma_alloc_noncontiguos API

[PATCH 00/12] Introduce dev-msi and interrupt message store
 2021-02-08  8:21 UTC  (5+ messages)
` [PATCH 11/12] platform-msi: Add platform check for subdevice irq domain

[PATCH] MAINTAINERS: repair file pattern in MEDIATEK IOMMU DRIVER
 2021-02-08  8:13 UTC  (3+ messages)

[PATCH] iommu/mediatek: Fix error code in probe()
 2021-02-08  8:11 UTC  (3+ messages)

[RFC 0/3] mm/page_alloc: Fix pageblock_order with HUGETLB_PAGE_SIZE_VARIABLE
 2021-02-08  4:40 UTC  (7+ messages)
` [RFC 1/3] mm/page_alloc: Fix pageblock_order when HUGETLB_PAGE_ORDER >= MAX_ORDER
` [RFC 2/3] arm64/hugetlb: Enable HUGETLB_PAGE_SIZE_VARIABLE
` [RFC 3/3] dma-contiguous: Type cast MAX_ORDER as unsigned int

[RFC PATCH 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
 2021-02-08  1:17 UTC  (23+ messages)
` [RFC PATCH 01/11] iommu/arm-smmu-v3: Add feature detection for HTTU
` [RFC PATCH 04/11] iommu/arm-smmu-v3: Split block descriptor to a span of page
` [RFC PATCH 05/11] iommu/arm-smmu-v3: Merge a span of page to block descriptor
` [RFC PATCH 06/11] iommu/arm-smmu-v3: Scan leaf TTD to sync hardware dirty log
` [RFC PATCH 10/11] vfio/iommu_type1: Optimize dirty bitmap population based on iommu HWDBM

[GIT PULL] dma-mapping fix for 5.11
 2021-02-07 19:23 UTC  (2+ messages)

swiotlb cleanups
 2021-02-07 16:09 UTC  (9+ messages)
` [PATCH 1/8] powerpc/svm: stop using io_tlb_start
` [PATCH 2/8] xen-swiotlb: use is_swiotlb_buffer in is_xen_swiotlb_buffer
` [PATCH 3/8] xen-swiotlb: use io_tlb_end in xen_swiotlb_dma_supported
` [PATCH 4/8] xen-swiotlb: remove xen_set_nslabs
` [PATCH 5/8] xen-swiotlb: remove xen_io_tlb_start and xen_io_tlb_nslabs
` [PATCH 6/8] swiotlb: lift the double initialization protection from xen-swiotlb
` [PATCH 7/8] xen-swiotlb: split xen_swiotlb_init
` [PATCH 8/8] xen-swiotlb: remove the unused size argument from xen_swiotlb_fixup

preserve DMA offsets when using swiotlb v2
 2021-02-07 16:03 UTC  (10+ messages)
` [PATCH 1/9] driver core: add a min_align_mask field to struct device_dma_parameters
` [PATCH 2/9] swiotlb: add a IO_TLB_SIZE define
` [PATCH 3/9] swiotlb: factor out an io_tlb_offset helper
` [PATCH 4/9] swiotlb: factor out a nr_slots helper
` [PATCH 5/9] swiotlb: clean up swiotlb_tbl_unmap_single
` [PATCH 6/9] swiotlb: refactor swiotlb_tbl_map_single
` [PATCH 7/9] swiotlb: don't modify orig_addr in swiotlb_tbl_sync_single
` [PATCH 8/9] swiotlb: respect min_align_mask
` [PATCH 9/9] nvme-pci: set min_align_mask

[PATCH RFC v1 0/6] swiotlb: 64-bit DMA buffer
 2021-02-07 15:56 UTC  (11+ messages)
` [PATCH RFC v1 1/6] swiotlb: define new enumerated type
` [PATCH RFC v1 2/6] swiotlb: convert variables to arrays
` [PATCH RFC v1 4/6] swiotlb: enable 64-bit swiotlb
` [PATCH RFC v1 5/6] xen-swiotlb: convert variables to arrays
` [PATCH RFC v1 6/6] xen-swiotlb: enable 64-bit xen-swiotlb

[PATCH RESEND v2 0/5] iommu/tegra-smmu: Some pending reviewed changes
 2021-02-06 13:40 UTC  (6+ messages)
` [PATCH RESEND v2 4/5] iommu/tegra-smmu: Rework tegra_smmu_probe_device()

[PATCH v2 0/2] VMD MSI Remapping Bypass
 2021-02-06  2:50 UTC  (7+ messages)
` [PATCH v2 1/2] iommu/vt-d: Use Real PCI DMA device for IRTE
` [PATCH v2 2/2] PCI: vmd: Disable MSI/X remapping when possible

[PATCH 1/3] dt-bindings: Fix undocumented compatible strings in examples
 2021-02-06  1:44 UTC  (6+ messages)
` [PATCH 2/3] dt-bindings: iommu: renesas, ipmmu-vmsa: Make 'power-domains' conditionally required
  ` [PATCH 2/3] dt-bindings: iommu: renesas,ipmmu-vmsa: "

[git pull] IOMMU Fix for Linux v5.11-rc6
 2021-02-05 18:13 UTC  (2+ messages)

Consult on ARM SMMU debugfs
 2021-02-05 16:52 UTC  (5+ messages)

[PATCH 0/3] iommu/drm/msm: Allow non-coherent masters to use system cache
 2021-02-05 12:08 UTC  (10+ messages)
` [PATCH 2/3] iommu/io-pgtable-arm: Add IOMMU_LLC page protection flag

[RFC PATCH 0/3] iommu/arm-smmu-v3: Add debug interfaces for SMMUv3
 2021-02-05 12:04 UTC  (7+ messages)
` [RFC PATCH 3/3] "

preserve DMA offsets when using swiotlb
 2021-02-05 11:50 UTC  (18+ messages)
` [PATCH 1/8] driver core: add a min_align_mask field to struct device_dma_parameters
` [PATCH 2/8] swiotlb: add a io_tlb_offset helper
` [PATCH 3/8] swiotlb: factor out a nr_slots helper
` [PATCH 4/8] swiotlb: clean up swiotlb_tbl_unmap_single
` [PATCH 5/8] swiotlb: refactor swiotlb_tbl_map_single
` [PATCH 6/8] swiotlb: don't modify orig_addr in swiotlb_tbl_sync_single
` [PATCH 7/8] swiotlb: respect min_align_mask
` [PATCH 8/8] nvme-pci: set min_align_mask

[PATCH v3 1/2] dma-mapping: benchmark: use u8 for reserved field in uAPI structure
 2021-02-05 11:49 UTC  (3+ messages)
` [PATCH v3 2/2] dma-mapping: benchmark: pretend DMA is transmitting

[PATCH v2] dma-mapping: benchmark: pretend DMA is transmitting
 2021-02-05 10:56 UTC  (6+ messages)

[PATCH][next][V2] iommu/mediatek: Fix unsigned domid comparison with less than zero
 2021-02-05  8:50 UTC  (3+ messages)

[PATCH v3 0/2] Add Unisoc iommu basic driver
 2021-02-05  7:20 UTC  (7+ messages)
` [PATCH v3 1/2] dt-bindings: iommu: add bindings for sprd iommu
` [PATCH v3 2/2] iommu: add Unisoc iommu basic driver

[RFC] Use SMMU HTTU for DMA dirty page tracking
 2021-02-05  5:21 UTC  (8+ messages)

[PATCH] dma-mapping: benchmark: pretend DMA is transmitting
 2021-02-05  1:18 UTC  (3+ messages)

Question regarding VIOT proposal
 2021-02-04 20:25 UTC  (11+ messages)
` [EXTERNAL] "

[PATCH v6 16/16] iommu/hyperv: setup an IO-APIC IRQ remapping domain for root partition
 2021-02-04 17:53 UTC  (3+ messages)

[PATCH v5 16/16] iommu/hyperv: setup an IO-APIC IRQ remapping domain for root partition
 2021-02-04 16:48 UTC  (5+ messages)

[PATCH 0/7] [PULL REQUEST] iommu/vt-d: Update for v5.12
 2021-02-04 13:42 UTC  (11+ messages)
` [PATCH 1/7] iommu/vt-d: Fix 'physical' typos
` [PATCH 2/7] iommu/vt-d: Audit IOMMU Capabilities and add helper functions
` [PATCH 3/7] iommu/vt-d: Move capability check code to cap_audit files
` [PATCH 4/7] iommu/vt-d: Add iotlb_sync_map callback
` [PATCH 5/7] iommu/vt-d: Add new enum value and structure for SATC
` [PATCH 6/7] iommu/vt-d: Parse SATC reporting structure
` [PATCH 7/7] iommu/vt-d: Apply SATC policy

[PATCH][next] iommu/mediatek: Fix unsigned domid comparison with less than zero
 2021-02-04 13:31 UTC  (4+ messages)

[PATCH v4 0/2] Add Unisoc IOMMU basic driver
 2021-02-04  7:14 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: iommu: add bindings for sprd IOMMU
` [PATCH v4 2/2] iommu: add Unisoc IOMMU basic driver

[PATCH v2 0/3] iommu/vt-d: Add support for ACPI/SATC table
 2021-02-04  2:13 UTC  (4+ messages)
` [PATCH v2 3/3] iommu/vt-d: Apply SATC policy


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