Age | Commit message (Expand) | Author |
2019-11-27 | base, python: Allow dirname selection for the interpreter | Giacomo Travaglini |
2019-10-30 | base: Name segments after their index | Giacomo Travaglini |
2019-10-16 | base: Fix gem5.fast compilation | Giacomo Travaglini |
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 | base: Rename Section to Segment, and some of its members. | 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-02-07 | arch-riscv: Enable support for riscv 32-bit in SE mode. | Austin Harris |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-02-23 | base: fix small memory leak in the ELF loader | 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-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-06 | style: fix missing spaces in control statements | Steve Reinhardt |
2016-02-06 | style: remove trailing whitespace | Steve Reinhardt |
2015-07-03 | base: remove fd from object loaders | Curtis Dunham |
2015-04-29 | arch, base, dev, kern, sym: FreeBSD support | Ruslan Bukin |
2014-09-09 | misc: Fix a number of unitialised variables and members | Andreas Hansson |
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) |
2012-09-07 | loader: initialize all memory in the ObjectFile objects. | Ali Saidi |
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-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-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul... | Ali Saidi |
2008-03-20 | MIPS: Check endianness of binaries in SE mode. | Gabe Black |
2008-02-05 | Add base ARM code to M5 | Stephen Hines |
2007-10-12 | Loader: Identify sections based on virtual addresses, and set the LoadAddrMas... | Gabe Black |
2007-10-09 | ELF Loader: Use physical addresses instead of virtual ones. | Gabe Black |
2007-09-25 | Loader: Load all segments of an elf, rather than just the "text" and "data". | Gabe Black |
2007-09-11 | Loader: Error if a TLS section is found in the binary. | Ali Saidi |
2007-05-26 | Get rid of GNU libelf and its autoconf nastiness and replace | Nathan Binkert |