arm: Use a static_assert to test that miscRegName[] is complete
[gem5.git] / src /
2012-09-25 Andreas Sandbergarm: Use a static_assert to test that miscRegName[...
2012-09-25 Andreas Sandbergbase: Check for static_assert support and provide fallback
2012-09-25 Andreas Sandbergsim: Move CPU-specific methods from SimObject to the...
2012-09-25 Andreas Sandbergsim: Remove SimObject::setMemoryMode
2012-09-25 Djordje KovacevicCPU: Add abandoned instructions to O3 Pipe Viewer
2012-09-25 Nathanael PremillieuARM: Inst writing to cntrlReg registers not set as...
2012-09-25 Ali SaidiARM: Predict target of more instructions that modify PC.
2012-09-25 Andreas Sandbergbuild: Add missing dependencies when building param...
2012-09-23 Joel HestnessRubyPort and Sequencer: Fix draining
2012-09-21 Andreas HanssonDRAM: Introduce SimpleDRAM to capture a high-level...
2012-09-21 Andreas HanssonTrafficGen: Add a basic traffic generator
2012-09-21 Andreas HanssonMem: Tidy up bus member variables types
2012-09-21 Lluc AlvarezSE: Ignore FUTEX_PRIVATE_FLAG of sys_futex
2012-09-20 Anthony Gutierrezbus: removed outdated warn regarding 64 B block sizes
2012-09-19 Andreas HanssonMem: Remove the file parameter from AbstractMemory
2012-09-19 Andreas HanssonAddrRange: Transition from Range<T> to AddrRange
2012-09-19 Andreas HanssonAddrRange: Simplify Range by removing stream input...
2012-09-19 Andreas HanssonAddrRange: Remove unused range_multimap
2012-09-19 Andreas HanssonAddrRange: Simplify AddrRange params Python hierarchy
2012-09-19 Nilay Vaishruby: eliminate typedef integer_t
2012-09-19 Nilay Vaishruby: avoid using g_system_ptr for event scheduling
2012-09-18 Andreas HanssonMem: Add a maximum bandwidth to SimpleMemory
2012-09-14 Andreas Hanssongcc: Enable Link-Time Optimization for gcc >= 4.6
2012-09-14 Andreas Hanssonscons: Add a target for google-perftools profiling
2012-09-14 Andreas Hanssonscons: Restructure ccflags and ldflags
2012-09-14 Andreas Hanssonscons: Use c++0x with gcc >= 4.4 instead of 4.6
2012-09-13 Joel HestnessStandard Switch: Drain the system before switching...
2012-09-13 Joel HestnessBase CPU: Initialize profileEvent to NULL
2012-09-12 Jason PowerRuby: Modify Scons so that we can put .sm files in...
2012-09-12 Anthony Gutierrezstats: remove duplicate instruction stats from the...
2012-09-11 Andreas Hanssonclang: Fix issues identified by the clang static analyzer
2012-09-11 Lena OlsonCache: Split invalidateBlk up to seperate block vs...
2012-09-11 Nilay VaishX86: make use of register predication
2012-09-11 Nilay Vaishx86: Add a separate register for D flag bit
2012-06-03 Nilay VaishISA Parser: Allow predication of source and destination...
2012-09-11 Nilay VaishRuby: Use uint32_t instead of uint32 everywhere
2012-09-11 Nilay VaishRuby: Use uint8_t instead of uint8 everywhere
2012-09-10 Nilay VaishRuby System: Convert to Clocked Object
2012-09-10 Nilay VaishRuby Slicc: remove the call to cin.get() function
2012-09-10 Marco ElverMem: Allow serializing of more than INT_MAX bytes
2012-09-10 Palle LyckegaardNetBSD: Build on NetBSD
2012-09-10 Andreas HanssonAddrRange: Remove the unused range_ops header
2012-09-10 Andreas HanssonInet: Remove the SackRange and its use
2012-09-10 Andreas HanssonDevice: Bump PIO and PCI latencies to more reasonable...
2012-09-07 Andreas Sandbergsim: Update the SimObject documentation
2012-09-07 Andreas Sandbergsim: Remove the unused SimObject::regFormulas method
2012-09-07 Ali SaidiO3: Get rid of incorrect assert in RAS.
2012-09-07 Ali Saididev: Fix bifield definition in timer_cpulocal.hh
2012-09-07 Ali SaidiIgbe: Newer kernels seem to allow TSO headers and packe...
2012-09-07 Krishnendra Nathellasim: add validation to make sure there is memory where...
2012-09-07 Ali Saidiloader: initialize all memory in the ObjectFile objects.
2012-09-07 Ali SaidiARM: Fix one of the timers used in the VExpress EMM...
2012-09-07 Andreas HanssonParam: Transition to Cycles for relevant parameters
2012-09-06 Joel HestnessRuby Memory Controller: Fix clocking
2012-08-28 Jason PowerRuby: Correct DataBlock =operator
2012-08-28 Andreas HanssonClock: Add a Cycles wrapper class and use where applicable
2012-08-28 Andreas HanssonClock: Rework clocks to avoid tick-to-cycle transformations
2012-08-28 Andreas HanssonPort: Stricter port bind/unbind semantics
2012-08-28 Andreas HanssonChecker: Fix checker CPU ports
2012-08-28 Andreas Hanssonswig: Disable unused value warning with llvm 3.1 compilers
2012-08-28 Anthony Gutierrezsim: fix overflow check in simulate because Tick is...
2012-08-27 Nilay VaishRuby: remove README.debugging and Decommissioning_note
2012-08-27 Nilay VaishSystem: Remove redundant call to startupCPU
2012-08-27 Nilay VaishRuby: Remove RubyEventQueue
2012-08-27 Nilay VaishRuby Memory Vector: Allow more than 4GB of memory
2012-08-25 Nilay VaishMESI Protocol: Correct the virtual network in profile...
2012-08-25 Nilay VaishMESI Coherence Protocol: Add copyright notice
2012-08-22 Andreas HanssonDMA: Refactor the DMA device and align timing and atomic
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
next