Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2021-12-06 02:01:10 to 2021-12-08 01:55:03 UTC [more...]

[PATCH v3 00/26] KVM: x86: Halt and APICv overhaul
 2021-12-08  1:52 UTC  (8+ messages)
` [PATCH v3 01/26] KVM: fix avic_set_running for preemptable kernels
` [PATCH v3 02/26] KVM: nVMX: Ensure vCPU honors event request if posting nested IRQ fails
` [PATCH v3 03/26] KVM: VMX: Clean up PI pre/post-block WARNs
` [PATCH v3 04/26] KVM: VMX: Handle PI wakeup shenanigans during vcpu_put/load
` [PATCH v3 05/26] KVM: Drop unused kvm_vcpu.pre_pcpu field
` [PATCH v3 06/26] KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
` [PATCH v3 07/26] KVM: VMX: Move preemption timer <=> hrtimer dance to common x86

[PATCH 0/4] Enable PASID for DMA API users
 2021-12-07 23:27 UTC  (6+ messages)
` [PATCH 1/4] ioasid: Reserve a global PASID for in-kernel DMA
` [PATCH 2/4] iommu: Add PASID support for DMA mapping API users
` [PATCH 3/4] iommu/vt-d: Support PASID DMA for in-kernel usage
` [PATCH 4/4] dmaengine: idxd: Use DMA API for in-kernel DMA with PASID

[PATCH v3 00/18] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-12-07 23:09 UTC  (36+ messages)
` [PATCH v3 01/18] iommu: Add device dma ownership set/release interfaces
` [PATCH v3 03/18] driver core: platform: Rename platform_dma_configure()
` [PATCH v3 04/18] driver core: platform: Add driver dma ownership management
` [PATCH v3 12/18] iommu: Add iommu_at[de]tach_device_shared() for multi-device groups
` [PATCH v3 13/18] vfio: Set DMA USER ownership for VFIO devices
` [PATCH v3 14/18] vfio: Remove use of vfio_group_viable()
` [PATCH v3 15/18] vfio: Delete the unbound_list
` [PATCH v3 16/18] vfio: Remove iommu group notifier
` [PATCH v3 17/18] iommu: Remove iommu group changes notifier
` [PATCH v3 18/18] drm/tegra: Use the iommu dma_owner mechanism

[patch V2 00/36] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-12-07 21:19 UTC  (54+ messages)
` [patch V2 01/36] device: Move MSI related data into a struct
` [patch V2 02/36] device: Add device::msi_data pointer and struct msi_device_data
` [patch V2 03/36] PCI/MSI: Allocate MSI device data on first use
` [patch V2 04/36] platform-msi: "
` [patch V2 05/36] bus: fsl-mc-msi: "
` [patch V2 06/36] soc: ti: ti_sci_inta_msi: "
` [patch V2 07/36] genirq/msi: Provide msi_device_populate/destroy_sysfs()
` [patch V2 08/36] PCI/MSI: Let the irq code handle sysfs groups
` [patch V2 09/36] platform-msi: Let the core "
` [patch V2 10/36] genirq/msi: Remove the original sysfs interfaces
` [patch V2 11/36] platform-msi: Rename functions and clarify comments
` [patch V2 12/36] platform-msi: Store platform private data pointer in msi_device_data
` [patch V2 13/36] genirq/msi: Consolidate MSI descriptor data
` [patch V2 14/36] platform-msi: Use msi_desc::msi_index
` [patch V2 15/36] bus: fsl-mc-msi: "
` [patch V2 16/36] soc: ti: ti_sci_inta_msi: "
` [patch V2 17/36] PCI/MSI: "
` [patch V2 18/36] genirq/msi: Add msi_device_data::properties
` [patch V2 19/36] PCI/MSI: Store properties in device::msi::data
` [patch V2 20/36] x86/pci/XEN: Use device MSI properties
` [patch V2 21/36] x86/apic/msi: "
` [patch V2 22/36] genirq/msi: "
` [patch V2 23/36] powerpc/cell/axon_msi: Use MSI device properties
` [patch V2 24/36] powerpc/pseries/msi: "
` [patch V2 25/36] PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUS
` [patch V2 26/36] powerpc/pseries/msi: Let core code check for contiguous entries
` [patch V2 27/36] genirq/msi: Provide interface to retrieve Linux interrupt number
` [patch V2 28/36] PCI/MSI: Use __msi_get_virq() in pci_get_vector()
` [patch V2 29/36] PCI/MSI: Simplify pci_irq_get_affinity()
` [patch V2 30/36] dmaengine: mv_xor_v2: Get rid of msi_desc abuse
` [patch V2 31/36] perf/smmuv3: Use msi_get_virq()
` [patch V2 32/36] iommu/arm-smmu-v3: "
` [patch V2 33/36] mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handling
` [patch V2 34/36] bus: fsl-mc: fsl-mc-allocator: Rework MSI handling
` [patch V2 35/36] soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()
` [patch V2 36/36] dmaengine: qcom_hidma: Cleanup MSI handling

[PATCH v2 0/6] Add support for HiSilicon PCIe Tune and Trace device
 2021-12-07 16:31 UTC  (11+ messages)
` [PATCH v2 1/6] iommu: Export iommu_{get,put}_resv_regions()
` [PATCH v2 2/6] hwtracing: Add trace function support for HiSilicon PCIe Tune and Trace device

[PATCH v3 0/1] iommu/arm-smmu-v3: Simplify useless instructions in arm_smmu_cmdq_build_cmd()
 2021-12-07 16:17 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH v2 0/3] perf/smmuv3: Support devicetree
 2021-12-07 14:04 UTC  (11+ messages)
` [PATCH v2 3/3] perf/smmuv3: Synthesize IIDR from CoreSight ID registers

dma-direct fixes and cleanups v3
 2021-12-07 12:43 UTC  (12+ messages)
` [PATCH 03/11] dma-direct: always leak memory that can't be re-encrypted
` [PATCH 04/11] dma-direct: clean up the remapping checks in dma_direct_alloc
` [PATCH 06/11] dma-direct: refactor the !coherent "
` [PATCH 07/11] dma-direct: fail allocations that can't be made coherent

[PATCH 0/4] MT8186 SMI SUPPORT
 2021-12-07 12:16 UTC  (11+ messages)
` [PATCH 3/4] memory: mtk-smi: Add sleep ctrl function
` [PATCH 4/4] memory: mtk-smi: mt8186: Add smi support

[PATCH v2] iova: Move fast alloc size roundup into alloc_iova_fast()
 2021-12-07 11:44 UTC  (2+ messages)

[PATCH] iommu/io-pgtable-arm-v7s: Add error handle for page table allocation failure
 2021-12-07 11:42 UTC  (4+ messages)
  ` [PATCH v3] "

[PATCH V6 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2021-12-07 11:18 UTC  (8+ messages)
` [PATCH V6 1/5] swiotlb: Add swiotlb bounce buffer remap function for HV IVM
` [PATCH V6 2/5] x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has()
` [PATCH V6 3/5] hyper-v: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V6 4/5] scsi: storvsc: Add Isolation VM support for storvsc driver
` [PATCH V6 5/5] net: netvsc: Add Isolation VM support for netvsc driver

[RFC v16 0/9] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-12-07 11:06 UTC  (10+ messages)
` [RFC v16 1/9] iommu: Introduce attach/detach_pasid_table API

[PATCH 0/2] iommu/mediatek: fix tlb flush logic
 2021-12-07  8:31 UTC  (4+ messages)
` [PATCH 1/2] iommu/mediatek: Always tlb_flush_all when each PM resume

[PATCH V6 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2021-12-07  7:19 UTC  (6+ messages)
` [PATCH V6 1/5] swiotlb: Add swiotlb bounce buffer remap function for HV IVM
` [PATCH V6 2/5] x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has()
` [PATCH V6 3/5] hyper-v: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V6 4/5] scsi: storvsc: Add Isolation VM support for storvsc driver
` [PATCH V6 5/5] net: netvsc: Add Isolation VM support for netvsc driver

[PATCH] Revert "iommu/arm-smmu-v3: Decrease the queue size of evtq and priq"
 2021-12-07  6:32 UTC 

[RFC PATCH] provide per numa cma with an initial default size
 2021-12-07  5:37 UTC  (3+ messages)

[PATCH v2] iommu/io-pgtable-arm-v7s: Add error handle for page table allocation failure
 2021-12-07  4:31 UTC 

[PATCH RESEND v2 4/5] dma/pool: create dma atomic pool only if dma zone has managed pages
 2021-12-07  3:54 UTC  (2+ messages)

[patch 21/32] NTB/msi: Convert to msi_on_each_desc()
 2021-12-06 22:21 UTC  (19+ messages)

[PATCH v4 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2021-12-06 20:56 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: arm-smmu: Fix json-schema for Tegra
 2021-12-06 20:03 UTC  (2+ messages)

[RFC PATCH] per device enable smmu whem iommu passthrough
 2021-12-06 14:48 UTC  (2+ messages)

[PATCH V4 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2021-12-06 14:19 UTC  (12+ messages)
` [PATCH V4 1/5] Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V4 2/5] x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has()
` [PATCH V4 3/5] hyperv/IOMMU: Enable swiotlb bounce buffer for Isolation VM

[PATCH V5 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2021-12-06 14:11 UTC  (6+ messages)
` [PATCH V5 1/5] Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V5 2/5] x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has()
` [PATCH V5 3/5] hyper-v: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V5 4/5] scsi: storvsc: Add Isolation VM support for storvsc driver
` [PATCH V5 5/5] net: netvsc: Add Isolation VM support for netvsc driver

[PATCH v3 0/5] iommu/virtio: Add identity domains
 2021-12-06 14:03 UTC  (2+ messages)

[PATCH 0/5] iommu/amd: fixes for suspend/resume
 2021-12-06 14:01 UTC  (2+ messages)

[PATCH v9 00/15] Clean up "mediatek,larb"
 2021-12-06 13:48 UTC  (6+ messages)

[PATCH 0/9] iommu: Refactor flush queues into iommu-dma
 2021-12-06 13:28 UTC  (7+ messages)
` [PATCH 1/9] gpu: host1x: Add missing DMA API include
` [PATCH 4/9] iommu/amd: Simplify pagetable freeing

[PATCH 0/4] iommu: M1 Pro/Max DART support
 2021-12-06 12:07 UTC  (2+ messages)

[PATCH v2] iommu/io-pgtable-arm: Fix table descriptor paddr formatting
 2021-12-06 12:04 UTC  (2+ messages)

[PATCH 1/1] iommu: Extend mutex lock scope in iommu_probe_device()
 2021-12-06 11:40 UTC  (2+ messages)

[PATCH] iommu: log iova range in map/unmap trace events
 2021-12-06 11:00 UTC  (2+ messages)

[PATCH v2 0/8] Host1x context isolation support
 2021-12-06  9:55 UTC  (3+ messages)

[PATCH v3 00/33] MT8195 IOMMU SUPPORT
 2021-12-06  8:28 UTC  (10+ messages)
` [PATCH v3 12/33] iommu/mediatek: Always tlb_flush_all when each PM resume

[PATCH v2 00/17] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-12-06  2:07 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