Age | Commit message (Expand) | Author |
---|---|---|
2008-10-21 | style: Use the correct m5 style for things relating to interrupts. | Nathan Binkert |
2008-10-16 | get rid of local variable that's only used in an assert so fast compiles | Nathan Binkert |
2008-10-12 | X86: Make the local APIC timer event generate an interrupt. | Gabe Black |
2008-10-12 | X86: Implement the EOI register in the local APIC. | Gabe Black |
2008-10-12 | X86: Add some DPRINTFs to the local APIC. | 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: Add a LocalApic trace flag. | 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 |