gem5.git
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-17 Ali SaidiMIPS: Fix regressions tests
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 Prakash Ramrakhyanigem5ops: Implement Java JNI for gem5Ops
2011-09-13 Ali SaidiO3: Update stats for new ordering fix.
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 BlackMIPS: Update MIPS stats for cleaned up operand checks.
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: Add some MP regressions and clean up the disk...
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 SaidiStoreSet: Update stats for store-set clearing
2011-08-19 Ali SaidiARM: Add support for DIV/SDIV instructions.
2011-08-19 Ali SaidiLSQ: Set store predictor to periodically clear itself...
2011-08-19 Geoffrey BlakeFix bugs due to interaction between SEV instructions...
2011-08-19 Ali SaidiO3: Update stats for LSQ changes.
2011-08-19 Mrinmoy GhoshLSQ: Add some better dprintfs for storeset predictor.
2011-08-19 Mrinmoy GhoshLSQ: Fix a few issues with the storeset predictor.
2011-08-19 Thomas GrassStats: Add a sparse histogram stat object.
2011-08-19 Giacomo GabrielliO3: Squash the violator and younger instructions instea...
2011-08-19 Geoffrey BlakeARM: Add per-cpu local timers for ARM.
2011-08-19 Prakash RamrakhaniARM: Add per-processor interrupt support to GIC.
2011-08-19 Ali SaidiARM: Fix a memory leak with the table walker.
2011-08-19 Ali SaidiPrefetcher: Fix some memory leaks with the prefetcher.
2011-08-19 Ali SaidiARM: quiet what can be a very noise CLCD controller.
2011-08-16 Gabe BlackInOrder: Make cache_unit.hh include hashmap.hh explicit...
2011-08-16 Gabe BlackO3: Make lsq_unit.hh include arch/isa_traits.hh directl...
2011-08-15 Nilay VaishRuby: Initialize some variables.
2011-08-15 Gabe BlackX86: Add an X86_FS o3 regression.
2011-08-15 Gabe BlackO3: When squashing, restore the macroop that should...
2011-08-14 Gabe BlackO3: Add a pointer to the macroop for a microop in the...
2011-08-14 Gabe BlackStats: Small update to stats for change to x86 inst...
2011-08-14 Gabe BlackX86: Use IsSquashAfter if an instruction could affect...
2011-08-13 Gabe BlackO3: At the end of an instruction, force fetchAddr to...
2011-08-09 Gabe BlackSCons,tests: Tell scons about pc-o3-timing regressions.
2011-08-09 Gabe BlackX86: Build O3 by default in X86_FS.
2011-08-09 Gabe BlackStats: Update stats for the end of macroop O3 fix.
2011-08-09 Gabe BlackO3: Stop using the current macroop no matter why you...
2011-08-09 Gabe BlackStats: Update stats for the recent O3 interrupt change.
2011-08-09 Gabe BlackO3: When waiting to handle an interrupt, let everything...
2011-08-08 Nilay VaishBuildEnv: Eliminate RUBY as build environment variable
2011-08-07 Gabe BlackO3: Get rid of the unused addToRemoveList function.
2011-08-07 Gabe BlackStats: Update stats for the previous change.
2011-08-07 Gabe BlackO3: Let squashed and deferred instructions issue.
2011-08-07 Gabe BlackStats: Update the stats after the uninitialized branch...
2011-08-07 Ali SaidiO3: Fix uninitialized variable in the tournament branch...
2011-08-07 Gabe BlackTranslation: Use a pointer type as the template argument.
2011-08-03 Nilay VaishRuby: Remove files and includes not in use
2011-08-02 Gabe BlackO3: Get rid of the raw ExtMachInst constructor on DynInsts.
2011-08-02 Gabe BlackScons: Make some Action objects fit the abreviated...
2011-08-02 Nilay VaishScons: Drop RUBY as compile time option.
next