aboutsummaryrefslogtreecommitdiff
path: root/hw/alpha_palcode.c
AgeCommit message (Expand)Author
2010-04-25alpha: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-03-17Large page TLB flushPaul Brook
2010-02-28alpha-linux-user: Implement signals.Richard Henderson
2009-12-17target-alpha: Add placeholders for missing userspace PALcalls.Richard Henderson
2009-12-13target-alpha: Implement RD/WRUNIQUE in the translatorRichard Henderson
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-12target-alpha: get rid of tests on env->user_mode_onlyaurel32
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-11-11target-alpha: fix syscall error checkaurel32
2008-11-11Revert commits 5685 to 5688 committed by mistakeaurel32
2008-11-11target-alpha: fix syscall error checkaurel32
2008-09-17[PATCH] alpha: fix linux syscall conventionaurel32
2008-09-07alpha: only print debug information to the log fileaurel32
2008-06-03Spelling fixes, by Stefan Weil.ths
2008-03-09 Fix some functions declared () rather than (void) (Ian Jackson)blueswir1
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-04-05Alpha CPU palcode emulation. Only usable in user mode for now withj_mayer