index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
mips
/
translate.c
Age
Commit message (
Expand
)
Author
2018-08-16
target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0
Yongbok Kim
2018-08-16
target/mips: Implement CP0 Config1.WR bit functionality
Stefan Markovic
2018-08-16
target/mips: Add CP0 BadInstrX register
Stefan Markovic
2018-08-16
target/mips: Fix two instances of shadow variables
Aleksandar Markovic
2018-08-16
target/mips: Mark switch fallthroughs with interpretable comments
Aleksandar Markovic
2018-08-16
target/mips: Avoid case statements formulated by ranges - part 2
Aleksandar Rikalo
2018-08-16
target/mips: Avoid case statements formulated by ranges - part 1
Aleksandar Markovic
2018-06-27
target/mips: Fix data type for offset
Yongbok Kim
2018-06-27
target/mips: Update gen_flt_ldst()
Yongbok Kim
2018-06-27
target/mips: Fix microMIPS on reset
Yongbok Kim
2018-06-01
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
2018-05-18
target/mips: Honor CPU_DUMP_FPU
Richard Henderson
2018-05-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-05-11
rename included C files to foo.inc.c, remove osdep.h
Paolo Bonzini
2018-05-09
target/mips: convert to TranslatorOps
Emilio G. Cota
2018-05-09
target/mips: use *ctx for DisasContext
Emilio G. Cota
2018-05-09
target/mips: convert to DisasContextBase
Emilio G. Cota
2018-05-09
target/mips: convert to DisasJumpType
Emilio G. Cota
2018-05-09
target/mips: use lookup_and_goto_ptr on BS_STOP
Emilio G. Cota
2018-05-09
target/mips: avoid integer overflow in next_page PC check
Emilio G. Cota
2017-12-29
tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
Richard Henderson
2017-10-30
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
2017-10-27
mips: malta/boston: replace cpu_model with cpu_type
Igor Mammedov
2017-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
2017-10-25
disas: Remove unused flags arguments
Richard Henderson
2017-10-24
tcg: Initialize cpu_env generically
Richard Henderson
2017-10-24
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
2017-10-24
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
2017-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
2017-10-10
tcg: remove addr argument from lookup_tb_ptr
Emilio G. Cota
2017-09-21
mips: replace cpu_mips_init() with cpu_generic_init()
Igor Mammedov
2017-09-21
mips: MIPSCPU model subclasses
Igor Mammedov
2017-09-21
mips: call cpu_mips_realize_env() from mips_cpu_realizefn()
Philippe Mathieu-Daudé
2017-09-21
mips: split cpu_mips_realize_env() out of cpu_mips_init()
Philippe Mathieu-Daudé
2017-09-21
mips: introduce internal.h and cleanup cpu.h
Philippe Mathieu-Daudé
2017-08-02
target/mips: Fix RDHWR CC with icount
James Hogan
2017-08-02
target/mips: Drop redundant gen_io_start/stop()
James Hogan
2017-08-02
target/mips: Use BS_EXCP where interrupts are expected
James Hogan
2017-08-02
mips: Add KVM T&E segment support for TCG
James Hogan
2017-08-02
target-mips: Don't stop on [d]mtc0 DESAVE/KScratch
James Hogan
2017-07-20
target/mips: Add segmentation control registers
James Hogan
2017-07-20
target/mips: Abstract mmu_idx from hflags
James Hogan
2017-07-20
target/mips: Decode microMIPS EVA load & store instructions
James Hogan
2017-07-20
target/mips: Decode MIPS32 EVA load & store instructions
James Hogan
2017-07-20
target/mips: Prepare loads/stores for EVA
James Hogan
2017-07-20
target/mips: Add CP0_Ebase.WG (write gate) support
James Hogan
2017-07-20
target/mips: Fix MIPS64 MFC0 UserLocal on BE host
James Hogan
2017-07-19
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
2017-07-17
target/mips: optimize WSBH, DSBH and DSHD
Aurelien Jarno
2017-07-11
target/mips: fix msa copy_[s|u]_df rd = 0 corner case
Miodrag Dinic
[next]