Add Iob and remove the fake device
[gem5.git] / src / arch /
2007-03-03 Ali SaidiImplement Niagara I/O interface and rework interrupts
2007-02-25 Ali SaidiMerge zizzer:/bk/newmem
2007-02-25 Ali Saidimake m5 readfile work on solaris... we can have a solar...
2007-02-23 Ali SaidiMerge zizzer:/bk/newmem
2007-02-22 Ali SaidiMerge zizzer:/bk/newmem
2007-02-22 Ali Saidifix se compiling oops
2007-02-22 Ali SaidiMerge zizzer:/bk/newmem
2007-02-22 Ali Saidiadd pseduo instruction support for sparc
2007-02-22 Nathan BinkertFix compile issues on gcc 4.1.x related to namespaces.
2007-02-21 Nathan Binkert#include needed for compile
2007-02-19 Ali SaidiMerge zizzer:/bk/newmem
2007-02-19 Ali Saidiimplement vtophys and 32bit gdb support
2007-02-15 Ali SaidiMerge zizzer:/bk/newmem
2007-02-15 Ali Saidifixup remote gdb support for sparc fs
2007-02-14 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-02-13 Steve ReinhardtUpdate MIPS ISA description to work with new write...
2007-02-13 Ali Saidifix compiling problems
2007-02-12 Ali Saidimake hver match legion
2007-02-12 Ali SaidiMerge zizzer:/bk/newmem
2007-02-12 Ali Saidirename store conditional stuff as extra data so it...
2007-02-12 Steve ReinhardtMerge zizzer.eecs.umich.edu:/bk/newmem
2007-02-12 Steve ReinhardtMove store conditional result checking from SimpleAtomi...
2007-02-08 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-02-07 Ali SaidiMerge zizzer:/bk/newmem
2007-02-06 Ali Saidimerge my index fix and lisa's fix
2007-02-06 Ali Saidimore fp fixes
2007-02-03 Ali Saidimore sparc fixes
2007-02-02 Ali Saidimake interrupt code serialize itself and fix indenting
2007-02-02 Ali Saidifix mostly floating point related
2007-02-01 Lisa HsuMerge zizzer:/bk/newmem
2007-02-01 Lisa Hsuonly increment numPosted if an interrupt of that type...
2007-02-01 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-01-31 Ali Saidimake sparc fs less chatty
2007-01-30 Ali SaidiMerge zizzer:/bk/newmem
2007-01-30 Ali SaidiMake SPARC checkpointing work
2007-01-30 Gabe BlackMerge zizzer:/bk/newmem
2007-01-30 Gabe BlackImplemented fbfss and fbpfcc instructions, and cleaned...
2007-01-30 Ali Saidichange std::isnan() to a using namespace std and isnan...
2007-01-30 Ali Saidiuse std:: for isnan() and fix decoding of fcmpe*
2007-01-30 Gabe BlackMake clearSingleStep in SPARC a warning, and rephrase...
2007-01-30 Gabe BlackMake the FpUnimpl format actually write the Fsr.
2007-01-30 Gabe BlackAdded FpUnimpl format for quad precision and other...
2007-01-30 Gabe BlackMerge zizzer:/bk/newmem
2007-01-30 Gabe BlackFix the Frs?s operands to use single width by default...
2007-01-30 Gabe BlackAdd implementation for the fcmp instructions. These...
2007-01-30 Gabe BlackFix the FCMPCC bitfield.
2007-01-29 Ali SaidiMerge zizzer:/bk/newmem
2007-01-29 Gabe BlackCleaned up disassembly a little.
2007-01-28 Gabe BlackMerge zizzer:/bk/newmem
2007-01-28 Ali SaidiMerge zizzer:/bk/newmem
2007-01-28 Ali SaidiMerge zizzer:/bk/newmem
2007-01-28 Ali Saidimake unimplemented ops fail
2007-01-28 Ali SaidiMerge zizzer:/bk/newmem
2007-01-28 Ali Saidifix comparing fp registers between legion and m5
2007-01-28 Gabe BlackMerge zizzer:/bk/newmem
2007-01-27 Gabe BlackMerge zizzer:/bk/newmem
2007-01-27 Gabe BlackGot rid of some DPRINTFs that were printing raw pointers.
2007-01-27 Gabe BlackFixed up printReg so that control registers are printed...
2007-01-27 Ali SaidiMerge zizzer:/bk/newmem
2007-01-26 Ali SaidiMerge zizzer:/bk/newmem
2007-01-26 Ali SaidiMake Sparc traceflag even more chatty
2007-01-26 Ali SaidiMerge zizzer:/bk/newmem
2007-01-26 Ali SaidiMerge zeep.pool:/z/saidi/work/m5.newmem
2007-01-26 Ali Saidimake our code a little more standards compliant
2007-01-26 Gabe BlackFixed the number of integer registers. There are MaxGL...
2007-01-26 Lisa HsuMerge zizzer:/bk/newmem
2007-01-26 Lisa Hsueliminate cpu checkInterrupts bool, it is redundant...
2007-01-25 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/newmem
2007-01-25 Ali Saidifix smul and sdiv to sign extend, and handle overflow...
2007-01-25 Gabe BlackFixed a warning that was breaking compilation.
2007-01-25 Gabe BlackMerge zizzer:/bk/newmem
2007-01-23 Ali Saidiuse pstate.am to mask off PC/NPC where it needs to +be
2007-01-23 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-01-23 Ali Saidiclean up fault code a little bit
2007-01-22 Ali SaidiMerge zizzer:/bk/newmem
2007-01-22 Ali Saidiuse writeTagAccess() function to unify writing of Tag...
2007-01-22 Ali Saidimake sure that page bits of VA on tlb insert are 0
2007-01-21 Ali Saidifix InterruptLevel code to return the correct level
2007-01-21 Ali Saidiatually set all 64 bits of the retun value to 0
2007-01-21 Ali Saidifix flushw implementation
2007-01-20 Ali SaidiRearange tlb code to remove some duplicate
2007-01-20 Ali SaidiSpill and Fill handlers are actually n*4 + the start...
2007-01-20 Lisa HsuMerge zed.eecs.umich.edu:/.automount/zeep/z/saidi/work...
2007-01-20 Lisa Hsusome hstick and hintp changes.
2007-01-17 Ali SaidiAllow ASI_LDTX_REAL
2007-01-17 Ali Saidido a linear search for matching tlb entries instead...
2007-01-17 Ali SaidiImplement reading writing of sync fault status register...
2007-01-17 Ali SaidiIn the case of ASI_P or ASI_LDTX_P set primary and...
2007-01-17 Ali SaidiModify ISA and staticInst to support a IsFirstMicroOp...
2007-01-11 Lisa HsuMerge zed.eecs.umich.edu:/z/hsul/work/sparc/ali.m5
2007-01-11 Lisa Hsuua2005.cc:
2007-01-11 Lisa Hsuua2005.cc:
2007-01-11 Lisa HsuAdd Trap Level Zero to interrupts, remove some unreacha...
2007-01-11 Ali Saidibug fixes to get us to 145m instructions
2007-01-10 Ali Saidiquiet/remove some warnings
2007-01-09 Lisa Hsupagetable.hh:
2007-01-08 Lisa Hsuthe way i understand it, interrupts in m5 is a little...
2007-01-08 Lisa Hsusome formatting changes, and update how I do bitfields...
2007-01-08 Ali Saidifix softint and partially implement hstick interrupts...
2007-01-05 Ali Saidiset the softint appropriately on an timer compare interrupt
next