Age | Commit message (Expand) | Author |
2006-04-10 | Merge zizzer:/bk/newmem | Ali Saidi |
2006-04-10 | updates for newmem | Ali Saidi |
2006-04-07 | Move to a model with a unified request object. | Ron Dreslinski |
2006-04-06 | fixes for newmem | Ali Saidi |
2006-04-06 | fixes for new memory system | Ali Saidi |
2006-03-30 | Add a functional port that is used to load the original binaries in FS | Ali Saidi |
2006-03-29 | page_table.cc is a syscall only kinda thing | Ali Saidi |
2006-03-28 | Only compile in Tru64 objects if we're doing Alpha. | Steve Reinhardt |
2006-03-26 | Add the bus and connector objects to scons | Ali Saidi |
2006-03-14 | Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output... | Korey Sewell |
2006-03-12 | Replace Memory with MemObject; no need for two different levels of hierarchy ... | Steve Reinhardt |
2006-03-12 | Fix EIO handling for new memory system. | Steve Reinhardt |
2006-03-09 | Hand merge. Stuff probably doesn't compile. | Gabe Black |
2006-03-07 | Merge ktlim@zizzer:/bk/m5 | Kevin Lim |
2006-03-07 | Moved where some alpha specific source files were mentioned to be in the alph... | Gabe Black |
2006-03-05 | Merge ktlim@zizzer:/bk/m5 | Kevin Lim |
2006-03-04 | Merge zizzer:/bk/m5 | Ali Saidi |
2006-03-04 | move alpha specific code into arch/alpha | Ali Saidi |
2006-03-04 | Steps towards setting up the infrastructure to allow the new CPU model to wor... | Kevin Lim |
2006-03-04 | Merge gblack@m5.eecs.umich.edu:/bk/multiarch | Gabe Black |
2006-03-04 | Filled out the object file loader so it can load object files for several OSs... | Gabe Black |
2006-03-03 | Merge zizzer:/bk/m5 | Ali Saidi |
2006-03-03 | First cut at moving alpha specefic stuff out of /sim/system* into | Ali Saidi |
2006-03-01 | Removed the targetarch code. | Gabe Black |
2006-02-27 | Fixes so that it compiles properly. Still working on .py file issues. | Ron Dreslinski |
2006-02-27 | Changed targetarch to just arch. | Gabe Black |
2006-02-23 | Enable building only selected CPU models via new scons | Steve Reinhardt |
2006-02-23 | Create a Builder object for .isa files in arch/SConscript. | Steve Reinhardt |
2006-02-23 | Update functional memory to have a response event | Ron Dreslinski |
2006-02-22 | Auto-generate arch/foo.hh "switch headers" in scons. | Steve Reinhardt |
2006-02-22 | Clean excess comments out of SConscripts. | Steve Reinhardt |
2006-02-21 | Move op_class.hh out of encumbered/cpu/full and into cpu. | Steve Reinhardt |
2006-02-21 | Move read/writeBlob functions to Port class; | Steve Reinhardt |
2006-02-20 | Make loaders use translation port instead of proxy memory. | Ron Dreslinski |
2006-02-20 | Add in a new translating port that allows syscalls to translate addresses via... | Ron Dreslinski |
2006-02-19 | Merge zizzer:/bk/m5 | Ali Saidi |
2006-02-18 | Move Linux/Tru64 architecture independent code into kern/* | Ali Saidi |
2006-02-16 | Changed the fault enum into a class, and fixed everything up to work with it.... | Gabe Black |
2006-02-15 | More progress toward compiling... partly by | Steve Reinhardt |
2006-02-15 | Changes to start making the tree use the new memory system. Trying to compil... | Ron Dreslinski |
2006-02-12 | Pseudo instructions are now passed whatever instructions they need by the dec... | Gabe Black |
2006-02-12 | Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, ... | Gabe Black |
2006-02-09 | A fix for SConscript so it will work with newer versions of scons | Gabe Black |
2006-02-08 | Alot of changes to push towards ISA independence. Highlights are renaming of ... | Gabe Black |
2006-02-07 | Pushing current state. Need to fix compilation problems, have moved the SCON... | Ron Dreslinski |
2006-02-01 | Fix a mistake, need to import SCons.Scanner | Ali Saidi |
2006-01-31 | Add a scaner for .isa files. Ordering it turns out is rather important | Ali Saidi |
2006-01-29 | Hacks to avoid compiling in old FullCPU model. | Steve Reinhardt |
2006-01-29 | Add PageTable code and SConscript fixes for new syscall emulation | Steve Reinhardt |
2006-01-24 | Some stuff aparently didn't get committed which was from before the new repos... | Gabe Black |