Show patches with: Submitter = Andre Przywara       |    State = Action Required       |   474 patches
« 1 2 3 44 5 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[01/12] ARM: remove unneeded gic.h inclusions - 1 - --- 2017-10-19 Andre Przywara New
[01/28] ARM: export __flush_dcache_area() - - - --- 2017-01-30 Andre Przywara New
[02/12] ARM: vGIC: fix nr_irq definition - 1 - --- 2017-10-19 Andre Przywara New
[02/28] ARM: GICv3 ITS: parse and store ITS subnodes from hardware DT - - - --- 2017-01-30 Andre Przywara New
[03/12] ARM: VGIC: remove gic_clear_pending_irqs() - - - --- 2017-10-19 Andre Przywara New
[03/28] ARM: GICv3: allocate LPI pending and property table - - - --- 2017-01-30 Andre Przywara New
[04/12] ARM: VGIC: move gic_remove_irq_from_queues() - 1 - --- 2017-10-19 Andre Przywara New
[04/28] ARM: GICv3 ITS: allocate device and collection table - - - --- 2017-01-30 Andre Przywara New
[05/12] ARM: VGIC: move gic_remove_from_lr_pending() - - - --- 2017-10-19 Andre Przywara New
[05/28] ARM: GICv3 ITS: map ITS command buffer - - - --- 2017-01-30 Andre Przywara New
[06/12] ARM: VGIC: streamline gic_restore_pending_irqs() - - - --- 2017-10-19 Andre Przywara New
[06/28] ARM: GICv3 ITS: introduce ITS command handling - - - --- 2017-01-30 Andre Przywara New
[07/12] ARM: VGIC: split gic.c to observe hardware/virtual GIC separation - - - --- 2017-10-19 Andre Przywara New
[07/28] ARM: GICv3 ITS: introduce device mapping - - - --- 2017-01-30 Andre Przywara New
[08/12] ARM: VGIC: split up gic_dump_info() to cover virtual part separately - - - --- 2017-10-19 Andre Przywara New
[08/28] ARM: GICv3 ITS: introduce host LPI array - - - --- 2017-01-30 Andre Przywara New
[09/12] ARM: VGIC: rework events_need_delivery() - 1 - --- 2017-10-19 Andre Przywara New
[09/28] ARM: GICv3 ITS: map device and LPIs to the ITS on physdev_op hypercall - - - --- 2017-01-30 Andre Przywara New
[1/4] Support for building in a Xen binary - - - --- 2016-06-20 Andre Przywara New
[10/12] ARM: VGIC: factor out vgic_connect_hw_irq() 1 - - --- 2017-10-19 Andre Przywara New
[10/28] ARM: GICv3: introduce separate pending_irq structs for LPIs - - - --- 2017-01-30 Andre Przywara New
[11/12] ARM: VGIC: factor out vgic_get_hw_irq_desc() 1 - - --- 2017-10-19 Andre Przywara New
[11/28] ARM: GICv3: forward pending LPIs to guests - - - --- 2017-01-30 Andre Przywara New
[12/12] ARM: VGIC: rework gicv[23]_update_lr to not use pending_irq - 1 - --- 2017-10-19 Andre Przywara New
[12/28] ARM: GICv3: enable ITS and LPIs on the host - - - --- 2017-01-30 Andre Przywara New
[13/28] ARM: vGICv3: handle virtual LPI pending and property tables - - - --- 2017-01-30 Andre Przywara New
[14/28] ARM: vGICv3: Handle disabled LPIs - - - --- 2017-01-30 Andre Przywara New
[15/28] ARM: vGICv3: introduce basic ITS emulation bits - - - --- 2017-01-30 Andre Przywara New
[16/28] ARM: vITS: introduce translation table walks - - - --- 2017-01-30 Andre Przywara New
[17/28] ARM: vITS: handle CLEAR command - - - --- 2017-01-30 Andre Przywara New
[18/28] ARM: vITS: handle INT command - - - --- 2017-01-30 Andre Przywara New
[19/28] ARM: vITS: handle MAPC command - - - --- 2017-01-30 Andre Przywara New
[2/4] Xen: Support adding DT nodes - - - --- 2016-06-20 Andre Przywara New
[20/28] ARM: vITS: handle MAPD command - - - --- 2017-01-30 Andre Przywara New
[21/28] ARM: vITS: handle MAPTI command - - - --- 2017-01-30 Andre Przywara New
[22/28] ARM: vITS: handle MOVI command - - - --- 2017-01-30 Andre Przywara New
[23/28] ARM: vITS: handle DISCARD command - - - --- 2017-01-30 Andre Przywara New
[24/28] ARM: vITS: handle INV command - - - --- 2017-01-30 Andre Przywara New
[25/28] ARM: vITS: handle INVALL command - - - --- 2017-01-30 Andre Przywara New
[26/28] ARM: vITS: create and initialize virtual ITSes for Dom0 - - - --- 2017-01-30 Andre Przywara New
[27/28] ARM: vITS: create ITS subnodes for Dom0 DT - - - --- 2017-01-30 Andre Przywara New
[28/28] ARM: vGIC: advertising LPI support - - - --- 2017-01-30 Andre Przywara New
[3/4] Xen: Select correct dom0 console - 1 - --- 2016-06-20 Andre Przywara New
[4/4] Explicitly clean linux-system.axf and xen-system.axf - 1 - --- 2016-06-20 Andre Przywara New
[RFC,01/10] ARM: vGIC: remove rank lock from IRQ routing functions - - - --- 2017-05-04 Andre Przywara New
[RFC,01/24] ARM: GICv3 ITS: parse and store ITS subnodes from hardware DT - - - --- 2016-09-28 Andre Przywara New
[RFC,02/10] ARM: vGIC: rework gic_raise_*_irq() functions - - - --- 2017-05-04 Andre Przywara New
[RFC,02/24] ARM: GICv3: allocate LPI pending and property table - - - --- 2016-09-28 Andre Przywara New
[RFC,03/10] ARM: vGIC: introduce and initialize pending_irq lock - - - --- 2017-05-04 Andre Przywara New
[RFC,03/24] ARM: GICv3 ITS: allocate device and collection table - - - --- 2016-09-28 Andre Przywara New
[RFC,04/10] ARM: vGIC: add struct pending_irq locking - - - --- 2017-05-04 Andre Przywara New
[RFC,04/24] ARM: GICv3 ITS: map ITS command buffer - - - --- 2016-09-28 Andre Przywara New
[RFC,05/10] ARM: vGIC: move priority from irq_rank to struct pending_irq - - - --- 2017-05-04 Andre Przywara New
[RFC,05/24] ARM: GICv3 ITS: introduce ITS command handling - - - --- 2016-09-28 Andre Przywara New
[RFC,06/10] ARM: vGIC: move config from irq_rank to struct pending_irq - - - --- 2017-05-04 Andre Przywara New
[RFC,06/24] ARM: GICv3 ITS: introduce host LPI array - - - --- 2016-09-28 Andre Przywara New
[RFC,07/10] ARM: vGIC: move enable status from irq_rank to struct pending_irq - - - --- 2017-05-04 Andre Przywara New
[RFC,07/24] ARM: GICv3 ITS: introduce device mapping - - - --- 2016-09-28 Andre Przywara New
[RFC,08/10] ARM: vGIC: move target vcpu from irq_rank to struct pending_irq - - - --- 2017-05-04 Andre Przywara New
[RFC,08/24] ARM: GICv3: introduce separate pending_irq structs for LPIs - - - --- 2016-09-28 Andre Przywara New
[RFC,09/10] ARM: vGIC: introduce vgic_get/put_pending_irq - - - --- 2017-05-04 Andre Przywara New
[RFC,09/24] ARM: GICv3: forward pending LPIs to guests - - - --- 2016-09-28 Andre Przywara New
[RFC,10/10] ARM: vGIC: remove struct irq_rank and support functions - - - --- 2017-05-04 Andre Przywara New
[RFC,10/24] ARM: GICv3: enable ITS and LPIs on the host - 1 - --- 2016-09-28 Andre Przywara New
[RFC,11/24] ARM: vGICv3: handle virtual LPI pending and property tables - - - --- 2016-09-28 Andre Przywara New
[RFC,12/24] ARM: vGICv3: introduce basic ITS emulation bits - - - --- 2016-09-28 Andre Przywara New
[RFC,13/24] ARM: vITS: handle CLEAR command - - - --- 2016-09-28 Andre Przywara New
[RFC,14/24] ARM: vITS: handle INT command - - - --- 2016-09-28 Andre Przywara New
[RFC,15/24] ARM: vITS: handle MAPC command - - - --- 2016-09-28 Andre Przywara New
[RFC,16/24] ARM: vITS: handle MAPD command - - - --- 2016-09-28 Andre Przywara New
[RFC,17/24] ARM: vITS: handle MAPTI command - - - --- 2016-09-28 Andre Przywara New
[RFC,18/24] ARM: vITS: handle MOVI command - - - --- 2016-09-28 Andre Przywara New
[RFC,19/24] ARM: vITS: handle DISCARD command - - - --- 2016-09-28 Andre Przywara New
[RFC,20/24] ARM: vITS: handle INV command - - - --- 2016-09-28 Andre Przywara New
[RFC,21/24] ARM: vITS: handle INVALL command - - - --- 2016-09-28 Andre Przywara New
[RFC,22/24] ARM: vITS: create and initialize virtual ITSes for Dom0 - - - --- 2016-09-28 Andre Przywara New
[RFC,23/24] ARM: vITS: create ITS subnodes for Dom0 DT - - - --- 2016-09-28 Andre Przywara New
[RFC,24/24] ARM: vGIC: advertising LPI support - - - --- 2016-09-28 Andre Przywara New
[RFC,v2,01/22] ARM: vGIC: introduce and initialize pending_irq lock - - - --- 2017-07-21 Andre Przywara New
[RFC,v2,01/26] ARM: GICv3 ITS: parse and store ITS subnodes from hardware DT - - - --- 2016-12-22 Andre Przywara New
[RFC,v2,02/22] ARM: vGIC: route/remove_irq: replace rank lock with IRQ lock - - - --- 2017-07-21 Andre Przywara New
[RFC,v2,02/26] ARM: GICv3: allocate LPI pending and property table - - - --- 2016-12-22 Andre Przywara New
[RFC,v2,03/22] ARM: vGIC: move gic_raise_inflight_irq() into vgic_vcpu_inject_irq() - - - --- 2017-07-21 Andre Przywara New
[RFC,v2,03/26] ARM: GICv3 ITS: allocate device and collection table - - - --- 2016-12-22 Andre Przywara New
[RFC,v2,04/22] ARM: vGIC: rename pending_irq->priority to cur_priority - - - --- 2017-07-21 Andre Przywara New
[RFC,v2,04/26] ARM: GICv3 ITS: map ITS command buffer - - - --- 2016-12-22 Andre Przywara New
[RFC,v2,05/22] ARM: vITS: rename pending_irq->lpi_priority to priority - - - --- 2017-07-21 Andre Przywara New
[RFC,v2,05/26] ARM: GICv3 ITS: introduce ITS command handling - - - --- 2016-12-22 Andre Przywara New
[RFC,v2,06/22] ARM: vGIC: introduce locking routines for multiple IRQs - - - --- 2017-07-21 Andre Przywara New
[RFC,v2,06/26] ARM: GICv3 ITS: introduce device mapping - - - --- 2016-12-22 Andre Przywara New
[RFC,v2,07/22] ARM: vGIC: introduce priority setter/getter - - - --- 2017-07-21 Andre Przywara New
[RFC,v2,07/26] ARM: GICv3 ITS: introduce host LPI array - - - --- 2016-12-22 Andre Przywara New
[RFC,v2,08/22] ARM: vGIC: move virtual IRQ priority from rank to pending_irq - - - --- 2017-07-21 Andre Przywara New
[RFC,v2,08/26] ARM: GICv3 ITS: map device and LPIs to the ITS on physdev_op hypercall - - - --- 2016-12-22 Andre Przywara New
[RFC,v2,09/22] ARM: vITS: protect LPI priority update with pending_irq lock - - - --- 2017-07-21 Andre Przywara New
[RFC,v2,09/26] ARM: GICv3: introduce separate pending_irq structs for LPIs - - - --- 2016-12-22 Andre Przywara New
[RFC,v2,10/22] ARM: vGIC: protect gic_set_lr() with pending_irq lock - - - --- 2017-07-21 Andre Przywara New
[RFC,v2,10/26] ARM: GICv3: forward pending LPIs to guests - - - --- 2016-12-22 Andre Przywara New
[RFC,v2,11/22] ARM: vGIC: protect gic_events_need_delivery() with pending_irq lock - - - --- 2017-07-21 Andre Przywara New
[RFC,v2,11/26] ARM: GICv3: enable ITS and LPIs on the host - - - --- 2016-12-22 Andre Przywara New
« 1 2 3 44 5 »