Age | Commit message (Expand) | Author |
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-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2014-11-17 | x86: APIC: Fix the getRegArrayBit function. | Gabe Black |
2014-03-16 | kvm: x86: Add support for x86 INIT and STARTUP handling | Andreas Sandberg |
2013-09-18 | x86: Add support for checking the raw state of an interrupt | 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 |
2013-02-19 | scons: Add warning for missing declarations | Andreas Hansson |
2013-02-19 | x86: Move APIC clock divider to Python | Andreas Hansson |
2012-10-15 | Port: Add protocol-agnostic ports in the port hierarchy | 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-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-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-04 | SE/FS: Put platform pointers in fewer objects. | Gabe Black |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-02-06 | x86: Add checkpointing capability to arch components | Joel Hestness |
2010-08-23 | X86: Create a directory for files that define register indexes. | Gabe Black |
2010-08-17 | x86: minor checkpointing bug fixes | Steve Reinhardt |
2010-05-23 | copyright: Change HP copyright on x86 code to be more friendly | Nathan Binkert |
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: Fix the functions that manipulate large bit arrays in the local APIC. | 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: Add a function which gets called when an interrupt message has been deli... | Gabe Black |
2009-04-19 | X86: The startup IPI delivery mode is not reserved. | Gabe Black |
2009-04-19 | X86: Set the local APIC ID to something meaningful. | Gabe Black |
2009-01-25 | CPU: Add a setCPU function to the interrupt objects. | Gabe Black |
2008-10-21 | style: Use the correct m5 style for things relating to interrupts. | Nathan Binkert |
2008-10-12 | X86: Make the local APIC timer event generate an interrupt. | Gabe Black |
2008-10-12 | X86: Make the local APIC process interrupts and send them to the CPU. | Gabe Black |
2008-10-12 | X86: Make the local APIC handle interrupt messages from the IO APIC. | Gabe Black |
2008-10-12 | X86: Make APICs communicate through the memory system. | Gabe Black |
2008-10-12 | X86: Make the local APIC accessible through the memory system directly, and m... | Gabe Black |
2008-10-12 | Turn Interrupts objects into SimObjects. Also, move local APIC state into x86... | Gabe Black |
2008-10-12 | CPU: Eliminate the get_vec function. | Gabe Black |
2007-10-07 | X86: Make the Interrupts class complain less. | Gabe Black |
2007-10-07 | X86: Adjust the config scripts for x86 fs. | Gabe Black |
2007-09-24 | X86: Get X86_FS to compile. | Gabe Black |
2007-03-03 | Add build hooks for x86. | Gabe Black |