aboutsummaryrefslogtreecommitdiffstats
path: root/target-alpha/helper.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-2/+2
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-05-31target-alpha: Remap PIO space for 43-bit KSEG for EV6.Richard Henderson1-3/+7
2011-05-31target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode.Richard Henderson1-4/+125
2011-05-31target-alpha: Swap shadow registers moving to/from PALmode.Richard Henderson1-1/+36
2011-05-31target-alpha: Implement do_interrupt for system mode.Richard Henderson1-10/+111
2011-05-31target-alpha: Tidy exception constants.Richard Henderson1-4/+1
2011-05-31target-alpha: Rationalize internal processor registers.Richard Henderson1-345/+4
2011-05-31target-alpha: Remove partial support for palcode emulation.Richard Henderson1-1/+1
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil1-2/+1
2010-04-27target-alpha: Fix load-locked/store-conditional.Richard Henderson1-2/+5
2010-04-25alpha: add missing 'break', spotted by clang analyzerBlue Swirl1-0/+1
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-5/+0
2010-02-23target-alpha: Split up FPCR value into separate fields.Richard Henderson1-52/+109
2010-02-14Fix incorrect exception_index useBlue Swirl1-1/+1
2009-12-16target-alpha: Fix compiler warning for gcc-4.3 (and older)Stefan Weil1-0/+1
2009-12-13target-alpha: Fixes for alpha-linux syscalls.Richard Henderson1-0/+77
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-2/+2
2009-10-01Get rid of _t suffixmalc1-2/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2008-11-07target-alpha: fix locked loads/storesaurel321-0/+1
2008-09-30target-alpha: convert palcode ops to TCGaurel321-10/+0
2008-09-29target-alpha: convert FP ops to TCGaurel321-6/+0
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-1/+1
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-1/+1
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-2/+2
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-4/+4
2007-04-07cpu_get_phys_page_debug should return target_phys_addr_tj_mayer1-2/+2
2007-04-05Alpha architecture emulation core.j_mayer1-0/+454