Age | Commit message (Expand) | Author |
2006-02-28 | Merge ktlim@zizzer:/bk/m5 | Kevin Lim |
2006-02-27 | Changes to put all the misc regs within the misc reg file. This includes the... | Kevin Lim |
2006-02-27 | Changed targetarch to just arch. | Gabe Black |
2006-02-21 | Made Addr a global type | Gabe Black |
2006-02-19 | Reapplied changes which were undone by a pull | Gabe Black |
2006-02-19 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5 | Gabe Black |
2006-02-19 | Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names... | Gabe Black |
2006-02-18 | Move Linux/Tru64 architecture independent code into kern/* | Ali Saidi |
2006-02-12 | Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, ... | Gabe Black |
2005-09-24 | Add functions to System object to set up function-based events, | Steve Reinhardt |
2005-06-05 | Many files: | Steve Reinhardt |
2005-06-04 | shuffle files around for new directory structure | Nathan Binkert |
2005-04-11 | Make the notion of a global event tick independent of the actual | Nathan Binkert |
2005-01-18 | Merge changes to make m5 g++ 3.4 compatible. | Kevin Lim |
2005-01-15 | New and improved configuration mechanism. No more writing of | Nathan Binkert |
2005-01-14 | Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most change... | Kevin Lim |
2004-11-15 | Minor cleanup of symtab code/includes. | Steve Reinhardt |
2004-11-13 | Macros are nasty, so let's get rid of them. Convert all | Nathan Binkert |
2004-10-23 | get rid of pmap.h and make things variables and inline | Nathan Binkert |
2004-10-22 | Make targetarch directory in build tree and copy arch/alpha files to it | Steve Reinhardt |
2004-09-24 | only set stuff up for binning interrupts if interrupt binning is on | Ali Saidi |
2004-08-20 | - Clean up and factor out all of the binning code into a | Nathan Binkert |
2004-07-30 | Make the DDUMP tracing feature output the cycle number and | Nathan Binkert |
2004-07-01 | rename CopyData to CopyOut and implement CopyIn to copy data | Nathan Binkert |
2004-06-08 | Updated Copyright with information in bitkeeper changelogs | Ali Saidi |
2004-06-01 | Added ability to specify system type/revision in config file. This | Ali Saidi |
2004-05-18 | lift FnEvents and and Binning stuff out of LinuxSystem into commonn places wi... | Lisa Hsu |
2004-05-18 | merge m5 with linux for the event and binning lifting | Lisa Hsu |
2004-05-17 | lift system-independent binning stuff out of Tru64System into System. | Lisa Hsu |
2004-05-13 | Merge zizzer.eecs.umich.edu:/bk/m5 | Lisa Hsu |
2004-05-13 | lift some things out of the tru64 directory into common directory so linux ca... | Lisa Hsu |
2004-05-13 | wrap mbuf stuff in the tru64 namespace since other OSes | Nathan Binkert |
2004-05-11 | first pass at merging m5 with linux | Lisa Hsu |
2004-05-04 | Major stats package cleanup | Nathan Binkert |
2004-04-02 | Basic cleanup pass to get rid of a few things that made the Python | Steve Reinhardt |
2004-03-17 | Updated kern/* code so we can have one console code and the simulator | Ali Saidi |
2004-03-05 | change the naming of MainBins. didn't check this in before because i had ran... | Lisa Hsu |
2004-03-05 | changes that affect post checkpoint runs. | Lisa Hsu |
2004-03-04 | Overall gist of this is to 'dynamicize' the tracking of functions so you can ... | Lisa Hsu |
2004-02-29 | Initial cleanup pass of lisa's function call tracking | Nathan Binkert |
2004-02-03 | Remote debugging cleanup and internal debugging support | Nathan Binkert |
2004-01-29 | wrap debugging stuff with #ifdef DEBUG | Nathan Binkert |
2003-12-11 | Stats & serialization tweaks & cleanup. Unserializing from | Steve Reinhardt |
2003-12-10 | Factor ExecContext::setStatus(), BaseCPU::execCtxStatusChange(), | Steve Reinhardt |
2003-11-22 | We only need to choose that we do want binning, or we don't. | Nathan Binkert |
2003-11-07 | track the idle_thread() function in the kernel, so that we can know if we are... | Lisa Hsu |
2003-11-06 | change the path that i track from two separate paths to one. | Lisa Hsu |
2003-11-05 | add things to track read and soo_read for specweb. | Lisa Hsu |
2003-11-04 | Add the ability to track stats in user defined sets of function calls. code ... | Lisa Hsu |
2003-10-24 | Make FullCPU schedule its TickEvent when one of its contexts becomes active. | Steve Reinhardt |