Age | Commit message (Expand) | Author |
2008-11-10 | clean: Move some stuff from the hh file to the cc file. | Nathan Binkert |
2008-11-10 | python: Fix the reference counting for python events placed on the eventq. | Nathan Binkert |
2008-11-05 | Right now a single thread cpu 1 could get assigned context Id != 1, depending | Lisa Hsu |
2008-11-02 | Add in Context IDs to the simulator. From now on, cpuId is almost never used, | Lisa Hsu |
2008-11-02 | Make it so that all thread contexts are registered with the System, even in | Lisa Hsu |
2008-11-02 | make BaseCPU the provider of _cpuId, and cpuId() instead of being scattered | Lisa Hsu |
2008-10-14 | eventq: revert code for unserializing events. | Nathan Binkert |
2008-10-12 | CPU: Create a microcode ROM object in the CPU which is defined by the ISA. | Gabe Black |
2008-10-10 | TLB: Make all tlbs derive from a common base class in both python and C++. | Gabe Black |
2008-10-10 | Rename the info function to inform to avoid likely name conflicts | Nathan Binkert |
2008-10-10 | output: Make panic/fatal/warn more flexible so we can add some new ones. | Nathan Binkert |
2008-10-10 | gdb: add a debugging function that enters the python interpreter. | Nathan Binkert |
2008-10-09 | SimObjects: Clean up handling of C++ namespaces. | Nathan Binkert |
2008-10-09 | eventq: convert all usage of events to use the new API. | Nathan Binkert |
2008-10-09 | eventq: Major API change for the Event and EventQueue structures. | Nathan Binkert |
2008-10-09 | eventq: Don't use inline friend function when a static function will do. | Nathan Binkert |
2008-10-09 | SCons: add code to provide a libm5 shared library. | Nathan Binkert |
2008-10-09 | eventq: I'm sick of the warning about MaxTick being unused. | Nathan Binkert |
2008-10-02 | Output: Verify output files are open after opening them. | Ali Saidi |
2008-09-29 | Fix EVENTQ_DEBUG vs DEBUG_EVENTQ #define inconsistency. | Steve Reinhardt |
2008-09-19 | We're using the static keyword improperly in some cases. | Nathan Binkert |
2008-09-19 | Use the proper version of C++ headers | Nathan Binkert |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul... | Ali Saidi |
2008-08-11 | params: Get rid of the remnants of the old style parameter configuration stuff. | Nathan Binkert |
2008-08-11 | params: Convert the CPU objects to use the auto generated param structs. | Nathan Binkert |
2008-08-04 | Get rid of outputStream... wasn't really being used | Steve Reinhardt |
2008-08-03 | libm5: Create a libm5 static library for embedding m5. | Nathan Binkert |
2008-08-03 | syscall: Avoid a compiler warning which turns into a bug. | Nathan Binkert |
2008-07-24 | syscall: Fix TTY emulation in fstat() user-mode simulation for fd 1 (stdout). | Michael Adler |
2008-07-23 | process: separate stderr from stdout | Michael Adler |
2008-07-23 | syscalls: Add a bunch of missing system calls. | Michael Adler |
2008-07-23 | RemoteGDB: add an m5 command line option for setting or disabling remote gdb. | Michael Adler |
2008-07-11 | m5ops: clean up the m5ops stuff. | Nathan Binkert |
2008-07-11 | style: fix indentation and formatting of the pseudo insts. | Nathan Binkert |
2008-07-11 | eventq: change the event datastructure back to LIFO. | Nathan Binkert |
2008-07-11 | eventq: new eventq data structure. The new data structure is singly | Nathan Binkert |
2008-07-10 | eventq: Clean up the Event class so that it uses fewer bytes. This | Nathan Binkert |
2008-07-01 | Remove delVirtPort() and make getVirtPort() only return cached version. | Ali Saidi |
2008-07-01 | Change everything to use the cached virtPort rather than created their own ea... | Ali Saidi |
2008-06-21 | SimObject: Add in missing includes of <string> and fix minor style problem. | Gabe Black |
2008-06-18 | imported patch sim_object_params.diff | Nathan Binkert |
2008-06-15 | add compile flags to m5 | Nathan Binkert |
2008-02-27 | Configs: Make using Simpoints easier with some config files that support them... | Rick Strong |
2008-02-26 | TLB: Make a TLB base class and put a virtual demapPage function in it. | Gabe Black |
2008-02-06 | Make the Event::description() a const function | Stephen Hines |
2008-02-05 | Add base ARM code to M5 | Stephen Hines |
2008-01-02 | Additional comments and helper functions for PrintReq. | Steve Reinhardt |
2008-01-02 | Add functional PrintReq command for memory-system debugging. | Steve Reinhardt |
2007-11-29 | Serialization: Fix serialization of file descriptors. Make sure open | Rick Strong |
2007-11-15 | put the flattenIndex stuff back in O3 AND put fatal() back in faults | Korey Sewell |