Age | Commit message (Expand) | Author |
2021-09-01 | arm: Move system PPB container handling to armv7m | Peter Maydell |
2021-09-01 | arm: Move systick device creation from NVIC to ARMv7M object | Peter Maydell |
2021-09-01 | arm: Move M-profile RAS register block into its own device | Peter Maydell |
2021-09-01 | hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleans | Philippe Mathieu-Daudé |
2021-09-01 | hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffix | Philippe Mathieu-Daudé |
2021-09-01 | hw/intc/sifive_clint: Fix muldiv64 overflow in sifive_clint_write_timecmp() | David Hoppenbrouwers |
2021-08-27 | ppc/xive: Export xive_presenter_notify() | Cédric Le Goater |
2021-08-27 | ppc/xive: Export PQ get/set routines | Cédric Le Goater |
2021-08-27 | xive: Remove extra '0x' prefix in trace events | Cédric Le Goater |
2021-07-27 | hw/intc/armv7m_nvic: for v8.1M VECTPENDING hides S exceptions from NS | Peter Maydell |
2021-07-27 | hw/intc/armv7m_nvic: Correct size of ICSR.VECTPENDING | Peter Maydell |
2021-07-27 | hw/intc/armv7m_nvic: ISCR.ISRPENDING is set for non-enabled pending interrupts | Peter Maydell |
2021-07-12 | Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into... | Peter Maydell |
2021-07-09 | hw/intc: Improve formatting of MEMTX_ERROR guest error message | Rebecca Cran |
2021-07-09 | hw/intc/arm_gicv3_cpuif: Fix virtual irq number check in icv_[dir|eoir]_write | Ricardo Koller |
2021-07-07 | target/s390x: move kvm files into kvm/ | Cho, Yu-Chen |
2021-06-15 | hw/intc/armv7m_nvic: Remove stale comment | Peter Maydell |
2021-06-15 | hw/intc/arm_gicv3_cpuif: Tolerate spurious EOIR writes | Jean-Philippe Brucker |
2021-06-05 | misc: Correct relative include path | Philippe Mathieu-Daudé |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-05-25 | hw/intc/arm_gicv3_cpuif: Fix EOIR write access check logic | Peter Maydell |
2021-05-13 | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into ... | Peter Maydell |
2021-05-12 | Drop the deprecated unicore32 target | Markus Armbruster |
2021-05-12 | Drop the deprecated lm32 target | Markus Armbruster |
2021-05-11 | hw/opentitan: Update the interrupt layout | Alistair Francis |
2021-05-05 | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in... | Peter Maydell |
2021-05-04 | hw/intc/spapr_xive: Use device_cold_reset() instead of device_legacy_reset() | Peter Maydell |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth |
2021-05-02 | Do not include hw/boards.h if it's not really necessary | Thomas Huth |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth |
2021-05-02 | hw: Do not include qemu/log.h if it is not necessary | Thomas Huth |
2021-05-02 | hw: Do not include hw/sysbus.h if it is not necessary | Thomas Huth |
2021-03-19 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-03-19 | hw: Replace anti-social QOM type names | Markus Armbruster |
2021-03-19 | hw/intc/i8259: Refactor pic_read_irq() to avoid uninitialized variable | Philippe Mathieu-Daudé |
2021-03-15 | m68k: add an interrupt controller | Laurent Vivier |
2021-03-15 | hw/intc: add goldfish-pic | Laurent Vivier |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé |
2021-03-09 | hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICES | Philippe Mathieu-Daudé |
2021-03-08 | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20210306' in... | Peter Maydell |
2021-03-06 | hw/intc: Introduce SH_INTC Kconfig entry | Philippe Mathieu-Daudé |
2021-03-06 | KVM: x86: deprecate -M kernel-irqchip=off except for -M isapc | Paolo Bonzini |
2021-02-21 | hw/intc/loongson_liointc: Fix per core ISR handling | Jiaxun Yang |
2021-02-10 | ppc/xive: Add firmware bit when dumping the ENDs | Cédric Le Goater |
2021-02-10 | ppc/pnv: Add trace events for PCI event notification | Cédric Le Goater |
2021-02-02 | hw/intc/arm_gic: Fix interrupt ID in GICD_SGIR register | Philippe Mathieu-Daudé |
2021-02-02 | hw/intc/arm_gic: Allow to use QTest without crashing | Philippe Mathieu-Daudé |
2021-01-19 | hw/intc/ppc-uic: Make default dcr-base 0xc0, not 0x30 | Peter Maydell |
2021-01-08 | Remove superfluous timer_del() calls | Peter Maydell |