Age | Commit message (Expand) | Author |
2023-08-24 | target/loongarch: Extract 64-bit specifics to loongarch64_cpu_class_init | Philippe Mathieu-Daudé |
2023-08-24 | target/loongarch: Introduce abstract TYPE_LOONGARCH64_CPU | Philippe Mathieu-Daudé |
2023-08-24 | target/loongarch: Fix loongarch_la464_initfn() misses setting LSPW | Song Gao |
2023-08-24 | target/loongarch: Remove duplicated disas_set_info assignment | Philippe Mathieu-Daudé |
2023-08-24 | target/loongarch: Log I/O write accesses to CSR registers | Philippe Mathieu-Daudé |
2023-07-25 | other architectures: spelling fixes | Michael Tokarev |
2023-07-24 | target/loongarch: Fix the CSRRD CPUID instruction on big endian hosts | Thomas Huth |
2023-06-26 | target: Widen pc/cs_base in cpu_get_tb_cpu_state | Anton Johansson |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé |
2023-06-16 | target/loongarch: Fix CSR.DMW0-3.VSEG check | Jiajie Chen |
2023-06-16 | hw/intc: Set physical cpuid route for LoongArch ipi device | Tianrui Zhao |
2023-06-05 | target/*: Add missing includes of exec/translation-block.h | Richard Henderson |
2023-06-05 | accel/tcg: Introduce translator_io_start | Richard Henderson |
2023-06-05 | tcg: Pass TCGHelperInfo to tcg_gen_callN | Richard Henderson |
2023-05-26 | target/loongarch: Fix the vinsgr2vr/vpickve2gr instructions cause system core... | Song Gao |
2023-05-26 | target/loongarch: Fix LD/ST{LE/GT} instructions get wrong CSR_ERA and CSR_BADV | Song Gao |
2023-05-11 | target/loongarch: Do not include tcg-ldst.h | Richard Henderson |
2023-05-10 | target/loongarch: Terminate vmstate subsections list | Richard Henderson |
2023-05-06 | target/loongarch: CPUCFG support LSX | Song Gao |
2023-05-06 | target/loongarch: Use {set/get}_gpr replace to cpu_fpr | Song Gao |
2023-05-06 | target/loongarch: Implement vldi | Song Gao |
2023-05-06 | target/loongarch: Implement vld vst | Song Gao |
2023-05-06 | target/loongarch: Implement vilvl vilvh vextrins vshuf | Song Gao |
2023-05-06 | target/loongarch: Implement vreplve vpack vpick | Song Gao |
2023-05-06 | target/loongarch: Implement vinsgr2vr vpickve2gr vreplgr2vr | Song Gao |
2023-05-06 | target/loongarch: Implement vbitsel vset | Song Gao |
2023-05-06 | target/loongarch: Implement vfcmp | Song Gao |
2023-05-06 | target/loongarch: Implement vseq vsle vslt | Song Gao |
2023-05-06 | target/loongarch: Implement LSX fpu fcvt instructions | Song Gao |
2023-05-06 | target/loongarch: Implement LSX fpu arith instructions | Song Gao |
2023-05-06 | target/loongarch: Implement vfrstp | Song Gao |
2023-05-06 | target/loongarch: Implement vbitclr vbitset vbitrev | Song Gao |
2023-05-06 | target/loongarch: Implement vpcnt | Song Gao |
2023-05-06 | target/loongarch: Implement vclo vclz | Song Gao |
2023-05-06 | target/loongarch: Implement vssrlrn vssrarn | Song Gao |
2023-05-06 | target/loongarch: Implement vssrln vssran | Song Gao |
2023-05-06 | target/loongarch: Implement vsrlrn vsrarn | Song Gao |
2023-05-06 | target/loongarch: Implement vsrln vsran | Song Gao |
2023-05-06 | target/loongarch: Implement vsrlr vsrar | Song Gao |
2023-05-06 | target/loongarch: Implement vsllwil vextl | Song Gao |
2023-05-06 | target/loongarch: Implement vsll vsrl vsra vrotr | Song Gao |
2023-05-06 | target/loongarch: Implement LSX logic instructions | Song Gao |
2023-05-06 | target/loongarch: Implement vmskltz/vmskgez/vmsknz | Song Gao |
2023-05-06 | target/loongarch: Implement vsigncov | Song Gao |
2023-05-06 | target/loongarch: Implement vexth | Song Gao |
2023-05-06 | target/loongarch: Implement vsat | Song Gao |
2023-05-06 | target/loongarch: Implement vdiv/vmod | Song Gao |
2023-05-06 | target/loongarch: Implement vmadd/vmsub/vmaddw{ev/od} | Song Gao |
2023-05-06 | target/loongarch: Implement vmul/vmuh/vmulw{ev/od} | Song Gao |
2023-05-06 | target/loongarch: Implement vmax/vmin | Song Gao |