Age | Commit message (Expand) | Author |
2019-05-29 | sim-se: add a release parameter to Process.py | Ciro Santilli |
2019-04-25 | sim-se: add a faux-filesystem | David Hashe |
2019-04-22 | sim-se: Enhance clone for X86KvmCPU | Alexandru Dutu |
2019-01-16 | cpu: dev: sim: gpu-compute: Banish some ISA specific register types. | Gabe Black |
2018-01-19 | arch, mem, sim: Consolidate and rename the SE mode page table classes. | Gabe Black |
2018-01-11 | arch,mem: Move page table construction into the arch classes. | Gabe Black |
2017-07-17 | sim, x86: Make clone a virtual function | Sean Wilson |
2017-05-25 | x86: sim: Make 32 bit x86 processes work again. | Gabe Black |
2017-03-17 | syscall-emul: change NULL to nullptr in Process files | Brandon Potter |
2017-03-09 | syscall-emul: Move memState into its own file | Brandon Potter |
2017-03-06 | syscall-emul: Remove unused class and member | Brandon Potter |
2017-02-27 | syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess s... | Brandon Potter |
2017-02-27 | syscall_emul: [patch 14/22] adds identifier system calls | Brandon Potter |
2015-07-20 | syscall_emul: [patch 13/22] add system call retry capability | Brandon Potter |
2016-11-09 | syscall_emul: [patch 10/22] refactor fdentry and add fdarray class | Brandon Potter |
2016-11-09 | syscall_emul: [patch 8/22] refactor process class | Brandon Potter |
2016-11-09 | syscall_emul: [patch 7/22] remove numCpus method | Brandon Potter |
2016-11-09 | syscall_emul: [patch 6/22] remove unused fields from Process class | 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 4/22] remove redundant M5_pid field from process | Brandon Potter |
2016-11-09 | style: [patch 3/22] reduce include dependencies in some headers | Brandon Potter |
2016-11-09 | syscall_emul: [patch 2/22] move SyscallDesc into its own .hh and .cc | Brandon Potter |
2016-03-17 | base: add symbol support for dynamic libraries | Brandon Potter |
2016-03-17 | base: support dynamic loading of Linux ELF objects in SE mode | Brandon Potter |
2016-03-17 | syscall_emul: move mmapGrowsDown() to LiveProcess | Steve Reinhardt |
2015-10-12 | misc: Add explicit overrides and fix other clang >= 3.5 issues | Andreas Hansson |
2015-10-12 | misc: Remove redundant compiler-specific defines | Andreas Hansson |
2015-09-29 | syscall_emul: Bandage readlink /proc/self/exe | Joel Hestness |
2015-08-07 | base: Declare a type for context IDs | Andreas Sandberg |
2015-07-24 | style: change Process function calls to use camelCase | Brandon Potter |
2015-07-24 | base: refactor process class (specifically FdMap and friends) | Brandon Potter |
2015-07-24 | syscall_emul: file descriptor interface changes | Brandon Potter |
2015-07-07 | sim: Refactor and simplify the drain API | Andreas Sandberg |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2015-04-13 | sim: Use NULL instead of None for testing filenames. | Nilay Vaish |
2014-11-23 | mem: Page Table map api modification | Alexandru Dutu |
2014-11-23 | x86: Segment initialization to support KvmCPU in SE | Alexandru Dutu |
2014-10-22 | syscall_emul: add EmulatedDriver object | Steve Reinhardt |
2014-08-28 | mem: adding architectural page table support for SE mode | Alexandru |
2014-04-01 | mem: adding a multi-level page table class | Alexandru |
2012-08-06 | process: add progName() virtual function | Steve Reinhardt |
2012-07-10 | Add hook to call map() on Process from python. | Steve Reinhardt |
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 |