summaryrefslogtreecommitdiff
path: root/src/dev/copy_engine.cc
AgeCommit message (Expand)Author
2015-12-10dev: Move the CopyEngine class to src/dev/pciAndreas Sandberg
2015-11-09dev: Don't access the platform directly in PCI devicesAndreas Sandberg
2015-07-07sim: Refactor and simplify the drain APIAndreas Sandberg
2015-07-07sim: Decouple draining from the SimObject hierarchyAndreas Sandberg
2015-07-07sim: Make the drain state a global typed enumAndreas Sandberg
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2014-12-02mem: Remove redundant Packet::allocate callsAndreas Hansson
2013-07-11dev: consistently end device classes in 'Device'Steve Reinhardt
2012-11-02sim: Move the draining interface into a separate base classAndreas Sandberg
2012-10-15Port: Add protocol-agnostic ports in the port hierarchyAndreas Hansson
2012-08-22Packet: Remove NACKs from packet and its use in endpointsAndreas Hansson
2012-08-15O3,ARM: fix some problems with drain/switchout functionality and add Drain DP...Anthony Gutierrez
2012-03-30MEM: Introduce the master/slave port sub-classes in C++William Wang
2012-02-24MEM: Move port creation to the memory object(s) constructionAndreas Hansson
2012-02-13MEM: Explicit ports and Python binding on CopyEngineAndreas Hansson
2012-01-31clang: Enable compiling gem5 using clang 2.9 and 3.0Koan-Sin Tan
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2010-06-02DMA: Make DmaPort generic enough to be used other placesAli Saidi
2009-02-26CPA: Add annotations to IGbE and CopyEngine device models.Ali Saidi
2009-01-17CopyEngine: Implement a I/OAT-like copy engine.Ali Saidi