Age | Commit message (Expand) | Author |
2014-10-22 | syscall_emul: Put BufferArg classes in a separate header. | Steve Reinhardt |
2014-10-22 | syscall_emul: add EmulatedDriver object | Steve Reinhardt |
2014-10-22 | sim: revert 6709bbcf564d | Nilay Vaish |
2014-10-20 | sim: invalid alignment checks in mmap and mremap | Tom Jablin |
2014-10-20 | sim: mmap: correct behavior for fixed address | Michael Adler |
2014-10-20 | sim: implement getdents/getdents64 in user mode | Michael Adler |
2014-09-03 | arch: Cleanup unused ISA traits constants | Andreas Hansson |
2014-04-17 | sim, arm: implement more of the at variety syscalls | Ali Saidi |
2014-01-24 | sim: Add openat/fstatat syscalls and fix mremap | Chris Adeniyi-Jones |
2013-01-08 | arm: add access syscall for ARM SE mode | Mitch Hayenga |
2012-09-21 | SE: Ignore FUTEX_PRIVATE_FLAG of sys_futex | Lluc Alvarez |
2012-09-10 | NetBSD: Build on NetBSD | Palle Lyckegaard |
2012-08-06 | syscall_emul: clean up open() code a bit. | Steve Reinhardt |
2012-08-06 | str: add an overloaded startswith() utility method | Steve Reinhardt |
2012-08-06 | syscall emulation: Clean up ioctl handling, and implement for x86. | Marc Orr |
2012-07-10 | syscall emulation: Add the futex system call. | Marc Orr |
2012-05-19 | Syscalls: warn when the length argument to mmap is excessive. | Gabe Black |
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 main repository. | 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-10-22 | syscall_emul: implement MAP_FIXED option to mmap() | Steve Reinhardt |
2011-05-23 | syscall emul: fix Power Linux mmap constant, plus other cleanup | Steve Reinhardt |
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 |
2011-03-17 | ARM: Add minimal ARM_SE support for m5threads. | Chris Emmons |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-09-13 | Faults: Pass the StaticInst involved, if any, to a Fault's invoke method. | Gabe Black |
2010-05-06 | compile: don't #include unnecessary stuff | Nathan Binkert |
2010-04-15 | tick: rename Clock namespace to SimClock | Nathan Binkert |
2009-11-14 | SE: Fix SE mode OS X compilation. | Ali Saidi |
2009-10-30 | SysCalls: Implement truncate64 system call | Vince Weaver |
2009-10-30 | Syscalls: Make system calls access arguments like a stack, not an array. | Gabe Black |
2009-10-24 | syscall: Addition of an ioctl command code for Power. | 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-15 | Syscalls: Implement sysinfo() syscall. | Vince Weaver |
2009-06-04 | types: clean up types, especially signed vs unsigned | Nathan Binkert |
2009-05-17 | includes: sort includes again | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2009-04-21 | Commit m5threads package. | Daniel Sanchez |