Age | Commit message (Expand) | Author |
2011-02-23 | ARM: Fix bug that let two table walks occur in parallel. | Ali Saidi |
2011-02-23 | Includes: Don't include isa_traits.hh and use the TheISA namespace unless rea... | Ali Saidi |
2011-02-23 | ARM: Make Noop actually decode to a noop and set it's instflags. | Ali Saidi |
2011-02-23 | O3: Fix bug when a squash occurs right before TLB miss returns. | Ali Saidi |
2011-02-23 | ARM: Delete OABI syscall handling. | Ali Saidi |
2011-02-23 | CLCD: Fix some serialization bugs with the clcd controller. | Ali Saidi |
2011-02-23 | ARM: Clarifies creation of Linux and baremetal ARM systems. | Ali Saidi |
2011-02-23 | ARM: Add support for read of 100MHz clock in system controller. | Ali Saidi |
2011-02-23 | ARM: Reset simulation statistics when pref counters are reset. | Ali Saidi |
2011-02-23 | ARM: Adds dummy support for a L2 latency miscreg. | Ali Saidi |
2011-02-23 | configs: cache: add cache line size option | Korey Sewell |
2011-02-23 | configs: set default cache params | Korey Sewell |
2011-02-23 | ruby: extend dprintfs for RubyGenerated TraceFlag | Korey Sewell |
2011-02-23 | ruby: cleaning up RubyQueue and RubyNetwork dprintfs | Korey Sewell |
2011-02-22 | m5: merged in hammer fix | Brad Beckmann |
2011-02-19 | Ruby: Machine Type missing in MOESI CMP directory protocol | Nilay Vaish |
2011-02-19 | Ruby: clean MOESI CMP directory protocol | Nilay Vaish |
2011-02-18 | m5: merge inorder/release-notes/make_release changes | Korey Sewell |
2011-02-18 | inorder: regr-update: reduce dynamic mem. use to speedup sims | Korey Sewell |
2011-02-18 | inorder: add names and slot #s to res. dprints | Korey Sewell |
2011-02-18 | inorder: ignore nops in execution unit | Korey Sewell |
2011-02-18 | inorder: update graduation unit | Korey Sewell |
2011-02-18 | inorder: recognize isSerializeAfter flag | Korey Sewell |
2011-02-18 | inorder: update default thread size(=1) | Korey Sewell |
2011-02-18 | inorder: don't overuse getLatency() | Korey Sewell |
2011-02-18 | inorder: update max. resource bandwidths | Korey Sewell |
2011-02-18 | inorder: cleanup in destructors | Korey Sewell |
2011-02-18 | inorder: fix cache/fetch unit memory leaks | Korey Sewell |
2011-02-18 | inorder: remove events for zero-cycle resources | Korey Sewell |
2011-02-18 | inorder: update pipeline interface for handling finished resource reqs | Korey Sewell |
2011-02-18 | inorder: remove request map, use request vector | Korey Sewell |
2011-02-18 | inorder: add valid bit for resource requests | Korey Sewell |
2011-02-18 | inorder: remove reqRemoveList | Korey Sewell |
2011-02-18 | inorder: initialize res. req. vectors based on resource bandwidth | Korey Sewell |
2011-02-16 | merge alpha system files into tree | Nathan Binkert |
2011-02-15 | Util: Get rid of the make_release.py script. | Gabe Black |
2011-02-16 | Cleanup system directory to fit into modern M5 tree | Nathan Binkert |
2011-02-16 | copyright: update copyright on alpha system files | Nathan Binkert |
2011-02-15 | X86: Get rid of "inline" on the MicroPanic constructor in decoder.cc. | Gabe Black |
2011-02-14 | Info: Clean up some info files. | Gabe Black |
2011-02-14 | Ruby: Improve Change PerfectSwitch's wakeup function | Nilay Vaish |
2011-02-13 | X86: Update stats for the improved branch detection/prediction. | Gabe Black |
2011-02-13 | X86: Detect branches taking into account instruction size. | Gabe Black |
2011-02-13 | X86: Update stats now that the dest reg isn't read unnecessarily to set flags. | Gabe Black |
2011-02-13 | X86: Put the result used for flags in an intermediate variable. | Gabe Black |
2011-02-13 | X86: Update stats for the reduced register reads. | Gabe Black |
2011-02-13 | X86: Don't read in dest regs if all bits are replaced. | Gabe Black |
2011-02-13 | X86: On a bad microopc, return a microop that returns a fault that panics. | Gabe Black |
2011-02-13 | X86: Define fault objects to carry debug messages. | Gabe Black |
2011-02-13 | X86: Only reset npc to reflect instruction length once. | Gabe Black |