gem5.git
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
2015-07-03 Andreas Hanssonmem: Avoid DRAM write queue iteration for merging and...
2015-07-03 Andreas Hanssonmem: Delay responses in the crossbar before forwarding
2015-07-03 Andreas Hanssonmem: Remove redundant is_top_level cache parameter
2015-07-03 Andreas Hanssonmem: Split WriteInvalidateReq into write and invalidate
2015-07-03 Andreas Hanssonmem: Add ReadCleanReq and ReadSharedReq packets
2015-07-03 Andreas Hanssonmem: Allow read-only caches and check compliance
2015-07-03 Ali Jafrimem: Add clean evicts to improve snoop filter tracking
2015-07-03 Andreas Hanssonmem: Convert Request static const flags to enums
2015-07-03 Curtis Dunhamscons: remove dead leading underscore check
2015-07-03 Curtis Dunhambase: remove fd from object loaders
2015-07-03 Andreas Hanssonutil: Remove DRAMPower trace script
2015-07-03 Andreas Hanssonscons: Bump compiler requirement to gcc >= 4.7 and...
2015-06-25 Nilay Vaishruby: slicc: remove README
2015-06-25 Nilay Vaishruby: message: remove a data member added by mistake
2015-06-25 Jason PowerRuby: Remove assert in RubyPort retry list logic stable_2015_09_03
2015-06-21 Andreas Sandbergbase: Add a warn_if macro
2015-06-21 Andreas Sandbergarm: Cleanup arch headers to remove dma_device.hh depen...
2015-06-09 Ali Jafrimem: Add check for express snoop in packet destructor
2015-06-09 Andreas Hanssonmem: Fix snoop packet data allocation bug
2015-06-09 Rune Holmarm: Delete debug print in initialization of hardware...
2015-06-09 Rune Holmarm: Fix typo in ldrsh instruction name
2015-06-09 Andreas Sandbergbase: Reset CircleBuf size on flush()
2015-06-09 Andreas Sandbergdev, arm: Include PIO size in AmbaDmaDevice constructor
2015-06-09 Andreas Hanssonscons: Allow GNU assembler version strings with hyphen
2015-06-07 Marco Elverruby: Fix MESI consistency bug
2015-06-07 Matthias Jungmem: Add HMC Timing Parameters
2015-06-07 Ruslan Bukin... arch: fix build under MacOSX
2015-05-30 Christoph Pfistermem: addr_mapper: restore old address if request not...
2015-06-01 Curtis Dunhamsim, arm: add checkpoint upgrader for d02b45a5
2015-06-01 Andreas Sandbergkvm, arm: Add support for aarch64
next