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
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
2007-02-28
Make trap instructions always generate TrapInstruction Fault objects which ca...
Gabe Black
2007-01-26
Merge zeep.pool:/z/saidi/work/m5.newmem
Ali Saidi
2007-01-26
make our code a little more standards compliant
Ali Saidi
2007-01-22
we decided to check for .interp instead of .dynamic
Ali Saidi
2007-01-22
check if an executable is dynamic and die if it is
Ali Saidi
2007-01-16
Don't add symbols for loaded files to symbol table since they are pretty much...
Ali Saidi
2006-11-30
Load the hypervisor symbols twice, once with an address mask so that we can g...
Ali Saidi
2006-11-10
fix endian issues with condition codes
Ali Saidi
2006-11-09
Get SPARC to the point that it starts running. Add ability to load the ROM bi...
Ali Saidi
2006-08-14
Fix up doxygen.
Steve Reinhardt
2006-08-11
Added code to support setting up all of the auxillieary vectors configured by...
Gabe Black
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-29
split off fullsystem and se iprs into two functions to remove lots of #ifs
Ali Saidi
2006-05-22
Clean up libelf handling.
Steve Reinhardt
2006-05-22
New directory structure:
Steve Reinhardt