index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
m68k
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-09
target/m68k: define floatx80_move()
Laurent Vivier
2
-0
/
+28
2018-03-04
target/m68k: add fscale, fgetman and fgetexp
Laurent Vivier
5
-0
/
+174
2018-03-04
target/m68k: add fmod/frem
Laurent Vivier
7
-2
/
+176
2018-03-04
target/m68k: TCGv returned by gen_load() must be freed
Laurent Vivier
1
-0
/
+11
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
5
-2
/
+5
2018-02-14
m68k: implement movep instruction
Pavel Dovgalyuk
3
-0
/
+49
2018-02-05
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
1
-3
/
+2
2018-01-25
target/m68k: add HMP command "info tlb"
Laurent Vivier
3
-0
/
+235
2018-01-25
target/m68k: add pflush/ptest
Laurent Vivier
6
-0
/
+113
2018-01-25
target/m68k: add moves
Laurent Vivier
5
-7
/
+98
2018-01-25
target/m68k: add index parameter to gen_load()/gen_store() and Co.
Laurent Vivier
1
-59
/
+66
2018-01-25
target/m68k: add Transparent Translation
Laurent Vivier
4
-0
/
+104
2018-01-25
target/m68k: add MC68040 MMU
Laurent Vivier
6
-16
/
+423
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
3
-6
/
+6
2018-01-25
target/m68k: fix TCG variable double free
Laurent Vivier
1
-1
/
+0
2018-01-08
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...
Peter Maydell
8
-126
/
+926
2018-01-04
target/m68k: fix m68k_cpu_dump_state()
Laurent Vivier
2
-4
/
+8
2018-01-04
target/m68k: add the Interrupt Stack Pointer
Laurent Vivier
7
-17
/
+190
2018-01-04
target/m68k: add andi/ori/eori to SR/CCR
Laurent Vivier
1
-7
/
+46
2018-01-04
target/m68k: add 680x0 "move to SR" instruction
Laurent Vivier
1
-16
/
+22
2018-01-04
target/m68k: move CCR/SR functions
Laurent Vivier
1
-56
/
+55
2018-01-04
target/m68k: implement fsave/frestore
Laurent Vivier
1
-8
/
+15
2018-01-04
target/m68k: add reset
Laurent Vivier
3
-0
/
+24
2018-01-04
target/m68k: add cpush/cinv
Laurent Vivier
1
-0
/
+20
2018-01-04
target/m68k: softmmu cleanup
Laurent Vivier
1
-6
/
+33
2018-01-04
target/m68k: add move16
Laurent Vivier
3
-1
/
+82
2018-01-04
target/m68k: add chk and chk2
Laurent Vivier
5
-1
/
+143
2018-01-04
target/m68k: manage 680x0 stack frames
Laurent Vivier
3
-7
/
+164
2018-01-04
target/m68k: add CPU_LOG_INT trace
Laurent Vivier
2
-2
/
+123
2018-01-04
target/m68k: use insn_pc to generate instruction fault address
Laurent Vivier
1
-20
/
+20
2018-01-04
target/m68k: fix gen_get_ccr()
Laurent Vivier
1
-1
/
+0
2018-01-04
target-m68k: sync CC_OP before gen_jmp_tb()
Laurent Vivier
1
-1
/
+2
2017-12-29
tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
Richard Henderson
1
-7
/
+7
2017-12-27
target/*helper: don't check retaddr before calling cpu_restore_state
Alex Bennée
1
-5
/
+2
2017-12-21
target/m68k: fix set_cc_op()
Laurent Vivier
2
-1
/
+2
2017-12-21
target/m68k: add monitor.c
Laurent Vivier
2
-0
/
+40
2017-12-21
target/m68k: remove unused variable gen_throws_exception
Laurent Vivier
1
-10
/
+0
2017-10-30
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
2
-48
/
+30
2017-10-27
m68k: cleanup cpu type name composition
Igor Mammedov
2
-48
/
+30
2017-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
1
-1
/
+1
2017-10-25
disas: Remove unused flags arguments
Richard Henderson
1
-1
/
+1
2017-10-24
tcg: Initialize cpu_env generically
Richard Henderson
1
-5
/
+0
2017-10-24
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
1
-1
/
+1
2017-10-24
target/m68k: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
3
-15
/
+31
2017-10-24
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
1
-3
/
+3
2017-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
1
-6
/
+1
2017-10-24
tcg: Remove TCGV_EQUAL*
Richard Henderson
1
-1
/
+1
2017-10-09
qom/cpu: move cpu_model null check to cpu_class_by_name()
Philippe Mathieu-Daudé
1
-4
/
+0
2017-09-10
target/m68k: Switch fpu_rom from make_floatx80() to make_floatx80_init()
Kamil Rytarowski
1
-22
/
+22
2017-09-06
target: [tcg] Use a generic enum for DISAS_ values
Lluís Vilanova
1
-1
/
+6
[prev]
[next]