gem5.git
2015-08-04 Nilay Vaishruby: mesi two,three level: copy data only when dirty
2015-08-04 Nilay Vaishruby: correctly number the sequencer in MESI_Three_Level.py
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 Hasheconfig: add base class for ruby controllers
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 Beckmannutil: added .cl OpenCL extension to file_type.py
2015-07-20 Brad Beckmannutil: added .mk makefile extension to file_types.py
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-08-01 Anthony Gutierrezutil: add a vimrc that matches gem5 style guide
2015-07-31 Andreas Sandbergstats: Update switcheroo reference stats
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 Sandbergstats: Bump stats after Minor switcheroo inclusion
2015-07-30 Andreas Sandbergtests: Add Minor to the ARM full switcheroo tests
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 Hanssonstats: Update stats for clean eviction addition
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... mem: 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 Hanssonstats: Bump stats to match current behaviour
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-21 Nilay Vaishconfigs: network test: remove redundant physical memory
2015-07-18 Nilay Vaishstats: x86: updates due to patch on vex
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 Sandbergext: Add the NoMali GPU no-simulation library
2015-07-07 Andreas Sandbergstats: Update pc-switcheroo stats
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 Sandbergtests: Skip SPARC tests if the required binaries are...
2015-07-07 Andreas Sandbergsim: Add serialization macros for std containers
2015-07-06 Andreas Sandbergmem: Cleanup CommMonitor in preparation for probe support
2015-07-06 Nilay Vaishstats: x86: update stats missed out on in preivous...
2015-07-04 Nilay Vaishstats: update stale config.ini files, eio and few other...
2015-07-04 Nikos Nikolerisx86: Adjust the size of the values written to the x87...
2015-07-04 David Hasheconfig: Update location of ruby topologies in help
2015-07-04 Nilay Vaisho3: correct the number of cc registers in rename map
2015-07-04 Nilay Vaishmem: packet: Add const to constructor argument
2015-07-04 Nilay Vaishruby: drop NetworkMessage class
2015-07-04 Nilay Vaishruby: mesi three level: name change to avoid clash
2015-07-04 Nilay Vaishruby: remove message buffer node
2015-07-03 Andreas Hanssonstats: Update stats for cache, crossbar and DRAM changes
2015-07-03 Andreas Hanssonmem: Increase the default buffer sizes for the DDR4...
2015-07-03 Wendy Elsassermem: Update DRAM command scheduler for bank groups
next