Age | Commit message (Expand) | Author |
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 |
2007-10-02 | Remote GDB: Turn on remote gdb in SE mode. | Gabe Black |
2007-09-25 | Loader: Only complain about TLS sections if you're using Alpha. | Gabe Black |
2007-09-11 | Loader: Error if a TLS section is found in the binary. | Ali Saidi |
2007-08-30 | params: Deprecate old-style constructors; update most SimObject constructors. | Miles Kaufmann |
2007-08-26 | Address Translation: Make SE mode use an actual TLB/MMU for translation like FS. | Gabe Black |
2007-07-26 | X86: Fix argument register indexing. | Gabe Black |
2007-07-23 | Major changes to how SimObjects are created and initialized. Almost all | Nathan Binkert |
2007-05-09 | fix the translating ports so it can add a page on a fault | Ali Saidi |
2007-04-09 | Comment out the remote gdb object for SE mode. | Gabe Black |
2007-03-06 | Get X86 to load an elf and start a process for it. | Gabe Black |
2007-03-05 | Add stub for x86 process creation | Gabe Black |
2007-03-03 | Fix some issues with 32 bit processes. | Gabe Black |
2007-02-28 | Make trap instructions always generate TrapInstruction Fault objects which ca... | Gabe Black |
2007-01-22 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-01-22 | Added remote gdb objects to each process | Gabe Black |
2007-01-22 | check if an executable is dynamic and die if it is | Ali Saidi |
2006-11-16 | Implement current working directory for LiveProcesses | Nathan Binkert |
2006-10-17 | add code to serialize se structures. Lisa is working on the python side of th... | Ali Saidi |
2006-09-17 | Finished changing how stat structures are translated, fixed the handling of v... | Gabe Black |
2006-09-03 | Added uid, euid, gid, egid, pid and ppid parameters to a live process. | Gabe Black |