Age | Commit message (Expand) | Author |
2017-11-16 | sim: ScopedMigration does nothing if both eqs are the same | Tiago Muck |
2017-06-20 | sim: Add generic EventFunctionWrapper | Sean Wilson |
2017-06-20 | sim: Remove DelayFunction | Sean Wilson |
2017-05-24 | sim: Add hooks to implement event reference counting | Andreas Sandberg |
2017-05-02 | base, sim, dev: Remove SWIG | Andreas Sandberg |
2016-11-09 | style: [patch 3/22] reduce include dependencies in some headers | Brandon Potter |
2016-02-06 | style: remove trailing whitespace | Steve Reinhardt |
2015-10-12 | misc: Remove redundant compiler-specific defines | Andreas Hansson |
2015-09-01 | sim: Remove broken AutoSerialize support from the event queue | Andreas Sandberg |
2015-08-07 | sim: Flag EventQueue::getCurTick() as const | Andreas Sandberg |
2015-08-03 | sim: function for testing for auto deletion | Timothy Jones |
2015-08-03 | uby: Fix checkpointing and restore | Timothy Jones |
2015-07-07 | sim: Fix broken event unserialization | Andreas Sandberg |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2015-02-03 | sim: Remove test for non-NULL this in Event | Andreas Sandberg |
2014-10-16 | sim: EventQueue wakeup on events scheduled outside the event loop | Andreas Hansson |
2014-09-27 | misc: Fix a bunch of minor issues identified by static analysis | Andreas Hansson |
2014-09-09 | misc: Fix a number of unitialised variables and members | Andreas Hansson |
2014-06-30 | power: Add basic DVFS support for gem5 | Stephan Diestelhorst |
2014-04-03 | sim: Add the ability to lock and migrate between event queues | Andreas Sandberg |
2013-11-25 | sim: simulate with multiple threads and event queues | Steve Reinhardt ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E%2C%20Ali%20Saidi%20%3CAli.Saidi%40ARM.com%3E) |
2013-11-12 | sim: fix event priority name for debug-start option | Anthony Gutierrez |
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 |