index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
interrupts.cc
Age
Commit message (
Expand
)
Author
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
2009-01-25
X86: Make the interrupt object wake up the CPU when something becomes pending.
Gabe Black
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