cpu: Add TraceCPU to playback elastic traces
[gem5.git] / src / sim /
2015-12-04 Andreas Sandbergsim: Get rid of the non-const serialize() method
2015-12-04 Andreas Sandbergsim: Add support for generating back traces on errors
2015-10-12 Andreas Hanssonmisc: Add explicit overrides and fix other clang >...
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-10-09 Dylan Johnsonsim: Add relative break scheduling
2015-09-02 Dylan Johnsonsim: Add ability to break at specific kernel function
2015-09-30 Mitch Hayengacpu: Change thread assignments for heterogenous SMT
2015-09-29 Joel Hestnesssyscall_emul: Bandage readlink /proc/self/exe
2015-09-25 Andreas Hanssonmem: Add PacketInfo to be used for packet probe points
2015-09-04 Andreas Hanssonsim: Fix time unit in abort message
2015-09-03 Nilay Vaishmerged with recent commits.
2015-09-02 Curtis Dunhamsim: tag-based checkpoint versioning
2015-09-02 Curtis Dunhamsim: support checkpointing std::set<std::string>'s
2015-09-02 Curtis Dunhamsim: make warning for absent optional parameters optional
2015-09-01 Andreas Sandbergsim: Remove broken AutoSerialize support from the event...
2015-09-01 Andreas Sandbergsim: Remove autoserialize support for exit events
2015-09-01 Andreas Sandbergsim: Remove unused SerializeBuilder interface
2015-09-01 Andreas Sandbergsim: Replace fromInt/fromSimObject with decltype
2015-09-01 Andreas Sandbergsim: Move SimObject resolver to sim_object.hh
2015-08-26 Emilio Castillocpu: quiesce pseudoinsts: Always do full quiesce
2015-08-11 Nilay Vaishsim: clocked object: function for converting cycles...
2015-08-07 Andreas Sandbergsim: Flag EventQueue::getCurTick() as const
2015-08-07 Andreas Sandbergsim: Split ClockedObject to make it usable to non-SimOb...
2015-08-07 Andreas Sandbergbase: Declare a type for context IDs
2015-08-05 Andreas Sandbergsim: Fixup comments and constness in draining infrastru...
2015-08-04 Andreas Sandbergsim: Initialize Drainable::_drainState to the system...
2015-08-04 Andreas Sandbergmem: Add probe support to the CommMonitor
2015-08-04 Timothy Jonessim: function for testing for auto deletion
2015-08-04 Timothy Jonesuby: Fix checkpointing and restore
2015-07-20 David Hashesyscall: Add readlink to x86 with special case /proc...
2015-07-28 Nilay Vaishrevert 5af8f40d8f2c
2015-07-26 Nilay Vaishcpu: implements vector registers
2015-07-24 Brandon Potterstyle: change Process function calls to use camelCase
2015-07-24 Brandon Pottersyscall_emul: standardized file descriptor name and...
2015-07-24 Brandon Potterbase: refactor process class (specifically FdMap and...
2015-07-24 Brandon Pottersyscall_emul: file descriptor interface changes
2015-07-07 Andreas Sandbergsim: Refactor and simplify the drain API
2015-07-07 Andreas Sandbergsim: Decouple draining from the SimObject hierarchy
2015-07-07 Andreas Sandbergsim: Move mem(Writeback|Invalidate) to SimObject
2015-07-07 Andreas Sandbergsim: Make the drain state a global typed enum
2015-07-07 Andreas Sandbergsim: Add macros to serialize objects into a section
2015-07-07 Andreas Sandbergbase: Add serialization support to Pixels and FrameBuffer
2015-07-07 Andreas Sandbergsim: Fix broken event unserialization
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-07-07 Andreas Sandbergsim: Add serialization macros for std containers
2015-06-01 Curtis Dunhamsim, arm: add checkpoint upgrader for d02b45a5
2015-05-26 Giacomo Gabrielliarm: Implement some missing syscalls (SE mode)
2015-05-23 Andreas Sandbergbase: Redesign internal frame buffer handling
2015-05-15 Andreas Sandbergsim: Don't clear the active CPU vector in System::initState
2015-05-05 Steve Reinhardtsyscall_emul: fix warn_once behavior
2015-04-30 Ruslan Bukinarch, base, dev, kern, sym: FreeBSD support
2015-04-22 Brandon Pottersyscall_emul: implement clock_gettime system call
2015-04-22 Brandon Pottersyscall_emul: update getrlimit to use warn
2015-04-22 Brandon Pottersyscall_emul: fix warning with wrong syscall name
2015-04-13 Nilay Vaishsim: Use NULL instead of None for testing filenames.
2015-04-13 Nilay Vaishsim: fix function for emulating dup()
2015-04-03 Ruslan Bukinsim: correct check for endianess
2015-03-26 Curtis Dunhamsim: Update limit_event reuse to final version
2015-03-23 Curtis Dunhamsim: Reuse the same limit_event in simulate()
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2015-02-16 Andreas Hanssonmem: mmap the backing store with MAP_NORESERVE
2015-02-11 Andreas Sandbergsim: Move the BaseTLB to src/arch/generic/
2015-02-03 Andreas Sandbergsim: Remove test for non-NULL this in Event
2014-12-19 Curtis Dunhamsim: prioritize async events; prevent starvation
2015-01-25 Ali Saidisim: Clean up InstRecord
2015-01-25 Ali Saidicpu: Remove all notion that we know when the cpu is...
2015-01-03 mike uptonarm: Add unlinkat syscall implementation
2014-12-27 Joel Hestnesssyscall_emul: Return correct writev value
2014-11-24 Andreas Hanssonmisc: Another round of static analysis fixups
2014-11-24 Alexandru Dutumem: Page Table map api modification
2014-11-24 Alexandru Dutux86: Segment initialization to support KvmCPU in SE
2014-11-24 Alexandru Dutukvm, x86: Adding support for SE mode execution
2014-10-30 Ali Saidiautomated merge
2014-09-02 Steve Reinhardtsyscall_emul: add retry flag to SyscallReturn
2014-10-22 Steve Reinhardtsyscall_emul: minor style fix to LiveProcess constructor
2014-10-22 Steve Reinhardtsyscall_emul: devirtualize BaseBufferArg methods
2014-10-22 Steve Reinhardtsyscall_emul: Put BufferArg classes in a separate header.
2014-10-22 Steve Reinhardtsyscall_emul: add EmulatedDriver object
2014-10-22 Nilay Vaishsim: revert 6709bbcf564d
2014-10-20 Andreas Hanssonx86: Fixes to avoid LTO warnings
2014-10-20 Tom Jablinsim: invalid alignment checks in mmap and mremap
2014-10-20 Michael Adlersim: mmap: correct behavior for fixed address
2014-10-20 Michael Adlersim: implement getdents/getdents64 in user mode
2014-10-20 Severin Wischmann... x86: syscall: implementation of exit_group
2014-10-16 Andreas Hanssonsim: EventQueue wakeup on events scheduled outside...
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2014-10-16 Andreas Hanssondev: Use shared_ptr for Arguments::Data
2014-10-16 Andreas Hanssonarch,x86,mem: Dynamically determine the ISA for Ruby...
2014-10-16 Andreas Hanssonmem: Dynamically determine page bytes in memory components
2014-10-16 Andreas Sandbergcpu: Probe points for basic PMU stats
2014-10-16 Andreas Sandbergsim: Add typedefs for PMU probe points
2014-10-16 Andreas Sandbergsim: Add support for serializing BitUnionXX
2014-10-16 Andreas Hanssonconfig: Add the ability to read a config file using...
2014-10-16 Andrew Bardsleyconfig: Add a --without-python option to build process
2014-10-01 Andreas Hanssonmisc: Fix issues identified by static analysis
2014-09-27 Andreas Hanssonarch: Use const StaticInstPtr references where possible
2014-09-27 Andreas Hanssonmisc: Fix a bunch of minor issues identified by static...
2014-09-20 Mitch Hayengaalpha,arm,mips,power,x86,cpu,sim: Cleanup activate...
2014-08-12 Stephan Diestelhorstenergy: Tighter checking of levels for DFS systems
2014-06-16 Stephan Diestelhorstenergy: Small extentions and fixes for DVFS handler
next