systemc: Add a non-standard sc_time constructor and from_string.
[gem5.git] / src / sim /
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).
2018-09-07 Giacomo Travaglinisim: Add System method for MasterID lookup
2018-06-25 Matt Sinclairsyscall_emul: adding symlink system call
2018-06-25 Matt Sinclairsyscall_emul: adding link system call
2018-05-30 Michael LeBeanedev: Exit correctly in dist-gem5 for SE mode
2018-05-16 Tony Gutierrezstyle: fix amd license and style issues
2018-05-09 Giacomo Travaglinisim: Remove trailing dot when assigning a master's...
2018-04-27 Giacomo Travaglinisim,cpu,mem,arch: Introduced MasterInfo data structure
2018-04-20 Jason Lowe-Powerdocs: Fix power model doxygen
2018-03-15 Jason Lowe-Powersim-se: Fix fallthrough in prlimit
2018-02-28 Anouk Van Laersim, power: Temperature used for power calculations
2018-02-28 Anouk Van Laersim: Added model type to power model
2018-02-16 Chuan Zhusim: Add gtoh/htog helpers that take an explicit endianness
2018-02-09 Giacomo Travaglinisim: Remove _numContexts member in System class
2018-01-29 Glenn Bergmansarm: DT autogeneration - Device Tree generation methods
2018-01-23 Gabe Blacktarch, mem: Abstract the data stored in the SE page...
2018-01-23 Gabe Blackx86, mem: Rewrite the multilevel page table class.
2018-01-20 Gabe Blacksim: Use the new BitUnion templates in serialize.hh.
2018-01-20 Gabe Blackbase: Rework bitunions so they can be more flexible.
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...
next