arch: Make and use endian specific versions of the mem helpers.
[gem5.git] / src / sim /
2019-11-16 Bobby R. Brucetests: Added GTests for byteswap.hh
2019-10-30 Gabe Blackarch,sim: Make copyStringArray take an explicit endianness.
2019-10-30 Gabe Blacksim: Use the system and OS to get endianness.
2019-10-30 Gabe Blacksim: Add a getGuestByteOrder accessor to the system...
2019-10-25 Gabe Blackcpu,sim: Delegate PCEvent scheduling from Systems to...
2019-10-25 Gabe Blackcpu,sim: Get rid of a bunch of conditional compilation...
2019-10-25 Gabe Blacksim: Make the System object a PCEventScope.
2019-10-24 Ciro Santillicpu, sim-se: don't wake up threads that are awake in...
2019-10-24 Ciro Santillisim-se: fix futexFunc TGT_FUTEX_WAIT always selects...
2019-10-16 Gabe Blackarch,base,sim: Move Process loader hooks into the Proce...
2019-10-15 Gabe Blacksim,cpu: Get rid of the unused instEventQueue.
2019-10-12 Gabe Blackarch,base: Separate the idea of a memory image and...
2019-10-10 Gabe Blackarch, base: Stop assuming object files have three segments.
2019-10-09 Gabe Blackbase: Rename Section to Segment, and some of its members.
2019-10-03 Jason Lowe-Powersim-se: Fix invalid delete of params on clone
2019-10-02 Giacomo Travaglinisim: Mark System::getThreadContext method as const
2019-09-26 Andreas Sandbergsim: Convert power modelling framework to new-style...
2019-08-29 Andreas Sandbergstats: Add support for hierarchical stats
2019-08-27 Gabe Blacksim: Add a << overload for the Port class which prints...
2019-08-27 Gabe Blacksim: Add a takeOverFrom method to the base Port class.
2019-08-27 Gabe Blackmem, sim, systemc: Reorganize Port and co.s bind, unbin...
2019-08-13 Gabe Blacksim: Add a hook Clocked objects can implement for frequ...
2019-08-13 Gabe Blacksim: Clean up some mild style bugs in clocked_object.hh.
2019-08-12 Brandon Pottersim-se: rename Process::setpgid member
2019-08-09 Brandon Pottersim-se: minor refactor for ProcessParams::create
2019-08-09 Brandon Pottersim-se: remove unused parameter
2019-08-06 Brandon Pottersim-se: add new getpgrp system call
2019-08-06 Matthew Sinclairsim-se: adding pipe2 syscall
2019-08-02 Brandon Pottersim-se: small refactor on pipe syscall
2019-08-01 Brandon Pottersim-se: small performance optimization
2019-08-01 Brandon Pottersim-se: fstat64 bugfix
2019-08-01 Brandon Pottersim-se: add new option to getrlimit syscall
2019-07-18 Gabor Dozsasim: Add getter to fault virtual address
2019-05-30 Gabe Blackarch, base, cpu, gpu, sim: Merge getMemProxy and getVir...
2019-05-30 Gabe Blackcpu, sim: Return PortProxy &s from all the proxy accessors.
2019-05-30 Gabe Blackarch, base, sim: Demote (SE|FS)TranslatingPortProxy...
2019-05-30 Gabe Blackarch, base, sim: Replace Copy(String)?(In|Out) with...
2019-05-29 Ciro Santillisim-se: add a release parameter to Process.py
2019-05-29 Gabe Blackarch, base, dev, sim: Remove now unnecessary casts...
2019-05-21 Brandon Pottersim-se: change syscall function signature
2019-05-21 Tony Gutierrezsim-se: remove /sys from special paths
2019-05-20 Gabe Blacksim: Make the Process create function use the object...
2019-05-18 Gabe Blackarch, base, cpu, dev, mem, sim: Remove #if 0-ed out...
2019-05-06 Andrea Mondellisim-se: correct statfs inclusion on !linux host
2019-05-03 Joe Grosssim-se: fix a few bugs/warns from GCC 6
2019-05-03 Brandon Pottersim-se: add eventfd system call
2019-04-30 Alexandru Dutusim-se: use DPRINTF_SYSCALL for ioctl/wait4
2019-04-30 Brandon Pottersim-se: bugfix for 54c77aa055e
2019-04-30 Gabe Blackarch: cpu: Track kernel stats using the base ISA agnost...
2019-04-30 Brandon Pottersim-se: add socket ioctls
2019-04-29 Steve Reinhardtsim-se: create Proc out files in out dir
2019-04-28 Gabe Blackarch, sim: Simplify the AuxVector type.
2019-04-28 Gabe Blackmem: Remove the ISA specialized versions of port proxy...
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-04-25 David Hashesim-se: add a faux-filesystem
2019-04-22 Alexandru Dutusim-se: Enhance clone for X86KvmCPU
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2019-03-19 Gabe Blackmem: Move bind() and unbind() into the Port class.
2019-03-19 Gabe Blacksim: Add a getPort function to SimObject.
2019-03-15 Gabe Blackmem: Move the Port base class into sim.
2019-03-12 Daniel R. Carvalhosim: Add size to array unserialization error message
2019-02-19 Gabe Blacksim: Add a mechanism to exit the simulation loop immedi...
2019-02-12 Andreas Sandbergpython: Don't assume SimObjects live in the global...
2019-02-12 Andreas Sandbergpython: Fix native module initialisation on Python 3
2019-02-08 Moyang Wangkern,sim: implement FUTEX_WAKE_OP
2019-02-08 Moyang Wangsim, kern: support FUTEX_CMP_REQUEUE
2019-02-08 Tuan Tasim: handle the case when there're not enough HW thread...
2019-02-08 Tuan Tasim,cpu: make exit_group halt all threads in a group
2019-02-08 Tuan Tasim,kern: support FUTEX_WAIT_BITSET and FUTEX_WAKE_BITS...
2019-02-08 Tuan Tacpu: fixed how O3 CPU executes an exit system call
2019-02-07 Austin Harrisarch-riscv: Enable support for riscv 32-bit in SE mode.
2019-02-06 Andrea Mondellisim: added missed macro definition on MacOS
2019-01-31 Andreas Sandbergsim: Prepare C++ side for Python 3
2019-01-30 Giacomo Gabrielliarch,cpu: Add vector predicate registers
2019-01-22 Brandon Pottersim-se add readv and modifies writev
2019-01-22 Brandon Pottersim-se: add ability to get/set sock metadata
2019-01-22 Brandon Pottersim-se: add syscalls related to polling
2019-01-22 Brandon Pottersim-se: add calls for network transmissions
2019-01-22 Brandon Pottersim-se: add socket-based functionality
2019-01-18 Daniel R. Carvalhobase: Fix unitialized storage
2019-01-16 Gabe Blackcpu: dev: sim: gpu-compute: Banish some ISA specific...
2019-01-10 Javier Setoainsim-se, arch-arm: Add support for getdents64
2019-01-10 Andreas Sandbergsim-se: Refactor clone to avoid most ifdefs
2019-01-10 Andreas Sandbergsim-se: Correctly calculate next PC in clone
2019-01-10 Andreas Sandbergsim-se: Use CONFIG_CLONE_BACKWARDS for Arm
2018-12-05 Tony Gutierrezarch-x86: Add sys/syscall.h to x86 process.cc/syscall_e...
2018-12-04 Nikos Nikolerisbase, sim: Add missing destructors
2018-11-27 Ciro Santillisim-se: only implement getdentsFunc on supported hosts
2018-11-20 Gabe Blacksim: Deschedule existing events when destructing an...
2018-11-14 Giacomo Travaglinisim: Move BitUnion overloading to show/parseParams
2018-11-14 Giacomo Travaglinisim: Move paramIn/Out definition to header file
2018-11-12 Gabe Blacksim: Push the global frequency management code into...
2018-10-30 Ciro Santillisyscall_emul: fix openat when directory does not end...
2018-10-01 Giacomo Travaglinisim: Extend (UN)SERIALIZE_ARRAY to BitUnions
2018-09-19 Brandon Pottersyscall_emul: implement dir-related syscalls
2018-09-19 Brandon Pottersyscall_emul: refactor FDEntry and children classes
2018-09-19 Brandon Pottersyscall_emul: style changes and FDArray refactor
2018-09-19 Brandon Pottersyscall_emul: expand AuxVector class
2018-09-14 Sherif Elhabbalpower: Add a clock_period variable to power expressions
2018-09-11 Gabe Blackbase: Correct a small typo in sim/core.(hh|cc).
next