mem: Rename Bus to XBar to better reflect its behaviour
[gem5.git] / src / dev / x86 / intdev.hh
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.