aboutsummaryrefslogtreecommitdiff
path: root/target/mips
AgeCommit message (Expand)Author
2024-11-05Merge tag 'pull-target-arm-20241105' of https://git.linaro.org/people/pmaydel...Peter Maydell
2024-11-05target/mips: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-03target/mips: Remove unused CPUMIPSState::current_fpu fieldPhilippe Mathieu-Daudé
2024-11-03target/mips: Introduce disas_mt_available()Philippe Mathieu-Daudé
2024-11-03target/mips: Introduce ase_3d_available() helperPhilippe Mathieu-Daudé
2024-11-03target/mips: Remove unreachable 32-bit code on 64-bit Loongson ExtPhilippe Mathieu-Daudé
2024-11-03target/mips: Convert Loongson [D]MULT[U].G opcodes to decodetreePhilippe Mathieu-Daudé
2024-11-03target/mips: Convert Loongson [D]MOD[U].G opcodes to decodetreePhilippe Mathieu-Daudé
2024-11-03target/mips: Convert Loongson [D]DIVU.G opcodes to decodetreePhilippe Mathieu-Daudé
2024-11-03target/mips: Convert Loongson DIV.G opcodes to decodetreePhilippe Mathieu-Daudé
2024-11-03target/mips: Convert Loongson DDIV.G opcodes to decodetreePhilippe Mathieu-Daudé
2024-11-03target/mips: Re-introduce OPC_ADDUH_QB_DSP and OPC_MUL_PH_DSPPhilippe Mathieu-Daudé
2024-11-03target/mips: Simplify Loongson MULTU.G opcodePhilippe Mathieu-Daudé
2024-11-03target/mips: Extract decode_64bit_enabled() helperPhilippe Mathieu-Daudé
2024-11-03target/mips: Enable MSA ASE for mips32r6-genericAleksandar Markovic
2024-11-03target/mips: Migrate TLB MemoryMapID registerYongbok Kim
2024-10-15hw/mips: Have mips_cpu_create_with_clock() take an endianness argumentPhilippe Mathieu-Daudé
2024-10-15target/mips: Expose MIPSCPU::is_big_endian propertyPhilippe Mathieu-Daudé
2024-10-15target/mips: Use tcg_constant_tl() instead of tcg_gen_movi_tl()Philippe Mathieu-Daudé
2024-10-15target/mips: Use gen_op_addr_addi() when possiblePhilippe Mathieu-Daudé
2024-10-15target/mips: Have gen_addiupc() expand $pc during translationPhilippe Mathieu-Daudé
2024-10-15target/mips: Replace MO_TE by mo_endian()Philippe Mathieu-Daudé
2024-10-15target/mips: Introduce mo_endian() helperPhilippe Mathieu-Daudé
2024-10-15target/mips: Remove unused MEMOP_IDX() macroPhilippe Mathieu-Daudé
2024-10-15target/mips: Rename unused sysemu argument of OP_LD_ATOMIC()Philippe Mathieu-Daudé
2024-10-15target/mips: Explode MO_TExx -> MO_TE | MO_xxPhilippe Mathieu-Daudé
2024-10-15target/mips: Factor mo_endian_rev() out of MXU codePhilippe Mathieu-Daudé
2024-10-15target/mips: Convert mips16e decr_and_load/store() macros to functionsPhilippe Mathieu-Daudé
2024-10-15target/mips: Replace MO_TE by mo_endian_env() in get_pte()Philippe Mathieu-Daudé
2024-10-15target/mips: Introduce mo_endian_env() helperPhilippe Mathieu-Daudé
2024-10-15target/mips: Rename cpu_is_bigendian() -> disas_is_bigendian()Philippe Mathieu-Daudé
2024-10-15target/mips: Declare mips_env_is_bigendian() in 'internal.h'Philippe Mathieu-Daudé
2024-10-13tcg: remove singlestep_enabled from DisasContextBasePaolo Bonzini
2024-10-03kvm: Allow kvm_arch_get/put_registers to accept Error**Julia Suvorova
2024-09-20license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-laterPhilippe Mathieu-Daudé
2024-08-20target/mips: Load PTE as DATAPhilippe Mathieu-Daudé
2024-08-20target/mips: Use correct MMU index in get_pte()Philippe Mathieu-Daudé
2024-08-20target/mips: Pass page table entry size as MemOp to get_pte()Philippe Mathieu-Daudé
2024-07-22target/mips: Restrict semihosting to TCGPhilippe Mathieu-Daudé
2024-07-22target/mips: Add semihosting stubPhilippe Mathieu-Daudé
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell
2024-06-04target/mips: Remove unused 'hw/misc/mips_itu.h' headerPhilippe Mathieu-Daudé
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-04-23KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini
2024-03-12target/mips: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé