Age | Commit message (Expand) | Author |
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 |
2019-02-19 | sim: Add a mechanism to exit the simulation loop immediately. | Gabe Black |
2019-02-12 | python: Don't assume SimObjects live in the global namespace | Andreas Sandberg |
2019-02-12 | python: Fix native module initialisation on Python 3 | Andreas Sandberg |
2019-02-08 | kern,sim: implement FUTEX_WAKE_OP | Moyang Wang |
2019-02-08 | sim, kern: support FUTEX_CMP_REQUEUE | Moyang Wang |
2019-02-08 | sim: handle the case when there're not enough HW thread contexts | Tuan Ta |
2019-02-08 | sim,cpu: make exit_group halt all threads in a group | Tuan Ta |
2019-02-08 | sim,kern: support FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET ops | Tuan Ta |
2019-02-08 | cpu: fixed how O3 CPU executes an exit system call | Tuan Ta |
2019-02-07 | arch-riscv: Enable support for riscv 32-bit in SE mode. | Austin Harris |
2019-02-06 | sim: added missed macro definition on MacOS | Andrea Mondelli |
2019-01-31 | sim: Prepare C++ side for Python 3 | Andreas Sandberg |
2019-01-30 | arch,cpu: Add vector predicate registers | Giacomo Gabrielli |
2019-01-22 | sim-se add readv and modifies writev | Brandon Potter |
2019-01-22 | sim-se: add ability to get/set sock metadata | Brandon Potter |
2019-01-22 | sim-se: add syscalls related to polling | Brandon Potter |
2019-01-22 | sim-se: add calls for network transmissions | Brandon Potter |
2019-01-22 | sim-se: add socket-based functionality | Brandon Potter |
2019-01-18 | base: Fix unitialized storage | Daniel R. Carvalho |
2019-01-16 | cpu: dev: sim: gpu-compute: Banish some ISA specific register types. | Gabe Black |
2019-01-10 | sim-se, arch-arm: Add support for getdents64 | Javier Setoain |
2019-01-10 | sim-se: Refactor clone to avoid most ifdefs | Andreas Sandberg |