Age | Commit message (Expand) | Author |
2022-04-22 | hw/intc/arm_gicv3: Update ID and feature registers for GICv4 | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_its: Implement VINVALL | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_its: Implement VMOVI | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_its: Implement INV for virtual interrupts | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_its: Implement INV command properly | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_its: Implement VSYNC | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_its: Implement VMOVP | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3: Keep pointers to every connected ITS | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_its: Handle virtual interrupts in process_its_cmd() | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_its: Split out process_its_cmd() physical interrupt code | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_its: Factor out CTE lookup sequence | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_its: Factor out "find ITE given devid, eventid" | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_its: Distinguish success and error cases of CMD_CONTINUE | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_its: Implement VMAPP | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_its: Implement VMAPI and VMAPTI | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_its: Implement GITS_BASER2 for GICv4 | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_its: Factor out "is intid a valid LPI ID?" | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3: Report correct PIDR0 values for ID registers | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_its: Add missing blank line | Peter Maydell |
2022-03-25 | hw/intc/arm_gicv3_its: Add missing newlines to process_mapc() logging | Peter Maydell |
2022-03-07 | hw/intc/arm_gicv3: Fix missing spaces in error log messages | Peter Maydell |
2022-03-07 | hw/intc/arm_gicv3_its: Add trace events for table reads and writes | Peter Maydell |
2022-03-07 | hw/intc/arm_gicv3_its: Add trace events for commands | Peter Maydell |
2022-02-08 | hw/intc/arm_gicv3_its: Split error checks | Peter Maydell |
2022-02-08 | hw/intc/arm_gicv3_its: Don't allow intid 1023 in MAPI/MAPTI | Peter Maydell |
2022-02-08 | hw/intc/arm_gicv3_its: In MAPC with V=0, don't check rdbase field | Peter Maydell |
2022-02-08 | hw/intc/arm_gicv3_its: Drop TableDesc and CmdQDesc valid fields | Peter Maydell |
2022-02-08 | hw/intc/arm_gicv3_its: Make update_ite() use ITEntry | Peter Maydell |
2022-02-08 | hw/intc/arm_gicv3_its: Pass ITE values back from get_ite() via a struct | Peter Maydell |
2022-02-08 | hw/intc/arm_gicv3_its: Avoid nested ifs in get_ite() | Peter Maydell |
2022-02-08 | hw/intc/arm_gicv3_its: Fix address calculation in get_ite() and update_ite() | Peter Maydell |
2022-02-08 | hw/intc/arm_gicv3_its: Pass CTEntry to update_cte() | Peter Maydell |
2022-02-08 | hw/intc/arm_gicv3_its: Keep CTEs as a struct, not a raw uint64_t | Peter Maydell |
2022-02-08 | hw/intc/arm_gicv3_its: Pass DTEntry to update_dte() | Peter Maydell |
2022-02-08 | hw/intc/arm_gicv3_its: Keep DTEs as a struct, not a raw uint64_t | Peter Maydell |
2022-02-08 | hw/intc/arm_gicv3_its: Use address_space_map() to access command queue packets | Peter Maydell |
2022-01-28 | hw/intc/arm_gicv3_its: Implement MOVI | Peter Maydell |
2022-01-28 | hw/intc/arm_gicv3_its: Implement MOVALL | Peter Maydell |
2022-01-28 | hw/intc/arm_gicv3_its: Check table bounds against correct limit | Peter Maydell |
2022-01-28 | hw/intc/arm_gicv3_its: Make GITS_BASER<n> RAZ/WI for unimplemented registers | Peter Maydell |
2022-01-28 | hw/intc/arm_gicv3_its: Provide read accessor for translation_ops | Peter Maydell |
2022-01-28 | hw/intc/arm_gicv3_its: Don't clear GITS_CWRITER on writes to GITS_CBASER | Peter Maydell |
2022-01-28 | hw/intc/arm_gicv3_its: Don't clear GITS_CREADR when GITS_CTLR.ENABLED is set | Peter Maydell |
2022-01-28 | hw/intc/arm_gicv3: Initialise dma_as in GIC, not ITS | Peter Maydell |
2022-01-28 | hw/intc/arm_gicv3_its: Add tracepoints | Peter Maydell |
2022-01-20 | hw/intc/arm_gicv3_its: Range-check ICID before indexing into collection table | Peter Maydell |
2022-01-20 | hw/intc/arm_gicv3_its: Check indexes before use, not after | Peter Maydell |
2022-01-20 | hw/intc/arm_gicv3_its: Factor out "find address of table entry" code | Peter Maydell |
2022-01-20 | hw/intc/arm_gicv3_its: Fix return codes in process_mapd() | Peter Maydell |
2022-01-20 | hw/intc/arm_gicv3_its: Fix return codes in process_mapc() | Peter Maydell |