Age | Commit message (Expand) | Author |
2017-07-12 | mips, x86: Refactor some Event subclasses into lambdas | Sean Wilson |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-05-19 | x86, dev: properly space the APIC registers | Bjoern A. Zeeb |
2015-09-30 | cpu,isa,mem: Add per-thread wakeup logic | Mitch Hayenga |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2014-11-17 | x86: APIC: Only set deliveryStatus if our IPI is going somewhere. | Gabe Black |
2014-10-16 | arch: Use shared_ptr for all Faults | Andreas Hansson |
2013-09-18 | x86: Add support for checking the raw state of an interrupt | 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-03-28 | x86: changes to apic, keyboard | Nilay Vaish |
2013-02-19 | scons: Fix warnings issued by clang 3.2svn (XCode 4.6) | Andreas Hansson |
2013-02-19 | x86: Move APIC clock divider to Python | Andreas Hansson |
2013-02-15 | sim: Add a system-global option to bypass caches | Andreas Sandberg |
2012-09-19 | AddrRange: Transition from Range<T> to AddrRange | Andreas Hansson |
2012-08-21 | Clock: Move the clock and related functions to ClockedObject | 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-01-28 | Merge with the main repo. | Gabe Black |
2012-01-17 | MEM: Separate queries for snooping and address ranges | Andreas Hansson |
2011-11-01 | SE/FS: Get rid of the last use of FULL_SYSTEM in x86. | Gabe Black |
2011-10-30 | X86: Get rid of more uses of FULL_SYSTEM. | Gabe Black |
2011-10-09 | Interrupts: Make the IO APIC go get the local APICs. | Gabe Black |
2011-10-09 | SE/FS: Build the Interrupt objects in SE mode. | Gabe Black |
2011-10-04 | SE/FS: Put platform pointers in fewer objects. | Gabe Black |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
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 arch components | Joel Hestness |
2011-02-06 | IntDev: packet latency fix | Joel Hestness |
2011-02-06 | MessagePort: implement the virtual recvTiming function to avoid double pkt de... | Joel Hestness |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2010-08-23 | X86: Create a directory for files that define register indexes. | Gabe Black |
2010-05-23 | copyright: Change HP copyright on x86 code to be more friendly | Nathan Binkert |
2009-11-04 | build: fix compile problems pointed out by gcc 4.4 | Nathan Binkert |
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-19 | X86: Implement broadcast IPIs. | Gabe Black |
2009-04-19 | X86: Only recognize the first startup IPI after INIT or reset. | Gabe Black |
2009-04-19 | X86: Use recvResponse to implement the idle bit in the Local APIC ICR. | Gabe Black |
2009-04-19 | X86: Add a function which gets called when an interrupt message has been deli... | Gabe Black |
2009-04-19 | X86: Keep track of the pioAddr for the local APIC. | Gabe Black |
2009-04-19 | X86: The startup IPI delivery mode is not reserved. | Gabe Black |
2009-04-19 | X86: Start implementing the interrupt command register in the local APIC. | Gabe Black |
2009-04-19 | X86: Set the local APIC ID to something meaningful. | Gabe Black |
2009-02-25 | X86: Add makeAtomicResponse to the read/write functions of x86 devices. | Gabe Black |
2009-02-01 | X86: Fix the time keeping of the Local APIC timer. | Gabe Black |