Age | Commit message (Expand) | Author |
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 |
2007-03-06 | Get X86 to load an elf and start a process for it. | Gabe Black |
2007-02-28 | Make trap instructions always generate TrapInstruction Fault objects which ca... | Gabe Black |
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 |
2006-11-30 | Load the hypervisor symbols twice, once with an address mask so that we can g... | Ali Saidi |
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-22 | Clean up libelf handling. | Steve Reinhardt |
2006-05-22 | New directory structure: | Steve Reinhardt |