Show patches with: Submitter = Auger Eric       |    Archived = No       |   445 patches
« 1 2 3 44 5 »
Patch Series S/W/F Date Submitter Delegate State
[v4,3/5] KVM: create kvm_irqfd.h --- 2015-08-03 Auger Eric New
[v4,4/5] KVM: introduce kvm_arch functions for IRQ bypass --- 2015-08-03 Auger Eric New
[v4,5/5] KVM: eventfd: add irq bypass consumer management --- 2015-08-03 Auger Eric Superseded
[v2,1/4] KVM: arm/arm64: rename pause into power_off --- 2015-08-07 Auger Eric Superseded
[v2,2/4] KVM: arm/arm64: check power_off in kvm_arch_vcpu_runnable --- 2015-08-07 Auger Eric Superseded
[v2,3/4] KVM: arm/arm64: check power_off in critical section before VCPU run --- 2015-08-07 Auger Eric Superseded
[v2,4/4] KVM: arm/arm64: implement kvm_arm_[halt,resume]_guest --- 2015-08-07 Auger Eric New
[v3,01/10] VFIO: platform: registration of a dummy IRQ bypass producer --- 2015-08-10 Auger Eric New
[v3,02/10] VFIO: platform: test forwarded state when selecting the IRQ handler --- 2015-08-10 Auger Eric New
[v3,03/10] VFIO: platform: single handler using function pointer --- 2015-08-10 Auger Eric New
[v3,04/10] VFIO: platform: add vfio_platform_set_automasked --- 2015-08-10 Auger Eric New
[v3,05/10] VFIO: platform: add vfio_platform_is_active --- 2015-08-10 Auger Eric New
[v3,06/10] VFIO: platform: add irq bypass producer management --- 2015-08-10 Auger Eric New
[v3,07/10] KVM: arm/arm64: vgic: Allow HW interrupts for non-shared devices --- 2015-08-10 Auger Eric New
[v3,08/10] KVM: arm/arm64: vgic: support irqfd injection of a forwarded IRQ --- 2015-08-10 Auger Eric New
[v3,09/10] KVM: arm/arm64: vgic: forwarding control --- 2015-08-10 Auger Eric New
[v3,10/10] KVM: arm/arm64: implement IRQ bypass consumer functions --- 2015-08-10 Auger Eric New
[v5,1/5] KVM: x86: select IRQ_BYPASS_MANAGER --- 2015-08-10 Auger Eric New
[v5,2/5] KVM: arm/arm64: select IRQ_BYPASS_MANAGER --- 2015-08-10 Auger Eric New
[v5,3/5] KVM: create kvm_irqfd.h --- 2015-08-10 Auger Eric New
[v5,4/5] KVM: introduce kvm_arch functions for IRQ bypass --- 2015-08-10 Auger Eric New
[v5,5/5] KVM: eventfd: add irq bypass consumer management --- 2015-08-10 Auger Eric Accepted
[v3,1/4] KVM: arm/arm64: rename pause into power_off --- 2015-09-25 Auger Eric Accepted
[v3,2/4] KVM: arm/arm64: check power_off in kvm_arch_vcpu_runnable --- 2015-09-25 Auger Eric Accepted
[v3,3/4] KVM: arm/arm64: check power_off in critical section before VCPU run --- 2015-09-25 Auger Eric Accepted
[v3,4/4] KVM: arm/arm64: implement kvm_arm_[halt,resume]_guest --- 2015-09-25 Auger Eric Accepted
VFIO: platform: clear IRQ_NOAUTOEN when de-assigning the IRQ --- 2015-10-14 Auger Eric Accepted
VFIO: platform: AMD xgbe reset module --- 2015-10-14 Auger Eric New
[1/4] vfio: platform: add capability to register a reset function --- 2015-10-18 Auger Eric New
[2/4] vfio: platform: reset: calxedaxgmac: add reset function registration --- 2015-10-18 Auger Eric New
[3/4] vfio: platform: add compat in vfio_platform_device --- 2015-10-18 Auger Eric Superseded
[4/4] vfio: platform: use list of registered reset function --- 2015-10-18 Auger Eric New
[v2,1/6] vfio: platform: add capability to register a reset function --- 2015-10-22 Auger Eric New
[v2,2/6] vfio: platform: reset: add vfio_platform_reset_private.h --- 2015-10-22 Auger Eric New
[v2,3/6] vfio: platform: reset: calxedaxgmac: add reset function registration --- 2015-10-22 Auger Eric New
[v2,4/6] vfio: platform: add compat in vfio_platform_device --- 2015-10-22 Auger Eric Superseded
[v2,5/6] vfio: platform: use list of registered reset function --- 2015-10-22 Auger Eric New
[v2,6/6] vfio: platform: move get/put reset at open/release --- 2015-10-22 Auger Eric New
[v3,1/7] vfio: platform: introduce vfio-platform-base module --- 2015-10-23 Auger Eric Accepted
[v3,2/7] vfio: platform: add capability to register a reset function --- 2015-10-23 Auger Eric Accepted
[v3,3/7] vfio: platform: introduce module_vfio_reset_handler macro --- 2015-10-23 Auger Eric Accepted
[v3,4/7] vfio: platform: reset: calxedaxgmac: add reset function registration --- 2015-10-23 Auger Eric Accepted
[v3,5/7] vfio: platform: add compat in vfio_platform_device --- 2015-10-23 Auger Eric Accepted
[v3,6/7] vfio: platform: use list of registered reset function --- 2015-10-23 Auger Eric Accepted
[v3,7/7] vfio: platform: add dev_info on device reset --- 2015-10-23 Auger Eric Accepted
[v2] VFIO: platform: reset: AMD xgbe reset module --- 2015-10-23 Auger Eric New
[v4,1/7] vfio: platform: introduce vfio-platform-base module --- 2015-10-23 Auger Eric Superseded
[v4,2/7] vfio: platform: add capability to register a reset function --- 2015-10-23 Auger Eric Superseded
[v4,3/7] vfio: platform: introduce module_vfio_reset_handler macro --- 2015-10-23 Auger Eric Superseded
[v4,4/7] vfio: platform: reset: calxedaxgmac: add reset function registration --- 2015-10-23 Auger Eric Superseded
[v4,5/7] vfio: platform: add compat in vfio_platform_device --- 2015-10-23 Auger Eric Superseded
[v4,6/7] vfio: platform: use list of registered reset function --- 2015-10-23 Auger Eric Superseded
[v4,7/7] vfio: platform: add dev_info on device reset --- 2015-10-23 Auger Eric Superseded
[v3] VFIO: platform: reset: AMD xgbe reset module --- 2015-10-23 Auger Eric Superseded
[v5,1/7] vfio: platform: introduce vfio-platform-base module --- 2015-10-28 Auger Eric Superseded
[v5,2/7] vfio: platform: add capability to register a reset function --- 2015-10-28 Auger Eric Superseded
[v5,3/7] vfio: platform: introduce module_vfio_reset_handler macro --- 2015-10-28 Auger Eric Superseded
[v5,4/7] vfio: platform: reset: calxedaxgmac: add reset function registration --- 2015-10-28 Auger Eric Superseded
[v5,5/7] vfio: platform: add compat in vfio_platform_device --- 2015-10-28 Auger Eric Superseded
[v5,6/7] vfio: platform: use list of registered reset function --- 2015-10-28 Auger Eric Superseded
[v5,7/7] vfio: platform: add dev_info on device reset --- 2015-10-28 Auger Eric Superseded
[v4] VFIO: platform: reset: AMD xgbe reset module --- 2015-10-28 Auger Eric Superseded
[RFC] vfio/type1: handle case where IOMMU does not support PAGE_SIZE size --- 2015-10-28 Auger Eric New
vfio/type1: handle case where IOMMU does not support PAGE_SIZE size --- 2015-10-29 Auger Eric Superseded
[v2] vfio/type1: handle case where IOMMU does not support PAGE_SIZE size --- 2015-10-29 Auger Eric New
[v6,1/8] vfio: platform: introduce vfio-platform-base module --- 2015-11-03 Auger Eric New
[v6,2/8] vfio: platform: add capability to register a reset function --- 2015-11-03 Auger Eric New
[v6,3/8] vfio: platform: introduce module_vfio_reset_handler macro --- 2015-11-03 Auger Eric New
[v6,4/8] vfio: platform: reset: calxedaxgmac: add reset function registration --- 2015-11-03 Auger Eric New
[v6,5/8] vfio: platform: add compat in vfio_platform_device --- 2015-11-03 Auger Eric New
[v6,6/8] vfio: platform: use list of registered reset function --- 2015-11-03 Auger Eric New
[v6,7/8] vfio: platform: add dev_info on device reset --- 2015-11-03 Auger Eric New
[v6,8/8] vfio: platform: reset: calxedaxgmac: fix ioaddr leak --- 2015-11-03 Auger Eric New
[v5] VFIO: platform: reset: AMD xgbe reset module --- 2015-11-03 Auger Eric New
KVM: arm/arm64: vgic: leave the LR active state on GICD_ICENABLERn access --- 2015-11-19 Auger Eric New
[v4,01/13] KVM: arm/arm64: select IRQ_BYPASS_MANAGER --- 2015-11-19 Auger Eric New
[v4,02/13] VFIO: platform: registration of a dummy IRQ bypass producer --- 2015-11-19 Auger Eric New
[v4,03/13] VFIO: platform: test forwarded state when selecting the IRQ handler --- 2015-11-19 Auger Eric New
[v4,04/13] VFIO: platform: single handler using function pointer --- 2015-11-19 Auger Eric New
[v4,05/13] VFIO: platform: add vfio_platform_set_forwarded --- 2015-11-19 Auger Eric New
[v4,06/13] VFIO: platform: add vfio_platform_irq_is_active --- 2015-11-19 Auger Eric New
[v4,07/13] VFIO: platform: add irq bypass producer management --- 2015-11-19 Auger Eric New
[v4,09/13] KVM: arm/arm64: vgic: support irqfd injection of a mapped IRQ --- 2015-11-19 Auger Eric New
[v4,10/13] KVM: arm/arm64: vgic: forwarding control --- 2015-11-19 Auger Eric New
[v4,11/13] KVM: arm/arm64: vgic: implement clear active for non shared mapped IRQ --- 2015-11-19 Auger Eric New
[v4,12/13] KVM: arm/arm64: vgic: implement clear pending for non shared mapped IRQ --- 2015-11-19 Auger Eric New
[v4,13/13] KVM: arm/arm64: implement IRQ bypass consumer functions --- 2015-11-19 Auger Eric New
[01/10] iommu: Add DOMAIN_ATTR_MSI_MAPPING attribute --- 2016-01-26 Auger Eric Superseded
[02/10] vfio: expose MSI mapping requirement through VFIO_IOMMU_GET_INFO --- 2016-01-26 Auger Eric Superseded
[03/10] vfio_iommu_type1: add reserved binding RB tree management --- 2016-01-26 Auger Eric New
[04/10] vfio: introduce VFIO_IOVA_RESERVED vfio_dma type --- 2016-01-26 Auger Eric Superseded
[05/10] vfio/type1: attach a reserved iova domain to vfio_domain --- 2016-01-26 Auger Eric New
[06/10] vfio: introduce vfio_group_alloc_map_/unmap_free_reserved_iova --- 2016-01-26 Auger Eric New
[07/10] vfio: pci: cache the vfio_group in vfio_pci_device --- 2016-01-26 Auger Eric New
[08/10] vfio: introduce vfio_group_require_msi_mapping --- 2016-01-26 Auger Eric New
[09/10] vfio-pci: create an iommu mapping for msi address --- 2016-01-26 Auger Eric New
[10/10] vfio: allow the user to register reserved iova range for MSI mapping --- 2016-01-26 Auger Eric New
vfio: pci: fix oops in case of vfio_msi_set_vector_signal failure --- 2016-01-29 Auger Eric New
[RFC,v2,01/15] iommu: Add DOMAIN_ATTR_MSI_MAPPING attribute --- 2016-02-11 Auger Eric Superseded
[RFC,v2,02/15] vfio: expose MSI mapping requirement through VFIO_IOMMU_GET_INFO --- 2016-02-11 Auger Eric Superseded
« 1 2 3 44 5 »