gem5.git
2011-02-07 Tushar Krishnagarnet: added orion2.0 for network power calculation
2011-02-07 Tushar Krishnagarnet: separate data and ctrl VCs
2011-02-07 Brad Beckmannx86: set IsCondControl flag for the appropriate microops
2011-02-05 Gabe BlackX86: Add o3 regressions in SE mode.
2011-02-04 Gabe BlackX86: Update ruby stats for stupd change.
2011-02-04 Gabe BlackFault: Forgot to refresh to grab these header guard...
2011-02-04 Korey Sewellimported patch regression_updates
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
2011-02-04 Korey Sewellinorder: change skidBuffer to list instead of queue
2011-02-04 Korey Sewellinorder: activity tracking bug
2011-02-04 Gabe BlackFault: Rename sim/fault.hh to fault_fwd.hh to distingui...
2011-02-04 Gabe BlackMem,X86: Make the IO bridge pass APIC messages back...
2011-02-04 Gabe BlackConfig: Keep track of uncached and cached ports separately.
2011-02-03 Gabe BlackO3: Fix a style bug in O3.
2011-02-03 Gabe BlackX86: Get rid of the stupd microop.
2011-02-03 Gabe BlackStats: Update the x86 stats to reflect changing stupd...
2011-02-03 Gabe BlackX86: Replace the stupd microop with a store/update...
2011-02-03 Gabe BlackX86: Build O3 by default in SE.
2011-02-03 Gabe BlackTime: Add serialization functions to the Time class.
2011-02-03 Gabe BlackX86: Change how the default disk image gets set up.
2011-02-02 Gabe BlackX86: Add L1 caches for the TLB walkers.
2011-01-31 Gabe BlackFault: Move the definition of NoFault from faults.hh...
2011-01-23 Nathan Binkertrefcnt: Change things around so that we handle constnes...
2011-01-22 Gabe BlackSConstruct: Fix the librt check in SConstruct.
2011-01-21 Steve Reinhardtcheckpointing: fix bug from curTick accessor conversion.
2011-01-20 Gabe BlackTimeSync: Use the new setTick and getTick functions.
2011-01-20 Gabe BlackTime: Add setTick and getTick functions to the Time...
2011-01-19 Gabe BlackTime: Add a mechanism to prevent M5 from running faster...
2011-01-18 Ali SaidiARM/O3: Add regressions for ARM w/ O3 CPU.
2011-01-18 Ali SaidiStats: Update stats for previous set of patches.
2011-01-18 Matt HorsnellO3: Fix itstate prediction and recovery.
2011-01-18 Matt HorsnellO3: Fix some variable length instruction issues with...
2011-01-18 Matt HorsnellO3: Don't test misprediction on load instructions until...
2011-01-18 Ali SaidiO3: Keep around the last committed instruction and...
2011-01-18 Ali SaidiO3: Don't try to scoreboard misc registers.
2011-01-18 Matt HorsnellARM: The ARM decoder should not panic when decoding...
2011-01-18 Matt HorsnellO3: Fix corner cases where multiple squashes/fetch...
2011-01-18 Matt HorsnellO3: Fix mispredicts from non control instructions.
2011-01-18 Matt HorsnellO3: Fixes the way prefetches are handled inside the...
2011-01-18 Ali SaidiO3: Support timing translations for O3 CPU fetch.
2011-01-18 Ali SaidiARM: Add support for moving predicated false dest opera...
2011-01-18 Min Kyu JeongO3: Fixes fetch deadlock when the interrupt clears...
2011-01-18 Ali SaidiARM: Use an actual NOP instead of a instruction that...
2011-01-18 Ali SaidiARM: fix mismatched new/delete.
2011-01-18 Ali Saidimkblankimage: bash != sh on many systems and this scrip...
2011-01-18 Ali SaidiARM: Add code for a simple bootloader for MP boot.
2011-01-18 Gabe BlackUnit tests: Convert the refcnttest unit test to use...
2011-01-18 Gabe BlackUnit tests: Define a header file for common unit testin...
2011-01-15 Nathan Binkerttime: improve time datastructure
2011-01-18 Nilay VaishChange interface between coherence protocols and CacheM...
2011-01-15 Gabe BlackSPARC: Update stats for the call r15 as source change.
2011-01-15 Gabe BlackSPARC: Adjust the "call" instruction so R15 doesn't...
2011-01-14 Nilay VaishRegression Tests: Update the output for MESI_CMP_directory
2011-01-14 Nilay VaishRuby: Fixes MESI CMP directory protocol
2011-01-13 Gabe BlackStyle checker: Fix a couple bugs in style.py.
2011-01-12 Korey Sewellinorder: fix RUBY_FS build
2011-01-10 Nathan Binkertruby: get rid of ruby's Debug.hh
2011-01-10 Nathan Binkertstats: Add a histogram statistic type
2011-01-10 Nathan Binkertstats: fix stat test from curTick change
2011-01-10 Nathan Binkertstats: fix the distribution stat
2011-01-10 Nathan Binkertstyle: prevent the style hook from aborting uncleanly...
2011-01-10 Nathan Binkertstyle: clean up style hook code a bit
2011-01-10 Gabe BlackRoot: Get rid of unnecessary includes in root.cc.
2011-01-10 Gabe BlackCurtick: Fix mysql.cc build needing curTick.
2011-01-10 Gabe BlackRefCount: Add a unit test for reference counting pointers.
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-08 Steve Reinhardtstats: rename StatEvent() function to schedStatEvent().
2011-01-08 Steve Reinhardtsim: clean up CountedDrainEvent slightly.
2011-01-08 Steve Reinhardtsim: delete unused CheckSwapEvent code.
2011-01-08 Steve Reinhardtpseudoinst: get rid of mainEventQueue references.
2011-01-08 Steve Reinhardtinorder: replace schedEvent() code with reschedule().
2011-01-08 Steve Reinhardtinorder: get rid of references to mainEventQueue.
2011-01-08 Steve Reinhardtscons: show sources and targets when building, and...
2011-01-05 Nilay VaishRuby: Updates MOESI Hammer protocol
2011-01-04 Gabe BlackParams: Print the IP components in the right order.
2011-01-03 Steve ReinhardtMove sched_list.hh and timebuf.hh from src/base to...
2011-01-03 Steve ReinhardtDelete unused files from src/base directory.
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2011-01-03 Gabe BlackRefCount: Fix reference counting pointer == and !=...
2011-01-03 Nilay VaishRuby: Add option for random seed to Ruby.py
2010-12-30 Nathan Binkertswig: use <> for system %includes instead of ""
2010-12-30 Nathan Binkertstyle: make style hook work with pre-qrefresh and updat...
2010-12-23 Nilay VaishPerfectCacheMemory: Add return statements to two functions.
2010-12-23 Nilay VaishThis patch removes the WARN_* and ERROR_* from src...
2010-12-22 Steve Reinhardtmemtest: delete some crufty dead code
2010-12-22 Steve ReinhardtGet rid of unused file src/base/dbl_list.hh
2010-12-21 Nathan Binkertstats: allow stats to be reset even if no objects have...
2010-12-21 Nathan Binkertimporter: fix error message
2010-12-21 Nathan Binkertscons: remove extra dependencies
2010-12-20 Gabe BlackStyle: Replace some tabs with spaces.
2010-12-20 Gabe BlackParams: Fix a broken error message in verifyIp.
2010-12-09 Gabe BlackARM: Take advantage of new PCState syntax.
next