Age | Commit message (Expand) | Author |
2012-08-28 | Clock: Add a Cycles wrapper class and use where applicable | Andreas Hansson |
2012-08-06 | process: add progName() virtual function | Steve Reinhardt |
2012-07-10 | Add hook to call map() on Process from python. | Steve Reinhardt |
2012-02-24 | MEM: Make port proxies use references rather than pointers | Andreas Hansson |
2012-01-31 | Merge with head, hopefully the last time for this batch. | Gabe Black |
2012-01-31 | clang: Enable compiling gem5 using clang 2.9 and 3.0 | Koan-Sin Tan |
2012-01-28 | Merge with the main repo. | Gabe Black |
2012-01-17 | MEM: Add port proxies instead of non-structural ports | Andreas Hansson |
2012-01-07 | Merge with the main repository again. | Gabe Black |
2012-01-07 | Merge with main repository. | Gabe Black |
2011-12-01 | SE: Don't warn when not extending stack as it's too noisy with O3. | Ali Saidi |
2011-11-18 | SE/FS: Get rid of includes of config/full_system.hh. | Gabe Black |
2011-11-02 | SE/FS: Get rid of FULL_SYSTEM in sim. | Gabe Black |
2011-10-30 | SE/FS: Build the base process class in FS. | Gabe Black |
2011-10-22 | SE: move page allocation from PageTable to Process | Steve Reinhardt |
2011-09-09 | Stack: Tidy up some comments, a warning, and make stack extension consistent. | Gabe Black |
2011-09-02 | TLB: comments and a helpful warning. | Lisa Hsu |
2011-05-23 | syscall emul: fix Power Linux mmap constant, plus other cleanup | Steve Reinhardt |
2011-04-19 | stats: rename stats so they can be used as python expressions | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2010-08-17 | sim: revamp unserialization procedure | Steve Reinhardt |
2010-07-05 | process: get rid of some unused code & vars | Steve Reinhardt |
2010-07-05 | process: minor format/style cleanup | Steve Reinhardt |
2010-06-03 | More minor gdb-related cleanup. | Steve Reinhardt |
2010-06-02 | ARM: Allow ARM processes to start in Thumb mode. | Gabe Black |
2010-06-02 | ARM: Detect thumb mode elf images. | Gabe Black |
2010-01-19 | util: do checkpoint aggregation more cleanly, fix last changeset. | Lisa Hsu |
2009-11-04 | build: fix compile problems pointed out by gcc 4.4 | Nathan Binkert |
2009-10-30 | Syscalls: Make system calls access arguments like a stack, not an array. | Gabe Black |
2009-10-27 | POWER: Add support for the Power ISA | Timothy M. Jones |
2009-09-23 | arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh | Nathan Binkert |
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-04-15 | Get rid of the Unallocated thread context state. | Steve Reinhardt |
2009-02-27 | Processes: Make getting and setting system call arguments part of a process o... | Gabe Black |
2009-02-27 | X86: Add a class to support 32 bit x86 linux process. | Gabe Black |
2009-02-15 | X86: Make the loader recognize 32 bit x86 processes. | Gabe Black |
2009-01-30 | Errors: Use the correct panic/warn/fatal/info message in some places. | Ali Saidi |
2008-12-07 | imported patch aux-fix.patch | Lisa Hsu |
2008-12-05 | This brings M5 closer to modernity - the kernel being advertised is newer so ... | Lisa Hsu |
2008-12-04 | This patch pulls out the auxiliary vector struct from individual ISA | Lisa Hsu |
2008-11-20 | Assume files w/o obvious OS are Linux (with warning) | Steve Reinhardt |
2008-11-02 | Make it so that all thread contexts are registered with the System, even in | Lisa Hsu |
2008-07-23 | process: separate stderr from stdout | Michael Adler |
2008-07-23 | RemoteGDB: add an m5 command line option for setting or disabling remote gdb. | Michael Adler |
2008-02-05 | Add base ARM code to M5 | Stephen Hines |
2007-11-29 | Serialization: Fix serialization of file descriptors. Make sure open | Rick Strong |
2007-10-25 | TLB: Fix serialization issues with the tlb entries and make the page table st... | Gabe Black |
2007-10-25 | SE: Fix page table and system serialization, don't reinit process if this is ... | Ali Saidi |
2007-10-16 | Make the process objects use the Params structs in their constructors, and us... | Gabe Black |