index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpu-exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2004-05-21
PowerPC merge: real time TB and decrementer - faster and simpler exception ha...
bellard
1
-3
/
+17
2004-04-25
added cpu_resume_from_signal() - irq fix
bellard
1
-20
/
+52
2004-04-12
PowerPC system emulation fixes (Jocelyn Mayer)
bellard
1
-1
/
+1
2004-03-31
win32 port (initial patch by kazu)
bellard
1
-0
/
+4
2004-03-21
do not depend on thunk.h - more log items
bellard
1
-3
/
+3
2004-03-17
initial x86-64 host support (Gwenole Beauchesne)
bellard
1
-0
/
+15
2004-02-25
native FPU support in code copy mode
bellard
1
-1
/
+17
2004-02-16
experimental code copy support - CPU_INTERRUPT_EXITTB support
bellard
1
-18
/
+134
2004-02-03
temporary interrupt locking fix (need rework)
bellard
1
-0
/
+1
2004-01-18
PowerPC merge (Jocelyn Mayer)
bellard
1
-1
/
+1
2004-01-18
simpler second page physical address test
bellard
1
-2
/
+3
2004-01-04
PowerPC System emulation (Jocelyn Mayer)
bellard
1
-5
/
+28
2004-01-04
support for new TLB handling
bellard
1
-2
/
+47
2004-01-04
sparc fixes
bellard
1
-8
/
+8
2003-11-23
PowerPC target support (Jocelyn Mayer) - added better support for uid16
bellard
1
-7
/
+52
2003-11-19
fixed TB linking in case of code invalidation (fixes random segfaults)
bellard
1
-1
/
+12
2003-10-30
unused functions in system mode
bellard
1
-1
/
+1
2003-10-27
fixed mmu fault priviledge logic
bellard
1
-2
/
+4
2003-09-30
sparc emulation target (thanx to Thomas M. Ogrisegg)
bellard
1
-8
/
+20
2003-09-17
removed x86 hacks
bellard
1
-17
/
+3
2003-08-21
faster and more accurate segment handling
bellard
1
-16
/
+4
2003-08-20
pop ss, mov ss, x and sti disable irqs for the next instruction - began dispa...
bellard
1
-13
/
+13
2003-08-20
no error code if hardware interrupt
bellard
1
-2
/
+2
2003-08-10
m68k host port (Richard Zidlicky)
bellard
1
-0
/
+17
2003-08-10
soft mmu support
bellard
1
-6
/
+23
2003-07-29
correct CPL support (should fix flat real mode support)
bellard
1
-7
/
+2
2003-07-26
real mode support
bellard
1
-9
/
+7
2003-07-26
gdb stub breakpoints support
bellard
1
-1
/
+1
2003-07-09
ARM fixes
bellard
1
-7
/
+4
2003-06-30
fixed invalid irq jump chaining
bellard
1
-0
/
+7
2003-06-30
reduced irq latency
bellard
1
-20
/
+23
2003-06-25
suppressed ring 0 hacks
bellard
1
-15
/
+8
2003-06-24
hardware interrupt support - support forfull ring 0 exception simulation
bellard
1
-131
/
+195
2003-06-21
new segment access
bellard
1
-10
/
+10
2003-06-15
main cpu loop is target independent
bellard
1
-0
/
+575