Age | Commit message (Expand) | Author |
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: Add support for TLS in clone | Andreas Sandberg |
2019-01-10 | arch-arm, sim-se: Fix incorrect SP handling in clone | Andreas Sandberg |
2019-01-10 | sim-se: Refactor clone to avoid most ifdefs | Andreas Sandberg |
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 |
2018-02-09 | sim: Remove _numContexts member in System class | Giacomo Travaglini |
2017-06-22 | arm,sim: fix context switch stats dumps for ARM64/Linux | Paul Rosenfeld |
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-06-20 | kern, arm: Dump dmesg on kernel panic/oops | Andreas Sandberg |
2016-04-27 | arm: Remove BreakPCEvent on guest kernel panic | Andreas Sandberg |
2016-04-01 | syscall_emul: remove mmapFlagTable | Steve Reinhardt |
2016-04-01 | syscall_emul: factor out flag tables into common file | Steve Reinhardt |
2016-03-17 | base: add symbol support for dynamic libraries | Brandon Potter |
2016-03-17 | syscall_emul: extend mmap system call to support file backed mmaps | Brandon Potter |
2016-03-17 | syscall_emul: add many Linux kernel flags | Brandon Potter |
2016-03-17 | syscall_emul: rename OpenFlagTransTable struct | Brandon Potter |
2015-11-27 | base: Add support for changing output directories | Andreas Sandberg |
2016-02-13 | syscall_emul: Implement clock_getres() system call | Michael LeBeane |
2016-02-06 | style: fix missing spaces in control statements | Steve Reinhardt |
2016-02-06 | style: remove trailing whitespace | Steve Reinhardt |
2015-08-21 | cpu: Move invldPid constant from Request to BaseCPU | Andreas Hansson |
2015-05-26 | arm: Implement some missing syscalls (SE mode) | Giacomo Gabrielli |
2015-05-05 | syscall_emul: fix warn_once behavior | Steve Reinhardt |
2015-05-05 | arm: Remove unnecessary boot uncachability | Andreas Hansson |
2015-04-29 | arch, base, dev, kern, sym: FreeBSD support | Ruslan Bukin |
2015-01-03 | arm: Add unlinkat syscall implementation | mike upton |
2014-11-14 | arm: Fixes based on UBSan and static analysis | Andreas Hansson |
2014-10-29 | automated merge | Ali Saidi |
2014-10-29 | arm: Fix multi-system AArch64 boot w/caches. | Ali Saidi |
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-10-17 | arm: Accomodate function name changes in newer linux kernels | Eric Van Hensbergen |
2013-04-22 | arm: Enable support for triggering a sim panic on kernel panics | Andreas Sandberg |
2013-04-22 | sim: Add helper functions that add PCEvents with custom arguments | Andreas Sandberg |
2013-02-19 | scons: Add warning for overloaded virtual functions | Andreas Hansson |
2013-02-15 | loader: add a flattened device tree blob (dtb) object | Anthony Gutierrez |
2013-01-08 | arm: add access syscall for ARM SE mode | Mitch Hayenga |