Age | Commit message (Expand) | Author |
2013-02-19 | scons: Add warning for missing declarations | Andreas Hansson |
2013-01-31 | sim: remove unused struct priority_compare | Nilay Vaish |
2012-11-16 | sim: have a curTick per eventq | Nilay Vaish |
2012-08-21 | EventManager: Remove test for NULL pointer in constructor | Andreas Hansson |
2012-08-21 | Clock: Make Tick unsigned and remove UTick | Andreas Hansson |
2012-07-09 | EventManager: Rename queue accessor and remove cast operator | Andreas Hansson |
2012-06-05 | sim: Remove FastAlloc | Ali Saidi |
2012-05-10 | gem5: fix a number of use after free issues | Ali Saidi |
2012-03-19 | gcc: Clean-up of non-C++0x compliant code, first steps | Andreas Hansson |
2012-01-05 | eventq: add a function for replacing head of the queue | Nilay Vaish |
2011-09-22 | event: minor cleanup | Steve Reinhardt |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-03-29 | sim: typecast Tick to UTick for eventQ assert | Korey Sewell |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2010-04-18 | event: Allow EventWrapper to take an object reference | Nathan Binkert |
2010-04-15 | eventq: move EventQueue constructor to cc file | Nathan Binkert |
2010-04-02 | eventq: allow an implicit cast from an EventManager to an EventQueue * | Nathan Binkert |
2010-04-02 | eventq: Clean up some flags | Nathan Binkert |
2010-04-02 | eventq: Make priorities just an integer instead of an enum. | Nathan Binkert |
2010-03-12 | eventq: rearrange a little bit so I can add some stuff | Nathan Binkert |
2010-03-12 | eventq: remove some unused includes | Nathan Binkert |
2010-02-26 | events: Give EventWrapped a default name and description | Nathan Binkert |
2009-11-04 | build: fix compile problems pointed out by gcc 4.4 | Nathan Binkert |
2009-05-17 | includes: sort includes again | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2008-12-08 | eventq: Add some debugging code to the eventq. | Nathan Binkert |
2008-12-06 | eventq: use the flags data structure | Nathan Binkert |
2008-12-06 | eventq: move virtual function definitiions to the .cc file. | Nathan Binkert |
2008-11-10 | python: Fix the reference counting for python events placed on the eventq. | 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-09-29 | Fix EVENTQ_DEBUG vs DEBUG_EVENTQ #define inconsistency. | Steve Reinhardt |
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-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-02-06 | Make the Event::description() a const function | Stephen Hines |
2007-05-20 | Add new EventWrapper constructor that takes a Tick value | Steve Reinhardt |
2007-05-09 | update for new reschedule semantics | Ali Saidi |
2007-02-17 | Give the progress event its own priority | Nathan Binkert |
2007-02-05 | Use an instance counter to give Events repeatable IDs | Steve Reinhardt |
2006-10-19 | Add new event priority for trace enable events so | Steve Reinhardt |
2006-09-30 | Merge ktlim@zamp:./local/clean/o3-merge/m5 | Kevin Lim |
2006-06-09 | Move main control from C++ into Python. | Steve Reinhardt |
2006-05-31 | Updated Authors from bk prs info | Ali Saidi |
2006-05-22 | New directory structure: | Steve Reinhardt |