summaryrefslogtreecommitdiff
path: root/src/base/loader
AgeCommit message (Expand)Author
2018-01-10style: change C/C++ source permissions to noexecBKP
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2017-03-09style: Correct some style issuesBrandon Potter
2017-02-23base: fix small memory leak in the ELF loaderBrandon Potter
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-11-09base: remove header file to prevent a macro name collisionBrandon Potter
2016-11-30arch: [Patch 1/5] Added RISC-V base instruction set RV64IAlec Roelke
2016-07-11base: Fix inverted check in ELF .text size warningAndreas Sandberg
2016-07-11base: Convert ELF .text size check assertion to a warningAndreas Sandberg
2016-06-20base: Fix multiple names to one address bug in SymbolTableAndreas Sandberg
2016-03-17base: add symbol support for dynamic librariesBrandon Potter
2016-03-17base: style cleanup for ObjectFile and ElfObjectBrandon Potter
2016-03-17base: support dynamic loading of Linux ELF objects in SE modeBrandon Potter
2016-02-29base: support gzip-compressed object filesCurtis Dunham
2016-02-06style: fix missing spaces in control statementsSteve Reinhardt
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2015-11-06misc: Appease clang static analyzerAndreas Hansson
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2015-07-03base: remove fd from object loadersCurtis Dunham
2015-04-29arch, base, dev, kern, sym: FreeBSD supportRuslan Bukin
2014-10-29arm: Fix multi-system AArch64 boot w/caches.Ali Saidi
2014-10-01misc: Fix issues identified by static analysisAndreas Hansson
2014-09-09misc: Fix a number of unitialised variables and membersAndreas Hansson
2014-05-31style: eliminate equality tests with true and falseSteve Reinhardt
2014-01-24arm: Add support for ARMv8 (AArch64 & AArch32)ARM gem5 Developers
2013-07-15loader: Load weak symbols for function tracingDeyuan Guo
2013-04-17base: load weak symbols from object fileDeyuan Guo ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E)
2013-02-15loader: add a flattened device tree blob (dtb) objectAnthony Gutierrez
2012-09-25ARM: added support for flattened device tree blobsDam Sunwoo
2012-09-07loader: initialize all memory in the ObjectFile objects.Ali Saidi
2012-07-09Fix: Address a few benign memory leaksAndreas Hansson
2012-02-24MEM: Make port proxies use references rather than pointersAndreas Hansson
2012-01-17MEM: Add port proxies instead of non-structural portsAndreas Hansson
2011-06-12Loader: Handle bad section names when loading an ELF file.Gabe Black
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2010-09-10style: fix sorting of includes and whitespace in some filesNathan Binkert
2010-08-23Loader: Don't insert symbols into the symbol table that begin wiht '$'.Ali Saidi
2010-08-23Loader: Use address mask provided to load*Symbols when loading the symbols fr...Ali Saidi
2010-06-02ARM: Detect thumb mode elf images.Gabe Black
2009-10-27POWER: Add support for the Power ISATimothy M. Jones
2009-07-27ARM: Detect OABI binaries and complain that they're no-longer supported.Ali Saidi
2009-06-04types: clean up types, especially signed vs unsignedNathan Binkert
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2009-02-26CPA: Add new object for gathering critical path annotations.Ali Saidi
2009-02-15X86: Make the loader recognize 32 bit x86 processes.Gabe Black
2008-12-05This brings M5 closer to modernity - the kernel being advertised is newer so ...Lisa Hsu
2008-10-10misc: remove #include <cassert> from misc.hh since not everyone needs it.Nathan Binkert
2008-09-19Check the return value of I/O operations for failureNathan Binkert
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi