gem5.git
2007-01-23 Gabe BlackUpdate to stats because of minor to branch mispredict...
2007-01-23 Gabe BlackFix for slightly garbled hand merge
2007-01-23 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-01-23 Gabe BlackAdded remote gdb objects to each process
2007-01-23 Ali Saidifix compiling on x86/Solaris
2007-01-23 Ali Saidiclean up fault code a little bit
2007-01-23 Ali Saidiwe decided to check for .interp instead of .dynamic
2007-01-22 Ali SaidiMerge zizzer:/bk/newmem
2007-01-22 Ali Saidicheck if an executable is dynamic and die if it is
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 Saidiadd dumb time of day device
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 that we generate a fault (e.g. a tlb miss...
2007-01-17 Ali SaidiDon't add symbols for loaded files to symbol table...
2007-01-17 Ali SaidiFix legion lock code a bit so that if we jump out of...
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-10 Ali Saidiadd memory mapped disk device
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 Saidichange when legion-lock causes the simulation to die...
2007-01-08 Ali Saidifix softint and partially implement hstick interrupts...
2007-01-05 Ali Saidiset the softint appropriately on an timer compare interrupt
2007-01-05 Ali SaidiMerge zizzer:/bk/newmem
2007-01-05 Ali SaidiFix stick compare to work correctly and set checkInterr...
2007-01-03 Nathan Binkertset __name__ in the root m5 script to __m5_main__ so...
2007-01-03 Nathan BinkertFormatting
2007-01-03 Nathan BinkertAdd 'Time' as a parameter type that can accept various
2007-01-03 Gabe BlackMerge zizzer:/bk/newmem
2006-12-30 Kevin LimFix up previous commit to proper logic.
2006-12-30 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/newmem
2006-12-30 Nathan BinkertFormatting
2006-12-28 Gabe BlackFixes to get non-delay slot ISAs (Alpha) working again...
2006-12-28 Gabe BlackPhased out DelaySlotInfo.
2006-12-28 Gabe BlackSome fixes for decode stage branches without delay...
2006-12-28 Gabe BlackMake sure the value of PC is actually updated now that...
2006-12-28 Gabe BlackImplement a stub nnpc for alpha that is read only as...
2006-12-28 Gabe BlackFixed NumMiscArchRegs. This is still a magic number...
2006-12-27 Ali SaidiMerge zizzer:/bk/newmem
2006-12-27 Ali SaidiBug fixes in the TLB
2006-12-27 Ali SaidiCompare legion and m5 tlbs for differences
2006-12-27 Ali SaidiChange MemoryAccess dprintfs to print the data as well
2006-12-27 Nathan BinkertNo need to use NULL, just use 0
2006-12-26 Kevin LimRemove some #if FULL_SYSTEMs so MP stuff works even...
2006-12-24 Nathan BinkertMake sure that all of the bits in the result are set
2006-12-24 Nathan Binkertremove some output formatting stuff that we don't use
2006-12-23 Nathan BinkertAdd options for setting the kernel to run and the
2006-12-22 Nathan BinkertFix copyright
2006-12-22 Nathan BinkertExpose the C++ event queue to python via the python...
2006-12-22 Nathan Binkertstyle
2006-12-22 Gabe BlackStub for SE mode gdb support for MIPS.
2006-12-21 Nathan BinkertCreate a wrapper function to more easily add swig stuff...
2006-12-21 Nathan Binkertmove the swig initialization calls from src/sim/main...
2006-12-21 Nathan Binkertdon't use (*activeThreads).begin(), use activeThreads...
2006-12-21 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/newmem
2006-12-21 Nathan Binkert<scold> Make sure that variables are always initalized...
2006-12-21 Gabe BlackFixes to get MIPS_SE to compile.
2006-12-21 Gabe BlackFixes to get ALPHA_FS and ALPHA_SE to compile again.
2006-12-20 Gabe BlackInitial work to make remote gdb available in SE mode...
2006-12-20 Gabe BlackMake sure the "stack_min" variable is page aligned.
2006-12-19 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2006-12-19 Ali SaidiMerge zizzer:/bk/newmem
2006-12-19 Ali Saidifix twinx loads a little bit
2006-12-19 Steve ReinhardtStreamline Cache/Tags interface: get rid of redundant...
2006-12-19 Steve ReinhardtNo need to template prefetcher on cache TagStore type.
2006-12-19 Steve ReinhardtGet rid of generic CacheTags object (fold back into...
2006-12-18 Gabe BlackFix a place where the wrong width parameter was used...
2006-12-18 Gabe BlackMake sure you only handle branch delay slots specially...
2006-12-18 Gabe BlackFixing the extended twin format to go with the new...
2006-12-18 Nathan BinkertFix unittest compiles
2006-12-18 Nathan Binkertcast chars to int when we want to print integers so...
2006-12-18 Gabe BlackMerge zizzer.eecs.umich.edu:/.automount/zower/eecshome...
2006-12-18 Ali Saidimove the twinx loads to the correct opcode and add...
2006-12-18 Steve ReinhardtMinor cleanup of new snippet/subst code.
2006-12-18 Steve ReinhardtConvert Alpha (and finish converting MIPS) to new
2006-12-18 Nathan BinkertNate's utility for compiling m5
2006-12-18 Nathan BinkertUtilities for doing a format check for some elements...
2006-12-17 Gabe BlackMerge zizzer:/bk/newmem
2006-12-17 Gabe BlackCompilation fixes.
2006-12-17 Gabe BlackAdded in the extended twin load format
2006-12-17 Gabe BlackStarted removing "CodeBlock" objects from the mips...
2006-12-17 Gabe BlackCompilation fix after messy merge.
2006-12-16 Gabe BlackMerge zizzer:/bk/newmem
next