2006-10-27 |
Gabe Black | Changed the number of register windows to be more reali... |
commit | commitdiff | tree |
2006-10-27 |
Gabe Black | Got rid of some debug output |
commit | commitdiff | tree |
2006-10-27 |
Gabe Black | Change the default function from setMiscRegWithEffect... |
commit | commitdiff | tree |
2006-10-25 |
Gabe Black | Fixed the priv instruction format. |
commit | commitdiff | tree |
2006-10-25 |
Gabe Black | Implemented the saved and restored instructions, fixed... |
commit | commitdiff | tree |
2006-10-25 |
Gabe Black | Fixed the bitfield FCN to include the right bits. |
commit | commitdiff | tree |
2006-10-25 |
Gabe Black | Implemented the SPARC fill and spill handlers. |
commit | commitdiff | tree |
2006-10-24 |
Gabe Black | Replace the Alpha No op with a SPARC one. |
commit | commitdiff | tree |
2006-10-23 |
Gabe Black | Minor compile fix. Not sure why this is broken. |
commit | commitdiff | tree |
2006-10-23 |
Gabe Black | Move around more SPARC memory code, and make block... |
commit | commitdiff | tree |
2006-10-23 |
Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem |
commit | commitdiff | tree |
2006-10-23 |
Gabe Black | Add reference outputs for SPARC on the atomic timing... |
commit | commitdiff | tree |
2006-10-23 |
Gabe Black | Broke Load/Store instructions into microcode, and parti... |
commit | commitdiff | tree |
2006-10-23 |
Gabe Black | Don't let interupts interupt microcode at undesired... |
commit | commitdiff | tree |
2006-10-23 |
Gabe Black | Files in base shouldn't depend on things in sim. Change... |
commit | commitdiff | tree |
2006-10-23 |
Gabe Black | Start making memory ops work with InitiateAcc and Compl... |
commit | commitdiff | tree |
2006-10-23 |
Gabe Black | Change the default constructors to take ExtMachInsts... |
commit | commitdiff | tree |
2006-10-22 |
Steve Reinhardt | Add mutex test to Benchmarks.py. |
commit | commitdiff | tree |
2006-10-22 |
Steve Reinhardt | Another missing case in a switch (like Nate's earlier... |
commit | commitdiff | tree |
2006-10-22 |
Steve Reinhardt | Have tracediff print warning if no traceflags are set. |
commit | commitdiff | tree |
2006-10-22 |
Steve Reinhardt | Small bug fixes for timing LL/SC. Better now but |
commit | commitdiff | tree |
2006-10-22 |
Steve Reinhardt | Add Quiesce trace flag to track CPU quiesce/wakeup... |
commit | commitdiff | tree |
2006-10-22 |
Steve Reinhardt | Just give up if a store conditional misses completely |
commit | commitdiff | tree |
2006-10-21 |
Steve Reinhardt | Fix formatting that got screwed up when tabs were removed. |
commit | commitdiff | tree |
2006-10-21 |
Steve Reinhardt | Refactor coherence state table initialization. |
commit | commitdiff | tree |
2006-10-21 |
Steve Reinhardt | Merge vm1.(none):/home/stever/bk/newmem-head |
commit | commitdiff | tree |
2006-10-21 |
Steve Reinhardt | Get rid of unused handleTargets() function. |
commit | commitdiff | tree |
2006-10-21 |
Steve Reinhardt | Tweak a few things for better page fault debugging. |
commit | commitdiff | tree |
2006-10-21 |
Steve Reinhardt | Updated to work with new command line argument ordering. |
commit | commitdiff | tree |
2006-10-21 |
Nathan Binkert | Merge zizzer.eecs.umich.edu:/bk/newmem |
commit | commitdiff | tree |
2006-10-21 |
Nathan Binkert | Missing case |
commit | commitdiff | tree |
2006-10-21 |
Ron Dreslinski | Add some default options, point it to the /dist version... |
commit | commitdiff | tree |
2006-10-21 |
Ron Dreslinski | Merge zizzer:/bk/newmem |
commit | commitdiff | tree |
2006-10-20 |
Ron Dreslinski | Clean up splash2 so it works in v2.0 |
commit | commitdiff | tree |
2006-10-20 |
Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem |
commit | commitdiff | tree |
2006-10-20 |
Nathan Binkert | Construct a correct value of PYTHONHOME from the interp... |
commit | commitdiff | tree |
2006-10-20 |
Ron Dreslinski | Give physical memory some latency to stress the system |
commit | commitdiff | tree |
2006-10-20 |
Ron Dreslinski | Add a config file in the example with the memtester... |
commit | commitdiff | tree |
2006-10-20 |
Ron Dreslinski | Get rid of a variable put back by merge. |
commit | commitdiff | tree |
2006-10-20 |
Ron Dreslinski | Merge zizzer:/bk/newmem |
commit | commitdiff | tree |
2006-10-20 |
Ron Dreslinski | Use fixPacket function everywhere. |
commit | commitdiff | tree |
2006-10-20 |
Nathan Binkert | Use PacketPtr everywhere |
commit | commitdiff | tree |
2006-10-20 |
Nathan Binkert | refactor code for the packet, get rid of packet_impl.hh |
commit | commitdiff | tree |
2006-10-20 |
Nathan Binkert | initialize end, clean up loop |
commit | commitdiff | tree |
2006-10-20 |
Nathan Binkert | Fix compile of m5.fast |
commit | commitdiff | tree |
2006-10-20 |
Steve Reinhardt | Delete unused file src/mem/cache.hh |
commit | commitdiff | tree |
2006-10-20 |
Steve Reinhardt | m5term: assume localhost if host name not provided. |
commit | commitdiff | tree |
2006-10-20 |
Ron Dreslinski | Fix corner case on assertion. |
commit | commitdiff | tree |
2006-10-20 |
Ron Dreslinski | Fix memtester to use functional access, fix cache to... |
commit | commitdiff | tree |
2006-10-20 |
Ron Dreslinski | Small changes: |
commit | commitdiff | tree |
2006-10-20 |
Ron Dreslinski | Fixes to get single level uni-coherence to work. |
commit | commitdiff | tree |
2006-10-19 |
Ron Dreslinski | Merge zizzer:/bk/newmem |
commit | commitdiff | tree |
2006-10-19 |
Ron Dreslinski | Always get the functional access from the highest level... |
commit | commitdiff | tree |
2006-10-19 |
Ron Dreslinski | Also mark the packet as successful. |
commit | commitdiff | tree |
2006-10-19 |
Gabe Black | Cleaned up the function a bit to help route out bugs. |
commit | commitdiff | tree |
2006-10-19 |
Ron Dreslinski | Properly update the state in the cache block on functio... |
commit | commitdiff | tree |
2006-10-19 |
Steve Reinhardt | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem |
commit | commitdiff | tree |
2006-10-19 |
Steve Reinhardt | Add "All" compund flag to enable all defined trace... |
commit | commitdiff | tree |
2006-10-19 |
Steve Reinhardt | Add new event priority for trace enable events so |
commit | commitdiff | tree |
2006-10-19 |
Steve Reinhardt | First cut at LL/SC support in caches (atomic mode only). |
commit | commitdiff | tree |
2006-10-19 |
Gabe Black | Zeroed out the actual LSB in addition to moving it... |
commit | commitdiff | tree |
2006-10-19 |
Gabe Black | Fixed up exetrace.cc to deal with microcode, and to... |
commit | commitdiff | tree |
2006-10-19 |
Gabe Black | Fixed a compiler error, disassembly output, and correct... |
commit | commitdiff | tree |
2006-10-19 |
Gabe Black | Fixed up ldblockf_p, implemented stdfa properly, and... |
commit | commitdiff | tree |
2006-10-18 |
Lisa Hsu | how did i not commit this already? the other way doesn... |
commit | commitdiff | tree |
2006-10-18 |
Lisa Hsu | need some initializations before doing the loop. |
commit | commitdiff | tree |
2006-10-18 |
Lisa Hsu | only do this assert after you know you're not switched... |
commit | commitdiff | tree |
2006-10-18 |
Ron Dreslinski | Fix WriteInvalidateResp |
commit | commitdiff | tree |
2006-10-18 |
Ron Dreslinski | Merge zizzer:/bk/newmem |
commit | commitdiff | tree |
2006-10-18 |
Steve Reinhardt | Break a lot of overly long lines. |
commit | commitdiff | tree |
2006-10-18 |
Steve Reinhardt | Get rid of doData() lines (were already commented out). |
commit | commitdiff | tree |
2006-10-18 |
Steve Reinhardt | Get rid of obsolete in-cache copy support. |
commit | commitdiff | tree |
2006-10-18 |
Steve Reinhardt | Add --caches option to add caches to server CPUs. |
commit | commitdiff | tree |
2006-10-18 |
Steve Reinhardt | Include packet_impl.hh (need this on my laptop, |
commit | commitdiff | tree |
2006-10-18 |
Steve Reinhardt | Enable MP systems via cmd-line flag in fs.py. |
commit | commitdiff | tree |
2006-10-17 |
Ali Saidi | add code to serialize se structures. Lisa is working... |
commit | commitdiff | tree |
2006-10-17 |
Ron Dreslinski | Fixes for uni-coherence in timing mode for FS. |
commit | commitdiff | tree |
2006-10-17 |
Ron Dreslinski | Fixes to cache eliminating the assumption that the... |
commit | commitdiff | tree |
2006-10-17 |
Ron Dreslinski | Properly chack the pkt pointer on upgrades to insure... |
commit | commitdiff | tree |
2006-10-17 |
Ron Dreslinski | Fix it so that the cache does not assume to gave the... |
commit | commitdiff | tree |
2006-10-17 |
Ron Dreslinski | Merge zizzer:/bk/newmem |
commit | commitdiff | tree |
2006-10-17 |
Steve Reinhardt | Rename 'Machine' to 'SysConfig'. |
commit | commitdiff | tree |
2006-10-17 |
Ron Dreslinski | Merge zizzer:/bk/newmem |
commit | commitdiff | tree |
2006-10-16 |
Gabe Black | Corrected the "Authors" line |
commit | commitdiff | tree |
2006-10-16 |
Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem |
commit | commitdiff | tree |
2006-10-16 |
Gabe Black | Fix up microcode support. |
commit | commitdiff | tree |
2006-10-16 |
Gabe Black | Changed how floating point register numbers are decoded... |
commit | commitdiff | tree |
2006-10-16 |
Gabe Black | Made sure the constructor for insts use ExtMachInst... |
commit | commitdiff | tree |
2006-10-16 |
Gabe Black | Added in missing portions of the stat structure copying... |
commit | commitdiff | tree |
2006-10-16 |
Gabe Black | Started implementing microcode. |
commit | commitdiff | tree |
2006-10-16 |
Gabe Black | Added an execute function to the macro op so it can... |
commit | commitdiff | tree |
2006-10-16 |
Gabe Black | Fix how additional template parameters are handled... |
commit | commitdiff | tree |
2006-10-14 |
Steve Reinhardt | Get rid of unused CacheBlk << output operator. |
commit | commitdiff | tree |
2006-10-13 |
Gabe Black | Merge 141.212.106.238:/home/gblack/m5/newmem_bus |
commit | commitdiff | tree |
2006-10-13 |
Gabe Black | Fix stats for new bus model |
commit | commitdiff | tree |
2006-10-13 |
Kevin Lim | Fix assertion. I haven't tested it fully (I can't... |
commit | commitdiff | tree |
2006-10-13 |
Ron Dreslinski | Merge zizzer:/bk/newmem |
commit | commitdiff | tree |
2006-10-13 |
Ron Dreslinski | Fix for DMA's in FS caches. |
commit | commitdiff | tree |
2006-10-13 |
Ali Saidi | fix a bug in CopyStringOut. dprintk appears to work... |
commit | commitdiff | tree |
2006-10-12 |
Lisa Hsu | Merge zizzer:/bk/newmem |
commit | commitdiff | tree |
next |