aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-01-19target/arm: Define isar_feature function to test for presence of SEL2Rémi Denis-Courmont
2021-01-19target/arm: factor MDCR_EL2 common handlingRémi Denis-Courmont
2021-01-19target/arm: use arm_hcr_el2_eff() where applicableRémi Denis-Courmont
2021-01-19target/arm: use arm_is_el2_enabled() where applicableRémi Denis-Courmont
2021-01-19target/arm: add arm_is_el2_enabled() helperRémi Denis-Courmont
2021-01-19target/arm: remove redundant testsRémi Denis-Courmont
2021-01-19target/arm: Use object_property_add_bool for "sve" propertyRichard Henderson
2021-01-19target/arm: Add cpu properties to control pauthRichard Henderson
2021-01-19target/arm: Implement an IMPDEF pauth algorithmRichard Henderson
2021-01-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-1801...Peter Maydell
2021-01-18riscv: Add semihosting supportKeith Packard
2021-01-18semihosting: Change common-semi API to be architecture-independentKeith Packard
2021-01-18semihosting: Move ARM semihosting code to shared directoriesKeith Packard
2021-01-18target/arm: use official org.gnu.gdb.aarch64.sve layout for registersAlex Bennée
2021-01-18gdbstub: drop CPUEnv from gdb_exit()Alex Bennée
2021-01-16target/riscv: Generate the GDB XML file for CSR registers dynamicallyBin Meng
2021-01-16target/riscv: Add CSR name in the CSR function tableBin Meng
2021-01-16target/riscv: Make csr_ops[CSR_TABLE_SIZE] externalBin Meng
2021-01-16target/riscv/pmp: Raise exception if no PMP entry is configuredAtish Patra
2021-01-16gdb: riscv: Add target descriptionSylvain Pelissier
2021-01-14target/mips: Remove vendor specific CPU definitionsPhilippe Mathieu-Daudé
2021-01-14target/mips: Remove CPU_NANOMIPS32 definitionPhilippe Mathieu-Daudé
2021-01-14target/mips: Remove CPU_R5900 definitionPhilippe Mathieu-Daudé
2021-01-14target/mips: Convert Rel6 LL/SC opcodes to decodetreePhilippe Mathieu-Daudé
2021-01-14target/mips: Convert Rel6 LLD/SCD opcodes to decodetreePhilippe Mathieu-Daudé
2021-01-14target/mips: Convert Rel6 LDL/LDR/SDL/SDR opcodes to decodetreePhilippe Mathieu-Daudé
2021-01-14target/mips: Convert Rel6 LWLE/LWRE/SWLE/SWRE opcodes to decodetreePhilippe Mathieu-Daudé
2021-01-14target/mips: Convert Rel6 LWL/LWR/SWL/SWR opcodes to decodetreePhilippe Mathieu-Daudé
2021-01-14target/mips: Convert Rel6 CACHE/PREF opcodes to decodetreePhilippe Mathieu-Daudé
2021-01-14target/mips: Convert Rel6 COP1X opcode to decodetreePhilippe Mathieu-Daudé
2021-01-14target/mips: Convert Rel6 Special2 opcode to decodetreePhilippe Mathieu-Daudé
2021-01-14target/mips: Remove now unreachable LSA/DLSA opcodes codePhilippe Mathieu-Daudé
2021-01-14target/mips: Introduce decodetree helpers for Release6 LSA/DLSA opcodesPhilippe Mathieu-Daudé
2021-01-14target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodesPhilippe Mathieu-Daudé
2021-01-14target/mips: Extract LSA/DLSA translation generatorsPhilippe Mathieu-Daudé
2021-01-14target/mips: Use decode_ase_msa() generated from decodetreePhilippe Mathieu-Daudé
2021-01-14target/mips: Introduce decode tree bindings for MSA ASEPhilippe Mathieu-Daudé
2021-01-14target/mips: Pass TCGCond argument to MSA gen_check_zero_element()Philippe Mathieu-Daudé
2021-01-14target/mips: Extract MSA translation routinesPhilippe Mathieu-Daudé
2021-01-14target/mips: Declare gen_msa/_branch() in 'translate.h'Philippe Mathieu-Daudé
2021-01-14target/mips: Extract MSA helper definitionsPhilippe Mathieu-Daudé
2021-01-14target/mips: Extract MSA helpers from op_helper.cPhilippe Mathieu-Daudé
2021-01-14target/mips: Move msa_reset() to msa_helper.cPhilippe Mathieu-Daudé
2021-01-14target/mips: Explode gen_msa_branch() as gen_msa_BxZ_V/BxZ()Philippe Mathieu-Daudé
2021-01-14target/mips: Remove CPUMIPSState* argument from gen_msa*() methodsPhilippe Mathieu-Daudé
2021-01-14target/mips: Extract msa_translate_init() from mips_tcg_init()Philippe Mathieu-Daudé
2021-01-14target/mips: Alias MSA vector registers on FPU scalar registersPhilippe Mathieu-Daudé
2021-01-14target/mips: Remove now unused ASE_MSA definitionPhilippe Mathieu-Daudé
2021-01-14target/mips: Simplify MSA TCG logicPhilippe Mathieu-Daudé
2021-01-14target/mips: Use CP0_Config3 to set MIPS_HFLAG_MSAPhilippe Mathieu-Daudé