iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-28 05:13:44 to 2020-08-03 02:02:34 UTC [more...]

[PATCH v3 0/4] iommu aux-domain APIs extensions
 2020-08-03  1:57 UTC  (30+ messages)
` [PATCH v3 1/4] iommu: Check IOMMU_DEV_FEAT_AUX feature in aux api's
` [PATCH v3 2/4] iommu: Add iommu_aux_at(de)tach_group()
` [PATCH v3 3/4] iommu: Add iommu_aux_get_domain_for_dev()
` [PATCH v3 4/4] vfio/type1: Use iommu_aux_at(de)tach_group() APIs

[RFC PATCH 00/17] Drop uses of pci_read_config_*() return value
 2020-08-02 20:18 UTC  (8+ messages)
` [RFC PATCH 15/17] iommu/vt-d: "

[PATCH v2 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-02 18:03 UTC  (21+ messages)
` [PATCH v2 01/17] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [PATCH v2 02/17] dma-contiguous: simplify cma_early_percent_memory()
` [PATCH v2 03/17] arm, xtensa: simplify initialization of high memory pages
` [PATCH v2 04/17] arm64: numa: simplify dummy_numa_init()
` [PATCH v2 05/17] h8300, nds32, openrisc: simplify detection of memory extents
` [PATCH v2 06/17] riscv: drop unneeded node initialization
` [PATCH v2 07/17] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [PATCH v2 08/17] memblock: make for_each_memblock_type() iterator private
` [PATCH v2 09/17] memblock: make memblock_debug and related functionality private
` [PATCH v2 10/17] memblock: reduce number of parameters in for_each_mem_range()
` [PATCH v2 11/17] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [PATCH v2 12/17] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [PATCH v2 13/17] x86/setup: simplify initrd relocation and reservation
` [PATCH v2 14/17] x86/setup: simplify reserve_crashkernel()
` [PATCH v2 15/17] memblock: remove unused memblock_mem_size()
` [PATCH v2 16/17] memblock: implement for_each_reserved_mem_region() using __next_mem_region()
` [PATCH v2 17/17] memblock: use separate iterators for memory and reserved regions

dma-pool fixes
 2020-08-02 15:04 UTC  (32+ messages)
` [PATCH 1/2] dma-pool: fix coherent pool allocations for IOMMU mappings
` [PATCH 2/2] dma-pool: Only allocate from CMA when in same memory zone
                        ` revert scope for 5.8, was Re: dma-pool fixes

[PATCH] MAINTAINERS: update QUALCOMM IOMMU after Arm SSMU drivers move
 2020-08-02  6:53 UTC 

[PATCH 00/15] memblock: seasonal cleaning^w cleanup
 2020-08-02 13:14 UTC  (32+ messages)
` [PATCH 02/15] dma-contiguous: simplify cma_early_percent_memory()
` [PATCH 03/15] arm, xtensa: simplify initialization of high memory pages
` [PATCH 04/15] arm64: numa: simplify dummy_numa_init()
` [PATCH 05/15] h8300, nds32, openrisc: simplify detection of memory extents
` [PATCH 06/15] powerpc: fadamp: simplify fadump_reserve_crash_area()
` [PATCH 09/15] memblock: make for_each_memblock_type() iterator private
` [PATCH 10/15] memblock: make memblock_debug and related functionality private
` [PATCH 11/15] memblock: reduce number of parameters in for_each_mem_range()
` [PATCH 12/15] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [PATCH 13/15] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [PATCH 14/15] x86/numa: remove redundant iteration over memblock.reserved
` [PATCH 15/15] memblock: remove 'type' parameter from for_each_memblock()

[PATCH] iommu/vt-d:Add support for ACPI device in RMRR
 2020-08-02 10:07 UTC 

[PATCH v5] PCI/ACS: Enable PCI_ACS_TB and disable only when needed for ATS
 2020-08-02  0:30 UTC  (4+ messages)

[PATCH v9 00/12] PCI: brcmstb: enable PCIe for STB chips
 2020-08-01 17:17 UTC  (16+ messages)
` [PATCH v9 08/12] device core: Introduce DMA range map, supplanting dma_pfn_offset

[PATCH v3] iommu/arm-smmu-v3: permit users to disable MSI polling
 2020-08-01  7:47 UTC 

[PATCH v6 00/12] x86: tag application address space for devices
 2020-08-01  1:44 UTC  (7+ messages)
` [PATCH v6 09/12] x86/process: Clear PASID state for a newly forked/cloned thread
` [PATCH v6 12/12] x86/traps: Fix up invalid PASID

[PATCH v5 0/2] make dma_alloc_coherent NUMA-aware by per-NUMA CMA
 2020-07-31 23:11 UTC  (3+ messages)
` [PATCH v5 1/2] dma-contiguous: provide the ability to reserve per-numa CMA
` [PATCH v5 2/2] arm64: mm: reserve per-numa CMA to localize coherent dma buffers

[RFC v2 0/5] Restricted DMA
 2020-07-31 20:58 UTC  (4+ messages)
` [RFC v2 4/5] dt-bindings: of: Add plumbing for restricted DMA pool

[PATCH v2] iommu/arm-smmu-v3: disable MSI polling if SEV polling is faster
 2020-07-31 12:43 UTC  (6+ messages)

[PATCH] dma-pool: Do not allocate pool memory from CMA
 2020-07-31 10:09 UTC  (16+ messages)

[PATCH] iommu/vt-d:Add support for ACPI device in RMRR
 2020-07-31  9:06 UTC  (2+ messages)

[PATCH 1/1] iommu/arm-smmu: Implement qcom,skip-init
 2020-07-31  5:48 UTC  (9+ messages)

[PATCH v2] iommu: amd: Fix IO_PAGE_FAULT due to __unmap_single() size overflow
 2020-07-30  7:28 UTC  (4+ messages)

[PATCH v7 0/7] IOMMU user API enhancement
 2020-07-30  0:21 UTC  (8+ messages)
` [PATCH v7 1/7] docs: IOMMU user API
` [PATCH v7 2/7] iommu/uapi: Add argsz for user filled data
` [PATCH v7 3/7] iommu/uapi: Introduce enum type for PASID data format
` [PATCH v7 4/7] iommu/uapi: Use named union for user data
` [PATCH v7 5/7] iommu/uapi: Rename uapi functions
` [PATCH v7 6/7] iommu/uapi: Handle data and argsz filled by users
` [PATCH v7 7/7] iommu/vt-d: Check UAPI data processed by IOMMU core

[PATCH v6 0/6] IOMMU user API enhancement
 2020-07-29 22:05 UTC  (8+ messages)
` [PATCH v6 1/6] docs: IOMMU user API
` [PATCH v6 5/6] iommu/uapi: Handle data and argsz filled by users

[PATCH V5 0/3] iommu: Add support to change default domain of an iommu group
 2020-07-29 20:24 UTC  (3+ messages)

[GIT PULL] iommu/arm-smmu: Move driver files into their own subdir
 2020-07-29 12:18 UTC  (2+ messages)

[PATCH v2 0/2] iommu: Move AMD and Intel Kconfig + Makefile bits into their directories
 2020-07-29 12:16 UTC  (3+ messages)

[PATCH v4 0/2] make dma_alloc_coherent NUMA-aware by per-NUMA CMA
 2020-07-29 11:21 UTC  (8+ messages)
` [PATCH v4 1/2] dma-direct: provide the ability to reserve per-numa CMA
` [PATCH v4 2/2] arm64: mm: reserve per-numa CMA to localize coherent dma buffers

[PATCH v6 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-07-29  2:20 UTC  (18+ messages)
` [PATCH v6 01/15] vfio/type1: Refactor vfio_iommu_type1_ioctl()
` [PATCH v6 02/15] iommu: Report domain nesting info
` [PATCH v6 03/15] iommu/smmu: Report empty "
` [PATCH v6 04/15] vfio/type1: Report iommu nesting info to userspace
` [PATCH v6 05/15] vfio: Add PASID allocation/free support
` [PATCH v6 06/15] iommu/vt-d: Support setting ioasid set to domain
` [PATCH v6 07/15] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)
` [PATCH v6 08/15] iommu: Pass domain to sva_unbind_gpasid()
` [PATCH v6 09/15] iommu/vt-d: Check ownership for PASIDs from user-space
` [PATCH v6 10/15] vfio/type1: Support binding guest page tables to PASID
` [PATCH v6 11/15] vfio/type1: Allow invalidating first-level/stage IOMMU cache
` [PATCH v6 12/15] vfio/type1: Add vSVA support for IOMMU-backed mdevs
` [PATCH v6 13/15] vfio/pci: Expose PCIe PASID capability to guest
` [PATCH v6 14/15] vfio: Document dual stage control
` [PATCH v6 15/15] iommu/vt-d: Support reporting nesting capability info

[PATCH 1/3] iommu: amd: Fix kerneldoc
 2020-07-28 17:08 UTC  (3+ messages)
` [PATCH 2/3] iommu: intel: Drop kerneldoc marker from regular comment
` [PATCH 3/3] iommu: qcom: Drop of_match_ptr to fix -Wunused-const-variable

[PATCH 00/12] ACPI/OF: Upgrade MSI/IOMMU ID mapping APIs
 2020-07-28 17:01 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 05/12] ACPI/IORT: Add an input ID to acpi_dma_configure()

[PATCH v3 1/1] PCI/ATS: Check PRI supported on the PF device when SRIOV is enabled
 2020-07-28 16:31 UTC  (3+ messages)

[PATCH 0/5] iommu/arm-smmu: Support maintaining bootloader mappings
 2020-07-28 15:27 UTC  (5+ messages)
` [PATCH 5/5] iommu/arm-smmu: Setup identity domain for boot mappings


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