Age | Commit message (Expand) | Author |
2006-10-31 | Put the Alpha tlb stuff into the AlphaISA namespace, and give the classes mor... | Gabe Black |
2006-10-23 | Don't let interupts interupt microcode at undesired points. | Gabe Black |
2006-10-20 | Use PacketPtr everywhere | Nathan Binkert |
2006-10-19 | refactor code for the packet, get rid of packet_impl.hh | Nathan Binkert |
2006-10-17 | Fixes for uni-coherence in timing mode for FS. | Ron Dreslinski |
2006-10-12 | Merge zizzer:/bk/newmem | Lisa Hsu |
2006-10-11 | some drain changes in timing (kevin's) and some memory mode assertion changes... | Lisa Hsu |
2006-10-09 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-10-09 | Fix caches plus sampling switch over. | Kevin Lim |
2006-10-08 | Fixes for functional path. | Ron Dreslinski |
2006-10-08 | Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable(). | Steve Reinhardt |
2006-10-08 | Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing) | Steve Reinhardt |
2006-10-08 | Rename some vars for clarity. | Steve Reinhardt |
2006-10-08 | Record numCycles properly. | Kevin Lim |
2006-10-02 | Be sure to set progress interval. | Kevin Lim |
2006-07-20 | Enforce the timing cpu ticking at it's clock rate | Ali Saidi |
2006-07-14 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-07-12 | memory mode information now contained in system object | Ali Saidi |
2006-07-12 | Updates for serialization. As long as the tickEvent doesn't need to be seria... | Kevin Lim |
2006-07-07 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-07-07 | Switch out fixes for CPUs. | Kevin Lim |
2006-07-07 | Remove hack now that ports work properly | Ron Dreslinski |
2006-07-07 | Update cpus to use the getPort function to use a connector object to connect ... | Ron Dreslinski |
2006-07-06 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-07-06 | Timing cache works for hello world test. | Ron Dreslinski |
2006-07-06 | Fixes for draining. | Kevin Lim |
2006-07-05 | Rename quiesce to drain to avoid confusion with the pseudo instruction. | Kevin Lim |
2006-07-05 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-07-05 | Need to change state upon quiescing. | Kevin Lim |
2006-07-05 | Fix some unset values in the request in the timing CPU. | Ron Dreslinski |
2006-06-29 | Various fixes for the CPU models to support the features that have been moved... | Kevin Lim |
2006-06-07 | Reorganization/renaming of CPUExecContext. Now it is called SimpleThread in ... | Kevin Lim |
2006-06-06 | Change ExecContext to ThreadContext. This is being renamed to differentiate ... | Kevin Lim |
2006-05-31 | Updated Authors from bk prs info | Ali Saidi |
2006-05-31 | Streamline interface to Request object. | Steve Reinhardt |
2006-05-30 | Minor further cleanup & commenting of Packet class. | Steve Reinhardt |
2006-05-30 | Add a very poor implementation of dealing with retries on timing requests. It... | Ali Saidi |
2006-05-26 | Fixes for TimingSimpleCPU under full system. Now boots Alpha Linux! | Steve Reinhardt |
2006-05-26 | Significant rework of Packet class interface: | Steve Reinhardt |
2006-05-22 | New directory structure: | Steve Reinhardt |