dev: Delete the authors list from files in src/dev.
[gem5.git] / src / dev / x86 / intdev.hh
2020-02-18 Gabe Blackdev: Delete the authors list from files in src/dev.
2019-10-15 Gabe Blackx86: Use a std::function to handle MSI completion.
2019-10-15 Gabe Blackx86: De-x86ify the IntMasterPort.
2019-10-14 Gabe Blackx86: Simplify and consolidate the code that assembles...
2019-10-12 Gabe Blackx86: Stop using and delete the x86 IntDevice class.
2019-10-02 Gabe Blackx86: Switch from MessageReq and Resp to WriteReq and...
2019-09-21 Gabe Blackx86: Templatize the IntMasterPort.
2019-09-21 Gabe Blackx86: Templatize IntSlavePort.
2019-09-20 Gabe Blackdev, x86: Delete the now unused X86 specific interrupt...
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2015-09-29 Joel Hestnessarch, x86: Delete packet in IntDevice::recvResponse
2015-02-11 Marco Balbonimem: Clarification of packet crossbar timings
2014-09-20 Andreas Hanssonmem: Rename Bus to XBar to better reflect its behaviour
2013-07-12 Steve Reinhardtdev: consistently end device classes in 'Device'
2013-02-19 Andreas Hanssonscons: Fix warnings issued by clang 3.2svn (XCode 4.6)
2013-02-19 Andreas Hanssonmem: Enforce strict use of busFirst- and busLastWordTime
2012-07-09 Andreas HanssonPort: Make getAddrRanges const
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-02-24 Andreas HanssonMEM: Move port creation to the memory object(s) constru...
2012-02-13 Andreas HanssonMEM: Introduce the master/slave port roles in the Pytho...
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2011-04-15 Nathan Binkertincludes: sort all includes
2011-02-07 Brad Beckmanndev: fixed bugs to extend interrupt capability beyond...
2011-02-07 Joel HestnessMessagePort: implement the virtual recvTiming function...
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2009-05-17 Nathan Binkertincludes: sort includes again
2009-04-26 Gabe BlackX86: Tell the function that sends int messages who...
2009-04-19 Gabe BlackX86: Add a function which gets called when an interrupt...
2009-04-19 Gabe BlackX86: Make code that sends an interrupt from the IO...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-01 Gabe BlackX86: Rework interrupt pins to allow one to many connect...
2008-10-12 Gabe BlackX86: Create a mechanism for the IO APIC to access I8259...
2008-10-12 Gabe BlackX86: Make APICs communicate through the memory system.
2008-10-11 Gabe BlackX86: Create the IntDev and IntPin system.