aboutsummaryrefslogtreecommitdiff
path: root/cpu-defs.h
AgeCommit message (Expand)Author
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel32
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-08Use a common constant for temp_buf sizeblueswir1
2008-02-01use the TCG code generatorbellard
2008-01-31use simpler REGPARM convention - make CPUTLBEntry size a power of twobellard
2007-12-09Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths
2007-11-17Break up vl.h.pbrook
2007-10-28Implement missing MIPS supervisor mode bits.ths
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-09-19TARGET_FMT_lu may also be useful.j_mayer
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-06-26Fix writes to pages containing watchpoints for the RAM not at 0x0 cases.balrog
2007-04-14Add TARGET_FMT_plx to properly display target_phys_addr_t variables.j_mayer
2007-04-05Infrastructure to support more than 2 MMU modes.j_mayer
2007-04-04TARGET_FMT_ld may also be useful for debugging purposes.j_mayer
2007-03-16Watchpoint support (previous commit got eaten by Savannah server crash).pbrook
2006-11-12Speed up tlb_flush_page (Daniel Jacobowitz).pbrook
2006-06-25C99 64 bit printfbellard
2005-11-28PAGE_EXEC support in TLBsbellard
2005-11-23better halted state supportbellard
2005-11-21SMP supportbellard
2005-11-20added CPU_COMMON and CPUState.tb_jmp_cache[]bellard
2005-08-21ram_addr_t type for ram offsetsbellard
2005-07-02simplified PowerPC exception handling (Jocelyn Mayer)bellard
2005-06-05added HOST_LONG_BITS in configurebellard
2005-01-0364 bit target supportbellard
2004-04-26amd64 port (Jocelyn Mayer)bellard
2004-04-25added target_phys_addr_tbellard
2004-03-21do not depend on thunk.h - more log itemsbellard
2004-02-16use osdep.hbellard
2004-01-24correct target_ulong definitionbellard
2003-10-27commentsbellard
2003-08-10soft mmu supportbellard