Ruby: remove config information from ruby.stats
[gem5.git] / src /
2012-07-12 Nilay VaishRuby: remove config information from ruby.stats
2012-07-12 Nilay VaishRuby: remove some unused stuff from SLICC files
2012-07-11 Brad Beckmannx86: added page size in bytes tlb entry function
2012-07-11 Brad Beckmannruby: improved DRAM reset comment
2012-07-11 Marc Orrsyscall emulation: Add the futex system call.
2012-07-11 Brad Beckmannx86: logSize and lruSeq are now optional ckpt params
2012-07-11 Steve ReinhardtAdd hook to call map() on Process from python.
2012-07-11 Brad Beckmann# User Brad Beckmann <Brad.Beckmann@amd.com>
2012-07-11 Brad Beckmannruby: remove the cpu assumptions for the random tester
2012-07-11 Brad Beckmann# User Brad Beckmann <Brad.Beckmann@amd.com>
2012-07-11 Brad Beckmannimported patch jason/slicc-external-structure-fix
2012-07-11 Brad Beckmannruby: banked cache array resource model
2012-07-11 Joel Hestnessruby: tag and data cache access support
2012-07-11 Nuwan Jayasenaruby: adds reset function to Ruby memory controllers
2012-07-11 Nuwan Jayasenaruby: memory controllers now inherit from an abstract...
2012-07-11 Brad Beckmanncpu: added assertions to ensure the correct proxies...
2012-07-11 Brad Beckmannruby: changes how Topologies are created
2012-07-09 Andreas HanssonEventManager: Rename queue accessor and remove cast...
2012-07-09 Andreas HanssonMem: Make members relating to range and size constant
2012-07-09 Andreas HanssonPort: Hide the queue implementation in SimpleTimingPort
2012-07-09 Andreas HanssonPort: Align port names in C++ and Python
2012-07-09 Andreas HanssonBus: Make the default bus width 8 bytes instead of 64
2012-07-09 Andreas HanssonBus: Split the bus into separate request/response layers
2012-07-09 Andreas HanssonBus: Add a notion of layers to the buses
2012-07-09 Andreas HanssonBus: Replace tickNextIdle and inRetry with a state...
2012-07-09 Andreas HanssonPort: Make getAddrRanges const
2012-07-09 Andreas HanssonPort: Add getAddrRanges to master port (asking slave...
2012-07-09 Andreas HanssonPort: Add isSnooping to slave port (asking master port)
2012-07-09 Andreas HanssonPort: Move retry from port base class to Master/SlavePort
2012-07-09 Andreas HanssonFix: Address a few benign memory leaks
2012-07-02 Andreas Hanssongcc: Fix warnings for gcc 4.7 and clang 3.1
2012-06-29 Lena OlsonCache: Fix the LRU policy for classic memory hierarchy
2012-06-29 Uri WienerBus: enable non/coherent buses sub-classes
2012-06-29 Dam SunwooMem: fix master id assertion in cache_impl.hh
2012-06-29 Matt EvansMem: Fix a livelock resulting in LLSC/locked memory...
2012-06-29 Nathanael PremillieuO3: Track if the RAS has been pushed or not to pop...
2012-06-29 Ali SaidiARM: Fix identification of one RAS pop instruction.
2012-06-29 Ali SaidiCache: Only invalidate a line in the cache when an...
2012-06-29 Ali SaidiARM: Update version of linux we claim to be to 3.0.0.
2012-06-29 Ali SaidiARM: Fix issue with predicted next pc being wrong becau...
2012-06-27 Ali SaidiARM: Fix address range issue with VExpress EMM stable_2012_06_28
2012-06-11 Anthony GutierrezARM: implement the ProcessInfo methods
2012-06-08 Andreas HanssonTiming CPU: Remove a redundant port pointer
2012-06-08 Andreas HanssonPower: Fix MaxMiscDestRegs which was set to zero
2012-06-07 Nilay VaishX86 TLB: Add a missing = sign
2012-06-07 Ali Saidimem: Delay deleting of incoming packets by one call.
2012-06-07 Jayneel GandhiX86 TLB: Fix for gcc 4.4.3
2012-06-05 Anthony Gutierrezcpu: Don't init simple and inorder CPUs if they are...
2012-06-05 Ali SaidiISA: Back-out NoopMachInst as a StaticInstPtr change.
2012-06-05 Ali Saidicpt: update some comments in the checkpoint migration...
2012-06-05 William Wangstats: when applying an operation to two vectors sum...
2012-06-05 Dam SunwooMem: add per-master stats to physmem
2012-06-05 Geoffrey BlakeARM: Add PCIe support to VExpress_EMM model and remove...
2012-06-05 Chander SudanthiARM: removed extra white space
2012-06-05 Chander SudanthiARM: Fix MPIDR and MIDR register implementation.
2012-06-05 Chander SudanthiARM: PS2 encoding fix
2012-06-05 Ali Saidisim: Provide a framework for detecting out of data...
2012-06-05 Ali Saidistats: Add stats unittest for total calculations.
2012-06-05 Ali SaidiO3: Clean up the O3 structures and try to pack them...
2012-06-05 Ali Saidisim: Remove FastAlloc
2012-06-05 Ali SaidiARM: Fix over-eager assert in gic.
2012-06-05 Mitchell Hayengastats: Provide a mechanism to get a callback when stats...
2012-06-05 Ali SaidiARM: Fix compilation on ARM after Gabe's change.
2012-06-04 Gabe BlackISA: Turn the ExtMachInst NoopMachinst into the StaticI...
2012-06-04 Gabe BlackX86: Ensure that the CPUID instruction always writes...
2012-06-04 Gabe BlackX86: Ensure that the decoder's internal ExtMachInst...
2012-05-31 Andreas HanssonBus: Split the bus into a non-coherent and coherent bus
2012-05-30 Andreas Hanssongcc: Small fixes to compile with gcc 4.7
2012-05-30 Andreas HanssonBus: Remove redundant packet parameter from isOccupied
2012-05-30 Andreas HanssonBus: Turn the PortId into a transport function parameter
2012-05-30 Andreas HanssonPacket: Unify the use of PortID in packet and port
2012-05-30 Andreas HanssonPacket: Updated comments for src and dest fields
2012-05-30 Andreas HanssonBridge: Split deferred request, response and sender...
2012-05-29 Gabe BlackX86: Use the HandyM5Reg to avoid a register read and...
2012-05-28 Gabe BlackX86: Move the GDT down to where it can be accessed...
2012-05-28 Gabe BlackX86: Truncate addresses to 32 bits except in 64 bit...
2012-05-26 Gabe BlackISA,CPU: Generalize and split out the components of...
2012-05-26 Gabe BlackCPU: Merge the predecoder and decoder.
2012-05-25 Gabe BlackISA: Make the decode function part of the ISA's decoder.
2012-05-25 Gabe BlackCPU: Simplify the implementation of the decode cache.
2012-05-25 Gabe BlackDecode: Make the Decoder class defined per ISA.
2012-05-24 Andreas HanssonCache: Remove dangling doWriteback declaration
2012-05-23 Andreas HanssonPacket: Cleaning up packet command and attribute
2012-05-23 Andreas HanssonConfig: Use the attribute naming and include ports...
2012-05-23 Andreas HanssonDMA: Split the DMA device and IO device into seperate...
2012-05-23 Andreas HanssonMEM: Add a snooping DMA port subclass for table walker
2012-05-23 Andreas HanssonConfig: Exit with fatal if a port is already connected
2012-05-22 Nilay VaishRuby: Remove the unused src/mem/ruby/common/Driver...
2012-05-22 Nilay VaishRuby Sequencer: Schedule deadlock check event at correc...
2012-05-22 Nilay VaishX86: Split Condition Code register
2012-05-19 Marc Orrx86 ISA: Implement the sse3 haddps instruction.
2012-05-19 Gabe BlackSyscalls: warn when the length argument to mmap is...
2012-05-15 Lena OlsonMem: Fix size check when allocating physical memory
2012-05-10 Koan-Sin TanARM: fix the calculation of the values in the RV clocks
2012-05-10 Ali Saidistats: fix compilation of unit test.
2012-05-10 Ali Saidistats: fix bug in assert for 2d vector
2012-05-10 Chander SudanthiARM: pl011 raw interrupt fix
2012-05-10 Chander SudanthiARM: EMM board address range fix
2012-05-10 Uri WienerDOT: improved dot-based system visualization
2012-05-10 Uri WienerDOT: fixed broken code for visualizing configuration...
next