sim: Initialize Drainable::_drainState to the system's state
[gem5.git] / src / sim / eventq.hh
2015-08-04 Timothy Jonessim: function for testing for auto deletion
2015-08-04 Timothy Jonesuby: Fix checkpointing and restore
2015-07-07 Andreas Sandbergsim: Fix broken event unserialization
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-02-03 Andreas Sandbergsim: Remove test for non-NULL this in Event
2014-10-16 Andreas Hanssonsim: EventQueue wakeup on events scheduled outside...
2014-09-27 Andreas Hanssonmisc: Fix a bunch of minor issues identified by static...
2014-09-09 Andreas Hanssonmisc: Fix a number of unitialised variables and members
2014-06-30 Stephan Diestelhorstpower: Add basic DVFS support for gem5
2014-04-03 Andreas Sandbergsim: Add the ability to lock and migrate between event...
2013-11-25 Steve Reinhardt... sim: simulate with multiple threads and event queues
2013-11-12 Anthony Gutierrezsim: fix event priority name for debug-start option
2013-02-19 Andreas Hanssonscons: Add warning for missing declarations
2013-02-01 Nilay Vaishsim: remove unused struct priority_compare
2012-11-16 Nilay Vaishsim: have a curTick per eventq
2012-08-21 Andreas HanssonEventManager: Remove test for NULL pointer in constructor
2012-08-21 Andreas HanssonClock: Make Tick unsigned and remove UTick
2012-07-09 Andreas HanssonEventManager: Rename queue accessor and remove cast...
2012-06-05 Ali Saidisim: Remove FastAlloc
2012-05-10 Ali Saidigem5: fix a number of use after free issues
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-05 Nilay Vaisheventq: add a function for replacing head of the queue
2011-09-23 Steve Reinhardtevent: minor cleanup
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-03-29 Korey Sewellsim: typecast Tick to UTick for eventQ assert
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-04-18 Nathan Binkertevent: Allow EventWrapper to take an object reference
2010-04-15 Nathan Binkerteventq: move EventQueue constructor to cc file
2010-04-02 Nathan Binkerteventq: allow an implicit cast from an EventManager...
2010-04-02 Nathan Binkerteventq: Clean up some flags
2010-04-02 Nathan Binkerteventq: Make priorities just an integer instead of...
2010-03-13 Nathan Binkerteventq: rearrange a little bit so I can add some stuff
2010-03-13 Nathan Binkerteventq: remove some unused includes
2010-02-27 Nathan Binkertevents: Give EventWrapped a default name and description
2010-01-19 Derek Howermerge
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2008-12-08 Nathan Binkerteventq: Add some debugging code to the eventq.
2008-12-06 Nathan Binkerteventq: use the flags data structure
2008-12-06 Nathan Binkerteventq: move virtual function definitiions to the ...
2008-11-10 Nathan Binkertpython: Fix the reference counting for python events...
2008-10-09 Nathan Binkerteventq: Major API change for the Event and EventQueue...
2008-10-09 Nathan Binkerteventq: Don't use inline friend function when a static...
2008-09-30 Steve ReinhardtFix EVENTQ_DEBUG vs DEBUG_EVENTQ #define inconsistency.
2008-09-19 Nathan BinkertUse the proper version of C++ headers
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-07-11 Nathan Binkerteventq: change the event datastructure back to LIFO.
2008-07-11 Nathan Binkerteventq: new eventq data structure. The new data struct...
2008-07-11 Nathan Binkerteventq: Clean up the Event class so that it uses fewer...
2008-02-11 Steve ReinhardtAutomated merge with file:/home/stever/hg/m5-orig
2008-02-06 Stephen HinesMake the Event::description() a const function
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-26 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-21 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-05-21 Steve ReinhardtAdd new EventWrapper constructor that takes a Tick...
2007-05-18 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-13 Ali SaidiMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-05-10 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-10 Ali SaidiMerge zizzer:/bk/newmem
2007-05-10 Ali Saidiupdate for new reschedule semantics
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-02-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-02-19 Ali SaidiMerge zizzer:/bk/newmem
2007-02-18 Nathan BinkertGive the progress event its own priority
2007-02-08 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-02-07 Steve ReinhardtMerge zizzer.eecs.umich.edu:/bk/newmem
2007-02-06 Steve ReinhardtUse an instance counter to give Events repeatable IDs
2006-10-23 Lisa HsuMerge zizzer:/bk/newmem
2006-10-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-20 Ali SaidiMerge zizzer:/bk/newmem
2006-10-19 Ron DreslinskiMerge zizzer:/bk/newmem
2006-10-19 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2006-10-19 Steve ReinhardtAdd new event priority for trace enable events so
2006-10-07 Ali SaidiMerge zizzer:/bk/newmem
2006-10-02 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-02 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-02 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-01 Kevin LimMerge ktlim@zamp:./local/clean/o3-merge/m5
2006-07-06 Ali SaidiMerge zizzer:/bk/newmem
2006-06-12 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-06-12 Gabe BlackMerge m5.eecs.umich.edu:/bk/newmem
2006-06-12 Nathan BinkertMerge iceaxe.:/Volumes/work/research/m5/head
2006-06-11 Korey SewellMerge zizzer:/bk/newmem
2006-06-10 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem
2006-06-10 Steve ReinhardtMove main control from C++ into Python.
2006-06-04 Kevin LimMerge ktlim@zamp:/z/ktlim2/clean/m5-o3
2006-06-02 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-05-31 Ali SaidiUpdated Authors from bk prs info
2006-05-30 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-05-22 Steve ReinhardtNew directory structure: