gem5.git
2011-03-03 Gabe BlackStatetrace: Accomodate cross compiling statetrace with...
2011-03-03 Gabe BlackStatetrace: Convert the build to scons.
2011-03-03 Gabe BlackStatetrace: Allow the user to override CXX.
2011-03-03 Gabe BlackStatetrace: Get rid of explicit register name handling.
2011-03-03 Gabe BlackStatetrace: Kill the printer functionality in statetrace.
2011-03-03 Gabe BlackStatetrace: Clean up style.
2011-03-02 Gabe BlackX86: Use the npc as the pc when doing a nativetrace...
2011-03-02 Gabe BlackX86: Decode the mysterious and elusive ffreep x87 instr...
2011-03-02 Gabe BlackSpelling: Fix the a spelling error by changing mmaped...
2011-03-02 Gabe BlackX86: Update stats for the x86 o3 hello world regression.
2011-03-02 Gabe BlackX86: Mark IO reads and writes as non-speculative.
2011-03-02 Gabe BlackX86: Mark prefetches as such in their instruction and...
2011-03-01 Nilay VaishRuby: Fix DPRINTF bugs in PerfectSwitch and MessageBuffer
2011-03-01 Gabe BlackSCons: Separately label the global non-sticky options.
2011-03-01 Gabe BlackRuby: Mention that Ruby's bound checking option only...
2011-02-28 Gabe BlackX86: If PCI config space is disabled, pass through...
2011-02-28 Gabe BlackX86: Update X86_FS stats.
2011-02-28 Gabe BlackX86: Use regular read requests in the walker instead...
2011-02-27 Korey Sewellinorder: bzip2 regression update
2011-02-27 Nathan Binkertgetopt: Remove GPL code.
2011-02-25 Nilay VaishRuby: Remove store buffer
2011-02-25 Nilay VaishRuby: Remove libruby
2011-02-25 Nilay VaishRuby: Make Address.hh independent of RubySystem
2011-02-25 Nilay VaishRuby: Make DataBlock.hh independent of RubySystem
2011-02-25 Timothy M.... O3CPU: Fix iqCount and lsqCount SMT fetch policies.
2011-02-24 Gabe BlackConfigs: Explicitly import env in Benchmarks.py
2011-02-24 Brad Beckmannregress: MOESI_hammer memtest updates
2011-02-24 Brad Beckmannruby: automate permission setting
2011-02-24 Brad BeckmannMOESI_hammer: cache probe address clean up
2011-02-24 Brad Beckmannruby: cleaned up access permission enum
2011-02-24 Brad Beckmannruby: removed unsupported protocol files
2011-02-23 Korey Sewellinorder: add 00.gzip and 60.bzip2 regression tests
2011-02-23 Korey Sewellinorder: InstSeqNum bug
2011-02-23 Korey Sewellinorder: dyn inst initialization
2011-02-23 Korey Sewellinorder: cache packet handling
2011-02-23 Ali SaidiARM: Update regression tests for preceeding changes.
2011-02-23 Ali SaidiMem: Print out memory when access > 8 bytes
2011-02-23 Ali SaidiARM: Set ITSTATE correctly after FlushPipe
2011-02-23 Ali SaidiARM: This panic can be hit during misspeculation so...
2011-02-23 Ali SaidiARM: Bad interworking warn way to noisy when running...
2011-02-23 Ali SaidiO3: When a prefetch causes a fault, don't record it...
2011-02-23 Giacomo GabrielliARM: NEON instruction templates modified to set the...
2011-02-23 Ali SaidiO3: If there is an outstanding table walk don't let...
2011-02-23 Ali SaidiARM: Squash state on FPSCR stride or len write.
2011-02-23 Matt HorsnellARM: Mark store conditionals as such.
2011-02-23 Ali SaidiARM: Do something for ISB, DSB, DMB
2011-02-23 Ali SaidiARM: Fix bug that let two table walks occur in parallel.
2011-02-23 Ali SaidiIncludes: Don't include isa_traits.hh and use the TheIS...
2011-02-23 Ali SaidiARM: Make Noop actually decode to a noop and set it...
2011-02-23 Ali SaidiO3: Fix bug when a squash occurs right before TLB miss...
2011-02-23 Ali SaidiARM: Delete OABI syscall handling.
2011-02-23 Ali SaidiCLCD: Fix some serialization bugs with the clcd controller.
2011-02-23 Ali SaidiARM: Clarifies creation of Linux and baremetal ARM...
2011-02-23 Ali SaidiARM: Add support for read of 100MHz clock in system...
2011-02-23 Ali SaidiARM: Reset simulation statistics when pref counters...
2011-02-23 Ali SaidiARM: Adds dummy support for a L2 latency miscreg.
2011-02-23 Korey Sewellconfigs: cache: add cache line size option
2011-02-23 Korey Sewellconfigs: set default cache params
2011-02-23 Korey Sewellruby: extend dprintfs for RubyGenerated TraceFlag
2011-02-23 Korey Sewellruby: cleaning up RubyQueue and RubyNetwork dprintfs
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-19 Nilay VaishRuby: Machine Type missing in MOESI CMP directory protocol
2011-02-19 Nilay VaishRuby: clean MOESI CMP directory protocol
2011-02-18 Korey Sewellm5: merge inorder/release-notes/make_release changes
2011-02-18 Korey Sewellinorder: regr-update: reduce dynamic mem. use to speedu...
2011-02-18 Korey Sewellinorder: add names and slot #s to res. dprints
2011-02-18 Korey Sewellinorder: ignore nops in execution unit
2011-02-18 Korey Sewellinorder: update graduation unit
2011-02-18 Korey Sewellinorder: recognize isSerializeAfter flag
2011-02-18 Korey Sewellinorder: update default thread size(=1)
2011-02-18 Korey Sewellinorder: don't overuse getLatency()
2011-02-18 Korey Sewellinorder: update max. resource bandwidths
2011-02-18 Korey Sewellinorder: cleanup in destructors
2011-02-18 Korey Sewellinorder: fix cache/fetch unit memory leaks
2011-02-18 Korey Sewellinorder: remove events for zero-cycle resources
2011-02-18 Korey Sewellinorder: update pipeline interface for handling finishe...
2011-02-18 Korey Sewellinorder: remove request map, use request vector
2011-02-18 Korey Sewellinorder: add valid bit for resource requests
2011-02-18 Korey Sewellinorder: remove reqRemoveList
2011-02-18 Korey Sewellinorder: initialize res. req. vectors based on resource...
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-16 Gabe BlackUtil: Get rid of the make_release.py script.
2011-02-16 Nathan BinkertCleanup system directory to fit into modern M5 tree
2011-02-16 Nathan Binkertcopyright: update copyright on alpha system files
2011-02-15 Gabe BlackX86: Get rid of "inline" on the MicroPanic constructor...
2011-02-15 Gabe BlackInfo: Clean up some info files.
2011-02-14 Nilay VaishRuby: Improve Change PerfectSwitch's wakeup function
2011-02-14 Gabe BlackX86: Update stats for the improved branch detection...
2011-02-14 Gabe BlackX86: Detect branches taking into account instruction...
2011-02-14 Gabe BlackX86: Update stats now that the dest reg isn't read...
2011-02-14 Gabe BlackX86: Put the result used for flags in an intermediate...
2011-02-14 Gabe BlackX86: Update stats for the reduced register reads.
2011-02-14 Gabe BlackX86: Don't read in dest regs if all bits are replaced.
2011-02-14 Gabe BlackX86: On a bad microopc, return a microop that returns...
2011-02-14 Gabe BlackX86: Define fault objects to carry debug messages.
2011-02-14 Gabe BlackX86: Only reset npc to reflect instruction length once.
2011-02-14 Gabe BlackO3: Fetch from the microcode ROM when needed.
2011-02-13 Ali SaidiO3: Fix GCC 4.2.4 complaint
2011-02-12 Nilay VaishRuby: Reorder Cache Lookup in Protocol Files
2011-02-12 Korey Sewellinorder:regress: host-inst-rate improved ~58%
next