Age | Commit message (Expand) | Author | Files | Lines |
2022-12-16 | target/loongarch: Convert to 3-phase reset | Peter Maydell | 1 | -4/+8 |
2022-12-14 | cleanup: Tweak and re-run return_directly.cocci | Markus Armbruster | 1 | -3/+1 |
2022-11-04 | target/loongarch: Fix emulation of float-point disable exception | Rui Wang | 1 | -0/+2 |
2022-11-04 | target/loongarch: Fix raise_mmu_exception() set wrong exception_index | Song Gao | 1 | -0/+1 |
2022-11-04 | target/loongarch: Add exception subcode | Song Gao | 1 | -2/+5 |
2022-10-26 | target/loongarch: Convert to tcg_ops restore_state_to_opc | Richard Henderson | 1 | -0/+11 |
2022-10-04 | accel/tcg: Introduce tb_pc and log_pc | Richard Henderson | 1 | -1/+1 |
2022-10-04 | hw/core: Add CPUClass.get_pc | Richard Henderson | 1 | -0/+9 |
2022-08-05 | target/loongarch: add gdb_arch_name() | Song Gao | 1 | -0/+6 |
2022-08-05 | target/loongarch: Fix GDB get the wrong pc | Song Gao | 1 | -1/+1 |
2022-07-19 | hw/loongarch: Add fdt support | Xiaojuan Yang | 1 | -0/+1 |
2022-07-19 | target/loongarch/cpu: Fix cpucfg default value | Xiaojuan Yang | 1 | -1/+1 |
2022-07-19 | target/loongarch/cpu: Fix coverity errors about excp_names | Xiaojuan Yang | 1 | -3/+3 |
2022-07-19 | target/loongarch: Fix loongarch_cpu_class_by_name | Xiaojuan Yang | 1 | -5/+15 |
2022-07-05 | target/loongarch: Clean up tlb when cpu reset | Song Gao | 1 | -0/+1 |
2022-07-04 | target/loongarch: Fix the meaning of ECFG reg's VS field | Xiaojuan Yang | 1 | -0/+4 |
2022-07-04 | target/loongarch: Adjust functions and structure to support user-mode | Song Gao | 1 | -1/+20 |
2022-07-04 | target/loongarch: remove unused include hw/loader.h | Song Gao | 1 | -1/+0 |
2022-07-04 | target/loongarch: Fix helper_asrtle_d/asrtgt_d raise wrong exception | Song Gao | 1 | -0/+2 |
2022-07-04 | target/loongarch: Fix missing update CSR_BADV | Song Gao | 1 | -4/+6 |
2022-06-06 | target/loongarch: Add gdb support. | Xiaojuan Yang | 1 | -0/+9 |
2022-06-06 | hw/loongarch: Add support loongson3 virt machine type. | Xiaojuan Yang | 1 | -0/+2 |
2022-06-06 | target/loongarch: Add LoongArch IOCSR instruction | Xiaojuan Yang | 1 | -0/+44 |
2022-06-06 | target/loongarch: Add constant timer support | Xiaojuan Yang | 1 | -0/+2 |
2022-06-06 | target/loongarch: Add LoongArch interrupt and exception handle | Xiaojuan Yang | 1 | -0/+230 |
2022-06-06 | target/loongarch: Add MMU support for LoongArch CPU. | Xiaojuan Yang | 1 | -0/+24 |
2022-06-06 | target/loongarch: Implement qmp_query_cpu_definitions() | Xiaojuan Yang | 1 | -0/+26 |
2022-06-06 | target/loongarch: Add basic vmstate description of CPU. | Xiaojuan Yang | 1 | -0/+1 |
2022-06-06 | target/loongarch: Add CSRs definition | Xiaojuan Yang | 1 | -0/+41 |
2022-06-06 | target/loongarch: Add floating point arithmetic instruction translation | Song Gao | 1 | -0/+1 |
2022-06-06 | target/loongarch: Add core definition | Song Gao | 1 | -0/+324 |