Age | Commit message (Expand) | Author |
2019-10-12 | x86: Stop using and delete the x86 IntDevice class. | Gabe Black |
2019-09-21 | x86: Templatize the IntMasterPort. | Gabe Black |
2019-09-21 | x86: Templatize IntSlavePort. | Gabe Black |
2019-09-20 | dev, x86: Delete the now unused X86 specific interrupt pins/lines. | Gabe Black |
2019-09-20 | dev, x86: Convert x86 devices to the generic int pins. | Gabe Black |
2019-03-19 | arch, cpu, dev, gpu, mem, sim, python: start using getPort. | Gabe Black |
2015-10-23 | x86: Add missing explicit overrides for X86 devices | Andreas Hansson |
2015-10-12 | misc: Remove redundant compiler-specific defines | Andreas Hansson |
2015-09-29 | arch, x86: Delete packet in IntDevice::recvResponse | Joel Hestness |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2013-07-11 | dev: consistently end device classes in 'Device' | Steve Reinhardt |
2013-07-11 | devices: make more classes derive from BasicPioDevice | Steve Reinhardt |
2012-10-15 | Port: Add protocol-agnostic ports in the port hierarchy | Andreas Hansson |
2012-09-19 | AddrRange: Transition from Range<T> to AddrRange | Andreas Hansson |
2012-07-09 | Port: Make getAddrRanges const | Andreas Hansson |
2012-03-30 | MEM: Introduce the master/slave port sub-classes in C++ | William Wang |
2012-02-24 | MEM: Move port creation to the memory object(s) construction | Andreas Hansson |
2012-02-13 | MEM: Introduce the master/slave port roles in the Python classes | Andreas Hansson |
2012-01-28 | Merge with the main repo. | Gabe Black |
2012-01-17 | MEM: Separate queries for snooping and address ranges | Andreas Hansson |
2011-10-09 | Interrupts: Make the IO APIC go get the local APICs. | Gabe Black |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-02-06 | dev: fixed bugs to extend interrupt capability beyond 15 cores | Brad Beckmann |
2011-02-06 | x86: Add checkpointing capability to devices | Joel Hestness |
2011-01-03 | Make commenting on close namespace brackets consistent. | Steve Reinhardt |
2009-04-26 | X86: Implement lowest priority interrupts more correctly. | Gabe Black |
2009-04-26 | X86: Make the local APICs register themselves with the IO APIC. | Gabe Black |
2009-04-26 | X86: Record the initial APIC ID which identifies an APIC in M5. | Gabe Black |
2009-04-26 | X86, Config: Make makeX86System consider the number of CPUs, and clean up int... | Gabe Black |
2009-01-31 | X86: Rework interrupt pins to allow one to many connections. | Gabe Black |
2008-10-12 | X86: Create a mechanism for the IO APIC to access I8259 vectors. | Gabe Black |
2008-10-12 | X86: Make APICs communicate through the memory system. | Gabe Black |
2008-10-11 | X86: Create an IO APIC device. | Gabe Black |