misc: Replaced master/slave terminology
[gem5.git] / src / dev / x86 / i82094aa.hh
2020-09-10 Shivani Parekhmisc: Replaced master/slave 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-10-12 Gabe Blackx86: Stop using and delete the x86 IntDevice class.
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-09-20 Gabe Blackdev, x86: Convert x86 devices to the generic int pins.
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2015-10-23 Andreas Hanssonx86: Add missing explicit overrides for X86 devices
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-09-29 Joel Hestnessarch, x86: Delete packet in IntDevice::recvResponse
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2013-07-12 Steve Reinhardtdev: consistently end device classes in 'Device'
2013-07-12 Steve Reinhardtdevices: make more classes derive from BasicPioDevice
2012-10-15 Andreas HanssonPort: Add protocol-agnostic ports in the port hierarchy
2012-09-19 Andreas HanssonAddrRange: Transition from Range<T> to AddrRange
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-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-10-09 Gabe BlackInterrupts: Make the IO APIC go get the local APICs.
2011-04-15 Nathan Binkertincludes: sort all includes
2011-02-07 Brad Beckmanndev: fixed bugs to extend interrupt capability beyond...
2011-02-07 Joel Hestnessx86: Add checkpointing capability to devices
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2009-04-26 Gabe BlackX86: Implement lowest priority interrupts more correctly.
2009-04-26 Gabe BlackX86: Make the local APICs register themselves with...
2009-04-26 Gabe BlackX86: Record the initial APIC ID which identifies an...
2009-04-26 Gabe BlackX86, Config: Make makeX86System consider the number...
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 an IO APIC device.