Age | Commit message (Expand) | Author |
2019-05-30 | arch, base, cpu, gpu, sim: Merge getMemProxy and getVirtProxy. | Gabe Black |
2019-05-29 | sim-se: add a release parameter to Process.py | Ciro Santilli |
2019-05-29 | arch, base, dev, sim: Remove now unnecessary casts from PortProxy methods. | Gabe Black |
2019-05-21 | sim-se: change syscall function signature | Brandon Potter |
2019-05-18 | arm: Add an object file loader for linux and freebsd. | Gabe Black |
2019-02-13 | sim-se: update the arm kernel version | Ayaz Akram |
2019-01-22 | sim-se: add syscalls related to polling | Brandon Potter |
2019-01-10 | sim-se, arch-arm: Add support for getdents64 | Javier Setoain |
2019-01-10 | arch-arm, sim-se: Wire up syscalls needed for pthreads | Javier Setoain |
2018-10-29 | syscall_emul: implement arm openat | Ciro Santilli |
2018-10-12 | syscall_emul: update arm uname release to 3.7.0+ | Ciro Santilli |
2017-02-27 | syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess s... | Brandon Potter |
2016-11-09 | syscall_emul: [patch 5/22] remove LiveProcess class and use Process instead | Brandon Potter |
2016-11-09 | syscall_emul: [patch 2/22] move SyscallDesc into its own .hh and .cc | Brandon Potter |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-02-13 | syscall_emul: Implement clock_getres() system call | Michael LeBeane |
2015-05-26 | arm: Implement some missing syscalls (SE mode) | Giacomo Gabrielli |
2015-05-05 | syscall_emul: fix warn_once behavior | Steve Reinhardt |
2015-01-03 | arm: Add unlinkat syscall implementation | mike upton |
2014-10-22 | sim: revert 6709bbcf564d | Nilay Vaish |
2014-10-20 | sim: implement getdents/getdents64 in user mode | Michael Adler |
2014-04-17 | sim, arm: implement more of the at variety syscalls | Ali Saidi |
2014-01-28 | arm: Enable umask syscall in SE mode | Mitch Hayenga |
2014-01-24 | arm: Add support for ARMv8 (AArch64 & AArch32) | ARM gem5 Developers |
2013-01-08 | arm: add access syscall for ARM SE mode | Mitch Hayenga |
2012-08-06 | syscall emulation: Enabled getrlimit and getrusage for x86. | Marc Orr |
2012-06-29 | ARM: Update version of linux we claim to be to 3.0.0. | Ali Saidi |
2012-02-24 | MEM: Make port proxies use references rather than pointers | Andreas Hansson |
2012-01-17 | MEM: Add port proxies instead of non-structural ports | Andreas Hansson |
2011-10-22 | SE: move page allocation from PageTable to Process | Steve Reinhardt |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-04-10 | ARM: Fix checkpoint restoration in ARM_SE. | Ali Saidi |
2011-04-10 | ARM: Get rid of some comments/todos that no longer apply. | Ali Saidi |
2011-03-17 | ARM: Add minimal ARM_SE support for m5threads. | Chris Emmons |
2010-06-02 | ARM: Fix SPEC2000 benchmarks in SE mode. With this patch all | Ali Saidi |
2010-06-02 | ARM: fix sizes of structs for ARM Linux | Ali Saidi |
2010-06-02 | ARM: Fixup native trace support and add some v7/recent stack code | Ali Saidi |
2010-06-02 | ARM: Implement the getrusage syscall. | Ali Saidi |
2010-06-02 | ARM: Allow ARM processes to start in Thumb mode. | Gabe Black |
2009-10-30 | Syscalls: Make system calls access arguments like a stack, not an array. | Gabe Black |
2009-09-15 | Syscalls: Implement sysinfo() syscall. | Vince Weaver |
2009-07-29 | ARM: Fix an instruction in the cmpxchg kernel provided routine. | Gabe Black |
2009-07-29 | ARM: Get rid of a stray line in the set_tls handler. | Gabe Black |
2009-07-29 | ARM: Ignore the "times" system call. | Ali Saidi |
2009-07-27 | ARM: Fix fstat/fstat64 structs to match EABI definitions. | Ali Saidi |
2009-07-27 | ARM: Handle register indexed system calls. | Ali Saidi |
2009-06-09 | ARM: Hook in the mmap2 system call. Make ArmLinuxProcess handle 5,6 syscall p... | Gabe Black |
2009-06-09 | ARM: Add a memory_barrier function to the "comm page". | Gabe Black |
2009-06-09 | ARM: Add a cmpxchg implementation to the "comm page". | Gabe Black |
2009-06-09 | ARM: Implement TLS. This is not tested. | Gabe Black |