IOMMU Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-13 12:15:31 to 2015-09-25 20:22:33 UTC [more...]

[PATCH V4 1/2] ACPI / EC: Fix broken 64bit big-endian users of 'global_lock'
 2015-09-25 20:22 UTC  (8+ messages)
` [PATCH V4 2/2] debugfs: Pass bool pointer to debugfs_create_bool()

[PATCH v9 00/18] Add VT-d Posted-Interrupts support - including prerequisite series
 2015-09-25 11:14 UTC  (44+ messages)
` [PATCH v9 03/18] KVM: arm/arm64: select IRQ_BYPASS_MANAGER
` [PATCH v9 08/18] KVM: Add some helper functions for Posted-Interrupts
` [PATCH v9 10/18] KVM: Make struct kvm_irq_routing_table accessible
  ` [PATCH v9 01/18] virt: IRQ bypass manager
  ` [PATCH v9 02/18] KVM: x86: select IRQ_BYPASS_MANAGER
  ` [PATCH v9 04/18] KVM: create kvm_irqfd.h
  ` [PATCH v9 05/18] KVM: introduce kvm_arch functions for IRQ bypass
  ` [PATCH v9 06/18] KVM: eventfd: add irq bypass consumer management
  ` [PATCH v9 07/18] KVM: Extend struct pi_desc for VT-d Posted-Interrupts
  ` [PATCH v9 09/18] KVM: Define a new interface kvm_intr_is_single_vcpu()
  ` [PATCH v9 11/18] KVM: make kvm_set_msi_irq() public
  ` [PATCH v9 12/18] vfio: Register/unregister irq_bypass_producer
  ` [PATCH v9 13/18] KVM: x86: Update IRTE for posted-interrupts
  ` [PATCH v9 14/18] KVM: Implement IRQ bypass consumer callbacks for x86
  ` [PATCH v9 15/18] KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd'
  ` [PATCH v9 16/18] KVM: Update Posted-Interrupts Descriptor when vCPU is preempted
  ` [PATCH v9 17/18] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
  ` [PATCH v9 18/18] iommu/vt-d: Add a command line parameter for VT-d posted-interrupts

[PATCH 00/22] DMA-API/PCI map_peer_resource support for peer-to-peer
 2015-09-24 21:49 UTC  (28+ messages)
` [PATCH 01/22] lib/Kconfig: add HAS_DMA_P2P for peer-to-peer support
` [PATCH 02/22] linux/types.h: Add dma_peer_addr_t type
` [PATCH 03/22] dma-debug: add checking for map/unmap_peer_resource
  ` [PATCH 04/22] DMA-API: Introduce dma_(un)map_peer_resource
  ` [PATCH 05/22] dma-mapping: pci: add pci_(un)map_peer_resource
  ` [PATCH 06/22] DMA-API: Add peer resource mapping documentation
  ` [PATCH 13/22] x86, platform: Add swiotlb_map_peer_resource() to sta2x11_dma_ops
  ` [PATCH 14/22] swiotlb-xen: add map_peer_resource stub
  ` [PATCH 15/22] pci-swiotlb-xen: add xen_swiotlb_map_peer_resource to xen_swiotlb_dma_ops
  ` [PATCH 20/22] x86: gart: Add map_peer_resource stub
` [PATCH 07/22] PCI: Export pci_find_host_bridge()
` [PATCH 08/22] PCI: Add pci_find_common_upstream_dev()
` [PATCH 09/22] PCI: Add pci_peer_traffic_supported()
` [PATCH 10/22] PCI: Add pci_resource_to_peer()
` [PATCH 11/22] swiotlb: Add map_peer_resource stub
` [PATCH 12/22] x86, swiotlb: Add swiotlb_map_peer_resource() to swiotlb_dma_ops
` [PATCH 16/22] iommu/amd: Implement (un)map_peer_resource
` [PATCH 17/22] iommu/vt-d: implement (un)map_peer_resource
` [PATCH 18/22] x86: add pci-nommu implementation of map_peer_resource
` [PATCH 19/22] x86: Calgary: Add map_peer_resource stub
` [PATCH 21/22] x86: add dma_peer_mapping_error()
` [PATCH 22/22] x86: declare support for DMA P2P

[PATCH] iommu/amd: Fix amd_iommu_detect() (does not fix any issues)
 2015-09-24 14:50 UTC  (2+ messages)

[PATCH 00/10] Fix AMD IOMMU faults in kdump kernel
 2015-09-24  6:37 UTC  (11+ messages)
  ` [PATCH 01/10] iommu/amd: Use standard bitmap operation to set bitmap
  ` [PATCH 02/10] iommu/amd: Adjust functons which get first/last devid by reading pci config
  ` [PATCH 03/10] iommu/amd: Get the first/last device of iommu earlier
  ` [PATCH 04/10] iommu/amd: Detect pre enabled translation
  ` [PATCH 05/10] iommu/amd: Add function copy_dev_tables
  ` [PATCH 06/10] iommu/amd: Add functions copy_command_buffer/copy_event_buffer
  ` [PATCH 07/10] iommu/amd: copy old dev tables and do not touch dev tables
  ` [PATCH 08/10] iommu/amd: Do not update the information of domain to devtables before device driver init
  ` [PATCH 09/10] iommu/amd: Clear the iommu pre enabled setting
  ` [PATCH 10/10] iommu/amd: Copy the old ir table

[PATCH 0/2] DRA7 DSP MMU config support
 2015-09-23 17:53 UTC  (11+ messages)
` [PATCH 2/2] iommu/omap: Add support for configuring dsp iommus on DRA7xx

How to ensure that different peripherals getting different IOVA address in kernel?
 2015-09-23 12:08 UTC  (3+ messages)

[PATCH v9 12/18] vfio: Register/unregister irq_bypass_producer
 2015-09-23  1:35 UTC  (2+ messages)

[PATCH v5 0/3] arm64: IOMMU-backed DMA mapping
 2015-09-22 18:11 UTC  (4+ messages)
` [PATCH v5 2/3] arm64: Add IOMMU dma_ops

[PATCH] iommu/io-pgtable-arm: Don't use dma_to_phys()
 2015-09-22 16:26 UTC  (10+ messages)
  ` [PATCH v2] "

[RFC PATCH] dma/swiotlb: Add helper for device driver to opt-out from swiotlb
 2015-09-22 15:43 UTC  (10+ messages)

[PATCH v4 0/6] MT8173 IOMMU SUPPORT
 2015-09-22 14:12 UTC  (8+ messages)
` [PATCH v4 3/6] iommu: add ARM short descriptor page table allocator
` [PATCH v4 5/6] iommu/mediatek: Add mt8173 IOMMU driver

About amd-iommu support for kdump kernel
 2015-09-22 12:14 UTC  (5+ messages)

[dm-devel] AMD-Vi IO_PAGE_FAULTs and ata3.00: failed command: READ FPDMA QUEUED errors since Linux 4.0
 2015-09-20  6:50 UTC  (2+ messages)

[PATCH v8 00/13] Add VT-d Posted-Interrupts support
 2015-09-18 16:17 UTC  (32+ messages)
  ` [PATCH v8 01/13] KVM: Extend struct pi_desc for VT-d Posted-Interrupts
  ` [PATCH v8 02/13] KVM: Add some helper functions for Posted-Interrupts
  ` [PATCH v8 03/13] KVM: Define a new interface kvm_intr_is_single_vcpu()
  ` [PATCH v8 04/13] KVM: Make struct kvm_irq_routing_table accessible
  ` [PATCH v8 05/13] KVM: make kvm_set_msi_irq() public
  ` [PATCH v8 06/13] vfio: Register/unregister irq_bypass_producer
  ` [PATCH v8 07/13] KVM: x86: Update IRTE for posted-interrupts
  ` [PATCH v8 08/13] KVM: Implement IRQ bypass consumer callbacks for x86
  ` [PATCH v8 09/13] KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd'
  ` [PATCH v8 10/13] KVM: Update Posted-Interrupts Descriptor when vCPU is preempted
  ` [PATCH v8 11/13] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
  ` [PATCH v8 12/13] KVM: Warn if 'SN' is set during posting interrupts by software
  ` [PATCH v8 13/13] iommu/vt-d: Add a command line parameter for VT-d posted-interrupts

[PATCH] iommu/arm-smmu: Use correct address mask for CMD_TLBI_S2_IPA
 2015-09-18 15:18 UTC 

[PATCH] iommu/arm-smmu: Ensure IAS is set correctly for AArch32-capable SMMUs
 2015-09-18 14:42 UTC 

[PATCH] iommu/vt-d: fix memory leak
 2015-09-18 10:57 UTC 

[PATCH v1 1/1] iommu/vt-d: use lo_hi_readq() / lo_hi_writeq()
 2015-09-17  9:00 UTC  (2+ messages)

[PATCH v3 0/6] MT8173 IOMMU SUPPORT
 2015-09-17  2:38 UTC  (6+ messages)
` [PATCH v3 3/6] iommu: add ARM short descriptor page table allocator

[PATCH 0/4] Cleanup legacy OMAP IOMMU device creation
 2015-09-16 23:48 UTC  (5+ messages)
  ` [PATCH 1/4] ARM: OMAP2+: Remove legacy device instantiation of IOMMUs
  ` [PATCH 2/4] ARM: OMAP3: hwmod data: Remove legacy IOMMU data
  ` [PATCH 3/4] ARM: OMAP4: hwmod data: Remove legacy IOMMU attr and addrs
  ` [PATCH 4/4] ARM: OMAP2+: Remove omap_mmu_dev_attr structure

[PATCH v5 52/53] PCI: Introduce resource_disabled()
 2015-09-16 21:57 UTC 

[PATCH] iommu/amd: Fix BUG when faulting a PROT_NONE VMA
 2015-09-16 19:10 UTC 

[PATCH V3 2/2] debugfs: don't assume sizeof(bool) to be 4 bytes
 2015-09-16  8:02 UTC  (13+ messages)

[PATCH V2] debugfs: don't assume sizeof(bool) to be 4 bytes
 2015-09-15  6:30 UTC  (7+ messages)

[PATCH 0/4] Separate the IOVA library from the intel-iommu driver
 2015-09-14 18:17 UTC  (3+ messages)

[PATCH 00/39] drop null test before destroy functions
 2015-09-14 11:55 UTC  (3+ messages)
  ` [PATCH 38/39] iommu/amd: "

[PATCH v7 00/17] Add VT-d Posted-Interrupts support
 2015-09-14  7:57 UTC  (4+ messages)
` [PATCH v7 15/17] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked


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 read-only IMAP folder(s) and NNTP newsgroup(s).