Age | Commit message (Expand) | Author | Files | Lines |
2018-08-16 | target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0 | Yongbok Kim | 1 | -4/+4 |
2018-08-16 | target/mips: Don't update BadVAddr register in Debug Mode | Yongbok Kim | 2 | -4/+12 |
2018-08-16 | target/mips: Implement CP0 Config1.WR bit functionality | Stefan Markovic | 1 | -0/+8 |
2018-08-16 | target/mips: Add CP0 BadInstrX register | Stefan Markovic | 3 | -3/+25 |
2018-08-16 | target/mips: Update some CP0 registers bit definitions | Aleksandar Markovic | 1 | -69/+88 |
2018-08-16 | target/mips: Fix two instances of shadow variables | Aleksandar Markovic | 1 | -2/+2 |
2018-08-16 | target/mips: Mark switch fallthroughs with interpretable comments | Aleksandar Markovic | 1 | -2/+3 |
2018-08-16 | target/mips: Avoid case statements formulated by ranges - part 2 | Aleksandar Rikalo | 1 | -7/+71 |
2018-08-16 | target/mips: Avoid case statements formulated by ranges - part 1 | Aleksandar Markovic | 1 | -49/+200 |
2018-06-27 | target/mips: Fix gdbstub to read/write 64 bit FP registers | Yongbok Kim | 1 | -1/+2 |
2018-06-27 | target/mips: Fix data type for offset | Yongbok Kim | 1 | -4/+4 |
2018-06-27 | target/mips: Update gen_flt_ldst() | Yongbok Kim | 1 | -8/+7 |
2018-06-27 | target/mips: Fix microMIPS on reset | Yongbok Kim | 1 | -0/+5 |
2018-06-27 | target/mips: Raise a RI when given fs is n/a from CTC1 | Yongbok Kim | 1 | -0/+3 |
2018-06-01 | tcg: Pass tb and index to tcg_gen_exit_tb separately | Richard Henderson | 1 | -2/+2 |
2018-05-21 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st... | Peter Maydell | 1 | -12/+3 |
2018-05-20 | Remove unnecessary variables for function return value | Laurent Vivier | 1 | -12/+3 |
2018-05-18 | target/mips: Honor CPU_DUMP_FPU | Richard Henderson | 1 | -1/+2 |
2018-05-17 | target/mips: Remove floatX_maybe_silence_nan from conversions | Richard Henderson | 2 | -6/+0 |
2018-05-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2 | -1/+1 |
2018-05-11 | rename included C files to foo.inc.c, remove osdep.h | Paolo Bonzini | 2 | -1/+1 |
2018-05-09 | target/mips: convert to TranslatorOps | Emilio G. Cota | 1 | -114/+113 |
2018-05-09 | target/mips: use *ctx for DisasContext | Emilio G. Cota | 1 | -82/+83 |
2018-05-09 | target/mips: convert to DisasContextBase | Emilio G. Cota | 1 | -171/+175 |
2018-05-09 | target/mips: convert to DisasJumpType | Emilio G. Cota | 1 | -95/+91 |
2018-05-09 | target/mips: use lookup_and_goto_ptr on BS_STOP | Emilio G. Cota | 1 | -1/+2 |
2018-05-09 | target/mips: avoid integer overflow in next_page PC check | Emilio G. Cota | 1 | -3/+3 |
2018-03-19 | cpu: get rid of unused cpu_init() defines | Igor Mammedov | 1 | -2/+0 |
2018-03-19 | cpu: add CPU_RESOLVING_TYPE macro | Igor Mammedov | 1 | -0/+1 |
2018-02-05 | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé | 1 | -3/+2 |
2018-01-25 | accel/tcg: add size paremeter in tlb_fill() | Laurent Vivier | 3 | -7/+7 |
2018-01-16 | mips: Tweak location of ';' in macros | Eric Blake | 1 | -16/+18 |
2017-12-29 | tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED* | Richard Henderson | 1 | -1/+1 |
2017-10-30 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ... | Peter Maydell | 4 | -29/+13 |
2017-10-27 | mips: malta/boston: replace cpu_model with cpu_type | Igor Mammedov | 4 | -29/+13 |
2017-10-27 | Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging | Peter Maydell | 1 | -1/+1 |
2017-10-26 | tcg: Avoid setting tcg_initialize if !CONFIG_TCG | Richard Henderson | 1 | -0/+2 |
2017-10-25 | disas: Remove unused flags arguments | Richard Henderson | 1 | -1/+1 |
2017-10-24 | tcg: Initialize cpu_env generically | Richard Henderson | 1 | -4/+0 |
2017-10-24 | tcg: define tcg_init_ctx and make tcg_ctx a pointer | Emilio G. Cota | 1 | -1/+1 |
2017-10-24 | tcg: convert tb->cflags reads to tb_cflags(tb) | Emilio G. Cota | 1 | -13/+13 |
2017-10-24 | qom: Introduce CPUClass.tcg_initialize | Richard Henderson | 2 | -11/+1 |
2017-10-16 | linux-user: Tidy and enforce reserved_va initialization | Richard Henderson | 1 | -1/+5 |
2017-10-10 | tcg: remove addr argument from lookup_tb_ptr | Emilio G. Cota | 1 | -2/+2 |
2017-10-09 | qom/cpu: move cpu_model null check to cpu_class_by_name() | Philippe Mathieu-Daudé | 1 | -4/+0 |
2017-09-21 | mips: Improve macro parenthesization | Eric Blake | 1 | -28/+28 |
2017-09-21 | mips: replace cpu_mips_init() with cpu_generic_init() | Igor Mammedov | 2 | -19/+1 |
2017-09-21 | mips: MIPSCPU model subclasses | Igor Mammedov | 5 | -64/+117 |
2017-09-21 | mips: call cpu_mips_realize_env() from mips_cpu_realizefn() | Philippe Mathieu-Daudé | 2 | -1/+3 |
2017-09-21 | mips: split cpu_mips_realize_env() out of cpu_mips_init() | Philippe Mathieu-Daudé | 2 | -7/+13 |