sim, arch, base: Refactor the base remote GDB class.
[gem5.git] / src / sim /
2018-01-20 Gabe Blacksim, arch, base: Refactor the base remote GDB class.
2018-01-19 Gabe Blackarch, mem, sim: Consolidate and rename the SE mode...
2018-01-16 Gabe Blacksim: Simplify registerThreadContext a little bit.
2018-01-11 Gabe Blackarch,mem: Move page table construction into the arch...
2018-01-10 Tuan Taarch-riscv,sim: Support clone syscall in RISC-V
2018-01-05 Tuan Tasim: Fix a bug in prlimit syscall in SE mode
2017-12-14 Jason Lowe-Powermisc: Updates for gcc7.2 for x86
2017-12-13 Gabe Blackarm,sparc,x86,base,cpu,sim: Replace the Twin(32|64...
2017-12-13 Gabe Blackbase: Add endianness conversion functions for std:...
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-11-27 Gabe Blackscons: Switch from "guards" to "tags" on source files.
2017-11-22 Alec Roelkesim-se: Add default to SyscallDesc constructor
2017-11-21 Austin Harrissim: Fix need to save address space info during seriali...
2017-11-17 Geoffrey Blakesim: Implement load_addr_mask auto-calculation
2017-11-16 Tiago Mucksim: ScopedMigration does nothing if both eqs are the...
2017-11-16 David Guillen Fandospwr: Enable multiple power models per component
2017-11-16 Tiago Mucksim: Clocked object debug message updated for clarity
2017-11-16 Andreas Sandbergsim: Add an option to load additional kernel objects
2017-11-06 Alec Roelkesim-se: Add prlimit system call
2017-09-28 Rico Amslingersim-se: Fix mremap for downward growing mmap regions
2017-09-27 Bjoern A. Zeebsim: make compile on FreeBSD prior to 11
2017-09-25 Gabe Blackmem: Record the request master ID in the PacketInfo...
2017-09-21 Gabe Blacksim: Stop using loadState in the Root SimObject.
2017-08-01 Andreas Sandbergsim: Use named constants for pseudo ops
2017-07-20 Jose Marinhosim: Prevent segfault in the wakeCpu m5op if id is...
2017-07-17 Sean Wilsonsim, x86: Make clone a virtual function
2017-07-12 Sean Wilsonsim, gdb: Refactor some Event subclasses into lambdas
2017-07-12 Jose Marinhocpu, sim: Add param to force CPUs to wait for GDB
2017-07-10 Jose Marinhosim: Fix clashing stat names in TickedObject and Ticked
2017-07-05 Rekai Gonzalez-Alb... cpu: Added interface for vector reg file
2017-07-05 Curtis Dunhamkvm: move Kvm check from ARM Kvm GIC to System
2017-06-21 Jason Lowe-Powersim: Updated ClockedObject power state warning
2017-06-20 Sean Wilsonsim, x86: Replace EventWrapper use with EventFunctionWr...
2017-06-20 Sean Wilsonsim: Add generic EventFunctionWrapper
2017-06-20 Sean Wilsonsim: Remove DelayFunction
2017-05-25 Gabe Blackx86: sim: Make 32 bit x86 processes work again.
2017-05-24 Andreas Sandbergsim: Add hooks to implement event reference counting
2017-05-19 Andreas Sandbergbase, sim, arch: Fix clang 5.0 warnings
2017-05-12 Andreas Sandbergsyscall_emul: Fix undefined macro behavior
2017-05-05 Alexandru Dutusyscall_emul: Argument retrieval bug fix
2017-05-02 Andreas Sandbergbase, sim, dev: Remove SWIG
2017-05-02 Andreas Sandbergpython: Use PyBind11 instead of SWIG for Python wrappers
2017-04-11 Stephan Diestelhorstpower: Allow global stats in power equations
2017-04-08 Stephan Diestelhorstpower: Clarify the unit used for the power equations (W)
2017-04-06 Andreas Sandbergpower: Add a voltage variable to power expressions
2017-04-06 Andreas Sandbergpower: Add error checking to MathExprPowerModel
2017-04-03 Andreas Sandbergsim: Handle cases where Drainable::resume() creates...
2017-03-17 Brandon Pottersyscall-emul: Hotfix for FreeBSD/Mac builds
2017-03-17 Brandon Pottersyscall-emul: change NULL to nullptr in Process files
2017-03-09 Brandon Potterstyle: change NULL to nullptr in syscall files
2017-03-09 Brandon Pottersyscall-emul: Rewrite system call exit code
2017-03-09 Brandon Pottersyscall-emul: Add the tgkill system call
2017-03-09 Brandon Pottersyscall-emul: Adds SE mode signal feature
2017-03-09 Brandon Pottersyscall-emul: Add or extend dup, dup2, and pipe
2017-03-09 Brandon Pottersyscall-emul: Add functionality to open syscalls
2017-03-09 Brandon Potterstyle: Correct some style issues
2017-03-09 Brandon Pottersyscall-emul: Move memState into its own file
2017-03-07 Andreas Sandbergpower: Avoid forward declarations that confuse wrappers
2017-03-06 Brandon Pottersyscall-emul: Remove unused class and member
2017-02-27 Brandon Pottersyscall_emul: [PATCH 15/22] add clone/execve for thread...
2017-02-27 Brandon Pottersyscall_emul: [patch 14/22] adds identifier system...
2015-07-20 Brandon Pottersyscall_emul: [patch 13/22] add system call retry capab...
2015-07-20 Brandon Potterstyle: [patch 12/22] fix preliminary style issues for...
2015-07-20 Brandon Pottersyscall_emul: [patch 11/22] extend functionality of...
2017-02-19 Andreas Hanssonsim: Ensure draining is deterministic
2016-11-09 Brandon Pottersyscall_emul: [patch 10/22] refactor fdentry and add...
2016-11-09 Brandon Pottersyscall_emul: [patch 9/22] remove unused global variabl...
2016-11-09 Brandon Pottersyscall_emul: [patch 8/22] refactor process class
2016-11-09 Brandon Pottersyscall_emul: [patch 7/22] remove numCpus method
2016-11-09 Brandon Pottersyscall_emul: [patch 6/22] remove unused fields from...
2016-11-09 Brandon Pottersyscall_emul: [patch 5/22] remove LiveProcess class...
2017-02-17 Brandon Pottersim: fix out-of-bounds error in syscall_desc
2017-02-14 Curtis Dunhamsim, kvm: make KvmVM a System parameter
2017-02-14 Curtis Dunhamsim,kvm,arm: fix typos
2017-02-10 Christian Menardmisc: Fix order of object construction in the CxxConfig...
2017-02-10 Bjoern A. Zeebsim: fix build breakage in process.cc after brandon...
2017-02-10 Bjoern A. Zeebsim: Patch to fix the statfs build
2017-02-07 Andreas Sandbergstyle: Force Python.h to be included before main header
2016-11-09 Brandon Pottersyscall_emul: [patch 4/22] remove redundant M5_pid...
2016-11-09 Brandon Potterstyle: [patch 3/22] reduce include dependencies in...
2017-01-20 Brandon Pottersyscall_emul: #ifdef new system calls to allow builds...
2016-11-09 Brandon Pottersyscall_emul: [patch 2/22] move SyscallDesc into its...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2017-01-03 Andreas Sandbergsim: Remove declaration of unused CountedDrainEvent
2017-01-03 Andreas Sandbergsim: Remove redundant export_method_cxx_predecls
2016-12-23 Joel Hestnesssim: Fix SE mode checkpoint restore file handling
2016-12-19 Andreas Sandbergsim: Remove redundant buildEnv import
2016-12-15 Brandon Pottersyscall_emul: implement fallocate
2016-12-15 Brandon Pottersyscall_emul: add support for x86 statfs system calls
2016-12-15 Brandon Pottersyscall_emul: extend sysinfo system call to include...
2016-11-30 Alec Roelkearch: [Patch 1/5] Added RISC-V base instruction set...
2016-11-17 Andreas Hanssonalpha: Remove ALPHA tru64 support and associated tests
2016-10-27 Michael LeBeanedev: Add m5 op to toggle synchronization for dist-gem5.
2016-10-15 Nicolas Derumignysyscall: read() should not write anything if reading...
2016-10-04 Andreas Sandbergsim: Add a checkpoint function to test for entries
2016-09-14 Michael LeBeanesim: Refactor quiesce and remove FS asserts
2016-09-14 Michael LeBeanesim, syscall_emul: Add mmap to EmulatedDriver
2016-08-05 Tony Gutierrezsim: fix issues with pwrite(); don't enable fstatfs
2016-08-04 Tony Gutierrezx86, sim: add some syscalls to X86
2016-07-21 Mitch Hayengacpu: Add SMT support to MinorCPU
next