Age | Commit message (Expand) | Author |
2020-09-13 | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200... | Peter Maydell |
2020-09-09 | hw/riscv: Move sifive_clint model to hw/intc | Bin Meng |
2020-09-09 | Use DECLARE_*CHECKER* when possible (--force mode) | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-08-21 | hw/intc: ibex_plic: Don't allow repeat interrupts on claimed lines | Alistair Francis |
2020-06-22 | hw/intc: RX62N interrupt controller (ICUa) | Yoshinori Sato |
2020-06-19 | hw/intc: Initial commit of lowRISC Ibex PLIC | Alistair Francis |
2020-03-23 | hw/arm/bcm283x: Correct the license text | Philippe Mathieu-Daudé |
2020-02-28 | arm_gic: Mask the un-supported priority bits | Sai Pavan Boddu |
2019-12-17 | hw: replace hw/i386/pc.h with a header just for the i8259 | Paolo Bonzini |
2019-08-16 | include: Make headers more self-contained | Markus Armbruster |
2019-05-13 | Clean up header guards that don't match their file name | Markus Armbruster |
2019-03-15 | hw/intc/bcm2836_control: Implement local timer | Zoltán Baldaszti |
2018-12-11 | qom: make interface types abstract | Marc-André Lureau |
2018-10-26 | hw/intc/gicv3: Remove useless parenthesis around DIV_ROUND_UP macro | Philippe Mathieu-Daudé |
2018-09-25 | hw/intc/arm_gic: Document QEMU interface | Peter Maydell |
2018-08-14 | intc/arm_gic: Add the virtualization extensions to the GIC state | Luc Michel |
2018-08-14 | nvic: Change NVIC to support ARMv6-M | Julia Suvorova |
2018-07-02 | hw/mips: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2018-06-22 | hw/intc/arm_gicv3: Introduce redist-region-count array property | Eric Auger |
2018-06-08 | arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICR | Shannon Zhao |
2018-04-27 | heathrow: remove obsolete heathow_init() function | Mark Cave-Ayland |
2018-03-06 | heathrow: QOMify heathrow PIC | Mark Cave-Ayland |
2018-02-09 | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in... | Peter Maydell |
2018-02-09 | i.MX: Add code to emulate GPCv2 IP block | Andrey Smirnov |
2018-02-09 | Clean up includes | Markus Armbruster |
2018-01-26 | xlnx-zynqmp-ipi: Initial version of the Xilinx IPI device | Alistair Francis |
2018-01-26 | xlnx-pmu-iomod-intc: Add the PMU Interrupt controller | Alistair Francis |
2017-12-13 | nvic: Make systick banked | Peter Maydell |
2017-09-21 | nvic: Implement NVIC_ITNS<n> registers | Peter Maydell |
2017-09-21 | nvic: Implement AIRCR changes for v8M | Peter Maydell |
2017-09-21 | nvic: Add cached vectpending_prio state | Peter Maydell |
2017-09-21 | nvic: Add cached vectpending_is_s_banked state | Peter Maydell |
2017-09-21 | nvic: Add banked exception states | Peter Maydell |
2017-09-07 | nvic: Add NS alias SCS region | Peter Maydell |
2017-09-04 | armv7m_nvic.h: Move from include/hw/arm to include/hw/intc | Peter Maydell |
2017-06-13 | hw/intc/arm_gicv3_its: Implement state save/restore | Eric Auger |
2017-02-28 | hw/intc/arm_gicv3_kvm: Add ICC_SRE_EL1 register to vmstate | Vijaya Kumar K |
2017-01-20 | hw/intc/arm_gicv3: Implement gicv3_cpuif_virt_update() | Peter Maydell |
2017-01-20 | hw/intc/gicv3: Add data fields for virtualization support | Peter Maydell |
2017-01-20 | hw/intc/arm_gic: Add external IRQ lines for VIRQ and VFIQ | Peter Maydell |
2017-01-20 | hw/intc/arm_gicv3: Add external IRQ lines for VIRQ and VFIQ | Peter Maydell |
2016-10-10 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-10-04 | hw/intc/arm_gicv3_its: Implement ITS base class | Pavel Fedin |
2016-10-04 | intc: add an interface to gather statistics/informations on interrupt control... | Hervé Poussineau |
2016-07-14 | gic: provide defines for v2/v3 targetlist sizes | Andrew Jones |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster |
2016-07-12 | Clean up header guards that don't match their file name | Markus Armbruster |
2016-07-12 | hw/mips: implement Global Interrupt Controller | Yongbok Kim |