Age | Commit message (Expand) | Author |
2010-06-14 | stats: get rid of the never-really-used event stuff | Nathan Binkert |
2010-06-09 | flags: add comment to avoid future deletions since code appears redundant. | Lisa Hsu |
2010-06-08 | flags: Unserializing old checkpoints before the introduction | Lisa Hsu |
2010-06-03 | More minor gdb-related cleanup. | Steve Reinhardt |
2010-06-03 | Minor remote GDB 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-05-06 | compile: don't #include unnecessary stuff | Nathan Binkert |
2010-04-18 | stats: make simTicks and simFreq accessible from stats.hh | Nathan Binkert |
2010-04-18 | event: Allow EventWrapper to take an object reference | Nathan Binkert |
2010-04-15 | tick: rename Clock namespace to SimClock | Nathan Binkert |
2010-04-15 | eventq: move EventQueue constructor to cc file | Nathan Binkert |
2010-04-02 | eventq: allow an implicit cast from an EventManager to an EventQueue * | Nathan Binkert |
2010-04-02 | eventq: Clean up some flags | Nathan Binkert |
2010-04-02 | eventq: Make priorities just an integer instead of an enum. | Nathan Binkert |
2010-03-12 | eventq: rearrange a little bit so I can add some stuff | Nathan Binkert |
2010-03-12 | eventq: remove some unused includes | Nathan Binkert |
2010-02-26 | events: Give EventWrapped a default name and description | Nathan Binkert |
2010-01-19 | util: do checkpoint aggregation more cleanly, fix last changeset. | Lisa Hsu |
2010-01-18 | util: make a generic checkpoint aggregator that can aggregate different cpts... | Lisa Hsu |
2010-01-12 | faults: i think these fault invocations should be panic and not fatal. it def... | Lisa Hsu |
2009-11-14 | SE: Fix SE mode OS X compilation. | Ali Saidi |
2009-11-09 | syscall: missing initializer in getcwd call | Vince Weaver |
2009-11-04 | build: fix compile problems pointed out by gcc 4.4 | Nathan Binkert |
2009-10-30 | SysCalls: Implement truncate64 system call | Vince Weaver |
2009-10-31 | Syscalls: Fix a warning turned error about an unused variable in m5.fast. | Gabe Black |
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-10-24 | syscall: Addition of an ioctl command code for Power. | Timothy M. Jones |
2009-10-24 | syscall: Zero out memory that already exists during the brk system call. | Timothy M. Jones |
2009-10-24 | syscall: Fix conversion of the stat64 buffer during system calls. | Timothy M. Jones |
2009-10-24 | syscall: Implementation of the ftruncate64 system call. | Timothy M. Jones |
2009-10-24 | syscall: Implementation of the time system call. | Timothy M. Jones |
2009-10-24 | syscall: Implementation of the times system call | Timothy M. Jones |
2009-10-02 | SE mode: Make the direction anonymous mmaps move through memory configurable. | Gabe Black |
2009-09-23 | arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh | Nathan Binkert |
2009-09-22 | python: Move more code into m5.util allow SCons to use that code. | Nathan Binkert |
2009-09-15 | Syscalls: Implement sysinfo() syscall. | Vince Weaver |
2009-07-27 | Elf: Add in some new aux vector type constants. | Gabe Black |
2009-07-27 | ARM: Detect OABI binaries and complain that they're no-longer supported. | Ali Saidi |
2009-07-19 | Tracing: Add accessors so tracers can get at data in trace records. | Gabe Black |
2009-07-10 | SPARC: Set up a lookup table for integer register flattening. | Gabe Black |
2009-07-08 | Registers: Add a registers.hh file as an ISA switched header. | Gabe Black |
2009-06-04 | types: clean up types, especially signed vs unsigned | Nathan Binkert |
2009-06-04 | style: cleanup style | Nathan Binkert |
2009-05-26 | types: add a type for thread IDs and try to use it everywhere | Nathan Binkert |
2009-05-17 | includes: sort includes again | Nathan Binkert |
2009-05-17 | includes: use base/types.hh not inttypes.h or stdint.h | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2009-05-04 | scons: re-work the *Source functions to take more information. | Nathan Binkert |