Age | Commit message (Expand) | Author |
2019-10-12 | arch,base: Separate the idea of a memory image and object file. | Gabe Black |
2019-10-10 | arch, base: Stop assuming object files have three segments. | Gabe Black |
2019-10-09 | base: Rename Section to Segment, and some of its members. | Gabe Black |
2019-10-03 | sim-se: Fix invalid delete of params on clone | Jason Lowe-Power |
2019-10-02 | sim: Mark System::getThreadContext method as const | Giacomo Travaglini |
2019-09-26 | sim: Convert power modelling framework to new-style stats | Andreas Sandberg |
2019-08-29 | stats: Add support for hierarchical stats | Andreas Sandberg |
2019-08-27 | sim: Add a << overload for the Port class which prints its name. | Gabe Black |
2019-08-27 | sim: Add a takeOverFrom method to the base Port class. | Gabe Black |
2019-08-27 | mem, sim, systemc: Reorganize Port and co.s bind, unbind slightly. | Gabe Black |
2019-08-13 | sim: Add a hook Clocked objects can implement for frequency changes. | Gabe Black |
2019-08-13 | sim: Clean up some mild style bugs in clocked_object.hh. | Gabe Black |
2019-08-12 | sim-se: rename Process::setpgid member | Brandon Potter |
2019-08-09 | sim-se: minor refactor for ProcessParams::create | Brandon Potter |
2019-08-09 | sim-se: remove unused parameter | Brandon Potter |
2019-08-06 | sim-se: add new getpgrp system call | Brandon Potter |
2019-08-06 | sim-se: adding pipe2 syscall | Matthew Sinclair |
2019-08-02 | sim-se: small refactor on pipe syscall | Brandon Potter |
2019-08-01 | sim-se: small performance optimization | Brandon Potter |
2019-08-01 | sim-se: fstat64 bugfix | Brandon Potter |
2019-08-01 | sim-se: add new option to getrlimit syscall | Brandon Potter |
2019-07-18 | sim: Add getter to fault virtual address | Gabor Dozsa |
2019-05-30 | arch, base, cpu, gpu, sim: Merge getMemProxy and getVirtProxy. | Gabe Black |
2019-05-30 | cpu, sim: Return PortProxy &s from all the proxy accessors. | Gabe Black |
2019-05-30 | arch, base, sim: Demote (SE|FS)TranslatingPortProxy &s to PortProxy &s. | Gabe Black |
2019-05-30 | arch, base, sim: Replace Copy(String)?(In|Out) with equivalent code. | 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-21 | sim-se: remove /sys from special paths | Tony Gutierrez |
2019-05-20 | sim: Make the Process create function use the object loader mechanism. | Gabe Black |
2019-05-18 | arch, base, cpu, dev, mem, sim: Remove #if 0-ed out code. | Gabe Black |
2019-05-06 | sim-se: correct statfs inclusion on !linux host | Andrea Mondelli |
2019-05-03 | sim-se: fix a few bugs/warns from GCC 6 | Joe Gross |
2019-05-03 | sim-se: add eventfd system call | Brandon Potter |
2019-04-30 | sim-se: use DPRINTF_SYSCALL for ioctl/wait4 | Alexandru Dutu |
2019-04-30 | sim-se: bugfix for 54c77aa055e | Brandon Potter |
2019-04-30 | arch: cpu: Track kernel stats using the base ISA agnostic type. | Gabe Black |
2019-04-30 | sim-se: add socket ioctls | Brandon Potter |
2019-04-29 | sim-se: create Proc out files in out dir | Steve Reinhardt |
2019-04-28 | arch, sim: Simplify the AuxVector type. | Gabe Black |
2019-04-28 | mem: Remove the ISA specialized versions of port proxy's read/write. | Gabe Black |
2019-04-28 | mem: Minimize the use of MemObject. | Gabe Black |
2019-04-25 | sim-se: add a faux-filesystem | David Hashe |
2019-04-22 | sim-se: Enhance clone for X86KvmCPU | Alexandru Dutu |
2019-03-19 | arch, cpu, dev, gpu, mem, sim, python: start using getPort. | Gabe Black |
2019-03-19 | mem: Move bind() and unbind() into the Port class. | Gabe Black |
2019-03-19 | sim: Add a getPort function to SimObject. | Gabe Black |
2019-03-15 | mem: Move the Port base class into sim. | Gabe Black |
2019-03-12 | sim: Add size to array unserialization error message | Daniel R. Carvalho |