mem-cache: Avoid write merging if there are reads in between
[gem5.git] / src / sim /
2020-01-03 Yu-hsin Wangsim: Move destructor of Port to public
2019-12-18 Adrian Herrerasim: kernelExtras optional load addresses
2019-12-17 Gabe Blacksim: Include some required headers in the syscall debug...
2019-12-16 Adrian Herrerasim: kernelExtras if no kernel provided
2019-12-10 Gabe Blacksim,arch: Collapse the ISA specific versions of m5Syscall.
2019-12-10 Gabe Blackarch,cpu,sim: Push syscall number determination up...
2019-12-10 Gabe Blackarch: Get rid of the now unused setSyscallArg.
2019-12-10 Gabe Blacksim: Add a wrapper/subclass for SyscallDesc which uses...
2019-12-10 Gabe Blacksim: Add a mechanism to translate ABIs to call host...
2019-12-10 Gabe Blacksim: Get rid of the now unused SyscallDesc flags and...
2019-12-10 Gabe Blacksim: Reintroduce the ignoreWarnOnceFunc syscall handler.
2019-12-10 Gabe Blacksim: Make the syscalls use the SyscallReturn suppressio...
2019-12-04 Gabe Blacksim: Add a suppression mechanism to the SyscallReturn...
2019-12-04 Gabe Blacksim: Small style fixes in sim/syscall_return.hh.
2019-12-04 Gabe Blacksim: Change the syscall executor to a std::function.
2019-12-03 Giacomo Travaglinisim-se: Avoid function overloading for syscall implemen...
2019-11-27 Giacomo Travaglinisim-se: Check Path redirection when mmapping
2019-11-26 Ciro Santillisim: prefix --debug-flags Event logs with the flag...
2019-11-25 Ciro Santillisim-se: don't wake up threads that are halted on futex
2019-11-21 Giacomo Travaglinibase: Remove tests making use of Big/LittleEndianOrder...
2019-11-20 Brandon Potterbase,tests: Expanded GTests for addr_range.hh
2019-11-18 Gabe Blackarch: Get rid of the (Big|Little)EndianGuest namespaces.
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
next