mem: Minimize the use of MemObject.
[gem5.git] / src / dev / io_device.cc
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2015-11-06 Andreas Hanssonmem: Use the packet delays and do not just zero them out
2015-07-07 Andreas Sandbergsim: Decouple draining from the SimObject hierarchy
2015-07-07 Andreas Sandbergsim: Make the drain state a global typed enum
2015-02-11 Marco Balbonimem: Clarification of packet crossbar timings
2014-12-08 Andreas Sandbergdev: Add response sanity checks in PioPort
2014-09-20 Andreas Hanssonmem: Rename Bus to XBar to better reflect its behaviour
2013-07-12 Steve Reinhardtdev: make BasicPioDevice take size in constructor
2013-02-19 Andreas Hanssonmem: Enforce strict use of busFirst- and busLastWordTime
2012-11-02 Andreas Sandbergsim: Move the draining interface into a separate base...
2012-10-15 Andreas HanssonPort: Add protocol-agnostic ports in the port hierarchy
2012-07-09 Andreas HanssonPort: Align port names in C++ and Python
2012-07-09 Andreas HanssonPort: Make getAddrRanges const
2012-05-23 Andreas HanssonDMA: Split the DMA device and IO device into seperate...
2012-05-23 Andreas HanssonMEM: Add a snooping DMA port subclass for table walker
2012-05-01 Andreas HanssonMEM: Separate requests and responses for timing accesses
2012-04-14 Andreas HanssonMEM: Remove the Broadcast destination from the packet
2012-04-14 Andreas HanssonMEM: Separate snoops and normal memory requests/responses
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-03-22 Andreas HanssonMEM: Split SimpleTimingPort into PacketQueue and ports
2012-02-24 Andreas HanssonMEM: Move port creation to the memory object(s) constru...
2012-02-12 Ali Saidimem: Add a master ID to each request object.
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2012-01-17 Andreas HanssonMEM: Simplify ports by removing EventManager
2012-01-10 Ali SaidiAutomated merge with ssh://repo.gem5.org/gem5
2012-01-10 Nilay VaishDPRINTF: Improve some dprintf messages.
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-12-15 Ali SaidiIO: Fix bug in DMA Device where receiving a snoop on... stable_2012_02_02
2011-12-01 Mitchell HayengaDevice: Make changes necessary to support a coherent...
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-20 Steve Reinhardtdev: clean up PioDevice and DmaDevive getPort() methods.
2011-10-09 Gabe BlackPorts: Print the port name when a port is used but...
2011-10-04 Gabe BlackSE/FS: Put platform pointers in fewer objects.
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Ali SaidiMem: Fix issue with dirty block being lost when entire...
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-11-08 Ali SaidiBus: Have the I/O devices that return address ranges...
2010-08-23 Gene WuDevices: Allow a device to specify that a request is...
2010-06-02 Ali SaidiDMA: Make DmaPort generic enough to be used other places
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2008-10-09 Nathan Binkerteventq: convert all usage of events to use the new...
2008-08-26 Clint SmullenDevice: Fix bug in DmaPort::recvRetry. The interface...
2008-08-13 Ali SaidiAdd the ability for a DMA to tack on an extra delay...
2007-08-05 Gabe BlackMerge with head.
2007-08-03 Steve Reinhardtmerge from head
2007-08-01 Nathan Binkertmerge: mips fix to getArgument
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackMerge with head.
2007-07-31 Steve ReinhardtMerge from head.
2007-07-29 Steve ReinhardtMerge Gabe's changes from head.
2007-07-29 Nathan Binkertmerge: style.py fix
2007-07-29 Nathan Binkertmerge whitespace fixes
2007-07-29 Nathan Binkertmerge whitespace changes
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-24 Gabe BlackMerge with head.
2007-07-24 Nathan BinkertMajor changes to how SimObjects are created and initial...
2007-07-22 Steve ReinhardtMerge from head.
2007-07-22 Steve ReinhardtMerge more changes in from head.
2007-07-22 Steve ReinhardtMerge Gabe's changes with mine.
2007-07-16 Steve ReinhardtMerge from head.
2007-07-14 Steve ReinhardtMerge from head.
2007-07-14 Steve ReinhardtMerge of DPRINTF fixes from head.
2007-07-14 Steve ReinhardtFix & tweak DPRINTFs for tracediff w/new cache code.
2007-07-14 Steve ReinhardtMerge in .hgignore from head.
2007-07-14 Steve ReinhardtMerge with head
2007-06-30 Steve ReinhardtGet rid of Packet result field. Error responses are
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-26 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-22 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-05-22 Steve ReinhardtChange getDeviceAddressRanges to use bool for snoop...
2007-05-18 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-14 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-05-14 Ali SaidiMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-05-14 Ali SaidiMerge zizzer:/bk/newmem
2007-05-14 Ali Saidiadd uglyiness to fix dmas
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-05-09 Ali SaidiMerge zeep:/z/saidi/work/m5.newmem
2007-05-09 Ali Saidiadd a backoff algorithm when nacks are received by...
2006-11-10 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-11-08 Gabe BlackMerge zeep.eecs.umich.edu:/home/gblack/m5/newmem
2006-11-02 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem/
2006-10-31 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-31 Kevin LimPorts now have a pointer to the MemObject that owns...
2006-10-23 Lisa HsuMerge zizzer:/bk/newmem
2006-10-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-21 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
next