misc: Replaced master/slave terminology
[gem5.git] / src / dev / dma_device.hh
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-08-26 Shivani Parekhdev: Update port terminology
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
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...
2017-07-12 Sean Wilsondev: Refactor some Event subclasses to lambdas
2017-06-20 Sean Wilsondev: Replace EventWrapper use with EventFunctionWrapper
2017-03-07 Sudhanshu Jhadev, kvm: Add a fast KVM-aware mode in DmaReadFifo
2016-09-14 Michael LeBeanedev: Add a DmaCallback class to DmaDevice
2015-10-12 Andreas Hanssonmisc: Add explicit overrides and fix other clang >...
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
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-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2014-12-23 Curtis Dunhamarm: Add stats to table walker
2013-07-18 Andreas Hanssonmem: Set the cache line size on a system level
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-07-27 Anthony Gutierrezdma: remove unused variable
2012-06-05 Ali Saidisim: Remove FastAlloc
2012-05-23 Andreas HanssonDMA: Split the DMA device and IO device into seperate...