| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel). | edgar_igl | 2008-05-17 | 1 | -0/+2 |
* | removed unused code | bellard | 2008-05-12 | 1 | -1/+0 |
* | Fix compiler warnings in common files | blueswir1 | 2008-05-10 | 1 | -4/+4 |
* | Move #include "softfloat.h" to cpu-all.h | aurel32 | 2008-05-09 | 1 | -0/+1 |
* | Debugger single step without interrupts (Jason Wessel). | edgar_igl | 2008-05-09 | 1 | -0/+5 |
* | Use correct types to enable > 2G support, based on a patch from | aurel32 | 2008-04-27 | 1 | -5/+13 |
* | Revert "Use correct types to enable > 2G support" (r4238), it is | aurel32 | 2008-04-22 | 1 | -10/+6 |
* | Use correct types to enable > 2G support, based on a patch from | aurel32 | 2008-04-22 | 1 | -6/+10 |
* | x86: Introduce CPU_INTERRUPT_NMI | aurel32 | 2008-04-13 | 1 | -0/+1 |
* | HPPA (PA-RISC) host support | aurel32 | 2008-04-12 | 1 | -1/+10 |
* | Use float32/64 instead of float/double | aurel32 | 2008-03-13 | 1 | -0/+5 |
* | reverted -translation option support | bellard | 2008-02-01 | 1 | -14/+0 |
* | use the TCG code generator | bellard | 2008-02-01 | 1 | -0/+12 |
* | Add option to disable TB cache, by Herve Poussineau. | ths | 2008-01-23 | 1 | -0/+14 |
* | Support for registering address space only for some access widths | blueswir1 | 2008-01-01 | 1 | -0/+1 |
* | Mark host pages as reserved (Magnus Damm). | balrog | 2007-12-12 | 1 | -0/+1 |
* | 128-bit float support for user mode | blueswir1 | 2007-11-25 | 1 | -0/+30 |
* | suppressed page_unprotect_range() - fixed access_ok() | bellard | 2007-11-14 | 1 | -1/+0 |
* | EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh. | ths | 2007-11-02 | 1 | -0/+1 |
* | SVM Support, by Alexander Graf. | ths | 2007-09-23 | 1 | -0/+1 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -20/+20 |
* | Basic OMAP310 support. Basic Palm Tungsten|E machine emulation. | balrog | 2007-07-29 | 1 | -1/+2 |
* | Move target-specific defines to the target directories. | ths | 2007-06-03 | 1 | -71/+0 |
* | Implement generic sub-page I/O based on earlier work by J. Mayer. | blueswir1 | 2007-05-26 | 1 | -0/+1 |
* | Spelling fixes, by Stefan Weil. | ths | 2007-05-08 | 1 | -2/+2 |
* | Some bits of Linux/MIPS host support, still segfaulty. | ths | 2007-05-05 | 1 | -1/+22 |
* | Implement power state changes (IDLE and SLEEP) for PXA. | balrog | 2007-05-01 | 1 | -1/+2 |
* | Sparc host update (Ben Taylor, Martin Bochnig) | blueswir1 | 2007-04-16 | 1 | -1/+1 |
* | cpu_get_phys_page_debug should return target_phys_addr_t | j_mayer | 2007-04-07 | 1 | -1/+1 |
* | Integrate Alpha target in Qemu core. | j_mayer | 2007-04-05 | 1 | -0/+7 |
* | Add missing 64 bits memory accessors. | j_mayer | 2007-04-04 | 1 | -0/+3 |
* | Watchpoint support (previous commit got eaten by Savannah server crash). | pbrook | 2007-03-16 | 1 | -0/+3 |
* | Great PowerPC emulation code resynchronisation and improvments: | j_mayer | 2007-03-07 | 1 | -0/+3 |
* | Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne. | ths | 2007-02-28 | 1 | -0/+2 |
* | ram allocation functions | bellard | 2007-02-08 | 1 | -0/+2 |
* | ColdFire target. | pbrook | 2006-10-22 | 1 | -0/+7 |
* | added SMM support | bellard | 2006-09-24 | 1 | -0/+2 |
* | Rewrite Arm host support. | pbrook | 2006-07-30 | 1 | -0/+9 |
* | Sparc64 host support (Blue Swirl) | bellard | 2006-07-18 | 1 | -1/+1 |
* | export cpu_get_real_ticks() | bellard | 2006-07-13 | 1 | -3/+95 |
* | low level support for memory mapped flash devices (initial patch by Jocelyn M... | bellard | 2006-06-25 | 1 | -0/+4 |
* | sh4 target (Samuel Tardieu) | bellard | 2006-04-27 | 1 | -0/+7 |
* | added cpu_physical_memory_write_rom() | bellard | 2006-04-23 | 1 | -0/+2 |
* | Avoid accessing guest memory directly in usermode emulation. | pbrook | 2006-03-25 | 1 | -17/+37 |
* | support for builtin profiler | bellard | 2006-02-08 | 1 | -0/+20 |
* | Initial SPARC SMP support (Blue Swirl) | bellard | 2005-12-05 | 1 | -0/+1 |
* | use TARGET_PAGE_SIZE (Paul Brook) | bellard | 2005-11-26 | 1 | -1/+3 |
* | fixed big endian host support | bellard | 2005-11-21 | 1 | -4/+5 |
* | target independent memory access functions | bellard | 2005-11-19 | 1 | -51/+139 |
* | more physical memory access functions | bellard | 2005-10-30 | 1 | -0/+6 |