Age | Commit message (Expand) | Author |
2014-05-31 | style: eliminate equality tests with true and false | Steve Reinhardt |
2014-05-09 | stats: Method stats source | Stephan Diestelhorst |
2014-04-23 | base: explicitly suggest potential use of 'All' debug flags | Curtis Dunham |
2014-04-09 | dev: Protect PollEvent processing when running in parallel mode | Andreas Sandberg |
2014-03-23 | base: Fix error message time unit (cycle -> tick) | Andreas Hansson |
2014-03-07 | misc: Add panic_if / fatal_if / chatty_assert | Stephan Diestelhorst |
2014-03-07 | scons: Fixes uninitialized warnings issued by clang | Mitch Hayenga |
2014-02-06 | base: calls abort() from fatal | Nilay Vaish |
2014-01-28 | base: Fix race condition in the socket listen function | Mitch Hayenga |
2014-01-24 | arm: Add support for ARMv8 (AArch64 & AArch32) | ARM gem5 Developers |
2014-01-10 | stats: add function for adding two histograms | Nilay Vaish |
2013-11-29 | base: Fix race in PollQueue and remove SIGALRM workaround | Andreas Sandberg |
2013-11-29 | base: Clean up signal handling | Andreas Sandberg |
2013-11-25 | sim: simulate with multiple threads and event queues | Steve Reinhardt ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E%2C%20Ali%20Saidi%20%3CAli.Saidi%40ARM.com%3E) |
2013-10-31 | base: Add support for ipv6 into inet.hh/inet.cc | Geoffrey Blake |
2013-10-07 | base: Fix a potential race in PollQueue::setupAsyncIO | Andreas Sandberg |
2013-09-09 | stats: add operator= for DataWrapVec class | Nilay Vaish |
2013-09-06 | ruby: network: convert to gem5 style stats | Nilay Vaish |
2013-09-06 | stats: adds a Formula operator for division | Nilay Vaish |
2013-09-04 | arch: Resurrect the NOISA build target and rename it NULL | Andreas Hansson |
2013-09-04 | arch: Header clean up for NOISA resurrection | Andreas Hansson |
2013-09-04 | scons: Enable build on OSX | Andreas Hansson |
2013-08-20 | base: Fix VectorPrint initialisation | Andreas Hansson |
2013-08-19 | stats: Fix issue when printing 2D vectors | Sascha Bischoff |
2013-07-15 | loader: Load weak symbols for function tracing | Deyuan Guo |
2013-06-27 | base: Fix address range granularity calculation | Andreas Hansson |
2013-06-27 | stats: Remove printing of SparseHist total | Sascha Bischoff |
2013-06-09 | stats: allow printing vectors on a single line | Nilay Vaish |
2013-04-17 | base: load weak symbols from object file | Deyuan Guo ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E) |
2013-03-07 | base: Fix address range granularity calculations | Andreas Hansson |
2013-02-19 | scons: Fix warnings issued by clang 3.2svn (XCode 4.6) | Andreas Hansson |
2013-02-19 | scons: Add warning for missing declarations | Andreas Hansson |
2013-02-19 | scons: Fix up numerous warnings about name shadowing | Andreas Hansson |
2013-02-19 | base: Fix a bug in the address interleaving | Andreas Hansson |
2013-02-15 | loader: add a flattened device tree blob (dtb) object | Anthony Gutierrez |
2013-02-10 | ruby: replace Time with Cycles in Message class | Nilay Vaish |
2013-02-10 | base: add some mathematical operators to Cycles class | Nilay Vaish |
2013-01-07 | scons: Enforce gcc >= 4.4 or clang >= 2.9 and c++0x support | Andreas Hansson |
2013-01-07 | scons: Remove stale compiler options | Andreas Hansson |
2013-01-07 | base: Add support for merging of interleaved address ranges | Andreas Hansson |
2013-01-07 | mem: Add interleaving bits to the address ranges | Andreas Hansson |
2013-01-07 | base: Simplify the AddrRangeMap by removing unused code | Andreas Hansson |
2013-01-07 | base: Encapsulate the underlying fields in AddrRange | Andreas Hansson |
2013-01-07 | mem: Add tracing support in the communication monitor | Andreas Hansson |
2012-11-16 | sim: have a curTick per eventq | Nilay Vaish |
2012-11-02 | sim: Include object header files in SWIG interfaces | Andreas Sandberg |
2012-11-02 | base: Add missing header file to addr_range.hh. | Andreas Sandberg |
2012-11-02 | base: Fix a few incorrectly handled print format cases | Chander Sudanthi |
2012-11-02 | base: split out the VncServer into a VncInput and Server classes | Chander Sudanthi |
2012-10-15 | Mem: Use range operations in bus in preparation for striping | Andreas Hansson |