messages from 2023-06-20 01:43:48 to 2023-06-27 14:43:58 UTC [more...]
[PATCH v2 00/24] use vmalloc_array and vcalloc
2023-06-27 14:43 UTC
[PATCH v3 0/7] Allow dynamic allocation of software IO TLB bounce buffers
2023-06-27 11:30 UTC (12+ messages)
` [PATCH v3 1/7] swiotlb: make io_tlb_default_mem local to swiotlb.c
` [PATCH v3 2/7] swiotlb: add documentation and rename swiotlb_do_find_slots()
` [PATCH v3 3/7] swiotlb: separate memory pool data from other allocator data
` [PATCH v3 4/7] swiotlb: if swiotlb is full, fall back to a transient memory pool
` [PATCH v3 5/7] swiotlb: determine potential physical address limit
` [PATCH v3 6/7] swiotlb: allocate a new memory pool when existing pools are full
` [PATCH v3 7/7] swiotlb: search the software IO TLB only if a device makes use of it
[PATCH v1] iommu/arm-smmu-v3: Allow default substream bypass with a pasid support
2023-06-27 9:00 UTC (2+ messages)
[PATCH 0/2] Prevent RESV_DIRECT devices from user assignment
2023-06-27 8:21 UTC (15+ messages)
` [PATCH 1/2] iommu: Prevent RESV_DIRECT devices from blocking domains
` [PATCH 2/2] iommu/vt-d: Remove rmrr check in domain attaching device path
[PATCH rc] iommu: Fix crash during syfs iommu_groups/N/type
2023-06-27 7:43 UTC (3+ messages)
unexport swiotlb_active v2
2023-06-27 7:19 UTC (5+ messages)
` [PATCH 2/3] x86: always initialize xen-swiotlb when xen-pcifront is enabling
` [PATCH 3/3] swiotlb: unexport is_swiotlb_active
[PATCH v2 00/11] iommufd: Add nesting infrastructure
2023-06-27 6:02 UTC (20+ messages)
[RFC PATCHES 00/17] IOMMUFD: Deliver IO page faults to user space
2023-06-26 18:33 UTC (13+ messages)
[PATCH v4 00/13] Add PASID support to SMMUv3 unmanaged domains
2023-06-26 18:14 UTC (17+ messages)
` [PATCH v4 01/13] iommu/arm-smmu-v3: Move ctx_desc out of s1_cfg
` [PATCH v4 02/13] iommu/arm-smmu-v3: Add smmu_s1_cfg to smmu_master
` [PATCH v4 03/13] iommu/arm-smmu-v3: Refactor write_strtab_ent
` [PATCH v4 04/13] iommu/arm-smmu-v3: Refactor write_ctx_desc
` [PATCH v4 05/13] iommu/arm-smmu-v3: Use the master-owned s1_cfg
` [PATCH v4 06/13] iommu/arm-smmu-v3: Simplify arm_smmu_enable_ats
` [PATCH v4 07/13] iommu/arm-smmu-v3: Keep track of attached ssids
` [PATCH v4 08/13] iommu/arm-smmu-v3: Add helper for atc invalidation
` [PATCH v4 09/13] iommu/arm-smmu-v3: Implement set_dev_pasid
` [PATCH v4 10/13] iommu/arm-smmu-v3-sva: Remove bond refcount
` [PATCH v4 11/13] iommu/arm-smmu-v3-sva: Clean unused iommu_sva
` [PATCH v4 12/13] iommu/arm-smmu-v3-sva: Remove arm_smmu_bond
` [PATCH v4 13/13] iommu/arm-smmu-v3-sva: Add check when enabling sva
[PATCH v1 0/2] swiotlb: Fix a couple of bugs in sizing areas
2023-06-26 14:08 UTC (5+ messages)
` [PATCH v1 1/2] swiotlb: Always set the number of areas before allocating the pool
` [PATCH v1 2/2] swiotlb: Reduce the number of areas to match actual memory pool size
[RESEND PATCH v8 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
2023-06-26 13:02 UTC (3+ messages)
` [RESEND PATCH v8 04/11] bus: platform, amba, fsl-mc, PCI: Add device DMA ownership management
[RFC PATCH 00/21] iommu/amd: Introduce support for HW accelerated vIOMMU w/ nested page table
2023-06-26 13:20 UTC (29+ messages)
` [RFC PATCH 01/21] iommu/amd: Declare helper functions as extern
` [RFC PATCH 02/21] iommu/amd: Clean up spacing in amd_iommu_ops declaration
` [RFC PATCH 03/21] iommu/amd: Update PASID, GATS, and GLX feature related macros
` [RFC PATCH 04/21] iommu/amd: Modify domain_enable_v2() to add giov parameter
` [RFC PATCH 05/21] iommu/amd: Refactor set_dte_entry() helper function
` [RFC PATCH 06/21] iommu/amd: Modify set_dte_entry() to add gcr3 input parameter
` [RFC PATCH 07/21] iommu/amd: Modify set_dte_entry() to add user domain "
` [RFC PATCH 08/21] iommu/amd: Allow nested IOMMU page tables
` [RFC PATCH 09/21] iommu/amd: Add support for hw_info for iommu capability query
` [RFC PATCH 10/21] iommu/amd: Introduce vIOMMU-specific events and event info
` [RFC PATCH 11/21] iommu/amd: Introduce Reset vMMIO Command
` [RFC PATCH 12/21] iommu/amd: Introduce AMD vIOMMU-specific UAPI
` [RFC PATCH 13/21] iommu/amd: Introduce vIOMMU command-line option
` [RFC PATCH 14/21] iommu/amd: Initialize vIOMMU private address space regions
` [RFC PATCH 15/21] iommu/amd: Introduce vIOMMU vminit and vmdestroy ioctl
` [RFC PATCH 16/21] iommu/amd: Introduce vIOMMU ioctl for updating device mapping table
` [RFC PATCH 17/21] iommu/amd: Introduce vIOMMU ioctl for updating domain mapping
` [RFC PATCH 18/21] iommu/amd: Introduce vIOMMU ioctl for handling guest MMIO accesses
` [RFC PATCH 19/21] iommu/amd: Introduce vIOMMU ioctl for handling command buffer mapping
` [RFC PATCH 20/21] iommu/amd: Introduce vIOMMU ioctl for setting up guest CR3
` [RFC PATCH 21/21] iommufd: Introduce AMD HW-vIOMMU IOCTL
[PATCH rc v2 0/2] iommufd syzkaller fixes
2023-06-26 12:18 UTC (7+ messages)
` [PATCH rc v2 1/2] iommufd: Do not access the area pointer after unlocking
` [PATCH rc v2 2/2] iommufd: Call iopt_area_contig_done() under the lock
[PATCH] dma-contiguous: support per-numa CMA for all architectures
2023-06-26 5:32 UTC (7+ messages)
[Syzkaller & bisect] There is WARNING in iopt_remove_access in upstream patch "iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage"
2023-06-25 18:55 UTC (4+ messages)
[PATCH 0/5] iommu/vt-d: debugfs: Enhancements to IOMMU debugfs
2023-06-25 15:04 UTC (6+ messages)
` [PATCH 1/5] iommu/vt-d: debugfs: Define domain_translation_struct file ops
` [PATCH 2/5] iommu/vt-d: debugfs: Support specifying source identifier and PASID
` [PATCH 3/5] iommu/vt-d: debugfs: Dump the corresponding page table of a pasid
` [PATCH 4/5] iommu/vt-d: debugfs: Support dumping a specified page table
` [PATCH 5/5] iommu/vt-d: debugfs: Dump entry pointing to huge page
[syzbot] [iommu?] KASAN: slab-use-after-free Read in iopt_unmap_iova_range
2023-06-25 14:03 UTC (2+ messages)
[PATCH] iommu/vt-d: Fix to convert mm pfn to dma pfn
2023-06-25 8:20 UTC
[PATCH] iommu/vt-d: debugfs: Increment the reference count of page table page
2023-06-25 2:28 UTC
[git pull] IOMMU Fixes for Linux v6.4-rc7
2023-06-23 23:53 UTC (2+ messages)
[PATCH 00/26] use array_size
2023-06-23 21:14 UTC (2+ messages)
` [PATCH 13/26] iommu/tegra: gart: "
[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
2023-06-23 19:12 UTC (3+ messages)
` [RFC PATCH 27/45] KVM: arm64: smmu-v3: Setup domains and page table configuration
[PATCH v4 00/10] Linux RISC-V AIA Support
2023-06-23 13:52 UTC (10+ messages)
` [PATCH v4 08/10] irqchip: Add RISC-V advanced PLIC driver
[git pull] IOMMU Updates for Linux v6.5
2023-06-23 13:32 UTC
[PATCH v10 07/11] drm/etnaviv: Add support for the dma coherent device
2023-06-23 12:37 UTC (2+ messages)
[PATCH v2 iommu/next] iommu: Fix default domain setup
2023-06-23 4:38 UTC (9+ messages)
[PATCH v5 0/6] Add support for Qualcomm's legacy IOMMU v2
2023-06-22 14:52 UTC (12+ messages)
` [PATCH v5 1/6] dt-bindings: iommu: qcom,iommu: Add qcom,ctx-asid property
` [PATCH v5 2/6] iommu/qcom: Use the asid read from device-tree if specified
` [PATCH v5 3/6] iommu/qcom: Disable and reset context bank before programming
` [PATCH v5 4/6] iommu/qcom: Index contexts by asid number to allow asid 0
` [PATCH v5 5/6] dt-bindings: iommu: qcom,iommu: Add QSMMUv2 and MSM8976 compatibles
` [PATCH v5 6/6] iommu/qcom: Add support for QSMMUv2 and QSMMU-500 secured contexts
[PATCH v10 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2023-06-22 12:47 UTC (3+ messages)
` [PATCH v10 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
[PATCH v4 0/6] Add support for Qualcomm's legacy IOMMU v2
2023-06-22 1:51 UTC (9+ messages)
` [PATCH v4 1/6] dt-bindings: iommu: qcom,iommu: Add qcom,ctx-num property
` [PATCH v4 2/6] iommu/qcom: Use the asid read from device-tree if specified
` [PATCH v4 3/6] iommu/qcom: Disable and reset context bank before programming
` [PATCH v4 4/6] iommu/qcom: Index contexts by asid number to allow asid 0
` [PATCH v4 5/6] dt-bindings: iommu: qcom,iommu: Add QSMMUv2 and MSM8976 compatibles
` [PATCH v4 6/6] iommu/qcom: Add support for QSMMUv2 and QSMMU-500 secured contexts
[PATCH v9 0/7] Re-enable IDXD kernel workqueue under DMA API
2023-06-21 20:59 UTC (8+ messages)
` [PATCH v9 1/7] iommu: Generalize PASID 0 for normal DMA w/o PASID
` [PATCH v9 2/7] iommu: Move global PASID allocation from SVA to core
` [PATCH v9 3/7] iommu/vt-d: Add domain_flush_pasid_iotlb()
` [PATCH v9 4/7] iommu/vt-d: Remove pasid_mutex
` [PATCH v9 5/7] iommu/vt-d: Make prq draining code generic
` [PATCH v9 6/7] iommu/vt-d: Add set_dev_pasid callback for dma domain
` [PATCH v9 7/7] dmaengine/idxd: Re-enable kernel workqueue under DMA API
[PATCH v2 0/3] Do IRQ move cleanup with a timer instead of an IPI
2023-06-21 17:12 UTC (4+ messages)
` [PATCH v2 1/3] x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()
` [PATCH v2 2/3] x86/vector: Replace IRQ_MOVE_CLEANUP_VECTOR with a timer callback
` [PATCH v2 3/3] tools: Get rid of IRQ_MOVE_CLEANUP_VECTOR from tools
Question about reserved_regions w/ Intel IOMMU
2023-06-21 11:30 UTC (16+ messages)
[PATCH trivial] iommu/amd: Rearrange DTE bit definations
2023-06-20 18:21 UTC (2+ messages)
[PATCH 0/3] Do IRQ move cleanup with a timer instead of an IPI
2023-06-20 17:33 UTC (9+ messages)
` [PATCH 1/3] x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()
` [PATCH 2/3] x86/vector: Replace IRQ_MOVE_CLEANUP_VECTOR with a timer callback
[PATCH 0/2] iommu/amd: Interrupt handling improvements
2023-06-20 16:16 UTC (4+ messages)
` [PATCH 1/2] iommu/amd: Add separate interrupt handler for PPR and GA log
[PATCH 0/2] iommu/amd: Add PPR overflow support
2023-06-20 16:01 UTC (6+ messages)
` [PATCH 1/2] iommu/amd: Generalize log overflow handling
` [PATCH 2/2] iommu/amd: Handle PPR log overflow
[PATCH rc 0/2] iommufd syzkaller fixes
2023-06-20 12:36 UTC (7+ messages)
` [PATCH rc 1/2] iommufd: Do not access the area pointer after unlocking
` [PATCH rc 2/2] iommufd: Call iopt_area_contig_done() under the lock
[PATCH v3 07/13] iommu/arm-smmu-v3: Keep track of attached ssids
2023-06-20 10:21 UTC (2+ messages)
[PATCH v3 0/6] Add support for Qualcomm's legacy IOMMU v2
2023-06-20 10:02 UTC (7+ messages)
` [PATCH v3 2/6] iommu/qcom: Use the asid read from device-tree if specified
[PATCH v3 00/10] Add Intel VT-d nested translation
2023-06-20 6:22 UTC (6+ messages)
` [PATCH v3 07/10] iommu/vt-d: Add iotlb flush for nested domain
[PATCH iommu/next] iommu: Fix default domain setup
2023-06-20 5:12 UTC (4+ 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