Make the cached virtPort have a thread context so it can do everything that a newly...
[gem5.git] / src / cpu /
2008-07-01 Ali SaidiMake the cached virtPort have a thread context so it...
2008-07-01 Ali SaidiAfter a checkpoint (and thus a stats reset), the not_id...
2008-06-28 Steve ReinhardtAutomated merge after backout.
2008-06-28 Steve ReinhardtBacked out changeset 94a7bb476fca: caused memory leak.
2008-06-24 Ali SaidiAutomated merge with repo.m5sim.org/m5-stable
2008-06-21 Steve ReinhardtGenerate more useful error messages for unconnected...
2008-06-18 Nathan BinkertAtomicSimpleCPU: Separate data stalls from instruction...
2008-06-18 Nathan BinkertThreadState: Ensure that kernelStats is properly initia...
2008-06-16 Nathan Binkertport: Clean up default port setup and port switchover...
2008-06-12 Gabe BlackCPU: Make the simple cpu trace data for loads/stores.
2008-04-10 Ali SaidiSCons: add comments to SConscript documenting bug worka...
2008-04-08 Ali SaidiSCons: Manually specifying header only directories...
2008-03-24 Steve ReinhardtDon't FastAlloc MSHRs since we don't allocate them...
2008-03-07 Gabe BlackMerge
2008-03-06 Vilas SridharanO3CPU: Don't call dumpInsts if DEBUG is not defined
2008-02-27 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-02-27 Korey SewellAdd comments in code to describe bug conditions.
2008-02-27 Korey SewellFix Load/Store Queue squashing after a SMT thread is...
2008-02-27 Korey SewellFix offset in removeThread() function so that float...
2008-02-27 Gabe BlackTLB: Make a TLB base class and put a virtual demapPage...
2008-02-14 Ali SaidiCPU: move the PC Events code to a place where the code...
2008-02-11 Steve ReinhardtAutomated merge with file:/home/stever/hg/m5-orig
2008-02-10 Steve ReinhardtFix #include lines for renamed cache files.
2008-02-06 Stephen HinesMake the Event::description() a const function
2008-02-06 Stephen HinesAdd base ARM code to M5
2008-01-14 Ke MengThe reason is that the event is supposed to put the...
2008-01-02 Steve ReinhardtAdd ReadRespWithInvalidate to handle multi-level cohere...
2008-01-02 Steve ReinhardtAdditional comments and helper functions for PrintReq.
2008-01-02 Steve ReinhardtAdd functional PrintReq command for memory-system debug...
2007-12-18 Ali SaidiCheckpointing: Fix a bug in the simulation script when...
2007-12-16 Ali SaidiCPU: Update where the simple cpus read their cpu id...
2007-11-21 Gabe Blackimported patch pagewalker.patch
2007-11-20 Gabe BlackMerge with head.
2007-11-20 Gabe BlackSimple CPU fix simple mistake in translateDataWriteAddr.
2007-11-16 Korey Sewelladd thread id to misc. reg functions
2007-11-16 Korey Sewelladd MicroPC functions back to thread context
2007-11-16 Korey Sewelladd microPC stuff back in. got deleted on changeset...
2007-11-15 Korey Sewellput the flattenIndex stuff back in O3 AND put fatal...
2007-11-15 Korey Sewellmerge Ali's config change...
2007-11-15 Korey Sewelladd core specific parameter to BaseCPU params
2007-11-15 Korey SewellGet MIPS simple regression working. Take out unecessary...
2007-11-15 Korey Sewellbranch merge
2007-11-13 Korey SewellAdd in files from merge-bare-iron, get them compiling...
2007-11-13 Gabe BlackX86: Separate out the page table walker into it's own...
2007-11-12 Gabe BlackX86: Work on the page table walker, TLB, and related...
2007-11-12 Gabe BlackX86: Implement a page table walker.
2007-11-12 Gabe BlackX86: Make the micropc available through the thread...
2007-11-08 Ali SaidiTimingSimpleCPU: Add some DPRINTFs when the cpu suspend...
2007-11-08 Ali SaidiAtomicSimpleCPU: Refactor resume() code to have a clean...
2007-11-08 Ali SaidiInterrupts: Inline some code and remove duplication.
2007-11-08 Ali SaidiCPU: Add function to explictly compare thread contexts...
2007-11-06 Gabe BlackO3: Remove unneeded variable.
2007-11-01 Steve ReinhardtString constant const-ness changes to placate g++ 4.2.
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-31 Ali SaidiTraceflags: Add SCons function to created a traceflag...
2007-10-22 Gabe BlackMerge with head.
2007-10-22 Gabe BlackCPU: Add functions to the "ExecContext"s that translate...
2007-10-19 Gabe BlackMerge with head.
2007-10-18 Ali SaidiCPU: Use the ThreadContext cpu id instead of the params...
2007-10-03 Gabe BlackMerge with head.
2007-10-03 Gabe BlackPredecoder: Clear out predecoder state on an ITLB fault.
2007-10-03 Gabe BlackCPU: Make the cpuid parameter get set in SE mode as...
2007-10-03 Gabe BlackCPU: Make the cpus check the pc event queues in SE...
2007-10-03 Gabe BlackCPU: Make sure the system parameter gets set in the...
2007-10-01 Ali SaidiCPU: fix sparc_fs booting with SimpleTimingCPU.
2007-09-28 Ali SaidiUpdate stats for quiesced cycles
2007-09-28 Ali SaidiRename cycles() function to ticks()
2007-09-28 Ali SaidiUpdate statistics to use cycles properly instead of...
2007-09-26 Gabe BlackMerge with head.
2007-09-26 Gabe BlackSPARC: Fix a stupid mistake which was breaking the...
2007-09-25 Gabe BlackX86: Get X86_FS to compile.
2007-09-20 Gabe BlackX86: Put in the foundation for x87 stack based fp regis...
2007-09-05 Gabe BlackMerge with head.
2007-09-05 Gabe BlackX86/StateTrace: Make m5 and statetrace track mmx and...
2007-08-31 Gabe BlackX86: Get x86 to compile again after the simobject const...
2007-08-30 Miles KaufmannFix miscellaneous small typos.
2007-08-30 Miles Kaufmannparams: Deprecate old-style constructors; update most...
2007-08-28 Gabe BlackMerge with head.
2007-08-27 Gabe BlackMerge with head
2007-08-27 Gabe BlackO3 CPU: Remove alignment check from dynamic instruction...
2007-08-27 Gabe BlackSimple CPU: Don't trace instructions that fault. Otherw...
2007-08-27 Gabe BlackSimple CPU: Added code that will split requests that...
2007-08-27 Gabe BlackSimple CPU: Make sure only instructions which complete...
2007-08-27 Gabe BlackAddress Translation: Make SE mode use an actual TLB...
2007-08-24 Ali SaidiMem: Make errors in the memory system be responses...
2007-08-21 Gabe BlackMerge with head.
2007-08-21 Kevin Limo3: Fix for retry ID bug.
2007-08-19 Gabe BlackMerge with head.
2007-08-14 Gabe BlackMerge with head.
2007-08-14 Ali SaidiMerge IGNORE_STYLE change and my change.
2007-08-13 Gabe BlackO3: Set up the predicted npc and nnpc for a fault carry...
2007-08-13 Gabe BlackMove the "translate" member functions back into the...
2007-08-12 Nathan Binkertmerge
2007-08-08 Vincentius RobbyAdded fastmem option.
2007-08-08 Vincentius RobbyPort, StaticInst: Revert unnecessary changes.
2007-08-08 Vincentius Robbyalpha: Make the TLB cache to actually work.
2007-08-07 Gabe BlackMerge with head.
2007-08-07 Gabe BlackX86: Make a microcode branch microop.
2007-08-05 Gabe BlackMerge with head.
2007-08-04 Nathan Binkertswitching: turn on profiling after a switch if there...
next