summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-04more generic TLB support - began to fix unlikely interrupt issuesbellard1-18/+50
2003-11-19fixed TB linking in case of code invalidation (fixes random segfaults)bellard1-0/+2
2003-10-27full softmmu supportbellard1-22/+81
2003-10-05log activation from gdb - gdb single step support for x86 - stop timer when c...bellard1-0/+23
2003-09-30new directory structurebellard1-7/+2
2003-08-10soft mmu support - Memory I/O API - synthetize string instructionsbellard1-0/+138
2003-07-29first part of single stepping supportbellard1-1/+16
2003-07-26gdb stub breakpoints supportbellard1-0/+42
2003-06-30reduced irq latencybellard1-3/+4
2003-06-25more precise cpu_interrupt()bellard1-0/+67
2003-06-25faster task switchbellard1-4/+14
2003-06-24MMU supportbellard1-1/+31
2003-06-21cpu_abort()bellard1-0/+16
2003-06-15ARM emulation supportbellard1-2/+3
2003-05-27precise exceptionsbellard1-0/+31
2003-05-25direct chaining for PowerPC and i386bellard1-11/+100
2003-05-16fixed page_unprotect() if host_page_size > TARGET_PAGE_SIZEbellard1-15/+18
2003-05-14better locksbellard1-0/+4
2003-05-14self-modifying code supportbellard1-12/+301
2003-05-13mmap emulationbellard1-0/+148