Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2014-12-29 03:15:45 to 2015-01-13 08:12:29 UTC [more...]

[PATCH] IOMMU-Tegra: gart: Delete an unnecessary check before the function call "vfree"
 2015-02-05 17:00 UTC  (2+ messages)

[PATCH v8 0/10] iommu/vt-d: Fix intel vt-d faults in kdump kernel
 2015-01-13  8:12 UTC  (22+ messages)
  ` [PATCH v8 01/10] iommu/vt-d: Update iommu_attach_domain() and its callers
  ` [PATCH v8 02/10] iommu/vt-d: Items required for kdump
  ` [PATCH v8 03/10] iommu/vt-d: Add domain-id functions
  ` [PATCH v8 04/10] iommu/vt-d: functions to copy data from old mem
  ` [PATCH v8 05/10] iommu/vt-d: Add functions to load and save old re
  ` [PATCH v8 06/10] iommu/vt-d: datatypes and functions used for kdump
  ` [PATCH v8 07/10] iommu/vt-d: enable kdump support in iommu module
  ` [PATCH v8 08/10] iommu/vt-d: assign new page table for dma_map
  ` [PATCH v8 09/10] iommu/vt-d: Copy functions for irte
  ` [PATCH v8 10/10] iommu/vt-d: Use old irte in kdump kernel

[RFC PATCH 0/5] arm64: IOMMU-backed DMA mapping
 2015-01-13  8:02 UTC  (7+ messages)
  ` [RFC PATCH 1/5] arm64: Combine coherent and non-coherent swiotlb dma_ops
  ` [RFC PATCH 2/5] arm64: implement generic IOMMU configuration
  ` [RFC PATCH 3/5] iommu: implement common IOMMU ops for DMA mapping
  ` [RFC PATCH 4/5] arm64: add IOMMU dma_ops
  ` [RFC PATCH 5/5] arm64: hook up "

[PATCH v3 00/19] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2015-01-13  5:24 UTC  (12+ messages)

[v3 00/26] Add VT-d Posted-Interrupts support
 2015-01-13  0:27 UTC  (11+ messages)
` [v3 13/26] KVM: Define a new interface kvm_find_dest_vcpu() for VT-d PI

[PATCH 0/4] Genericise the IOVA allocator
 2015-01-12 17:51 UTC  (5+ messages)
  ` [PATCH 1/4] iommu: allow building iova.c independently
  ` [PATCH 2/4] iommu: consolidate IOVA allocator code
  ` [PATCH 3/4] iommu: make IOVA domain low limit flexible
  ` [PATCH 4/4] iommu: make IOVA domain page size explicit

[RFC PATCH 0/4] Genericise the IOVA allocator
 2015-01-12 16:05 UTC  (3+ messages)

[PATCH] iommu/amd: Track when amd_iommu_v2 init is complete
 2015-01-12 15:59 UTC  (4+ messages)

[PATCH 0/3] PCI/x86: Interface for testing multivector MSI support
 2015-01-12 15:42 UTC  (3+ messages)

[PATCH RESEND] dma-mapping: tidy up dma_parms default handling
 2015-01-12 13:07 UTC  (3+ messages)

Exynos IOMMU driver doesn't work?
 2015-01-12 11:17 UTC  (5+ messages)

[PATCH RESEND] dma-mapping: tidy up dma_parms default handling
 2015-01-09 16:56 UTC 

[PATCH v3 0/4] PCI: get DMA configuration from parent device
 2015-01-09 15:34 UTC  (28+ messages)
` [PATCH v3 2/4] of: move of_dma_configure() to device,c to help re-use
      ` [PATCH v3 2/4] of: move of_dma_configure() to device, c "
` [PATCH v3 3/4] of/pci: add of_pci_dma_configure() update dma configuration
` [PATCH v3 4/4] PCI: update dma configuration from DT
  ` [PATCH v3 1/4] of: iommu: add ptr to OF node arg to of_iommu_configure()

[PATCH v2 0/5] Generic IOMMU page table framework
 2015-01-09 13:54 UTC  (6+ messages)
` [PATCH v2 2/5] iommu: add ARM LPAE page table allocator
` [PATCH v2 4/5] iommu/arm-smmu: make use of generic LPAE allocator
  ` [PATCH v2 1/5] iommu: introduce generic page table allocation framework
  ` [PATCH v2 3/5] iommu: add self-consistency tests to ARM LPAE IO page table allocator
  ` [PATCH v2 5/5] iommu: io-pgtable-arm: add non-secure quirk

[Patch v2 00/16] Refine IR initialization flow and fixes bugs related to X2APIC
 2015-01-09 12:03 UTC  (18+ messages)
` [Patch v2 01/16] iommu, x86: Restructure setup of the irq remapping feature
  ` [Patch v2 02/16] iommu/vt-d: Move iommu preparatory allocations to irq_remap_ops.prepare
  ` [Patch v2 03/16] iommu/vt-d: Convert allocations to GFP_KERNEL
  ` [Patch v2 04/16] x86/apic: Panic if kernel doesn't support x2apic but BIOS has enabled x2apic
  ` [Patch v2 05/16] x86/apic: Kill useless variable x2apic_enabled in function enable_IR_x2apic()
  ` [Patch v2 06/16] x86/apic: Correctly detect X2APIC status in function enable_IR()
  ` [Patch v2 07/16] x86/apic: Refine enable_IR_x2apic() and related functions
  ` [Patch v2 08/16] iommu/vt-d: Prepare for killing function irq_remapping_supported()
  ` [Patch v2 09/16] iommu/vt-d: Allocate IRQ remapping data structures only for all IOMMUs
  ` [Patch v2 10/16] iommu/vt-d: Allow IR works in XAPIC mode though CPU works in X2APIC mode
  ` [Patch v2 11/16] x86/apic: Only disable CPU x2apic mode when necessary
` [Patch v2 12/16] iommu/amd: Check for irq-remap support amd_iommu_prepare()
` [Patch v2 13/16] iommu/irq_remapping: Kill function irq_remapping_supported() and related code
` [Patch v2 14/16] iommu/irq_remapping: Refine function irq_remapping_prepare() for maintenance
` [Patch v2 15/16] iommu/irq_remapping: Change variable disable_irq_remap to be static
` [Patch v2 16/16] iommu/irq_remapping: Normailize the way to detect whether IR is enabled

[PATCH v2] memory: Add NVIDIA SMMU suspend/resume support
 2015-01-09 11:57 UTC  (2+ messages)

[PATCH v11 00/20] VFIO support for platform and ARM AMBA devices
 2015-01-09 11:33 UTC  (24+ messages)
` [PATCH v11 03/20] vfio: platform: add the VFIO PLATFORM module to Kconfig
` [PATCH v11 05/20] vfio: amba: add the VFIO for AMBA devices "
` [PATCH v11 07/20] vfio/platform: return info for device memory mapped IO regions
` [PATCH v11 09/20] vfio/platform: support MMAP of MMIO regions
` [PATCH v11 10/20] vfio/platform: return IRQ info
` [PATCH v11 13/20] vfio/platform: support for level sensitive interrupts
` [PATCH v11 14/20] vfio: add a vfio_ prefix to virqfd_enable and virqfd_disable and export
` [PATCH v11 15/20] vfio: virqfd: rename vfio_pci_virqfd_init and vfio_pci_virqfd_exit
` [PATCH v11 16/20] vfio: add local lock for virqfd instead of depending on VFIO PCI
` [PATCH v11 17/20] vfio: pass an opaque pointer on virqfd initialization
  ` [PATCH v11 01/20] vfio/platform: initial skeleton of VFIO support for platform devices
  ` [PATCH v11 02/20] vfio: platform: probe to devices on the platform bus
  ` [PATCH v11 04/20] vfio: amba: VFIO support for AMBA devices
  ` [PATCH v11 06/20] vfio/platform: return info for bound device
  ` [PATCH v11 08/20] vfio/platform: read and write support for the device fd
  ` [PATCH v11 11/20] vfio/platform: initial interrupts support code
  ` [PATCH v11 12/20] vfio/platform: trigger an interrupt via eventfd
  ` [PATCH v11 18/20] vfio: move eventfd support code for VFIO_PCI to a separate file
  ` [PATCH v11 19/20] vfio: initialize the virqfd workqueue in VFIO generic code
` [PATCH v11 20/20] vfio/platform: implement IRQ masking/unmasking via an eventfd

[PATCH 0/2] Change order of linkage in kernel makefiles for amdkfd
 2015-01-09  9:56 UTC  (8+ messages)

Hang (due to HW?) in qi_submit_sync()
 2015-01-08 23:39 UTC  (6+ messages)

[PATCH] iommu/arm-smmu: don't touch the secure STLBIALL register
 2015-01-08 20:58 UTC  (11+ messages)

[PATCH v6 0/8] Introduce automatic DMA configuration for IOMMU masters
 2015-01-08 10:53 UTC  (7+ messages)
` [PATCH v6 6/8] dma-mapping: detect and configure IOMMU in of_dma_configure

[PATCH v7 0/10] iommu/vt-d: Fix intel vt-d faults in kdump kernel
 2015-01-08  3:11 UTC  (18+ messages)
` [PATCH v7 03/10] iommu/vt-d: Add domain-id functions
` [PATCH v7 06/10] iommu/vt-d: datatypes and functions used for kdump
` [PATCH v7 07/10] iommu/vt-d: enable kdump support in iommu module
  ` [PATCH v7 01/10] iommu/vt-d: Update iommu_attach_domain() and its callers
  ` [PATCH v7 02/10] iommu/vt-d: Items required for kdump
  ` [PATCH v7 04/10] iommu/vt-d: functions to copy data from old mem
  ` [PATCH v7 05/10] iommu/vt-d: Add functions to load and save old re
  ` [PATCH v7 08/10] iommu/vt-d: assign new page table for dma_map
  ` [PATCH v7 09/10] iommu/vt-d: Copy functions for irte
  ` [PATCH v7 10/10] iommu/vt-d: Use old irte in kdump kernel

[git pull] IOMMU Fixes for Linux v3.19-rc3
 2015-01-07 15:55 UTC 

[PATCH 0/10] iommu/vt-d: Fix intel vt-d faults in kdump kernel
 2015-01-06  7:05 UTC  (9+ messages)

Remove Code in ipmmu-vmsa.c
 2015-01-05 20:14 UTC 

[PATCH] iommu: Fix build of allmod/allyes config on ARMv8 architecture
 2015-01-05 11:40 UTC  (4+ messages)

[PATCH 00/28] remove .owner for most platform_drivers: the missing bits
 2015-01-05 11:08 UTC  (3+ messages)
` [PATCH 09/28] iommu: drop owner assignment from platform_drivers

[PATCH 1/2] iommu/vt-d: Fix dmar_domain leak in iommu_attach_device
 2015-01-05 10:59 UTC  (3+ messages)

[PATCH FOR v3.19 - v2] iommu/ipmmu-vmsa: change IOMMU_EXEC to IOMMU_NOEXEC
 2015-01-05 10:53 UTC  (2+ messages)

Question about moving code in amd-iommu.c
 2015-01-01  5:06 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox