Move interrupt_request and user_mode_only to common cpu state.
[qemu] / target-arm / cpu.h
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-06-29 pbrookAdd instruction counter.
2008-05-30 pbrookFix typo.
2008-05-30 pbrookMove clone() register setup to target specific code...
2008-05-29 bellardPush common interrupt variables to cpu-defs.h (Glauber...
2008-05-29 pbrookImplement ARM magic kernel page and TLS register.
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-04-14 balrogAdd basic OMAP2 chip support.
2008-04-14 balrogMove the excess of arm_load_kernel() parameters into...
2008-04-01 pbrookARM N=Z=1 flag fix.
2008-03-31 pbrookARM TCG conversion 10/16.
2008-03-31 pbrookARM TCG conversion 1/16.
2007-11-13 balrogPrevent cpsr_write/_read be put out of line in op.o...
2007-11-11 pbrookARMv7 support.
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-12 j_mayerUnify '-cpu ?' option.
2007-09-27 thsMove get_sp_from_cpustate from cpu.h to target_signal.h.
2007-09-27 thslinux-user sigaltstack() syscall, by Thayne Harbaugh.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-29 balrogBasic OMAP310 support. Basic Palm Tungsten|E machine...
2007-07-24 balrogVarious reg offset shift typos.
2007-06-24 balrogReset ARM cp15.c1_sys to default values. Fix XScale...
2007-06-03 thsMove target-specific defines to the target directories.
2007-05-08 pbrookARM946 CPU support.
2007-04-30 balrogAccount for machine with RAM which is not mapped at...
2007-04-30 balrogImplement iwMMXt instruction set for the PXA270 cpu.
2007-04-30 balrogCore features of ARM XScale processors. Main PXA270...
2007-03-11 pbrookARM reabbot support (orginal patch by Aurelien Jarno).
2007-03-08 pbrookFix typo in help output.
2007-03-08 pbrookImplement --cpu for ARM.
2007-01-31 thssiginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.
2006-12-23 thsCheck ELF binaries for machine type and endianness.
2006-10-22 pbrookFix comment typo.
2006-02-20 pbrookAdd Arm926 core support.
2006-02-09 pbrookArm Linux EABI syscall support.
2006-02-04 pbrookImplement Arm BKPT instruction.
2005-11-26 bellardARM CPU suspend/halt (Paul Brook)
2005-11-26 bellardARM system emulation (Paul Brook)
2005-11-20 bellardadded CPU_COMMON and CPUState.tb_jmp_cache[]
2005-04-17 bellardgdb support for user mode (Paul Brook)
2005-04-07 bellardVFP register ordering (Paul Brook)
2005-03-13 bellardsoft float support
2005-02-22 bellardARM VFP support (Paul Brook)
2005-02-07 bellardinitial user mmu support
2005-01-31 bellardarmv5te support (Paul Brook)
2004-10-09 bellardmonitor fixes
2004-04-25 bellardprecise self modifying code support
2004-01-24 bellardadded TARGET_LONG_BITS
2003-09-30 bellardnew directory structure