Age | Commit message (Expand) | Author |
2019-03-19 | arch, cpu, dev, gpu, mem, sim, python: start using getPort. | Gabe Black |
2018-10-12 | x86: Use little endian packet accessors. | Gabe Black |
2018-06-11 | misc: Using smart pointers for memory Requests | Giacomo Travaglini |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2015-09-30 | isa,cpu: Add support for FS SMT Interrupts | Mitch Hayenga |
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: make BasicPioDevice take size in constructor | Steve Reinhardt |
2013-07-11 | dev: consistently end device classes in 'Device' | Steve Reinhardt |
2013-07-11 | devices: make more classes derive from BasicPioDevice | Steve Reinhardt |
2013-02-15 | sim: Add a system-global option to bypass caches | Andreas Sandberg |
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 |
2011-11-18 | SE/FS: Get rid of includes of config/full_system.hh. | Gabe Black |
2011-10-09 | Interrupts: Make the IO APIC go get the local APICs. | Gabe Black |
2011-09-30 | SE/FS: Build the devices in SE mode. | Gabe Black |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | 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 |
2009-12-19 | X86: Add a latency that describes how long an interrupt takes to propagate th... | Gabe Black |
2009-11-04 | build: fix compile problems pointed out by gcc 4.4 | Nathan Binkert |
2009-04-26 | X86: Implement lowest priority interrupts more correctly. | Gabe Black |
2009-04-26 | X86: Tell the function that sends int messages who to send to instead of figu... | 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-04-19 | X86: Make code that sends an interrupt from the IO APIC available for IPIs. | Gabe Black |
2009-02-25 | X86: Add makeAtomicResponse to the read/write functions of x86 devices. | Gabe Black |
2009-01-31 | X86: Rework interrupt pins to allow one to many connections. | Gabe Black |
2008-11-05 | Fix a few more places where the context stuff wasn't changed | Nathan Binkert |
2008-10-12 | X86: Create a mechanism for the IO APIC to access I8259 vectors. | Gabe Black |
2008-10-12 | X86: Make the local APIC handle interrupt messages from the IO APIC. | Gabe Black |
2008-10-12 | X86: Change the default value for the IO APIC redirection table. | 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 |