o3 cpu: Remove unused variables
[gem5.git] / src /
2012-08-22 Andreas HanssonPacket: Remove NACKs from packet and its use in endpoints
2012-08-22 Andreas HanssonBridge: Remove NACKs in the bridge and unify with packe...
2012-08-22 Andreas HanssonPort: Extend the QueuedPort interface and use where...
2012-08-21 Andreas HanssonDevice: Remove overloaded pio_latency parameter
2012-08-21 Andreas HanssonCPU: Remove overloaded function_trace_start parameter
2012-08-21 Andreas HanssonPacketQueue: Allow queuing in the same tick as desired...
2012-08-21 Andreas HanssonEventManager: Remove test for NULL pointer in constructor
2012-08-21 Andreas HanssonClock: Make Tick unsigned and remove UTick
2012-08-21 Andreas HanssonClock: Move the clock and related functions to ClockedO...
2012-08-19 Nilay VaishRuby Banked Array: add copyrights
2012-08-17 Jason PowerRuby: Add RubySystem parameter to MemoryControl
2012-08-17 Nilay VaishAlpha System: override startup(), instead of loadState()
2012-08-15 Anthony GutierrezO3,ARM: fix some problems with drain/switchout function...
2012-08-15 Ali Saidisysemul: bump all linux versions of for syscal emulatio...
2012-08-10 Jason PowerRuby: Clean up topology changes
2012-08-08 Nilay VaishSystem: set kernel to null, if unspecified.
2012-08-07 Marc Orrsyscall emulation: Enabled getrlimit and getrusage...
2012-08-06 Steve ReinhardtSETranslatingPortProxy: fix bug in tryReadString()
2012-08-06 Steve Reinhardtprocess: add progName() virtual function
2012-08-06 Steve Reinhardtsyscall_emul: clean up open() code a bit.
2012-08-06 Steve Reinhardtstr: add an overloaded startswith() utility method
2012-08-06 Marc Orrsyscall emulation: Clean up ioctl handling, and impleme...
2012-08-01 Jason PowerRuby NetDest: add assert for bad element in netdest
2012-07-27 Anthony Gutierrezdma: remove unused variable
2012-07-27 Anthony Gutierrezchecker: make checker cpu id match its host's cpu id
2012-07-27 Anthony Gutierrezcache: don't allow dirty data in the i-cache
2012-07-27 Anthony GutierrezARM: fix value of MISCREG_CTR returned by readMiscReg()
2012-07-23 Andreas HanssonBridge: Use EventWrapper instead of Event subclass...
2012-07-23 Nilay VaishX86 CPUID: Return false if unknown processor family
2012-07-12 Andreas HanssonMem: Make SimpleMemory single ported
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
next