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