ruby: Protocol changes for SimObject MessageBuffers
[gem5.git] / src /
2015-08-14 Joel Hestnessruby: Protocol changes for SimObject MessageBuffers
2015-08-14 Joel Hestnessruby: Expose MessageBuffers as SimObjects
2015-08-14 Joel Hestnessruby: Change PerfectCacheMemory::lookup to return pointer
2015-08-14 Joel Hestnessruby: Remove the RubyCache/CacheMemory latency
2015-08-11 Nilay Vaishsim: clocked object: function for converting cycles...
2015-08-11 Nilay Vaishruby: drop some redundant includes
2015-08-11 Nilay Vaishruby: slicc: allow mathematical operations on Ticks
2015-08-07 Andreas Sandbergsim: Flag EventQueue::getCurTick() as const
2015-08-07 Andreas Sandbergmem: Cleanup packet accessor methods
2015-08-07 Andreas Sandbergdev: Implement a simple display timing generator
2015-08-07 Andreas Sandbergarm: Add support for programmable oscillators
2015-08-07 Andreas Sandbergdev: Add a simple DMA engine that can be used by devices
2015-08-07 Andreas Sandbergsim: Split ClockedObject to make it usable to non-SimOb...
2015-08-07 Andreas Sandbergbase: Rewrite the CircleBuf to fix bugs and add seriali...
2015-08-07 Andreas Sandbergdev, x86: Fix serialization bug in the i8042 device
2015-08-07 Andreas Sandbergdev: Make serialization in Sinic constant
2015-08-07 Andreas Sandbergbase: Declare a type for context IDs
2015-08-07 Andreas Sandbergbase: Use constexpr in Cycles
2015-08-07 Andreas Hanssonmem: Remove extraneous acquire/release flags and attributes
2015-08-05 Andreas Sandbergsim: Fixup comments and constness in draining infrastru...
2015-08-05 Andreas Sandbergmem: Fixup incorrect include guards
2015-08-04 Andreas Sandbergsim: Initialize Drainable::_drainState to the system...
2015-08-04 Andreas Sandbergmem: Move trace functionality from the CommMonitor...
2015-08-04 Andreas Sandbergmem: Redesign the stack distance calculator as a probe
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-08-04 Nilay Vaishruby: mesi three level: multiple corrections to the...
2015-08-04 Nilay Vaishruby: mesi two,three level: copy data only when dirty
2015-08-01 Brad Beckmannruby: removed invalid assert in message comparitor
2015-07-20 Brad Beckmannruby: improved stall and wait debugging
2015-07-20 Brad Beckmannslicc: fix error in conflicing symbol declaration
2015-07-20 Brad Beckmannslicc: enable overloading in functions not in classes
2015-07-20 David Hasheruby: change router pipeline stages to 2
2015-07-20 David Hasheruby: change advance_stage for flit_d
2015-07-20 Brad Beckmannslicc: improved stalling support in protocols
2015-07-20 David Hasheruby: expose access permission to replacement policies
2015-07-20 David Hasheruby: adds size and empty apis to the msg buffer stallmap
2015-07-20 David Hasheruby: fix deadlock bug in banked array resource checks
2015-07-20 David Hasheruby: Fix for stallAndWait bug
2015-07-20 David Hashemem: add request types for acquire and release
2015-07-20 David Hasheruby: allocate a block in CacheMemory without updating...
2015-07-20 David Hasheruby: speed up function used for cache walks
2015-07-20 David Hasheslicc: support for arbitrary DPRINTF flags (not just...
2015-07-20 David Hasheslicc: support for local variable declarations in actio...
2015-07-20 David Hasheruby: initialize replacement policies with their own...
2015-07-20 David Hasheruby: give access to cache tag/data latencies from...
2015-07-20 David Hasheslicc: support for multiple cache entry types in the...
2015-07-20 David Hasheslicc: Fix bug in enqueue and peek statements.
2015-07-20 David Hasheslicc: fix missing inline function in LocalVariableAST
2015-07-20 David Hasheslicc: improve support for prefix operations
2015-07-20 David Hasheslicc: support for transitions with a wildcard next...
2015-07-20 David Hasheslicc: support for multiple message types on the same...
2015-08-01 Brad Beckmannslicc: fatal->panic on invalid transitions
2015-07-20 David Hashemem: Hit callback delay fix
2015-07-20 David Hashecpu: Fixed a bug on where to fetch the next instruction...
2015-07-20 David Hashex86: x86 instruction-implementation bug fixes
2015-07-20 Brad Beckmannruby: re-added the addressToInt slicc interface function
2015-07-20 David Hashesyscall: Add readlink to x86 with special case /proc...
2015-07-20 Brad Beckmannruby: add useful dprints to sequencer
2015-07-20 David Hasheslicc: isinstance bugfix
2015-07-31 Andreas Sandbergcpu: Update debug message from Fetch1 isDrained() in...
2015-07-31 Andreas Sandbergcpu: Fix Minor drain issues when switched out
2015-07-30 Andreas Sandbergcpu: Only activate thread 0 in Minor if the CPU is...
2015-07-30 Andreas Sandbergcpu: Fix drain issues in the Minor CPU
2015-07-30 Andreas Hanssonmem: Add missing clean eviction on uncacheable access
2015-07-30 Andreas Hanssonmem: Remove unused RequestCause in cache
2015-07-30 David Guillen-Fandosmem: Make caches way aware
2015-07-30 Andreas Hanssonmem: Transition away from isSupplyExclusive for writebacks
2015-07-30 Andreas Hanssonmem: Tidy up CacheBlk class
2015-07-30 Andreas Hanssonmem: Tidy up packet
2015-07-30 Andreas Hanssoncpu: Fix issue identified by UBSan
2015-07-28 Nilay Vaishrevert 5af8f40d8f2c
2015-07-26 Nilay Vaishcpu: implements vector registers
2015-07-26 Nilay Vaishcpu: o3: slight correction to identation in rename_impl.hh
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-24 Brandon Potterruby: dma sequencer: removes redundant code
2015-07-22 Nilay Vaishruby: network: NetworkLink inherits from Consumer now.
2015-07-17 Nilay Vaishx86: decode instructions with vex prefix
2015-07-16 Gabor Dozsadev: add support for multi gem5 runs
2015-07-13 Andreas Hanssonmem: Fix (ab)use of emplace to avoid temporary object...
2015-07-13 Andreas Hanssonmem: Updated DRAMSim2 wrapper to new drain API
2015-07-10 Brandon Potterruby: replace global g_abs_controls with per-RubySystem var
2015-07-10 Brandon Potterruby: replace global g_system_ptr with per-object pointers
2015-07-10 Brandon Potterruby: replace g_ruby_start with per-RubySystem m_start_...
2015-07-10 Brandon Potterruby: remove extra whitespace and correct misspelled...
2015-07-07 Andreas Sandbergdev, arm: Add a device model that uses the NoMali model
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 Sandbergpython: Remove redundant drain when changing memory...
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
next