summaryrefslogtreecommitdiff
path: root/src/dev/x86/intdev.hh
AgeCommit message (Expand)Author
2015-09-29arch, x86: Delete packet in IntDevice::recvResponseJoel Hestness
2015-02-11mem: Clarification of packet crossbar timingsMarco Balboni
2014-09-20mem: Rename Bus to XBar to better reflect its behaviourAndreas Hansson
2013-07-11dev: consistently end device classes in 'Device'Steve Reinhardt
2013-02-19scons: Fix warnings issued by clang 3.2svn (XCode 4.6)Andreas Hansson
2013-02-19mem: Enforce strict use of busFirst- and busLastWordTimeAndreas Hansson
2012-07-09Port: Make getAddrRanges constAndreas Hansson
2012-03-30MEM: Introduce the master/slave port sub-classes in C++William Wang
2012-02-24MEM: Move port creation to the memory object(s) constructionAndreas Hansson
2012-02-13MEM: Introduce the master/slave port roles in the Python classesAndreas Hansson
2012-01-17MEM: Separate queries for snooping and address rangesAndreas Hansson
2011-04-15includes: sort all includesNathan Binkert
2011-02-06dev: fixed bugs to extend interrupt capability beyond 15 coresBrad Beckmann
2011-02-06MessagePort: implement the virtual recvTiming function to avoid double pkt de...Joel Hestness
2011-01-03Make commenting on close namespace brackets consistent.Steve Reinhardt
2009-05-17includes: sort includes againNathan Binkert
2009-04-26X86: Tell the function that sends int messages who to send to instead of figu...Gabe Black
2009-04-19X86: Add a function which gets called when an interrupt message has been deli...Gabe Black
2009-04-19X86: Make code that sends an interrupt from the IO APIC available for IPIs.Gabe Black
2009-01-31X86: Rework interrupt pins to allow one to many connections.Gabe Black
2008-10-12X86: Create a mechanism for the IO APIC to access I8259 vectors.Gabe Black
2008-10-12X86: Make APICs communicate through the memory system.Gabe Black
2008-10-11X86: Create the IntDev and IntPin system.Gabe Black