dev: Delete the authors list from files in src/dev.
[gem5.git] / src / dev / dma_device.cc
2020-02-18 Gabe Blackdev: Delete the authors list from files in src/dev.
2019-05-03 Giacomo Travaglinidev: StreamID generation in DMA device
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-04-27 Giacomo Travaglinisim,cpu,mem,arch: Introduced MasterInfo data structure
2017-07-10 Rohit Kurupdev: Fix OnIdle test in DmaReadFifo
2017-06-20 Sean Wilsondev: Replace EventWrapper use with EventFunctionWrapper
2017-03-07 Sudhanshu Jhadev, kvm: Add a fast KVM-aware mode in DmaReadFifo
2015-12-31 Andreas Hanssonmem: Make cache terminology easier to understand
2015-08-07 Andreas Sandbergdev: Add a simple DMA engine that can be used by devices
2015-07-07 Andreas Sandbergsim: Refactor and simplify the drain API
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-05-05 Andreas Hanssonmem: Snoop into caches on uncacheable accesses
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2014-12-23 Curtis Dunhamarm: Add stats to table walker
2014-01-24 Dam Sunwoomem: per-thread cache occupancy and per-block ages
2013-07-18 Andreas Hanssonmem: Set the cache line size on a system level
2013-02-15 Andreas Sandbergsim: Add a system-global option to bypass caches
2013-01-07 Andreas Sandbergdev: Fix infinite recursion in DMA devices
2012-11-02 Andreas Sandbergsim: Move the draining interface into a separate base...
2012-10-23 Andreas Hanssondev: Remove zero-time loop in DMA timing send
2012-10-15 Andreas HanssonPort: Add protocol-agnostic ports in the port hierarchy
2012-08-22 Andreas HanssonDMA: Refactor the DMA device and align timing and atomic
2012-08-22 Andreas HanssonPacket: Remove NACKs from packet and its use in endpoints
2012-08-15 Anthony GutierrezO3,ARM: fix some problems with drain/switchout function...
2012-07-27 Anthony Gutierrezdma: remove unused variable
2012-07-09 Andreas HanssonPort: Align port names in C++ and Python
2012-05-23 Andreas HanssonDMA: Split the DMA device and IO device into seperate...