SE: Don't warn when not extending stack as it's too noisy with O3.
[gem5.git] / src /
2011-12-01 Ali SaidiSE: Don't warn when not extending stack as it's too...
2011-12-01 Chander SudanthiO3: Remove hardcoded tgts_per_mshr in O3CPU.py.
2011-12-01 Mitchell HayengaDevice: Make changes necessary to support a coherent...
2011-12-01 Ali SaidiARM: Add support for having a TLB cache.
2011-12-01 Ali SaidiARM: Add IsSerializeAfter and IsNonSpeculative flag...
2011-12-01 Ali SaidiO3: Add stat that counts how many cycles the O3 cpu...
2011-12-01 Gabe BlackX86: Fix a bad segmentation check for the stack segment.
2011-11-28 Gabe BlackSPARC: Minor style fix.
2011-11-28 Andreas HanssonSPARC: Fixing a minor copy-paste bug using the wrong...
2011-11-28 Gabe BlackSPARC: Isolate FP operations enough to prevent code...
2011-11-28 Gabe BlackCompiler: Add an M5_NO_INLINE define.
2011-11-23 Tushar KrishnaTopology: bug fix in external link initialization
2011-11-23 Tushar KrishnaRemove standard_1level_CMP-protocol.sm include statemen...
2011-11-20 Gabe BlackX86: Fix the constant detecting three byte opcodes...
2011-11-14 Nilay VaishRuby: Process packet instead of RubyRequest in Sequencer
2011-11-10 Gabe BlackGCC: Guard some gcc flags so they're used when availabl...
2011-11-04 Tushar KrishnaGARNET: adding a fault model for resilient on-chip...
2011-11-04 Nilay VaishMESI Protocol: Add functions for profiling misses
2011-11-04 Nilay Vaishx86: Add microop for fence
2011-11-04 Nilay VaishProtocol: Remove standard one and two level files
2011-11-04 Nilay VaishRuby: Remove some unused typedefs
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-10-30 Nilay VaishCommit due to merge.
2011-10-30 Nilay VaishPython: Remove import for random
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-28 Nilay VaishRuby: Reorganize mapping of components
2011-10-23 Steve ReinhardtSE: move page allocation from PageTable to Process
2011-10-23 Steve Reinhardtsyscall_emul: implement MAP_FIXED option to mmap()
2011-10-20 Steve Reinhardtdev: clean up PioDevice and DmaDevive getPort() methods.
2011-10-20 Steve ReinhardtSimObject: add export_method* hooks to export C++ metho...
2011-10-20 Steve Reinhardtscons/swig: refactor some of the scons/SWIG code
2011-10-18 Nathan Binkertscons: fix building of shared objects
2011-10-10 Nilay Vaishmc146818: Correctly serialize tickEvent
2011-09-27 Gabe BlackO3: Tidy up some DPRINTFs in the LSQ.
2011-09-27 Gabe BlackFaults: Replace calls to genMachineCheckFault with...
2011-09-27 Gabe BlackFaults: Add in generic faults that work like panics...
2011-09-27 Gabe BlackFaults: Make the generic faults more consistent between...
2011-09-27 Gabe BlackISA parser: Use '_' instead of '.' to delimit type...
2011-09-26 Nilay VaishLSQ: Moved a couple of lines to enable O3 + Ruby
2011-09-26 Gabe BlackSE/FS: Define a const bool FullSystem which will equal...
2011-09-25 Gabe BlackSCons: Add a comment I forgot to add in earlier.
2011-09-24 Gabe BlackSCons: Make the ISA parser a source for its output...
2011-09-23 Gabe BlackX86: Move the MSR lookup table out of the TLB and into...
2011-09-23 Steve Reinhardtevent: minor cleanup
2011-09-23 Steve Reinhardtpseudo_inst: clean up workbegin/workend functions
2011-09-23 Steve Reinhardtparams.py: enhance IpAddress param handling
2011-09-19 Gabe BlackMIPS: Final overhaul of MIPS faults to kill #if FULL_SYSTEM
2011-09-19 Gabe BlackMIPS, faults: Update how the PC is set.
2011-09-19 Gabe BlackMIPS: Get rid of skipFaultInstruction and setRestartAdd...
2011-09-19 Gabe BlackMIPS: Use inheritance to consolidate class definitions.
2011-09-19 Gabe BlackMIPS: Always compile in setExceptionState, including...
2011-09-19 Gabe BlackMIPS: Consolidate TLB related faults.
2011-09-19 Gabe BlackMIPS: Get rid of the unused "count" field in FaultVals.
2011-09-19 Gabe BlackMIPS: Move the genMachineCheckFault function near Machi...
2011-09-19 Gabe BlackMIPS: Consolidate the two AddressErrorFault variants.
2011-09-19 Gabe BlackFaults: Get rid of the unused isAlignmentFault and...
2011-09-19 Gabe BlackMIPS: Get rid of cruft in the fault classes.
2011-09-19 Gabe BlackMIPS: Add constructors to the fault classes.
2011-09-19 Gabe BlackMIPS: Use the CRTP to streamline the Fault class defini...
2011-09-19 Gabe BlackSPARC: Remove #if FULL_SYSTEMs from the ISA description.
2011-09-19 Gabe BlackMIPS: Get rid of #if style config checks in the ISA...
2011-09-19 Gabe BlackMIPS: Guard SystemCallFault::invoke consistently.
2011-09-19 Gabe BlackMIPS: Get rid of the unused (and partially defined...
2011-09-19 Gabe BlackEndianness: Make it easier to check the compiled in...
2011-09-19 Gabe BlackAlpha: Get rid of some #if FULL_SYSTEMs in the Alpha...
2011-09-19 Gabe BlackPseudoInst: Make all the pseudo insts available in...
2011-09-19 Gabe BlackX86: Don't use "#if FULL_SYSTEM" in the X86 ISA descrip...
2011-09-19 Gabe BlackSyscall: Make the syscall function available in both...
2011-09-19 Gabe BlackPseudoInst: Remove the now unnecessary #if FULL_SYSTEMs...
2011-09-19 Gabe BlackPseudoinst: Add an initParam pseudo inst function.
2011-09-13 Ali SaidiIGbE: Clean up debug printing and proprly account for...
2011-09-13 Daniel JohnsonARM: update TLB to set request packet ASID field
2011-09-13 Daniel JohnsonMem: Allow ASID to be set after request is created.
2011-09-13 Chander SudanthiCP15 c15: enable execution with accesses to c15 registers
2011-09-13 Daniel JohnsonARM: Implement numcpus bits in L2CTLR register.
2011-09-13 Ali SaidiPrefetch: Don't prefetch if address is in the write...
2011-09-13 Ali SaidiLSQ: Only trigger a memory violation with a load/load...
2011-09-10 Deyuan GuoMIPS: Implement gem5/src/arch/mips/remote_gdb.cc.
2011-09-10 Gabe BlackPseudoInst: Add compiler guards to pseudo_inst.hh.
2011-09-09 Gabe BlackStaticInst: Merge StaticInst and StaticInstBase.
2011-09-09 Gabe BlackDecode: Pull instruction decoding out of the StaticInst...
2011-09-09 Gabe BlackStack: Tidy up some comments, a warning, and make stack...
2011-09-08 Gabe BlackISA parser: Don't look for operands in strings.
2011-09-08 Gabe BlackISA parser: Match /* */ and // style comments.
2011-09-06 Gabe BlackX86: Make sure instruction flags are set properly even...
2011-09-05 Gabe BlackX86,TLB: Make sure the "delayedResponse" variable is...
2011-09-03 Lisa HsuTLB: comments and a helpful warning.
2011-09-01 Lisa HsuFix build for gcc-4.2 opt/fast
2011-09-01 Lisa HsuFunctional Accesses: Update states to support Broadcast...
2011-08-29 Nilay VaishSLICC: Pass arguments by reference
2011-08-29 Nilay VaishRuby: Remove some unused code
2011-08-26 Nilay VaishRuby: Eliminate modulo op for computing set size.
2011-08-19 Ali SaidiARM: Mark some variables uncacheable until boot all...
2011-08-19 Ali SaidiMem: Put prefetcher notify call before packet is deleted.
2011-08-19 Ali SaidiARM: Add VExpress_E support with PCIe to gem5
2011-08-19 Ali SaidiARM: Add support for Versatile Express boards
2011-08-19 Ali SaidiARM: Make GIC function that should only be called by...
2011-08-19 Ali SaidiIDE: Fix issues with new PIIX kernel driver and our...
2011-08-19 Ali SaidiARM: Add support for DIV/SDIV instructions.
2011-08-19 Ali SaidiLSQ: Set store predictor to periodically clear itself...
next