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
/
faults.hh
Age
Commit message (
Expand
)
Author
2013-09-18
x86: Expose the interrupt vector in faults
Andreas Sandberg
2012-03-19
gcc: Clean-up of non-C++0x compliant code, first steps
Andreas Hansson
2011-09-30
X86: Remove FULL_SYSTEM from the x86 faults.
Gabe Black
2011-09-27
Faults: Replace calls to genMachineCheckFault with M5PanicFault.
Gabe Black
2011-04-15
includes: sort all includes
Nathan Binkert
2010-10-22
X86: Implement genMachineCheckFault.
Gabe Black
2010-09-14
X86: Make unrecognized instructions behave better in x86.
Gabe Black
2010-09-13
Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.
Gabe Black
2010-08-23
X86: Make the TLB fault instead of panic when something is unmapped in SE mode.
Gabe Black
2010-05-23
copyright: Change HP copyright on x86 code to be more friendly
Nathan Binkert
2009-04-19
X86: Implement the STARTUP IPI.
Gabe Black
2009-04-19
X86: Implement the INIT IPI.
Gabe Black
2009-04-08
tlb: More fixing of unified TLB
Nathan Binkert
2009-03-07
build: fix compiler warnings in g++ 3.4
Nathan Binkert
2009-02-25
X86: Add a trace flag for tracing faults.
Gabe Black
2009-02-25
X86: Make the X86 TLB take advantage of delayed translations, and get rid of ...
Gabe Black
2009-02-23
X86: Pass whether an access was a read/write/fetch so faults can behave accor...
Gabe Black
2009-02-01
X86: All x86 fault classes now attempt to do something useful.
Gabe Black
2009-02-01
X86: Make the fault classes handle error codes better.
Gabe Black
2009-02-01
X86: Keep track of the vector for all exceptions/faults.
Gabe Black
2008-10-12
X86: Panic when an unimplemented fault is invoked, rather than spinning forever
Gabe Black
2008-10-12
X86: Make the x86 interrupt fault kick off the interrupt microcode.
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 the bases for x86 fault class public.
Gabe Black
2007-11-12
X86: Work on the page table walker, TLB, and related faults.
Gabe Black
2007-10-07
X86: Make faults maintain an error code which gets pushed on the stack.
Gabe Black
2007-10-02
X86: Start implementing the x86 tlb which will handle segmentation permission...
Gabe Black
2007-10-02
X86: Add classes for the actual x86 faults.
Gabe Black
2007-08-26
Address translation: Make the page table more flexible.
Gabe Black
2007-07-20
Make the "name" function const.
Gabe Black
2007-04-10
Fix up the base x86 fault object and create a fault to be generated by unimpl...
Gabe Black
2007-03-05
Added fault generation functions. I would still like to see these go away. Th...
Gabe Black
2007-03-05
Added a missing include.
Gabe Black
2007-03-05
Stub x86 Fault class which just panics.
Gabe Black
2007-03-03
Add build hooks for x86.
Gabe Black