Age | Commit message (Expand) | Author |
2010-03-21 | ruby: Adds configurable bit selection for numa mapping | Brad Beckmann |
2010-03-21 | ruby: Added flag to disable mem_vec allocation | Brad Beckmann |
2010-03-21 | ruby: Ruby support for sparse memory | Brad Beckmann |
2010-03-21 | ruby: Finally removed bash code cira. 2001ish! | Brad Beckmann |
2010-03-21 | ruby: Ruby support for LLSC | Brad Beckmann |
2010-03-21 | ruby: Minor dma latency initialization fix | Brad Beckmann |
2010-03-21 | ruby: Fix multiple wakeups in Ruby Eventqueue | Tushar Krishna |
2010-03-21 | ruby: Removed the obsolete file specified network files | Brad Beckmann |
2010-03-21 | ruby: Added copyright to many Ruby *.py files | Brad Beckmann |
2010-03-21 | ruby: Fixed small data msg bug in MOESI_hammer-dir | Brad Beckmann |
2010-03-21 | TimingSimpleCPU: Fixed uncacacheable request read bug | Brad Beckmann |
2010-03-21 | ruby: Removed the no longer used rubymem files | Brad Beckmann |
2010-03-21 | ruby: Fix MOESI_hammer cache profiler calls for L2 misses | Brad Beckmann |
2010-03-21 | ruby: Removed deprecated stats from the main profiler | Brad Beckmann |
2010-03-16 | orion: Make declarations match definition | Nathan Binkert |
2010-03-14 | ruby: Fix copyrights on files | Nathan Binkert |
2010-03-12 | slicc: Change the code generation so that the generated code is easier to read | Nathan Binkert |
2010-03-12 | packet: add a method to set the size | Nathan Binkert |
2010-03-12 | eventq: rearrange a little bit so I can add some stuff | Nathan Binkert |
2010-03-12 | eventq: remove some unused includes | Nathan Binkert |
2010-03-12 | bugfix: since pow() causes a bug don't use it | Nathan Binkert |
2010-03-10 | ruby: get rid of std-includes.hh | Nathan Binkert |
2010-03-10 | ruby: remove calc_host.diff since we don't use it | Nathan Binkert |
2010-03-10 | ruby: get rid of the ioutil stuff since it isn't used anymore | Nathan Binkert |
2010-03-10 | slicc: have a central mechanism for creating a code_formatter. | Nathan Binkert |
2010-03-10 | scons: import ply to work around scons sys.path weirdness | Nathan Binkert |
2010-02-28 | SmartDict: Make SmartDict an attrdict | Nathan Binkert |
2010-02-28 | uart: use integer versions of time instead of messing around with floats | Nathan Binkert |
2010-02-26 | cpu_models: get rid of cpu_models.py and move the stuff into SCons | Nathan Binkert |
2010-02-26 | isa_parser: Make SCons import the isa_parser | Nathan Binkert |
2010-02-26 | isa_parser: move the operand map stuff into the ISAParser class. | Nathan Binkert |
2010-02-26 | isa_parser: move more support functions into the ISAParser class | Nathan Binkert |
2010-02-26 | isa_parser: move more stuff into the ISAParser class | Nathan Binkert |
2010-02-26 | isa_parser: move the formatMap and exportContext into the ISAParser class | Nathan Binkert |
2010-02-26 | isa_parser: Make stack objects class members instead of globals | Nathan Binkert |
2010-02-26 | isa_parser: add a debug variable that changes how errors are reported. | Nathan Binkert |
2010-02-26 | isa_parser: Use an exception to flag error | Nathan Binkert |
2010-02-26 | isa_parser: Move more stuff into the ISAParser class | Nathan Binkert |
2010-02-26 | isa_parser: move code around to prepare for putting more stuff in the class | Nathan Binkert |
2010-02-26 | isa_parser: simple fixes, formatting and style | Nathan Binkert |
2010-02-26 | events: Give EventWrapped a default name and description | Nathan Binkert |
2010-02-24 | cache stats: account for writebacks and/or device occupancy in the cache. | Lisa Hsu |
2010-02-23 | cache: Make caches sharing aware and add occupancy stats. | Lisa Hsu |
2010-02-23 | stats: this makes some fixes to AverageStat and AverageVector. | Lisa Hsu |
2010-02-23 | cache: pull CacheSet out of LRU so that other tags can use associative sets. | Lisa Hsu |
2010-02-20 | BaseDynInst: Preserve the faults returned from read and write. | Timothy M. Jones |
2010-02-12 | O3PCU: Split loads and stores that cross cache line boundaries. | Timothy M. Jones |
2010-02-12 | BaseDynInst: Make the TLB translation timing instead of atomic. | Timothy M. Jones |
2010-02-12 | Power ISA: Add an alignment fault to Power ISA and check alignment in TLB. | Timothy M. Jones |
2010-02-10 | ruby: fixed data block assignment fix | Brad Beckmann |