]> rtime.felk.cvut.cz Git - jailhouse.git/history - hypervisor/arch/arm/control.c
arm: Fold irqchip_root_cell_shrink into irqchip_cell_init
[jailhouse.git] / hypervisor / arch / arm / control.c
2016-06-27 Jan Kiszkaarm: Fold irqchip_root_cell_shrink into irqchip_cell_init
2016-06-16 Jan Kiszkaarm: Remove try_inject parameter from irqchip_set_pending
2015-07-14 Jan Kiszkaarm: Improve reporting of unhandled HYP exits
2015-07-14 Jan Kiszkaarm: Use more panic_printk for fatal error messages
2015-07-14 Jan Kiszkaarm: Unmap virtual GIC on cell destruction
2015-07-14 Jan Kiszkaarm: Account for errors during irqchip cell_init
2015-03-20 Jan Kiszkacore: Ensure consistent function attributes
2015-02-23 Jan Kiszkaarm: Power off non-root CPUs before shutting down the...
2015-01-08 Jan Kiszkaarm: Wait for CPU to stop in arch_suspend_cpu
2015-01-08 Jan Kiszkaarm: Clean up psci_cpu_stopped usage
2014-12-19 Jean-Philippe Bruckerarm: exit statistics
2014-12-19 Jean-Philippe Bruckerarm: GIC: factor some GICv3 functions into gic_common
2014-12-19 Jean-Philippe Bruckerarm: implement hypervisor shutdown
2014-12-19 Jean-Philippe Bruckerarm: ignore writes to the ACTLR register
2014-12-19 Jean-Philippe Bruckerarm: add platform-dependent SMP operations
2014-12-19 Jean-Philippe Bruckerarm: PSCI emulation
2014-12-19 Jean-Philippe Bruckerarm: irqchip: add SPI configuration in cell_init and...
2014-12-19 Jean-Philippe Bruckerarm: attribute virtual IDs to the cell cpus
2014-12-19 Jean-Philippe Bruckerarm: better error reporting and panic dump
2014-12-19 Jan Kiszkaarm: Complete paging invalidations
2014-12-19 Jean-Philippe Bruckerarm: disable caches on cell reset
2014-12-19 Jean-Philippe Bruckerarm: clear the banked and system registers on reset
2014-12-19 Jean-Philippe Bruckerarm: implement the cell destruction
2014-12-19 Jean-Philippe Bruckerarm: GIC: reset the CPU interface before running a...
2014-12-19 Jean-Philippe Bruckerarm: implement the cell creation
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: IRQ handling skeleton