summaryrefslogtreecommitdiff
path: root/src/arch/alpha/linux
AgeCommit message (Expand)Author
2009-04-21Commit m5threads package.Daniel Sanchez
2009-03-05Get rid of 'using namespace' declarations in headers.Steve Reinhardt
2009-02-28Fix Num_Syscall_Descs check bug in non-x86 ISAs.Steve Reinhardt
2009-02-27Processes: Make getting and setting system call arguments part of a process o...Gabe Black
2009-02-16sycalls: implement mremap() and add DATA flag for getrlimit(). mremap has bee...Lisa Hsu
2008-12-05This brings M5 closer to modernity - the kernel being advertised is newer so ...Lisa Hsu
2008-11-15syscalls: fix latent brk/obreak bug.Steve Reinhardt
2008-09-27style: Make a style pass over the whole arch/alpha directory.Nathan Binkert
2008-09-27arch: TheISA shouldn't really ever be used in the arch directory.Nathan Binkert
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-07-23syscalls: Add a bunch of missing system calls.Michael Adler
2008-07-01Remove delVirtPort() and make getVirtPort() only return cached version.Ali Saidi
2007-10-31Linux Support: Finally update vptr for new memory system.Ali Saidi
2007-10-16Make the process objects use the Params structs in their constructors, and us...Gabe Black
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