summaryrefslogtreecommitdiff
path: root/src/arch/alpha/system.cc
AgeCommit message (Expand)Author
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2013-09-04alpha: Move system virtProxy to Alpha onlyAndreas Hansson
2012-10-15Checkpoint: Make system serialize call childrenAndreas Hansson
2012-08-16Alpha System: override startup(), instead of loadState()Nilay Vaish
2012-03-09System: Move code in initState() back into constructor whenever possible.Ali Saidi
2012-02-24MEM: Make port proxies use references rather than pointersAndreas Hansson
2012-01-28Merge with the main repo.Gabe Black
2012-01-17MEM: Add port proxies instead of non-structural portsAndreas Hansson
2011-09-30SE/FS: Remove System::platform and Platform::intrFrequency.Gabe Black
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2010-11-08sim: Use forward declarations for ports.Ali Saidi
2010-08-23Loader: Make the load address mask be a parameter of the system rather than a...Ali Saidi
2010-06-03More minor gdb-related cleanup.Steve Reinhardt
2008-09-27style: Make a style pass over the whole arch/alpha directory.Nathan Binkert
2008-09-27alpha: Clean up namespace usage.Nathan Binkert
2008-09-27alpha: Get rid fo the namespace called EV5.Nathan Binkert
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2006-12-20Initial work to make remote gdb available in SE mode. This is completely unte...Gabe Black
2006-11-07Force remote gdb code to use signal numbers and not ISA specific trap numbers.Gabe Black
2006-11-06Remote GDB support has been changed to use inheritance. Alpha should work, bu...Gabe Black
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-07-13add system.mem_mode = ['timing', 'atomic']Ali Saidi
2006-06-17Add myself to list of authorsNathan Binkert
2006-06-11Merge iceaxe.:/Volumes/work/research/m5/headNathan Binkert
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt