Age | Commit message (Expand) | Author |
2014-10-01 | misc: Fix issues identified by static analysis | Andreas Hansson |
2014-09-27 | misc: Fix a bunch of minor issues identified by static analysis | Andreas Hansson |
2014-04-24 | misc: Add functions for doing popcount and power-of-two checking | Stephan Diestelhorst |
2014-09-20 | base: Clean up redundant string functions and use C++11 | Andreas Hansson |
2014-09-20 | base: Add getSectionNames to IniFile | Andrew Bardsley |
2014-09-19 | base: Ensure the CP annotation compiles again | Andreas Hansson |
2014-09-19 | misc: Restore ostream flags where needed | Andreas Hansson |
2014-09-19 | stats: Fix flow-control bug in Vector2D printing | Andreas Hansson |
2014-09-19 | misc: Remove assertions ensuring unsigned values >= 0 | Andreas Hansson |
2014-09-09 | misc: Fix a number of unitialised variables and members | Andreas Hansson |
2014-09-03 | base: Use STL C++11 random number generation | Andreas Hansson |
2014-08-26 | base: Add const to intmath and be more flexible with typing | Andreas Hansson |
2014-08-26 | base: Replace the internal varargs stuff with C++11 constructs | Andreas Sandberg |
2014-08-26 | base: Add compiler macros for C++11 final/override | Andreas Sandberg |
2014-08-26 | base: Add a static assert to check bit union ranges | Andreas Sandberg |
2014-08-13 | base: Remove unused M5_PRAGMA_NORETURN | Andreas Sandberg |
2014-08-13 | cpu: Don't forward declare RefCountingPtr | Andreas Sandberg |
2014-08-10 | base: Remove unused files | Andreas Hansson |
2014-07-23 | cpu: `Minor' in-order CPU model | Andrew Bardsley |
2014-07-09 | base: fix operator== for comparing EthAddr objects | Anthony Gutierrez |
2014-07-02 | base: fix some bugs in EthAddr | Anthony Gutierrez |
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) |