ruby: cache recorder: move check on block size to RubySystem.
[gem5.git] / src /
2015-08-15 Nilay Vaishruby: cache recorder: move check on block size to RubyS...
2015-08-15 Nilay Vaishruby: abstract controller: mark some variables as const
2015-08-15 Nilay Vaishruby: simple network: store Switch* in PerfectSwitch...
2015-08-15 Nilay Vaishruby: remove unused functionalRead() function.
2015-08-15 Nilay Vaishruby: perfect switch: refactor code
2015-08-15 Nilay Vaishruby: cache memory: drop {try,test}CacheAccess functions
2015-08-15 Nilay Vaishruby: call setMRU from L1 controllers, not from sequencer
2015-08-15 Nilay Vaishruby: adds set and way indices to AbstractCacheEntry
2015-08-15 Nilay Vaishruby: eliminate type uint64 and int64
2015-08-15 Nilay Vaishruby: slicc: use default argument value
2015-08-15 Nilay Vaishruby: slicc: avoid duplicate code for function argument...
2015-08-15 Nilay Vaishruby: drop the [] notation for lookup function.
2015-08-15 Nilay Vaishruby: handle llsc accesses through CacheEntry, not...
2015-08-14 Nilay Vaishruby: replace Address by Addr
2015-08-14 Nilay Vaishruby: rename variables Addr to addr
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
next