aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-3/+3
* Get rid of _t suffixmalc2009-10-011-3/+3
* cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-241-0/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* target-alpha: document more registers used by 21264aurel322009-04-071-2/+2
* target-alpha: set target page size to 13 bitsaurel322009-04-071-1/+1
* target-alpha: remove PALCODE_ declarations (unused).aurel322009-03-291-10/+0
* Document which IPR are used by 21264aurel322009-03-291-31/+65
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+2
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* target-alpha: fix 2 warningsaurel322008-12-111-0/+4
* Common cpu_loop_exit prototypeaurel322008-11-301-1/+0
* Refactor translation block CPU state handling (Jan Kiszka)aliguori2008-11-181-0/+8
* Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori2008-11-181-1/+5
* target-alpha: convert FP ops to TCGaurel322008-09-291-2/+0
* target-alpha: convert remaining arith3 functions to TCGaurel322008-09-181-1/+1
* target-alpha: switch a few helpers to TCGaurel322008-09-181-0/+1
* Fix call_pal() prototype for alpha system emulationaurel322008-09-021-0/+4
* Move interrupt_request and user_mode_only to common cpu state.pbrook2008-07-011-2/+0
* Add instruction counter.pbrook2008-06-291-0/+2
* Fix typo.pbrook2008-05-301-1/+1
* Move clone() register setup to target specific code. Handle fork-like clone.pbrook2008-05-301-0/+9
* Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard2008-05-291-2/+0
* moved halted field to CPU_COMMONbellard2008-05-281-1/+0
* added cpu_model parameter to cpu_init()bellard2007-11-101-1/+1
* Alpha coding style and inlining fixes.j_mayer2007-10-281-2/+1
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-0/+13
* Move get_sp_from_cpustate from cpu.h to target_signal.h.ths2007-09-271-5/+0
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-271-0/+5
* Move likely and unlikely macros in a common place (Aurelien Jarno).j_mayer2007-09-201-4/+0
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-3/+3
* Move target-specific defines to the target directories.ths2007-06-031-0/+6
* Fix miscellaneous display warnings for PowerPC & alpha targetsj_mayer2007-04-141-0/+7
* Fix alpha target compilation on 32 bits hosts.j_mayer2007-04-051-0/+6
* Alpha architecture emulation core.j_mayer2007-04-051-0/+385