Age | Commit message (Expand) | Author |
2006-10-08 | Rename some vars for clarity. | Steve Reinhardt |
2006-10-08 | Allocate new thread stacks and shared mem region via Process page table | Steve Reinhardt |
2006-10-07 | Merge zizzer:/bk/newmem | Ali Saidi |
2006-10-07 | Fix a missing pointer | Ron Dreslinski |
2006-10-07 | No need to keep trying to request the data bus if we are already waiting. | Ron Dreslinski |
2006-10-07 | Add mechanism for caches to handle failure of the fast path on responses. | Ron Dreslinski |
2006-10-07 | Fix infinite writebacks bug in cache. | Ron Dreslinski |
2006-10-06 | Merge zizzer:/bk/newmem | Ali Saidi |
2006-10-06 | system.cc: | Ali Saidi |
2006-10-06 | Merge zizzer:/z/m5/Bitkeeper/newmem | Ron Dreslinski |
2006-10-06 | Another thread number removed | Ron Dreslinski |
2006-10-06 | Remove threadnum from cache everywhere for now | Ron Dreslinski |
2006-10-06 | checkpoint recovery was screwed up because a new section was created in the m... | Lisa Hsu |
2006-10-06 | there are two main thrusts of this changeset. | Lisa Hsu |
2006-10-05 | Merge zizzer.eecs.umich.edu:/bk/newmem | Nathan Binkert |
2006-10-05 | remove traces of binning | Nathan Binkert |
2006-10-05 | Fixes for functional accesses to use the snoop path. | Ron Dreslinski |
2006-10-05 | First pass at snooping stuff that compiles and doesn't break. | Ron Dreslinski |
2006-10-05 | fix the argument to m5.simulate() on a checkpoint. | Lisa Hsu |
2006-10-05 | Static global object don't work well, if the variables are | Nathan Binkert |
2006-10-02 | Oops, forgot to assign the option to the param context. | Kevin Lim |
2006-10-02 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-10-02 | Be sure to set progress interval. | Kevin Lim |
2006-10-02 | Add in ability to start a trace at a specific cycle. | Kevin Lim |
2006-10-02 | Updates to fix merge issues and bring almost everything up to working speed. ... | Kevin Lim |
2006-09-30 | Merge ktlim@zamp:./local/clean/o3-merge/m5 | Kevin Lim |
2006-09-18 | add boiler plate intel nic code | Ali Saidi |
2006-09-17 | Finished changing how stat structures are translated, fixed the handling of v... | Gabe Black |
2006-09-15 | Changes to correct stat behavior | Gabe Black |
2006-09-15 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-09-11 | Merge zizzer:/bk/newmem | Ali Saidi |
2006-09-11 | add annotation code to m5 | Ali Saidi |
2006-09-08 | Add support for assigning lists of ports or proxies to VectorPorts. | Steve Reinhardt |
2006-09-06 | Try to make unproxy order more deterministic. | Steve Reinhardt |
2006-09-05 | Enable proxies (Self/Parent) for specifying ports. | Steve Reinhardt |
2006-09-05 | Print ports in config.ini as well. | Steve Reinhardt |
2006-09-04 | More Python hacking to deal with config.py split | Steve Reinhardt |
2006-09-04 | Split config.py into multiple files. | Steve Reinhardt |
2006-09-04 | config.py: | Steve Reinhardt |
2006-09-03 | Made system calls use the uid, etc parameters from the live process. | Gabe Black |
2006-09-03 | Fix up the parameters to getInstRecord | Gabe Black |
2006-09-03 | Make the ASI constants available to the decoder. | Gabe Black |
2006-09-03 | Make the auxiliary vectors use the uid, euid, gid and egid parameters from th... | Gabe Black |
2006-09-03 | Fixing up parameters of getInstRecord | Gabe Black |
2006-09-03 | Added uid, euid, gid, egid, pid and ppid parameters to a live process. | Gabe Black |
2006-09-03 | A quick fix to isolate the tracing code to SPARC | Gabe Black |
2006-09-01 | Merge zizzer.eecs.umich.edu:/bk/newmem | Steve Reinhardt |
2006-09-01 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem | Steve Reinhardt |
2006-08-31 | Tweak proxy resolution error message. | Steve Reinhardt |
2006-08-31 | add ISA_HAS_DELAY_SLOT directive instead of "#if THE_ISA == ALPHA_ISA" throug... | Korey Sewell |