Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2014-12-05 10:22:32 to 2014-12-16 02:06:57 UTC [more...]

[PATCH 0/3] Add support for APM X-Gene SoC AHBC IOMMU driver
 2014-12-16  2:06 UTC  (10+ messages)
  ` [PATCH 1/3] xgene-ahbc-iommu: "
  ` [PATCH 2/3] arm64: dts: Add the APM X-Gene AHBC IOMMU DTS node
  ` [PATCH 3/3] Documentation: dt-bindings: Add the binding info for APM X-Gene AHBC IOMMU driver

[PATCH 0/5] Fix Intel IRQ remapping initialization order
 2014-12-16  1:45 UTC  (9+ messages)
  ` [PATCH 1/5] iommu/vt-d: Allocate IRQ remapping data structures only for all IOMMUs
  ` [PATCH 2/5] iommu/vt-d: Don't check for ecap_ir_support in intel_irq_remapping_supported
  ` [PATCH 3/5] iommu/vt-d: Move supported-checks to intel_prepare_irq_remapping()
  ` [PATCH 4/5] iommu/amd: Check for irq-remap support amd_iommu_prepare()
  ` [PATCH 5/5] iommu, x86, apic: Remove irq_remapping_supported()

[PATCH v10] iopoll: Introduce memory-mapped IO polling macros
 2014-12-15 23:47 UTC 

[PATCH v9] iopoll: Introduce memory-mapped IO polling macros
 2014-12-15 23:44 UTC  (2+ messages)

[PATCH 00/10] Renesas IPMMU-VMSA fixes and DT support
 2014-12-15 23:16 UTC  (15+ messages)
  ` [PATCH 01/10] iommu/ipmmu-vmsa: Cleanup failures of ARM mapping creation or attachment
  ` [PATCH 04/10] iommu/ipmmu-vmsa: Return proper error if devm_request_irq fails
` [PATCH 02/10] iommu/ipmmu-vmsa: Flush P[UM]D entry before freeing the child page table
` [PATCH 03/10] iommu/ipmmu-vmsa: Invalidate TLB after unmapping
` [PATCH 05/10] iommu/ipmmu-vmsa: Add device tree bindings documentation
` [PATCH 06/10] iommu/ipmmu-vmsa: Add device tree support
` [PATCH 07/10] iommu/ipmmu-vmsa: Support multiple micro TLBs per device
` [PATCH 08/10] iommu/ipmmu-vmsa: Remove platform data support
` [PATCH 09/10] ARM: shmobile: r8a7790: Add IPMMU DT nodes
` [PATCH 10/10] ARM: shmobile: r8a7791: "

[RFC PATCH 0/2] Fix rockchip IOMMU driver vs PM issues
 2014-12-15 19:53 UTC  (21+ messages)
` [RFC PATCH 1/2] pm: Add PM domain notifications
` [RFC PATCH 2/2] iommu: rockchip: Handle system-wide and runtime PM

[PATCH FOR v3.19 - v2] iommu/ipmmu-vmsa: change IOMMU_EXEC to IOMMU_NOEXEC
 2014-12-15 18:41 UTC 

[PATCH] iommu/ipmmu-vmsa: change IOMMU_EXEC to IOMMU_NOEXEC
 2014-12-15 18:37 UTC  (3+ messages)

[Bug 89751] New: Allocating domain for fallback device failed
 2014-12-15 18:25 UTC 

[PATCH v3 00/19] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2014-12-15 18:19 UTC  (12+ messages)
` [PATCH v3 18/19] iommu: exynos: init from dt-specific callback instead of initcall

[PATCH v6 0/8] Introduce automatic DMA configuration for IOMMU masters
 2014-12-15 18:09 UTC  (17+ messages)
` [PATCH v6 6/8] dma-mapping: detect and configure IOMMU in of_dma_configure
  ` [PATCH/RFC] iommu/ipmmu-vmsa: Use DT-based instantiation

[RFC PATCH v4 0/8] Introduce automatic DMA configuration for IOMMU masters
 2014-12-15 17:55 UTC  (6+ messages)

[PATCH 0/4] Generic IOMMU page table framework
 2014-12-15 17:46 UTC  (23+ messages)
` [PATCH 1/4] iommu: introduce generic page table allocation framework
` [PATCH 2/4] iommu: add ARM LPAE page table allocator

[PATCH] iommu/exynos: Fix arm64 allmodconfig build
 2014-12-15 15:56 UTC  (5+ messages)

[PATCH] iommu/exynos: Fix arm64 allmodconfig build
 2014-12-15 15:54 UTC 

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

[PATCH 0/5] iommu/vt-d: Fix crash dump failure caused by legacy DMA/IO
 2014-12-15  9:16 UTC  (15+ messages)

[PATCH 0/2] iommu/vt-d: Keep RMRR mappings around on driver unbind
 2014-12-12 15:56 UTC  (8+ messages)
` [PATCH 2/2] iommu/vt-d: Only remove domain when device is removed

[git pull] IOMMU Updates for Linux v3.19
 2014-12-12 15:44 UTC 

[v3 00/26] Add VT-d Posted-Interrupts support
 2014-12-12 15:15 UTC  (27+ messages)
` [v3 02/26] iommu: Add new member capability to struct irq_remap_ops
` [v3 07/26] iommu, x86: Add cap_pi_support() to detect VT-d PI capability
` [v3 08/26] iommu, x86: Add intel_irq_remapping_capability() for Intel
` [v3 14/26] KVM: Get Posted-Interrupts descriptor address from struct kvm_vcpu
  ` [v3 01/26] genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPU
  ` [v3 03/26] iommu, x86: Define new irte structure for VT-d Posted-Interrupts
  ` [v3 04/26] iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip
  ` [v3 05/26] x86, irq: Implement irq_set_vcpu_affinity for pci_msi_ir_controller
  ` [v3 06/26] iommu, x86: No need to migrating irq for VT-d Posted-Interrupts
  ` [v3 09/26] iommu, x86: define irq_remapping_cap()
  ` [v3 10/26] KVM: change struct pi_desc for VT-d Posted-Interrupts
  ` [v3 11/26] KVM: Add some helper functions for Posted-Interrupts
  ` [v3 12/26] KVM: Initialize VT-d Posted-Interrupts Descriptor
  ` [v3 13/26] KVM: Define a new interface kvm_find_dest_vcpu() for VT-d PI
  ` [v3 15/26] KVM: add interfaces to control PI outside vmx
  ` [v3 16/26] KVM: Make struct kvm_irq_routing_table accessible
  ` [v3 17/26] KVM: make kvm_set_msi_irq() public
  ` [v3 18/26] KVM: kvm-vfio: User API for VT-d Posted-Interrupts
  ` [v3 19/26] KVM: kvm-vfio: implement the VFIO skeleton "
  ` [v3 20/26] KVM: x86: kvm-vfio: VT-d posted-interrupts setup
  ` [v3 21/26] x86, irq: Define a global vector for VT-d Posted-Interrupts
  ` [v3 22/26] KVM: Define a wakeup worker thread for vCPU
  ` [v3 23/26] KVM: Update Posted-Interrupts Descriptor when vCPU is preempted
  ` [v3 24/26] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
  ` [v3 25/26] KVM: Suppress posted-interrupt when 'SN' is set
  ` [v3 26/26] iommu/vt-d: Add a command line parameter for VT-d posted-interrupts

[PATCH] memory: Add NVIDIA SMMU suspend/resume support
 2014-12-12  8:18 UTC  (2+ messages)

[v2 00/25] Add VT-d Posted-Interrupts support
 2014-12-11 15:45 UTC  (15+ messages)
` [v2 17/25] KVM: kvm-vfio: User API for VT-d Posted-Interrupts
` [v2 18/25] KVM: kvm-vfio: implement the VFIO skeleton "

[REPORT PATCH] driver core: amba: add device binding path 'driver_override'
 2014-12-10 14:47 UTC  (2+ messages)

[PATCH v10 00/20] VFIO support for platform and ARM AMBA devices
 2014-12-10 14:00 UTC  (5+ messages)

[RFC Patch V1 0/9] Simplify initialization of IR on x86 platforms
 2014-12-10  6:47 UTC  (10+ messages)
  ` [RFC Patch V1 1/9] x86, apic: Kill useless variable x2apic_enabled in function enable_IR_x2apic()
  ` [RFC Patch V1 2/9] x86, apic: Correctly detect X2APIC status in function enable_IR()
  ` [RFC Patch V1 3/9] x86, apic: Refine enable_IR_x2apic() and related functions
  ` [RFC Patch V1 4/9] iommu/vt-d: Prepare for killing function irq_remapping_supported()
  ` [RFC Patch V1 5/9] iommu/irq_remapping: Kill function irq_remapping_supported() and related code
  ` [RFC Patch V1 6/9] iommu/irq_remapping: Refine function irq_remapping_prepare() for maintenance
  ` [RFC Patch V1 7/9] iommu/irq_remapping: Change variable disable_irq_remap to be static
  ` [RFC Patch V1 8/9] iommu/irq_remapping: Normailize the way to detect whether IR is enabled
  ` [RFC Patch V1 9/9] iommu/irq_remapping: Kill unused function irq_remapping_print_chip()

[patch] iommu/amd: fix a small leak in irq_remapping_alloc()
 2014-12-09 14:57 UTC  (2+ messages)

[PATCH v10 04/20] vfio: amba: VFIO support for AMBA devices
 2014-12-09 14:18 UTC  (2+ messages)

[GIT PULL] Automatic DMA configuration for OF-based IOMMU masters
 2014-12-05 17:41 UTC  (2+ messages)

[PATCH v6 1/8] iommu: provide early initialisation hook for IOMMU drivers
 2014-12-05 13:49 UTC  (18+ messages)

[PATCH] iommu: Fix build of allmod/allyes config on ARMv8 architecture
 2014-12-05 13:47 UTC 


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