index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
base
/
loader
Age
Commit message (
Expand
)
Author
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
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-11-20
Get rid of a file that should have never been committed.
Gabe Black
2007-11-14
remove unnecessary debug messages I added
Korey Sewell
2007-11-13
Add in files from merge-bare-iron, get them compiling in FS and SE mode
Korey Sewell
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
2007-03-06
Get X86 to load an elf and start a process for it.
Gabe Black
2007-03-05
Add x86 to the Arch enum in the object file class.
Gabe Black
[next]