summaryrefslogtreecommitdiff
path: root/target/mips
AgeCommit message (Expand)Author
2018-06-27target/mips: Fix gdbstub to read/write 64 bit FP registersYongbok Kim
2018-06-27target/mips: Fix data type for offsetYongbok Kim
2018-06-27target/mips: Update gen_flt_ldst()Yongbok Kim
2018-06-27target/mips: Fix microMIPS on resetYongbok Kim
2018-06-27target/mips: Raise a RI when given fs is n/a from CTC1Yongbok Kim
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-05-21Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier
2018-05-18target/mips: Honor CPU_DUMP_FPURichard Henderson
2018-05-17target/mips: Remove floatX_maybe_silence_nan from conversionsRichard Henderson
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-05-11rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini
2018-05-09target/mips: convert to TranslatorOpsEmilio G. Cota
2018-05-09target/mips: use *ctx for DisasContextEmilio G. Cota
2018-05-09target/mips: convert to DisasContextBaseEmilio G. Cota
2018-05-09target/mips: convert to DisasJumpTypeEmilio G. Cota
2018-05-09target/mips: use lookup_and_goto_ptr on BS_STOPEmilio G. Cota
2018-05-09target/mips: avoid integer overflow in next_page PC checkEmilio G. Cota
2018-03-19cpu: get rid of unused cpu_init() definesIgor Mammedov
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2018-01-16mips: Tweak location of ';' in macrosEric Blake
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson
2017-10-30Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2017-10-27mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson
2017-10-25disas: Remove unused flags argumentsRichard Henderson
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson
2017-10-16linux-user: Tidy and enforce reserved_va initializationRichard Henderson
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé
2017-09-21mips: Improve macro parenthesizationEric Blake
2017-09-21mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov
2017-09-21mips: MIPSCPU model subclassesIgor Mammedov
2017-09-21mips: call cpu_mips_realize_env() from mips_cpu_realizefn()Philippe Mathieu-Daudé
2017-09-21mips: split cpu_mips_realize_env() out of cpu_mips_init()Philippe Mathieu-Daudé
2017-09-21mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé
2017-09-21mips: move hw/mips/cputimer.c to target/mips/Philippe Mathieu-Daudé
2017-09-19target/mips: Convert VM clock update prints to warn_reportAlistair Francis
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis
2017-08-02target/mips: Fix RDHWR CC with icountJames Hogan
2017-08-02target/mips: Drop redundant gen_io_start/stop()James Hogan
2017-08-02target/mips: Use BS_EXCP where interrupts are expectedJames Hogan
2017-08-02target-mips: apply CP0.PageMask before writing into TLB entryLeon Alrae
2017-08-02mips: Add KVM T&E segment support for TCGJames Hogan