summaryrefslogtreecommitdiff
path: root/src/arch/alpha/linux
AgeCommit message (Expand)Author
2007-09-13Syscall Emulation: Add stat64 syscall.Ali Saidi
2007-08-02Linux Support: make sure that when we get the stack page for thread info we'r...Ali Saidi
2007-08-01Arguments: Get rid of duplicate code for the Arguments class in each architec...Ali Saidi
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-07-14Disable PrintThreadInfo since it causes a panic when using VPtr.Steve Reinhardt
2007-03-04Don't use the exact same name as a system header #defineNathan Binkert
2007-02-28The "hostname" variable isn't used in the process classes. It should be remov...Gabe Black
2006-11-16Implement current working directory for LiveProcessesNathan Binkert
2006-11-07Put kernel_stats back into arch.Gabe Black
2006-11-07Moved the idle event out of system_events.hh. The skipFuncEvent can be made I...Gabe Black
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-09-17Finished changing how stat structures are translated, fixed the handling of v...Gabe Black
2006-08-28Add dup() support (from Antti Miettinen).Steve Reinhardt
2006-08-15Cleaned up include files and got rid of many using directives in header files.Gabe Black
2006-07-13add system.mem_mode = ['timing', 'atomic']Ali Saidi
2006-06-12Merge fixes to make full system compile and run.Kevin Lim
2006-06-11Merge iceaxe.:/Volumes/work/research/m5/headNathan Binkert
2006-06-08add write/read functions that have endian conversions in themAli Saidi
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt