Age | Commit message (Expand) | Author |
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 |
2009-04-24 | SPARC: Tighten up the clone system call and SPARCs copyRegs. | Gabe Black |
2009-04-21 | pseudo: only include kernel stats if FULL_SYSTEM. | Nathan Binkert |
2009-04-21 | syscall_emul: style fixes (mostly wrapping overly long lines) | Steve Reinhardt |
2009-04-21 | syscall: Resolve conflicts between m5threads and Gabe's recent SE changes. | Steve Reinhardt |
2009-04-21 | Commit m5threads package. | Daniel Sanchez |
2009-04-15 | Get rid of the Unallocated thread context state. | Steve Reinhardt |
2009-04-08 | tlb: More fixing of unified TLB | Nathan Binkert |
2009-04-08 | tlb: Don't separate the TLB classes into an instruction TLB and a data TLB | Gabe Black |
2009-03-05 | stats: Fix all stats usages to deal with template fixes | Nathan Binkert |
2009-03-05 | serialize: Allow floats and doubles to be serialized | Nathan Binkert |
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-26 | CPA: Add new object for gathering critical path annotations. | Ali Saidi |
2009-02-25 | CPU: Implement translateTiming which defers to translateAtomic, and convert t... | Gabe Black |
2009-02-25 | ISA: Replace the translate functions in the TLBs with translateAtomic. | Gabe Black |