Age | Commit message (Expand) | Author |
2015-12-09 | syscall_emul: don't check host fd when allocating target fd | Steve Reinhardt |
2015-09-29 | syscall_emul: Bandage readlink /proc/self/exe | Joel Hestness |
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-29 | arch, base, dev, kern, sym: FreeBSD support | Ruslan Bukin |
2015-04-13 | sim: Use NULL instead of None for testing filenames. | Nilay Vaish |
2014-11-24 | misc: Another round of static analysis fixups | Andreas Hansson |
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: minor style fix to LiveProcess constructor | Steve Reinhardt |
2014-10-22 | syscall_emul: add EmulatedDriver object | Steve Reinhardt |
2014-09-20 | alpha,arm,mips,power,x86,cpu,sim: Cleanup activate/deactivate | Mitch Hayenga |
2014-09-03 | arch: Cleanup unused ISA traits constants | Andreas Hansson |
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 |
2014-01-24 | arm: Add support for ARMv8 (AArch64 & AArch32) | ARM gem5 Developers |
2013-04-17 | base: load weak symbols from object file | Deyuan Guo ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E) |
2013-03-02 | sim: remove duplicate check on stack size | Nilay Vaish |
2013-02-19 | scons: Fix up numerous warnings about name shadowing | Andreas Hansson |
2012-08-28 | Clock: Add a Cycles wrapper class and use where applicable | Andreas Hansson |
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 the main repository again. | Gabe Black |
2012-01-07 | Merge with main repository. | Gabe Black |
2011-12-01 | SE: Don't warn when not extending stack as it's too noisy with O3. | Ali Saidi |
2011-11-18 | SE/FS: Get rid of includes of config/full_system.hh. | Gabe Black |
2011-11-02 | SE/FS: Get rid of FULL_SYSTEM in sim. | 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-09-09 | Stack: Tidy up some comments, a warning, and make stack extension consistent. | Gabe Black |
2011-09-02 | TLB: comments and a helpful warning. | Lisa Hsu |
2011-05-23 | syscall emul: fix Power Linux mmap constant, plus other cleanup | Steve Reinhardt |
2011-04-19 | stats: rename stats so they can be used as python expressions | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2010-08-17 | sim: revamp unserialization procedure | Steve Reinhardt |
2010-07-05 | process: get rid of some unused code & vars | Steve Reinhardt |
2010-07-05 | process: minor format/style cleanup | Steve Reinhardt |
2010-06-03 | More minor gdb-related cleanup. | Steve Reinhardt |
2010-06-02 | ARM: Allow ARM processes to start in Thumb mode. | Gabe Black |
2010-06-02 | ARM: Detect thumb mode elf images. | Gabe Black |
2010-01-19 | util: do checkpoint aggregation more cleanly, fix last changeset. | Lisa Hsu |
2009-11-04 | build: fix compile problems pointed out by gcc 4.4 | Nathan Binkert |