Age | Commit message (Expand) | Author |
2021-12-31 | dma: Let ld*_dma() propagate MemTxResult | Philippe Mathieu-Daudé |
2021-12-31 | dma: Let ld*_dma() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-12-30 | dma: Let dma_memory_read/write() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-12-30 | dma: Let dma_memory_rw() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-12-15 | hw/intc/arm_gicv3: Introduce CONFIG_ARM_GIC_TCG Kconfig selector | Philippe Mathieu-Daudé |
2021-12-15 | hw/intc/arm_gicv3: Extract gicv3_set_gicv3state from arm_gicv3_cpuif.c | Philippe Mathieu-Daudé |
2021-12-15 | hw/intc: clean-up error reporting for failed ITS cmd | Alex Bennée |
2021-12-07 | gicv3: fix ICH_MISR's LRENP computation | Damien Hedde |
2021-11-29 | hw/intc/arm_gicv3: fix handling of LPIs in list registers | Peter Maydell |
2021-11-26 | hw/intc/arm_gicv3: Add new gicv3_intid_is_special() function | Peter Maydell |
2021-11-26 | hw/intc/arm_gicv3: Update cached state after LPI state changes | Peter Maydell |
2021-11-26 | hw/intc: cannot clear GICv3 ITS CTLR[Enabled] bit | Shashi Mallela |
2021-11-22 | hw/intc/arm_gicv3_its: Revert version increments in vmstate_its | Eric Auger |
2021-11-15 | hw/intc/arm_gicv3: Support multiple redistributor regions | Peter Maydell |
2021-11-15 | hw/intc/arm_gicv3: Set GICR_TYPER.Last correctly when nb_redist_regions > 1 | Peter Maydell |
2021-11-15 | hw/intc/arm_gicv3: Move checking of redist-region-count to arm_gicv3_common_r... | Peter Maydell |
2021-11-09 | hw/m68k: Fix typo in SPDX tag | Philippe Mathieu-Daudé |
2021-10-30 | hw/intc/sh_intc: Remove unneeded local variable initialisers | BALATON Zoltan |
2021-10-30 | hw/intc/sh_intc: Simplify allocating sources array | BALATON Zoltan |
2021-10-30 | hw/intc/sh_intc: Avoid using continue in loops | BALATON Zoltan |
2021-10-30 | hw/intc/sh_intc: Replace abort() with g_assert_not_reached() | BALATON Zoltan |
2021-10-30 | hw/intc/sh_intc: Inline and drop sh_intc_source() function | BALATON Zoltan |
2021-10-30 | hw/intc/sh_intc: Use array index instead of pointer arithmetics | BALATON Zoltan |
2021-10-30 | hw/intc/sh_intc: Remove excessive parenthesis | BALATON Zoltan |
2021-10-30 | hw/intc/sh_intc: Move sh_intc_register() closer to its only user | BALATON Zoltan |
2021-10-30 | hw/intc/sh_intc: Drop another useless macro | BALATON Zoltan |
2021-10-30 | hw/intc/sh_intc: Rename iomem region | BALATON Zoltan |
2021-10-30 | hw/intc/sh_intc: Turn some defines into an enum | BALATON Zoltan |
2021-10-30 | hw/intc/sh_intc: Use existing macro instead of local one | BALATON Zoltan |
2021-10-30 | hw/sh4: Change debug printfs to traces | BALATON Zoltan |
2021-10-30 | hw/sh4: Coding style: Add missing braces | BALATON Zoltan |
2021-10-30 | hw/sh4: Coding style: White space fixes | BALATON Zoltan |
2021-10-30 | hw/sh4: Coding style: Fix multi-line comments | BALATON Zoltan |
2021-10-30 | hw/sh4: Coding style: Remove tabs | BALATON Zoltan |
2021-10-22 | hw/intc: sifive_plic: Cleanup the irq_request function | Alistair Francis |
2021-10-22 | hw/intc: sifive_plic: Cleanup the realize function | Alistair Francis |
2021-10-22 | hw/intc: sifive_plic: Move the properties | Alistair Francis |
2021-10-22 | hw/intc: Remove the Ibex PLIC | Alistair Francis |
2021-10-21 | spapr/xive: Use xive_esb_rw() to trigger interrupts | Cédric Le Goater |
2021-10-21 | spapr/xive: Add source status helpers | Cédric Le Goater |
2021-09-30 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-09-30 | memory: Name all the memory listeners | Peter Xu |
2021-09-30 | spapr/xive: Fix kvm_xive_source_reset trace event | Cédric Le Goater |
2021-09-30 | hw/intc: openpic: Clean up the styles | Bin Meng |
2021-09-30 | hw/intc: openpic: Drop Raven related codes | Bin Meng |
2021-09-30 | hw/intc: openpic: Correct the reset value of IPIDR for FSL chipset | Bin Meng |
2021-09-29 | ppc/xive: Export xive_tctx_word2() helper | Cédric Le Goater |
2021-09-29 | ppc/xive: Export priority_to_ipb() helper | Cédric Le Goater |
2021-09-21 | Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202... | Richard Henderson |
2021-09-21 | hw/intc: Upgrade the SiFive CLINT implementation to RISC-V ACLINT | Anup Patel |