]> rtime.felk.cvut.cz Git - jailhouse.git/history - hypervisor/arch/arm/gic-v3.c
arm: move the handle_irq_route function to the GICv3 module
[jailhouse.git] / hypervisor / arch / arm / gic-v3.c
2016-06-26 Antonios Motakisarm: move the handle_irq_route function to the GICv3...
2016-06-26 Jan Kiszkaarm: Consolidate gic_irqchip to irqchip
2016-06-16 Jan Kiszkaarm: Enable / disable maintenance interrupt in distributor
2016-06-16 Jan Kiszkaarm: Convert software queue of pending interrupts into...
2016-06-16 Jan Kiszkaarm: Make sure to not queue interrupt that were rejecte...
2016-06-16 Jan Kiszkaarm: Disable maintenance interrupt on successful injection
2016-06-16 Jan Kiszkaarm: Remove irq field from pending_irq
2016-06-16 Jan Kiszkaarm: Remove hw flag from pending_irq
2016-06-16 Jan Kiszkaarm: Remove maintenance flag from pending_irq.type.sgi
2016-06-16 Jan Kiszkaarm: Fix build warning in gic-v3
2016-01-15 Jan Kiszkacore: Introduce and use mmio_perform_access
2015-08-14 Jan Kiszkaarm: Migrate irqchips to generic MMIO dispatcher
2015-08-14 Jan Kiszkaarm: Remove return codes from gic[v3]_handle_sgir_write
2015-08-14 Jan Kiszkaarm: Move gic_handle_redist_access unmodified
2015-08-14 Jan Kiszkaarm: Remove cpu_data parameters from MMIO handling...
2015-08-14 Jan Kiszkaarm, mmio: Introduce generic mmio_access structure
2015-08-14 Jan Kiszkaarm: Rework arch_mmio_access to arm_mmio_perform_access
2015-07-14 Jan Kiszkaarm: Account for errors during irqchip cell_init
2015-01-08 Jan Kiszkaarm: Clear virtual GICs before handing them over to...
2014-12-19 Jean-Philippe Bruckerarm: GIC: factor some GICv3 functions into gic_common
2014-12-19 Jean-Philippe Bruckerarm: irqchip: add hypervisor shutdown
2014-12-19 Jean-Philippe Bruckerarm: GIC: handle distributor accesses
2014-12-19 Jean-Philippe Bruckerarm: irqchip: add SPI configuration in cell_init and...
2014-12-19 Jean-Philippe Bruckerarm: GIC: filter redistributor accesses
2014-12-19 Jean-Philippe Bruckerarm: attribute virtual IDs to the cell cpus
2014-12-19 Jean-Philippe Bruckerarm: GIC: reset the CPU interface before running a...
2014-12-19 Jean-Philippe Bruckerarm: GICv3: filter the guests' SGIs
2014-12-19 Jean-Philippe Bruckerarm: GICv3: handle IRQs
2014-12-19 Jean-Philippe Bruckerarm: store the pending virtual interrupts
2014-12-19 Jean-Philippe Bruckerarm: GICv3 initialisation