summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid accessing guest memory directly in usermode emulation.pbrook2006-03-251-21/+37
* optional support for kernel code virtualizationbellard2006-02-081-0/+15
* PAGE_EXEC support in TLBsbellard2005-11-281-53/+89
* fixed async signal support for tb_phys_invalidate()bellard2005-11-261-5/+12
* ARM system emulation (Paul Brook)bellard2005-11-261-2/+2
* SMP supportbellard2005-11-221-52/+52
* make the TB cache independent of MMU mappings (faster MMU context switches an...bellard2005-11-201-262/+37Star
* avoid using physical accesses in user emulationbellard2005-10-301-14/+0Star
* more physical memory access functionsbellard2005-10-301-0/+45
* commentsbellard2005-09-031-4/+4
* dirty ram page handling fixesbellard2005-08-211-18/+31
* merge self modifying code handling in dirty ram page mecanismbellard2005-08-211-120/+118Star
* allow more than 32 bit of physical memorybellard2005-07-241-19/+42
* 64 bit virtual addressing fixbellard2005-07-241-26/+96
* compatibility fix with kqemu-x86_64bellard2005-04-241-1/+1
* gdb support for user mode (Paul Brook)bellard2005-04-171-6/+6
* ia64 host support (David Mosberger)bellard2005-04-081-1/+1
* dirty flag changesbellard2005-02-101-13/+31
* physical memory access functionsbellard2005-01-281-0/+105
* ram dirty flag update fixbellard2005-01-281-1/+1
* JIT statisticsbellard2005-01-261-0/+55
* 64 bit target supportbellard2005-01-041-18/+24
* Mac OS compile fixbellard2004-11-141-0/+1
* faster Cirrus VGA VRAM accessbellard2004-10-101-0/+10
* monitor fixesbellard2004-10-091-1/+3
* monitor fixes (Johannes Schindelin)bellard2004-10-091-0/+8
* removed access_type hackbellard2004-10-031-0/+1
* use memset() (Daniel Egger)bellard2004-10-031-7/+3Star
* full system SPARC emulation (Blue Swirl)bellard2004-10-011-3/+3
* no data exec supportbellard2004-09-291-4/+29
* 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/+0Star
* 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-04-011-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-261-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