Age | Commit message (Expand) | Author |
2019-11-27 | base, python: Allow dirname selection for the interpreter | Giacomo Travaglini |
2019-11-21 | tests,base: Added GTests for exec_ecoff.h and exec_aout.h | Bobby R. Bruce |
2019-11-21 | test,base: Added GTest for base/loader/image_file_data.cc | Bobby R. Bruce |
2019-10-30 | base: Name segments after their index | Giacomo Travaglini |
2019-10-16 | base: Fix gem5.fast compilation | Giacomo Travaglini |
2019-10-16 | arch,base,sim: Move Process loader hooks into the Process class. | Gabe Black |
2019-10-15 | arch,base: Restructure the object file loaders. | Gabe Black |
2019-10-12 | arch,base: Separate the idea of a memory image and object file. | Gabe Black |
2019-10-10 | arch,base: Stop loading the interpreter in ElfObject. | Gabe Black |
2019-10-10 | arch, base: Stop assuming object files have three segments. | Gabe Black |
2019-10-09 | arch-mips,arch-riscv,base: Get rid of the unused HexFile class. | Gabe Black |
2019-10-09 | base: Rename Section to Segment, and some of its members. | Gabe Black |
2019-10-08 | base: Get rid of the unused global pointer in object files. | Gabe Black |
2019-10-05 | base: ELF segment types are not bitfields. | Gabe Black |
2019-05-29 | sim-se: const for loader's loadSection param | Brandon Potter |
2019-05-29 | arch, base, dev, sim: Remove now unnecessary casts from PortProxy methods. | Gabe Black |
2019-05-18 | base: Add a type for keeping track of object file loaders. | Gabe Black |
2019-05-18 | arch, base, cpu, dev, mem, sim: Remove #if 0-ed out code. | Gabe Black |
2019-02-07 | arch-riscv: Enable support for riscv 32-bit in SE mode. | Austin Harris |
2018-01-10 | style: change C/C++ source permissions to noexec | BKP |
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 |