DPRINTF: Improve some dprintf messages.
[gem5.git] / src / cpu /
2011-06-20 Korey Sewellinorder: ISA-zero reg handling
2011-06-20 Korey Sewellinorder: update support for branch delay slots
2011-06-20 Korey Sewellinorder: inst. iterator cleanup
2011-06-20 Korey Sewellinorder: update bpred code
2011-06-20 Korey Sewellinorder: add types for dependency checks
2011-06-20 Korey Sewellinorder: use flattenIdx for reg indexing
2011-06-20 Korey Sewellsimple-thread: give a name() function for debugging...
2011-06-20 Korey Sewellinorder: use m5_hash_map for skedCache
2011-06-11 Korey Sewello3: missing newlines on some dprintfs
2011-06-10 Korey Sewellsparc: merge regr. updates w/last update
2011-06-09 Korey Sewellsparc: compilation fixes for inorder
2011-06-07 Gabe Blackgcc 4.0: Add some virtual destructors to make gcc 4...
2011-06-03 Nathan Binkertscons: rename TraceFlags to DebugFlags
2011-05-23 Geoffrey BlakeO3: Fix offset calculation into storeQueue buffer for...
2011-05-23 Geoffrey BlakeO3: Fix issue w/wbOutstading being decremented multiple...
2011-05-23 Geoffrey BlakeO3: Fix issue with interrupts/faults occuring in the...
2011-05-13 Chander SudanthiTrace: Allow printing ASIDs and selectively tracing...
2011-05-13 Geoffrey BlakeO3: Fix an issue with a load & branch instruction and...
2011-05-09 Nathan Binkertwork around gcc 4.5 warning
2011-05-07 Tushar KrishnaNetworkTest: added sim_cycles parameter to the network...
2011-05-05 Ali SaidiCPU: Add some useful debug message to the timing simple...
2011-05-05 Ali SaidiCPU: Fix a case where timing simple cpu faults can...
2011-05-05 Ali SaidiO3: Remove assertion for case that is actually handled...
2011-05-05 Ali SaidiO3: Fix a small corner case with the lsq hazard detecti...
2011-04-21 Nathan Binkertstats: one more name violation
2011-04-20 Nathan Binkertstats: rename stats so they can be used as python expre...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertdebug: create a Debug namespace
2011-04-15 Nathan Binkertincludes: fix up code after sorting
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-04 Ali SaidiARM: Fix checkpoint restoration into O3 CPU and the...
2011-04-04 Ali SaidiARM: Cleanup implementation of ITSTATE and put importan...
2011-04-04 Ali SaidiCPU: Remove references to memory copy operations
2011-04-04 Ali SaidiO3: Tighten memory order violation checking to 16 bytes.
2011-04-01 Lisa HsuRuby: have the rubytester pass contextId to Ruby.
2011-03-28 Somayeh SardashtiThis patch supports cache flushing in MOESI_hammer
2011-03-26 Korey Sewellmips: cleanup ISA-specific code
2011-03-23 Tushar KrishnaThis patch fixes a build error in networktest.cc that...
2011-03-22 Tushar KrishnaThis patch adds the network tester for simple and garne...
2011-03-19 Nilay VaishRuby: Convert AccessModeType to RubyAccessMode
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Ali SaidiARM: Fix subtle bug in LDM.
2011-03-18 Ali SaidiARM: Detect and skip udelay() functions in linux kernel.
2011-03-18 Ali SaidiO3: Send instruction back to fetch on squash to seed...
2011-03-18 Ali SaidiO3: Cleanup the commitInfo comm struct.
2011-03-18 Ali SaidiMem: Fix issue with dirty block being lost when entire...
2011-03-18 Ali SaidiO3: Fix unaligned stores when cache blocked
2011-03-02 Gabe BlackSpelling: Fix the a spelling error by changing mmaped...
2011-02-25 Nilay VaishRuby: Make DataBlock.hh independent of RubySystem
2011-02-25 Timothy M. JonesO3CPU: Fix iqCount and lsqCount SMT fetch policies.
2011-02-23 Korey Sewellinorder: InstSeqNum bug
2011-02-23 Korey Sewellinorder: dyn inst initialization
2011-02-23 Korey Sewellinorder: cache packet handling
2011-02-23 Ali SaidiO3: When a prefetch causes a fault, don't record it...
2011-02-23 Ali SaidiO3: If there is an outstanding table walk don't let...
2011-02-23 Ali SaidiARM: Do something for ISB, DSB, DMB
2011-02-23 Ali SaidiARM: Fix bug that let two table walks occur in parallel.
2011-02-23 Ali SaidiO3: Fix bug when a squash occurs right before TLB miss...
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-18 Korey Sewellm5: merge inorder/release-notes/make_release changes
2011-02-18 Korey Sewellinorder: add names and slot #s to res. dprints
2011-02-18 Korey Sewellinorder: ignore nops in execution unit
2011-02-18 Korey Sewellinorder: update graduation unit
2011-02-18 Korey Sewellinorder: recognize isSerializeAfter flag
2011-02-18 Korey Sewellinorder: update default thread size(=1)
2011-02-18 Korey Sewellinorder: don't overuse getLatency()
2011-02-18 Korey Sewellinorder: update max. resource bandwidths
2011-02-18 Korey Sewellinorder: cleanup in destructors
2011-02-18 Korey Sewellinorder: fix cache/fetch unit memory leaks
2011-02-18 Korey Sewellinorder: remove events for zero-cycle resources
2011-02-18 Korey Sewellinorder: update pipeline interface for handling finishe...
2011-02-18 Korey Sewellinorder: remove request map, use request vector
2011-02-18 Korey Sewellinorder: add valid bit for resource requests
2011-02-18 Korey Sewellinorder: remove reqRemoveList
2011-02-18 Korey Sewellinorder: initialize res. req. vectors based on resource...
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-14 Gabe BlackO3: Fetch from the microcode ROM when needed.
2011-02-13 Ali SaidiO3: Fix GCC 4.2.4 complaint
2011-02-12 Korey Sewellinorder: clean up the old way of inst. scheduling
2011-02-12 Korey Sewellinorder: utilize cached skeds in pipeline
2011-02-12 Korey Sewellinorder: define iterator for resource schedules
2011-02-12 Korey Sewellinorder: stage scheduler for front/back end schedule...
2011-02-12 Korey Sewellinorder: cache instruction schedules
2011-02-12 Korey Sewellinorder: comments for resource sked class
2011-02-12 Korey Sewellinorder: remove unused file
2011-02-12 Giacomo GabrielliO3: Fix pipeline restart when a table walk completes...
2011-02-12 Ali SaidiSimpleCPU: Fix a case where a DTLB fault redirects...
2011-02-12 Giacomo GabrielliO3: Enhance data address translation by supporting...
2011-02-07 Brad Beckmannm5: added work completed monitoring support
2011-02-07 Joel HestnessTimingSimpleCPU: split data sender state fix
2011-02-07 Joel Hestnessmcpat: Adds McPAT performance counters
2011-02-04 Korey Sewellinorder: fault handling
2011-02-04 Korey Sewellinorder: pcstate and delay slots bug
2011-02-04 Korey Sewellinorder: add a fetch buffer to fetch unit
2011-02-04 Korey Sewellinorder: overload find-req fn
2011-02-04 Korey Sewellinorder: implement separate fetch unit
2011-02-04 Korey Sewellinorder: cache port blocking
2011-02-04 Korey Sewellinorder: stage width as a python parameter
2011-02-04 Korey Sewellinorder: multi-issue branch resolution
2011-02-04 Korey Sewellinorder: pipe. stage inst. buffering
next