Age | Commit message (Expand) | Author |
2008-07-15 | Use ReadResp instead of LoadLockedResp for LoadLockedReq responses. | Steve Reinhardt |
2008-07-01 | Remove delVirtPort() and make getVirtPort() only return cached version. | Ali Saidi |
2008-07-01 | Make the cached virtPort have a thread context so it can do everything that a... | Ali Saidi |
2008-07-01 | After a checkpoint (and thus a stats reset), the not_idle_fraction/notIdleFra... | Ali Saidi |
2008-06-28 | Backed out changeset 94a7bb476fca: caused memory leak. | Steve Reinhardt |
2008-06-21 | Generate more useful error messages for unconnected ports. | Steve Reinhardt |
2008-06-18 | AtomicSimpleCPU: Separate data stalls from instruction stalls. | Nathan Binkert |
2008-06-17 | ThreadState: Ensure that kernelStats is properly initialized | Nathan Binkert |
2008-06-15 | port: Clean up default port setup and port switchover code. | Nathan Binkert |
2008-06-12 | CPU: Make the simple cpu trace data for loads/stores. | Gabe Black |
2008-04-10 | SCons: add comments to SConscript documenting bug workaround | Ali Saidi |
2008-04-08 | SCons: Manually specifying header only directories with Dir() works around th... | Ali Saidi |
2008-03-24 | Don't FastAlloc MSHRs since we don't allocate them on the fly. | Steve Reinhardt |
2008-03-06 | O3CPU: Don't call dumpInsts if DEBUG is not defined | Vilas Sridharan |
2008-02-27 | Add comments in code to describe bug conditions. | Korey Sewell |
2008-02-27 | Fix Load/Store Queue squashing after a SMT thread is removed but ensuring | Korey Sewell |
2008-02-27 | Fix offset in removeThread() function so that float registers start freeing up | Korey Sewell |
2008-02-26 | TLB: Make a TLB base class and put a virtual demapPage function in it. | Gabe Black |
2008-02-14 | CPU: move the PC Events code to a place where the code won't be executed mult... | Ali Saidi |
2008-02-10 | Fix #include lines for renamed cache files. | Steve Reinhardt |
2008-02-06 | Make the Event::description() a const function | Stephen Hines |
2008-02-05 | Add base ARM code to M5 | Stephen Hines |
2008-01-14 | The reason is that the event is supposed to put the instructions ready to exe... | Ke Meng |
2008-01-02 | Add ReadRespWithInvalidate to handle multi-level coherence situation | Steve Reinhardt |
2008-01-02 | Additional comments and helper functions for PrintReq. | Steve Reinhardt |
2008-01-02 | Add functional PrintReq command for memory-system debugging. | Steve Reinhardt |
2007-12-18 | Checkpointing: Fix a bug in the simulation script when restoring without stan... | Ali Saidi |
2007-12-16 | CPU: Update where the simple cpus read their cpu id from the thread context t... | Ali Saidi |
2007-11-21 | imported patch pagewalker.patch | Gabe Black |
2007-11-20 | Simple CPU fix simple mistake in translateDataWriteAddr. | Gabe Black |
2007-11-15 | add thread id to misc. reg functions | Korey Sewell |
2007-11-15 | add MicroPC functions back to thread context | Korey Sewell |
2007-11-15 | add microPC stuff back in. got deleted on changeset propragation somehow. | Korey Sewell |
2007-11-15 | put the flattenIndex stuff back in O3 AND put fatal() back in faults | Korey Sewell |
2007-11-15 | add core specific parameter to BaseCPU params | Korey Sewell |
2007-11-15 | Get MIPS simple regression working. Take out unecessary functions "setShadowS... | Korey Sewell |
2007-11-15 | branch merge | Korey Sewell |
2007-11-13 | Add in files from merge-bare-iron, get them compiling in FS and SE mode | Korey Sewell |
2007-11-12 | X86: Separate out the page table walker into it's own cc and hh. | Gabe Black |
2007-11-12 | X86: Work on the page table walker, TLB, and related faults. | Gabe Black |
2007-11-12 | X86: Implement a page table walker. | Gabe Black |
2007-11-12 | X86: Make the micropc available through the thread context objects. | Gabe Black |
2007-11-08 | TimingSimpleCPU: Add some DPRINTFs when the cpu suspends and resumes. | Ali Saidi |
2007-11-08 | AtomicSimpleCPU: Refactor resume() code to have a cleaner control path. | Ali Saidi |
2007-11-08 | Interrupts: Inline some code and remove duplication. | Ali Saidi |
2007-11-08 | CPU: Add function to explictly compare thread contexts after copying. | Ali Saidi |
2007-11-06 | O3: Remove unneeded variable. | Gabe Black |
2007-10-31 | String constant const-ness changes to placate g++ 4.2. | Steve Reinhardt |
2007-10-31 | Traceflags: Add SCons function to created a traceflag instead of having one f... | Ali Saidi |
2007-10-22 | CPU: Add functions to the "ExecContext"s that translate a given address. | Gabe Black |