index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
alpha_palcode.c
Age
Commit message (
Expand
)
Author
2010-04-25
alpha: remove dead assignments, spotted by clang analyzer
Blue Swirl
2010-03-17
Large page TLB flush
Paul Brook
2010-02-28
alpha-linux-user: Implement signals.
Richard Henderson
2009-12-17
target-alpha: Add placeholders for missing userspace PALcalls.
Richard Henderson
2009-12-13
target-alpha: Implement RD/WRUNIQUE in the translator
Richard Henderson
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
2009-01-15
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
2009-01-12
target-alpha: get rid of tests on env->user_mode_only
aurel32
2009-01-04
Update FSF address in GPL/LGPL boilerplate
aurel32
2008-11-11
target-alpha: fix syscall error check
aurel32
2008-11-11
Revert commits 5685 to 5688 committed by mistake
aurel32
2008-11-11
target-alpha: fix syscall error check
aurel32
2008-09-17
[PATCH] alpha: fix linux syscall convention
aurel32
2008-09-07
alpha: only print debug information to the log file
aurel32
2008-06-03
Spelling fixes, by Stefan Weil.
ths
2008-03-09
Fix some functions declared () rather than (void) (Ian Jackson)
blueswir1
2007-10-14
Replace is_user variable with mmu_idx in softmmu core,
j_mayer
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-04-05
Alpha CPU palcode emulation. Only usable in user mode for now with
j_mayer