summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Darwin patch (initial patch by Pierre d'Herbemont)bellard2004-07-051-21/+21
* consider that all archs have SMC (workaround)bellard2004-06-221-1/+1
* compile fixbellard2004-06-141-2/+0
* fixed self modifying code in case of asynchronous interruptbellard2004-06-141-1/+8
* support for opaque data on memory I/Osbellard2004-06-031-23/+29
* PowerPC mergebellard2004-05-231-1/+2
* support for non continuous RAM or ROMbellard2004-05-211-11/+46
* PowerPC merge: real time TB and decrementer - faster and simpler exception ha...bellard2004-05-211-0/+2
* 64 bit fix (Jocelyn Mayer)bellard2004-05-201-4/+4
* PIC reset fix (initial patch by Hidemi KAWAI)bellard2004-05-201-0/+5
* primitive ioport debug - /dev/rtc fast timer support (needed for better simul...bellard2004-05-121-0/+2
* amd64 port (Jocelyn Mayer)bellard2004-04-261-12/+13
* consistent use of target_ulong and target_phys_addr_tbellard2004-04-251-21/+21
* precise self modifying code supportbellard2004-04-251-116/+203
* PowerPC system emulation fixes (Jocelyn Mayer)bellard2004-04-121-3/+3
* win32 port (initial patch by kazu)bellard2004-03-311-3/+9
* do not depend on thunk.h - more log itemsbellard2004-03-211-0/+55
* new physical memory access API (used by DMA accesses) - code copy FP fixesbellard2004-02-251-9/+19
* use qemu memory allocation - added dirty bit support when using host MMUbellard2004-02-161-35/+98
* added generic physical memory dirty bit supportbellard2004-02-061-32/+143
* temporary interrupt locking fix (need rework)bellard2004-02-031-7/+8
* virtual memory access for gdbstubbellard2004-01-241-0/+138
* fixed tlb invalidationbellard2004-01-181-2/+19
* new generic TLB support - faster self modifying code support - added ROM memo...bellard2004-01-041-271/+843
* more generic TLB support - began to fix unlikely interrupt issuesbellard2004-01-041-18/+50
* fixed TB linking in case of code invalidation (fixes random segfaults)bellard2003-11-191-0/+2
* full softmmu supportbellard2003-10-271-22/+81
* log activation from gdb - gdb single step support for x86 - stop timer when c...bellard2003-10-051-0/+23
* new directory structurebellard2003-09-301-7/+2
* soft mmu support - Memory I/O API - synthetize string instructionsbellard2003-08-101-0/+138
* first part of single stepping supportbellard2003-07-291-1/+16
* gdb stub breakpoints supportbellard2003-07-261-0/+42
* reduced irq latencybellard2003-06-301-3/+4
* more precise cpu_interrupt()bellard2003-06-251-0/+67
* faster task switchbellard2003-06-251-4/+14
* MMU supportbellard2003-06-241-1/+31
* cpu_abort()bellard2003-06-211-0/+16
* ARM emulation supportbellard2003-06-151-2/+3
* precise exceptionsbellard2003-05-271-0/+31
* direct chaining for PowerPC and i386bellard2003-05-251-11/+100
* fixed page_unprotect() if host_page_size > TARGET_PAGE_SIZEbellard2003-05-161-15/+18
* better locksbellard2003-05-141-0/+4
* self-modifying code supportbellard2003-05-141-12/+301
* mmap emulationbellard2003-05-131-0/+148
OpenPOWER on IntegriCloud