X86: Sometimes CPUID depends on ecx, so pass that in.
[gem5.git] / src / arch / x86 / interrupts.cc
2010-01-19 Derek Howermerge
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-04-26 Gabe BlackX86: Tell the function that sends int messages who...
2009-04-26 Gabe BlackX86: Make the local APICs register themselves with...
2009-04-26 Gabe BlackX86: Record the initial APIC ID which identifies an...
2009-04-19 Gabe BlackX86: Implement broadcast IPIs.
2009-04-19 Gabe BlackX86: Only recognize the first startup IPI after INIT...
2009-04-19 Gabe BlackX86: Use recvResponse to implement the idle bit in...
2009-04-19 Gabe BlackX86: Add a function which gets called when an interrupt...
2009-04-19 Gabe BlackX86: Keep track of the pioAddr for the local APIC.
2009-04-19 Gabe BlackX86: The startup IPI delivery mode is not reserved.
2009-04-19 Gabe BlackX86: Start implementing the interrupt command register...
2009-04-19 Gabe BlackX86: Set the local APIC ID to something meaningful.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-25 Gabe BlackX86: Add makeAtomicResponse to the read/write functions...
2009-02-01 Gabe BlackX86: Fix the time keeping of the Local APIC timer.
2009-01-26 Gabe BlackX86: Make the interrupt object wake up the CPU when...
2008-10-21 Nathan Binkertstyle: Use the correct m5 style for things relating...
2008-10-20 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//z/repo/m5
2008-10-17 Nathan Binkertget rid of local variable that's only used in an assert...
2008-10-13 Gabe BlackX86: Make the local APIC timer event generate an interrupt.
2008-10-13 Gabe BlackX86: Implement the EOI register in the local APIC.
2008-10-13 Gabe BlackX86: Add some DPRINTFs to the local APIC.
2008-10-12 Gabe BlackX86: Make the local APIC process interrupts and send...
2008-10-12 Gabe BlackX86: Make the local APIC handle interrupt messages...
2008-10-12 Gabe BlackX86: Make APICs communicate through the memory system.
2008-10-12 Gabe BlackX86: Add a LocalApic trace flag.
2008-10-12 Gabe BlackX86: Make the local APIC accessible through the memory...
2008-10-12 Gabe BlackTurn Interrupts objects into SimObjects. Also, move...