Age | Commit message (Expand) | Author |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-03-09 | style: Correct some style issues | Brandon Potter |
2017-02-23 | base: fix small memory leak in the ELF loader | Brandon Potter |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-11-09 | base: remove header file to prevent a macro name collision | Brandon Potter |
2016-11-30 | arch: [Patch 1/5] Added RISC-V base instruction set RV64I | Alec Roelke |
2016-07-11 | base: Fix inverted check in ELF .text size warning | Andreas Sandberg |
2016-07-11 | base: Convert ELF .text size check assertion to a warning | Andreas Sandberg |
2016-06-20 | base: Fix multiple names to one address bug in SymbolTable | Andreas Sandberg |
2016-03-17 | base: add symbol support for dynamic libraries | Brandon Potter |
2016-03-17 | base: style cleanup for ObjectFile and ElfObject | Brandon Potter |
2016-03-17 | base: support dynamic loading of Linux ELF objects in SE mode | Brandon Potter |
2016-02-29 | base: support gzip-compressed object files | Curtis Dunham |
2016-02-06 | style: fix missing spaces in control statements | Steve Reinhardt |
2016-02-06 | style: remove trailing whitespace | Steve Reinhardt |
2015-11-06 | misc: Appease clang static analyzer | Andreas Hansson |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2015-07-03 | base: remove fd from object loaders | Curtis Dunham |
2015-04-29 | arch, base, dev, kern, sym: FreeBSD support | Ruslan Bukin |
2014-10-29 | arm: Fix multi-system AArch64 boot w/caches. | Ali Saidi |
2014-10-01 | misc: Fix issues identified by static analysis | Andreas Hansson |
2014-09-09 | misc: Fix a number of unitialised variables and members | Andreas Hansson |
2014-05-31 | style: eliminate equality tests with true and false | Steve Reinhardt |
2014-01-24 | arm: Add support for ARMv8 (AArch64 & AArch32) | ARM gem5 Developers |
2013-07-15 | loader: Load weak symbols for function tracing | Deyuan Guo |
2013-04-17 | base: load weak symbols from object file | Deyuan Guo ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E) |
2013-02-15 | loader: add a flattened device tree blob (dtb) object | Anthony Gutierrez |
2012-09-25 | ARM: added support for flattened device tree blobs | Dam Sunwoo |
2012-09-07 | loader: initialize all memory in the ObjectFile objects. | Ali Saidi |
2012-07-09 | Fix: Address a few benign memory leaks | Andreas Hansson |
2012-02-24 | MEM: Make port proxies use references rather than pointers | Andreas Hansson |
2012-01-17 | MEM: Add port proxies instead of non-structural ports | Andreas Hansson |
2011-06-12 | Loader: Handle bad section names when loading an ELF file. | Gabe Black |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2010-09-10 | style: fix sorting of includes and whitespace in some files | Nathan Binkert |
2010-08-23 | Loader: Don't insert symbols into the symbol table that begin wiht '$'. | Ali Saidi |
2010-08-23 | Loader: Use address mask provided to load*Symbols when loading the symbols fr... | Ali Saidi |
2010-06-02 | ARM: Detect thumb mode elf images. | Gabe Black |
2009-10-27 | POWER: Add support for the Power ISA | Timothy M. Jones |
2009-07-27 | ARM: Detect OABI binaries and complain that they're no-longer supported. | Ali Saidi |
2009-06-04 | types: clean up types, especially signed vs unsigned | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2009-02-26 | CPA: Add new object for gathering critical path annotations. | Ali Saidi |
2009-02-15 | X86: Make the loader recognize 32 bit x86 processes. | Gabe Black |
2008-12-05 | This brings M5 closer to modernity - the kernel being advertised is newer so ... | Lisa Hsu |
2008-10-10 | misc: remove #include <cassert> from misc.hh since not everyone needs it. | Nathan Binkert |
2008-09-19 | Check the return value of I/O operations for failure | Nathan Binkert |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul... | Ali Saidi |
2008-09-08 | style: This file hugely violated the M5 style. | Nathan Binkert |