X86: Create a common flag with a name to indicate scalar media instructions.
[gem5.git] / src / arch / x86 / faults.hh
2009-04-19 Gabe BlackX86: Implement the STARTUP IPI.
2009-04-19 Gabe BlackX86: Implement the INIT IPI.
2009-04-09 Nathan Binkerttlb: More fixing of unified TLB
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-08 Nathan Binkertbuild: fix compiler warnings in g++ 3.4
2009-02-25 Gabe BlackX86: Add a trace flag for tracing faults.
2009-02-25 Gabe BlackX86: Make the X86 TLB take advantage of delayed transla...
2009-02-23 Gabe BlackX86: Pass whether an access was a read/write/fetch...
2009-02-02 Gabe BlackX86: All x86 fault classes now attempt to do something...
2009-02-02 Gabe BlackX86: Make the fault classes handle error codes better.
2009-02-02 Gabe BlackX86: Keep track of the vector for all exceptions/faults.
2008-10-13 Gabe BlackX86: Panic when an unimplemented fault is invoked,...
2008-10-13 Gabe BlackX86: Make the x86 interrupt fault kick off the interrup...
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 the bases for x86 fault class public.
2007-11-15 Korey Sewellbranch merge
2007-11-12 Gabe BlackX86: Work on the page table walker, TLB, and related...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-08 Gabe BlackX86: Make faults maintain an error code which gets...
2007-10-03 Gabe BlackMerge with head.
2007-10-03 Gabe BlackX86: Start implementing the x86 tlb which will handle...
2007-10-03 Gabe BlackX86: Add classes for the actual x86 faults.
2007-08-28 Gabe BlackMerge with head.
2007-08-27 Gabe BlackAddress translation: Make the page table more flexible.
2007-07-22 Steve ReinhardtMerge more changes in from head.
2007-07-22 Steve ReinhardtMerge Gabe's changes with mine.
2007-07-22 Gabe BlackMerge with head.
2007-07-21 Gabe BlackMake the "name" function const.
2007-04-16 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-04-13 Ali SaidiMerge zizzer:/bk/newmem
2007-04-11 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-10 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-10 Gabe BlackFix up the base x86 fault object and create a fault...
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-07 Ali SaidiMerge zizzer:/bk/newmem
2007-03-06 Ali SaidiMerge zizzer:/bk/newmem
2007-03-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-05 Gabe BlackAdded fault generation functions. I would still like...
2007-03-05 Gabe BlackAdded a missing include.
2007-03-05 Gabe BlackStub x86 Fault class which just panics.
2007-03-05 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-03 Gabe BlackAdd build hooks for x86.