| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use correct types to enable > 2G support, based on a patch from | aurel32 | 2008-04-22 | 1 | -1/+1 |
* | TCG op size estimation fix. | pbrook | 2008-03-31 | 1 | -0/+6 |
* | Use spinlock_t for interrupt_lock, lock support for HPPA (Stuart Brady) | aurel32 | 2008-03-28 | 1 | -5/+52 |
* | Fix opparam_buf size estimate. | pbrook | 2008-02-03 | 1 | -1/+3 |
* | use the TCG code generator | bellard | 2008-02-01 | 1 | -50/+5 |
* | Fix code generation buffer overflow reported by TeLeMan | blueswir1 | 2007-12-11 | 1 | -2/+2 |
* | Avoid duplicated definitions: move common definitions from exec-all.h | j_mayer | 2007-11-19 | 1 | -30/+0 |
* | Fixes for s/390 host support, by Bastian Blank. | ths | 2007-11-18 | 1 | -18/+0 |
* | For consistency, move muls64 / mulu64 prototypes to host-utils.h | j_mayer | 2007-11-04 | 1 | -3/+0 |
* | Handle IBE on MIPS properly. | ths | 2007-10-20 | 1 | -1/+1 |
* | Replace is_user variable with mmu_idx in softmmu core, | j_mayer | 2007-10-14 | 1 | -30/+10 |
* | CRIS support in toplevel, by Edgar E. Iglesias. | ths | 2007-10-08 | 1 | -0/+2 |
* | Fix compilation on Darwin platform, avoiding the use of gcc function attributes | j_mayer | 2007-09-30 | 1 | -1/+1 |
* | always_inline gcc directive can be useful. | j_mayer | 2007-09-29 | 1 | -0/+8 |
* | Extend TB flags to 64 bits (Alexander Graf). | j_mayer | 2007-09-20 | 1 | -1/+1 |
* | Make likely/unlikely accessible also in hw/. | balrog | 2007-09-20 | 1 | -0/+2 |
* | Move likely and unlikely macros in a common place (Aurelien Jarno). | j_mayer | 2007-09-20 | 1 | -0/+3 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2007-09-17 | 1 | -5/+5 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -27/+27 |
* | Fiddly dyngen bits for s390 host support, by Ulrich Hecht. | ths | 2007-07-31 | 1 | -0/+18 |
* | Remove unaligned accesses in ia64_apply_fixes(). | balrog | 2007-07-02 | 1 | -2/+2 |
* | m68k/ColdFire system emulation. | pbrook | 2007-05-23 | 1 | -0/+2 |
* | Enable faults for unassigned memory accesses and unimplemented ASIs | blueswir1 | 2007-05-17 | 1 | -0/+4 |
* | More generic 64 bit multiplication support, by Aurelien Jarno. | ths | 2007-05-16 | 1 | -0/+3 |
* | Fix wrong branch condition in MIPS testandset. | ths | 2007-05-10 | 1 | -1/+1 |
* | Another #elif'ication. | ths | 2007-05-08 | 1 | -27/+12 |
* | Some bits of Linux/MIPS host support, still segfaulty. | ths | 2007-05-05 | 1 | -0/+22 |
* | Integrate Alpha target in Qemu core. | j_mayer | 2007-04-05 | 1 | -0/+2 |
* | MIPS FPU dynamic activation, part 1, by Herve Poussineau. | ths | 2007-02-28 | 1 | -2/+1 |
* | Speed up tlb_flush_page (Daniel Jacobowitz). | pbrook | 2006-11-12 | 1 | -1/+11 |
* | low level support for memory mapped flash devices (initial patch by Jocelyn M... | bellard | 2006-06-25 | 1 | -1/+1 |
* | sh4 target (Samuel Tardieu) | bellard | 2006-04-27 | 1 | -0/+2 |
* | Avoid accessing guest memory directly in usermode emulation. | pbrook | 2006-03-25 | 1 | -1/+1 |
* | optional support for kernel code virtualization | bellard | 2006-02-08 | 1 | -3/+9 |
* | correct MIPS state restoring (Daniel Jacobowitz) | bellard | 2005-12-05 | 1 | -0/+1 |
* | PAGE_EXEC support in TLBs | bellard | 2005-11-28 | 1 | -6/+14 |
* | ARM system emulation (Paul Brook) | bellard | 2005-11-26 | 1 | -1/+3 |
* | SMP support | bellard | 2005-11-21 | 1 | -1/+1 |
* | make the TB cache independent of MMU mappings (faster MMU context switches an... | bellard | 2005-11-20 | 1 | -33/+2 |
* | suppressed JUMP_TB (Paul Brook) | bellard | 2005-10-30 | 1 | -9/+0 |
* | disabled LDT test (kqemu 0.7.2 no longer needs it) | bellard | 2005-09-04 | 1 | -5/+1 |
* | kqemu_cpu_interrupt support for win32 (Filip Navara) | bellard | 2005-09-03 | 1 | -0/+1 |
* | compilation fix for gcc3.4 on win32 (Paul Brook) | bellard | 2005-08-21 | 1 | -3/+7 |
* | added kqemu_set_notdirty() | bellard | 2005-08-21 | 1 | -3/+6 |
* | temporary work around for 16 bit code in kqemu | bellard | 2005-07-24 | 1 | -1/+2 |
* | MIPS target (Jocelyn Mayer) | bellard | 2005-07-02 | 1 | -0/+2 |
* | correct __builtin_expect definition - increased code gen buffer size for x86 | bellard | 2005-07-02 | 1 | -2/+2 |
* | removed unused stuff | bellard | 2005-04-17 | 1 | -3/+0 |
* | ia64 host support (David Mosberger) | bellard | 2005-04-07 | 1 | -0/+11 |
* | sparc exception fix (we go up to the shell prompt) | bellard | 2005-03-20 | 1 | -0/+1 |