sim: Initialize Drainable::_drainState to the system's state
[gem5.git] / src / sim /
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
2014-09-20 Andreas Hanssonbase: Clean up redundant string functions and use C++11
2014-09-19 Andreas Hanssonarch: Pass faults by const reference where possible
2014-09-19 Andreas Hanssonmisc: Restore ostream flags where needed
2014-09-12 Andrew Bardsleystyle: Fix line continuation, especially in debug messages
2014-09-09 Andreas Sandbergsim: Automatically unregister probe listeners
2014-09-09 Andreas Sandbergsim: Fix resource leak in BaseGlobalEvent
2014-09-09 Andreas Hanssonmisc: Fix a number of unitialised variables and members
2014-04-29 Curtis Dunhamarm: use condition code registers for ARM ISA
2014-09-03 Andrew Bardsleysim: Fix checkpoint restore for Ticked
2014-09-03 Andreas Hanssonarch: Cleanup unused ISA traits constants
2014-08-28 Alexandrumem: adding architectural page table support for SE...
2014-04-01 Alexandrumem: adding a multi-level page table class
2014-02-05 Curtis Dunhamsim: bump checkpoint version for multiple event queues
2014-08-13 Dam Sunwoosim: remove kernel mapping check for baremetal workloads
2014-08-13 Andreas Sandbergcpu: Don't forward declare RefCountingPtr
2014-08-10 Geoffrey Blakeconfig: Add SubSystem container for simobjects
2014-07-23 Andrew Bardsleycpu: `Minor' in-order CPU model
2014-07-19 Steve Reinhardtsyscall emulation: fix fast build issue
2014-07-19 Steve Reinhardtsim: remove unused MemoryModeStrings array
2014-07-19 Steve Reinhardtsyscall emulation: fix DPRINTF arg ordering bug
2014-07-01 Radhika Jagtaputil: Add DVFS perfLevel to checkpoint upgrade script
2014-06-30 Stephan Diestelhorstpower: Add basic DVFS support for gem5
2014-06-10 Joel Hestnesssim: More rigorous clocking comments
2014-05-12 Steve Reinhardtsyscall emulation: clean up & comment SyscallReturn
2014-04-17 Ali Saidisim, arm: implement more of the at variety syscalls
next