messages from 2014-11-20 05:00:52 to 2014-12-04 11:19:32 UTC [more...]
[PATCH v6 0/8] Introduce automatic DMA configuration for IOMMU masters
2014-12-04 11:19 UTC (24+ messages)
` [PATCH v6 1/8] iommu: provide early initialisation hook for IOMMU drivers
` [PATCH v6 2/8] dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_ops
` [PATCH v6 3/8] iommu: add new iommu_ops callback for adding an OF device
` [PATCH v6 4/8] iommu: provide helper function to configure an IOMMU for an of master
` [PATCH v6 5/8] iommu: fix initialization without 'add_device' callback
` [PATCH v6 6/8] dma-mapping: detect and configure IOMMU in of_dma_configure
` [PATCH v6 7/8] arm: call iommu_init before of_platform_populate
` [PATCH v6 8/8] arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_ops
[RFC 0/4] Separate the IOVA library from the intel-iommu driver
2014-12-04 10:44 UTC (6+ messages)
` [RFC 1/4] iommu: iova: Move iova cache management to the iova library
` [RFC 2/4] iommu: iova: Export symbols
` [RFC 3/4] iommu: iova: Make the iova library buildable as a module
` [RFC 4/4] mm: EXPORT_SYMBOL_GPL({find_vm_area,get_vm_area_caller});
[PATCH 0/4] Generic IOMMU page table framework
2014-12-03 11:11 UTC (21+ messages)
` [PATCH 1/4] iommu: introduce generic page table allocation framework
` [PATCH 2/4] iommu: add ARM LPAE page table allocator
` [PATCH 3/4] iommu: add self-consistency tests to ARM LPAE IO "
` [PATCH 4/4] iommu/arm-smmu: make use of generic LPAE allocator
[v2 00/25] Add VT-d Posted-Interrupts support
2014-12-03 7:39 UTC (26+ messages)
` [v2 01/25] genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPU
` [v2 02/25] iommu: Add new member capability to struct irq_remap_ops
` [v2 03/25] iommu, x86: Define new irte structure for VT-d Posted-Interrupts
` [v2 04/25] iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip
` [v2 05/25] x86, irq: Implement irq_set_vcpu_affinity for pci_msi_ir_controller
` [v2 06/25] iommu, x86: No need to migrating irq for VT-d Posted-Interrupts
` [v2 07/25] iommu, x86: Add cap_pi_support() to detect VT-d PI capability
` [v2 08/25] iommu, x86: Add intel_irq_remapping_capability() for Intel
` [v2 09/25] iommu, x86: define irq_remapping_cap()
` [v2 10/25] KVM: change struct pi_desc for VT-d Posted-Interrupts
` [v2 11/25] KVM: Add some helper functions for Posted-Interrupts
` [v2 12/25] KVM: Initialize VT-d Posted-Interrupts Descriptor
` [v2 13/25] KVM: Define a new interface kvm_find_dest_vcpu() for VT-d PI
` [v2 14/25] KVM: Get Posted-Interrupts descriptor address from struct kvm_vcpu
` [v2 15/25] KVM: Make struct kvm_irq_routing_table accessible
` [v2 16/25] KVM: make kvm_set_msi_irq() public
` [v2 17/25] KVM: kvm-vfio: User API for VT-d Posted-Interrupts
` [v2 18/25] KVM: kvm-vfio: implement the VFIO skeleton "
` [v2 19/25] KVM: x86: kvm-vfio: VT-d posted-interrupts setup
` [v2 20/25] x86, irq: Define a global vector for VT-d Posted-Interrupts
` [v2 21/25] KVM: Update Posted-Interrupts descriptor during vCPU scheduling
` [v2 22/25] KVM: Change NDST field after "
` [v2 23/25] KVM: Add the handler for Wake-up Vector
` [v2 24/25] KVM: Suppress posted-interrupt when 'SN' is set
` [v2 25/25] iommu/vt-d: Add a command line parameter for VT-d posted-interrupts
[PATCH RESEND v8] iopoll: Introduce memory-mapped IO polling macros
2014-12-02 16:55 UTC (5+ messages)
[PATCH] iommu: Decouple iommu_map_sg from CPU page size
2014-12-02 12:05 UTC (2+ messages)
[PATCH] iommu/vt-d: Fix an off-by-one bug in __domain_mapping()
2014-12-02 12:04 UTC (5+ messages)
[PATCH v3 00/19] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
2014-12-02 9:59 UTC (2+ messages)
[PATCH 5/7] iommu/arm-smmu: don't bother truncating the s1 output size to VA_BITS
2014-12-02 9:26 UTC (2+ messages)
[Patch Part3 v4 12/38] x86, irq: Kill x86_io_apic_ops.print_entries and related interfaces
2014-12-02 0:21 UTC (13+ messages)
` [Patch Part3 v4 13/38] x86, irq: Kill x86_io_apic_ops.setup_entry "
` [Patch Part3 v4 14/38] x86, irq: Kill x86_io_apic_ops.set_affinity "
` [Patch Part3 v4 15/38] x86, irq: Kill x86_io_apic_ops.eoi_ioapic_pin "
` [Patch Part3 v4 18/38] x86: irq_remapping: Clean up unsued code
` [Patch Part3 v4 19/38] iommu/vt-d: "
` [Patch Part3 v4 20/38] iommu/amd: "
` [Patch Part3 v4 21/38] x86: irq_remapping: Clean up unused interfaces
` [Patch Part3 v4 22/38] x86, irq: Kill irq_cfg.irq_remapped
` [Patch Part3 v4 23/38] iommu/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c
` [Patch Part3 v4 24/38] iommu/amd: Move struct irq_2_irte into amd_iommu.c
` [Patch Part3 v4 33/38] x86, irq: Move check of cfg->move_in_progress into send_cleanup_vector()
[PATCH v5 0/8] Introduce automatic DMA configuration for IOMMU masters
2014-12-01 15:05 UTC (11+ messages)
` [PATCH v5 1/8] iommu: provide early initialisation hook for IOMMU drivers
` [PATCH v5 2/8] dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_ops
` [PATCH v5 3/8] iommu: add new iommu_ops callback for adding an OF device
` [PATCH v5 4/8] iommu: provide helper function to configure an IOMMU for an of master
` [PATCH v5 5/8] iommu: fix initialization without 'add_device' callback
` [PATCH v5 6/8] dma-mapping: detect and configure IOMMU in of_dma_configure
` [PATCH v5 7/8] arm: call iommu_init before of_platform_populate
` [PATCH v5 8/8] arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_ops
[PATCH v10 00/20] VFIO support for platform and ARM AMBA devices
2014-12-01 14:29 UTC (24+ messages)
` [PATCH v10 01/20] vfio/platform: initial skeleton of VFIO support for platform devices
` [PATCH v10 02/20] vfio: platform: probe to devices on the platform bus
` [PATCH v10 03/20] vfio: platform: add the VFIO PLATFORM module to Kconfig
` [PATCH v10 04/20] vfio: amba: VFIO support for AMBA devices
` [PATCH v10 05/20] vfio: amba: add the VFIO for AMBA devices module to Kconfig
` [PATCH v10 06/20] vfio/platform: return info for bound device
` [PATCH v10 07/20] vfio/platform: return info for device memory mapped IO regions
` [PATCH v10 08/20] vfio/platform: read and write support for the device fd
` [PATCH v10 09/20] vfio/platform: support MMAP of MMIO regions
` [PATCH v10 10/20] vfio/platform: return IRQ info
` [PATCH v10 11/20] vfio/platform: initial interrupts support code
` [PATCH v10 12/20] vfio/platform: trigger an interrupt via eventfd
` [PATCH v10 13/20] vfio/platform: support for level sensitive interrupts
` [PATCH v10 14/20] vfio: add a vfio_ prefix to virqfd_enable and virqfd_disable and export
` [PATCH v10 15/20] vfio: virqfd: rename vfio_pci_virqfd_init and vfio_pci_virqfd_exit
` [PATCH v10 16/20] vfio: add local lock for virqfd instead of depending on VFIO PCI
` [PATCH v10 17/20] vfio: pass an opaque pointer on virqfd initialization
` [PATCH v10 18/20] vfio: move eventfd support code for VFIO_PCI to a separate file
` [PATCH v10 19/20] vfio: initialize the virqfd workqueue in VFIO generic code
` [PATCH v10 20/20] vfio/platform: implement IRQ masking/unmasking via an eventfd
[PATCH 0/5] iommu/vt-d: Fix crash dump failure caused by legacy DMA/IO
2014-12-01 12:33 UTC (12+ messages)
[RFC PATCH v4 0/8] Introduce automatic DMA configuration for IOMMU masters
2014-11-28 13:19 UTC (11+ messages)
` [RFC PATCH v4 6/8] dma-mapping: set dma segment properties in of_dma_configure
[REPORT PATCH] driver core: amba: add device binding path 'driver_override'
2014-11-27 17:25 UTC
[PATCH v3 0/6] vfio: type1: support for ARM SMMUS with VFIO_IOMMU_TYPE1
2014-11-27 17:22 UTC (7+ messages)
` [PATCH v3 1/6] vfio: implement iommu driver capabilities with an enum
` [PATCH v3 2/6] vfio: type1: support for ARM SMMUs
` [PATCH v3 3/6] vfio: introduce the VFIO_DMA_MAP_FLAG_NOEXEC flag
` [PATCH v3 4/6] vfio: type1: replace domain wide protection flags with supported capabilities
` [PATCH v3 5/6] vfio: type1: replace vfio_domains_have_iommu_cache with generic function
` [PATCH v3 6/6] vfio: type1: implement the VFIO_DMA_MAP_FLAG_NOEXEC flag
[RFC PATCH 0/4] Genericise the IOVA allocator
2014-11-27 12:43 UTC (11+ messages)
` [RFC PATCH 1/4] iommu: build iova.c for any IOMMU
` [RFC PATCH 2/4] iommu: consolidate IOVA allocator code
` [RFC PATCH 3/4] iommu: make IOVA domain low limit flexible
` [RFC PATCH 4/4] iommu: make IOVA domain page size explicit
[Patch Part3 v4] x86, PCI, MSI: Use hierarchy irqdomain to manage MSI interrupts
2014-11-26 2:22 UTC
[Patch Part2 v6 07/27] x86, dmar: Use new irqdomain interfaces to allocate/free IRQ
2014-11-25 5:53 UTC (10+ messages)
` [Patch Part2 v6 08/27] x86: irq_remapping: Introduce new interfaces to support hierarchy irqdomain
` [Patch Part2 v6 09/27] iommu/vt-d: Change prototypes to prepare for enabling "
` [Patch Part2 v6 10/27] iommu/vt-d: Enhance Intel IR driver to suppport "
` [Patch Part2 v6 11/27] iommu/amd: Enhance AMD "
` [Patch Part2 v6 13/27] x86, PCI, MSI: Use hierarchy irqdomain to manage MSI interrupts
` [Patch Part2 v6 15/27] iommu/vt-d: Clean up unused MSI related code
` [Patch Part2 v6 16/27] iommu/amd: "
` [Patch Part2 v6 17/27] x86: irq_remapping: "
` [Patch Part2 v6 19/27] iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
[PATCH 0/3] PCI/x86: Interface for testing multivector MSI support
2014-11-25 3:22 UTC (7+ messages)
` [PATCH 1/3] PCI/MSI: Initial hook for archs to declare "
` [PATCH 2/3] PCI/x86: Add arch_supports_multivector_msi() hook
` [PATCH 3/3] PCI: Extend and export pci_msi_supported() for multivector MSI
[PATCH v9 00/19] VFIO support for platform and AMBA devices on ARM
2014-11-24 15:53 UTC (27+ messages)
` [PATCH v9 01/19] vfio/platform: initial skeleton of VFIO support for platform devices
` [PATCH v9 03/19] vfio: platform: add the VFIO PLATFORM module to Kconfig
` [PATCH v9 06/19] vfio/platform: return info for bound device
` [PATCH v9 07/19] vfio/platform: return info for device memory mapped IO regions
` [PATCH v9 08/19] vfio/platform: read and write support for the device fd
` [PATCH v9 12/19] vfio/platform: trigger an interrupt via eventfd
[RFC] add a struct page* parameter to dma_map_ops.unmap_page
2014-11-21 20:18 UTC (3+ messages)
[GIT PULL] iommu/arm-smmu: updates for 3.19
2014-11-21 11:30 UTC (2+ messages)
[RFC Patch V1] genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPU
2014-11-20 7:10 UTC
[PATCH 00/13] Add VT-d Posted-Interrupts support for KVM
2014-11-20 5:00 UTC (5+ messages)
` [PATCH 02/13] KVM: Initialize VT-d Posted-Interrtups Descriptor
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