Age | Commit message (Expand) | Author |
2007-01-16 | In the case that we generate a fault (e.g. a tlb miss) on a microcoded instru... | Ali Saidi |
2007-01-16 | Don't add symbols for loaded files to symbol table since they are pretty much... | Ali Saidi |
2007-01-16 | Fix legion lock code a bit so that if we jump out of a micro coded instructio... | Ali Saidi |
2007-01-16 | In the case of ASI_P or ASI_LDTX_P set primary and skip the other checks | Ali Saidi |
2007-01-16 | Modify ISA and staticInst to support a IsFirstMicroOp flag | Ali Saidi |
2007-01-11 | Merge zed.eecs.umich.edu:/z/hsul/work/sparc/ali.m5 | Lisa Hsu |
2007-01-11 | ua2005.cc: | Lisa Hsu |
2007-01-11 | ua2005.cc: | Lisa Hsu |
2007-01-11 | Add Trap Level Zero to interrupts, remove some unreachable code that I forgot... | Lisa Hsu |
2007-01-10 | bug fixes to get us to 145m instructions | Ali Saidi |
2007-01-09 | quiet/remove some warnings | Ali Saidi |
2007-01-09 | add memory mapped disk device | Ali Saidi |
2007-01-08 | pagetable.hh: | Lisa Hsu |
2007-01-08 | the way i understand it, interrupts in m5 is a little bloated. the usage of ... | Lisa Hsu |
2007-01-08 | some formatting changes, and update how I do bitfields for HPSTATE and PSTATE... | Lisa Hsu |
2007-01-08 | change when legion-lock causes the simulation to die. It now happens after tw... | Ali Saidi |
2007-01-08 | fix softint and partially implement hstick interrupts need to figure out how ... | Ali Saidi |
2007-01-05 | set the softint appropriately on an timer compare interrupt | Ali Saidi |
2007-01-04 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-01-04 | Fix stick compare to work correctly and set checkInterrupts to true at the ap... | Ali Saidi |
2007-01-03 | set __name__ in the root m5 script to __m5_main__ so we can | Nathan Binkert |
2007-01-03 | Formatting | Nathan Binkert |
2007-01-03 | Add 'Time' as a parameter type that can accept various | Nathan Binkert |
2007-01-03 | Merge zizzer:/bk/newmem | Gabe Black |
2006-12-30 | Fix up previous commit to proper logic. | Kevin Lim |
2006-12-29 | Merge zizzer.eecs.umich.edu:/bk/newmem | Nathan Binkert |
2006-12-29 | Formatting | Nathan Binkert |
2006-12-28 | Fixes to get non-delay slot ISAs (Alpha) working again, and pulling some debu... | Gabe Black |
2006-12-28 | Phased out DelaySlotInfo. | Gabe Black |
2006-12-28 | Some fixes for decode stage branches without delay slots. This will need some... | Gabe Black |
2006-12-28 | Make sure the value of PC is actually updated now that the instruction target... | Gabe Black |
2006-12-28 | Implement a stub nnpc for alpha that is read only as npc+4. | Gabe Black |
2006-12-28 | Fixed NumMiscArchRegs. This is still a magic number, and it should be set aut... | Gabe Black |
2006-12-27 | Merge zizzer:/bk/newmem | Ali Saidi |
2006-12-27 | Bug fixes in the TLB | Ali Saidi |
2006-12-27 | Compare legion and m5 tlbs for differences | Ali Saidi |
2006-12-27 | Change MemoryAccess dprintfs to print the data as well | Ali Saidi |
2006-12-27 | No need to use NULL, just use 0 | Nathan Binkert |
2006-12-26 | Remove some #if FULL_SYSTEMs so MP stuff works even in SE mode. | Kevin Lim |
2006-12-24 | Make sure that all of the bits in the result are set | Nathan Binkert |
2006-12-24 | remove some output formatting stuff that we don't use | Nathan Binkert |
2006-12-21 | Fix copyright | Nathan Binkert |
2006-12-21 | Expose the C++ event queue to python via the python function | Nathan Binkert |
2006-12-21 | style | Nathan Binkert |
2006-12-21 | Stub for SE mode gdb support for MIPS. | Gabe Black |
2006-12-21 | Create a wrapper function to more easily add swig stuff to the build | Nathan Binkert |
2006-12-21 | move the swig initialization calls from src/sim/main.cc to | Nathan Binkert |
2006-12-20 | don't use (*activeThreads).begin(), use activeThreads->blah(). | Nathan Binkert |
2006-12-20 | Merge zizzer.eecs.umich.edu:/bk/newmem | Nathan Binkert |
2006-12-20 | <scold> Make sure that variables are always initalized! </scold> | Nathan Binkert |