arm: Clean up and document decoder API
[gem5.git] / src / arch / x86 / faults.hh
2014-09-27 Andreas Hanssonarch: Use const StaticInstPtr references where possible
2013-09-18 Andreas Sandbergx86: Expose the interrupt vector in faults
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-09-30 Gabe BlackX86: Remove FULL_SYSTEM from the x86 faults.
2011-09-27 Gabe BlackFaults: Replace calls to genMachineCheckFault with...
2011-04-15 Nathan Binkertincludes: sort all includes
2010-10-22 Gabe BlackX86: Implement genMachineCheckFault.
2010-09-14 Gabe BlackX86: Make unrecognized instructions behave better in...
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-08-23 Gabe BlackX86: Make the TLB fault instead of panic when something...
2010-05-24 Nathan Binkertcopyright: Change HP copyright on x86 code to be more...
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.