summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-02-26isa_parser: add a debug variable that changes how errors are reported.Nathan Binkert
2010-02-26isa_parser: Use an exception to flag errorNathan Binkert
2010-02-26isa_parser: Move more stuff into the ISAParser classNathan Binkert
2010-02-26isa_parser: move code around to prepare for putting more stuff in the classNathan Binkert
2010-02-26isa_parser: simple fixes, formatting and styleNathan Binkert
2010-02-26events: Give EventWrapped a default name and descriptionNathan Binkert
2010-02-24cache stats: account for writebacks and/or device occupancy in the cache.Lisa Hsu
2010-02-23cache: Make caches sharing aware and add occupancy stats.Lisa Hsu
2010-02-23stats: this makes some fixes to AverageStat and AverageVector.Lisa Hsu
2010-02-23cache: pull CacheSet out of LRU so that other tags can use associative sets.Lisa Hsu
2010-02-20BaseDynInst: Preserve the faults returned from read and write.Timothy M. Jones
2010-02-12O3PCU: Split loads and stores that cross cache line boundaries.Timothy M. Jones
2010-02-12BaseDynInst: Make the TLB translation timing instead of atomic.Timothy M. Jones
2010-02-12Power ISA: Add an alignment fault to Power ISA and check alignment in TLB.Timothy M. Jones
2010-02-10ruby: fixed data block assignment fixBrad Beckmann
2010-02-10ruby: Initialize sender in MI_example-dirBrad Beckmann
2010-02-10ruby: Fixed slicc to initialize the m_is_blocking flagBrad Beckmann
2010-02-01ruby: Added FS support to the simple mesh topologyBrad Beckmann
2010-02-01ruby: Set default protocol back to MI_exampleBrad Beckmann
2010-01-31inorder: double delete inst bugKorey Sewell
2010-01-31inorder: inst count mgmtKorey Sewell
2010-01-31inorder: implement split storesKorey Sewell
2010-01-31inorder: implement split loadsKorey Sewell
2010-01-31inorder: add activity statsKorey Sewell
2010-01-31inorder: object cleanup in destructorsKorey Sewell
2010-01-31inorder: user per-thread dummy insts/reqsKorey Sewell
2010-01-31inorder: add execution unit statsKorey Sewell
2010-01-31inorder: recvRetry bug fixKorey Sewell
2010-01-31inorder-stats: add prereq to basic statKorey Sewell
2010-01-31inorder: ctxt switch statsKorey Sewell
2010-01-31inorder: pipeline stage statsKorey Sewell
2010-01-31inorder: enforce stage bandwidthKorey Sewell
2010-01-31inorder: set thread status'Korey Sewell
2010-01-31inorder: add/remove halt/deallocate context respectivelyKorey Sewell
2010-01-31inorder: track last branch committedKorey Sewell
2010-01-31inorder: add updatePC event to resPoolKorey Sewell
2010-01-31inorder: ready thread wakeupKorey Sewell
2010-01-31inorder: add threadmodel flagKorey Sewell
2010-01-31inorder: mem. mgmt. updateKorey Sewell
2010-01-31inorder: suspend in respoolKorey Sewell
2010-01-31inorder: fetch thread bugKorey Sewell
2010-01-31inorder: ready/suspend status fnsKorey Sewell
2010-01-31inorder-cleanup: remove unused thread functionsKorey Sewell
2010-01-31inorder: activate thread on cache missKorey Sewell
2010-01-31inorder: add event priority offsetKorey Sewell
2010-01-31inorder: squash on memory stallKorey Sewell
2010-01-31inorder: add insts to cpu eventKorey Sewell
2010-01-31inorder: switch out bufferKorey Sewell
2010-01-31inorder: dont allow early loadsKorey Sewell
2010-01-31configs/inorder: add options for switch-on-miss to inorder cpuKorey Sewell