User contributions
From gem5
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 21:39, 17 March 2011 (diff | hist) . . (0) . . Documentation (→Running M5)
- 21:38, 17 March 2011 (diff | hist) . . (+32) . . Documentation (→Development)
- 21:38, 17 March 2011 (diff | hist) . . (+12) . . Documentation (→Running M5)
- 21:37, 17 March 2011 (diff | hist) . . (+2,105) . . Running gem5
- 21:36, 17 March 2011 (diff | hist) . . (-28) . . Running gem5
- 21:35, 17 March 2011 (diff | hist) . . (+3,510) . . Running gem5
- 21:33, 17 March 2011 (diff | hist) . . (+103) . . Introduction
- 21:24, 17 March 2011 (diff | hist) . . (+4) . . N File:Example.jpg (test) (current)
- 21:23, 17 March 2011 (diff | hist) . . (+20) . . User talk:Saidi (current)
- 21:22, 17 March 2011 (diff | hist) . . (+7) . . N User talk:Saidi (Created page with "test123")
- 01:40, 10 March 2011 (diff | hist) . . (+1) . . Status Matrix
- 10:47, 8 March 2011 (diff | hist) . . (-2) . . Documentation (→ISA Implementations)
- 10:47, 8 March 2011 (diff | hist) . . (+164) . . Documentation
- 01:30, 8 March 2011 (diff | hist) . . (+2,049) . . General Memory System
- 01:29, 8 March 2011 (diff | hist) . . (+4,271) . . Classic Memory System (→Coherence)
- 01:29, 8 March 2011 (diff | hist) . . (-44) . . Classic Memory System
- 01:28, 8 March 2011 (diff | hist) . . (+10,937) . . General Memory System (→General memory system)
- 01:23, 8 March 2011 (diff | hist) . . (+2,623) . . SimObjects (→Stages of initialization)
- 01:22, 8 March 2011 (diff | hist) . . (+3,873) . . Devices
- 01:21, 8 March 2011 (diff | hist) . . (+98) . . Statistics
- 01:20, 8 March 2011 (diff | hist) . . (+7,535) . . N Statistics (Created page with " ==Stats "Philosophy" --> Initialization== The philosophy of the stats package at the moment is to have a single base class called Stat which is merely a hook into every other a…")
- 00:51, 8 March 2011 (diff | hist) . . (-37) . . Introduction
- 00:51, 8 March 2011 (diff | hist) . . (-37,845) . . Documentation
- 00:42, 8 March 2011 (diff | hist) . . (+2,597) . . N Dependencies (Created page with "==External Dependencies== Like most software gem5 requires a number of packages and tools to be able to build itself. Since it's highly likely that any user will be required to m…")
- 00:41, 8 March 2011 (diff | hist) . . (+5,539) . . N Development Tools Contributing (Created page with "==Development Tools/Contributing== This section describes the methods available to extend M5 while preserving the ability to update to new versions. If you intend to make any cha…")
- 00:40, 8 March 2011 (diff | hist) . . (+2,351) . . N Utility Code (Created page with "==Utility Code== ===Bitfield functions=== ===BitUnion classes=== ===FastAlloc=== ===IntMath=== ===panic, fatal, warn, inform, hack: which? === There are error and warning func…")
- 00:40, 8 March 2011 (diff | hist) . . (+3) . . SE Mode
- 00:39, 8 March 2011 (diff | hist) . . (+136) . . N SE Mode (Created page with "==Pseudo Instructions== ===List of pseudo instructions and what they do=== ===How to get at and use them from a binary, script, etc.===")
- 00:39, 8 March 2011 (diff | hist) . . (+234) . . N X86 Implementation (Created page with " === Microcode ISA=== ===Macroop specialization=== ===Platform objects=== ===Physical memory space allocation=== ===Microcode registers and other hidden impl…") (current)
- 00:38, 8 March 2011 (diff | hist) . . (+82) . . N ARM Implementation (Created page with "===Supported features and modes=== ===Thumb support=== ===Special PC management===")
- 00:37, 8 March 2011 (diff | hist) . . (+203) . . N ISA Parser (Created page with "==ISA parser== ===Formats=== ===operands=== ===decode tree=== ===let blocks=== ===microcode assembler=== ====microops==== ====macroops==== ====directives==== ====rom object=…")
- 00:37, 8 March 2011 (diff | hist) . . (+215) . . N Interrupts (Created page with "==Interrupts== ===Traditional handling with platform object=== ===New, currently X86 only system=== ====Interrupt sources/sinks/wires/pins==== ====Interrupt messages==== ===Int…") (current)
- 00:36, 8 March 2011 (diff | hist) . . (+163) . . N Address Translation (Created page with "==Address Translation== ===TLB management=== ===Delayed translation=== ===Page table walkers (defer to ISA discussion?)=== ===Differences between SE and FS mode===")
- 00:36, 8 March 2011 (diff | hist) . . (+133) . . N Architectural State (Created page with "==Architectural State== ===Registers=== ====Register types - float, int, misc==== ====Indexing - register spaces stuff==== ===PCs===")
- 00:35, 8 March 2011 (diff | hist) . . (+132) . . N Execution Basics (Created page with "==Execution Basics== ===Predecoding=== ===StaticInsts=== ===Microcode support=== ===ExecContext=== ===ThreadContext=== ===Faults===")
- 00:35, 8 March 2011 (diff | hist) . . (+231) . . N Devices (Created page with " ===I/O device base classes=== ===IDE=== ===NICS=== ===Timers=== ===PCI devices=== ===DMA devices=== ===UARTs and serial terminals=== ===Explanation of platforms and systems, …")
- 00:34, 8 March 2011 (diff | hist) . . (+129) . . Events (current)
- 00:34, 8 March 2011 (diff | hist) . . (+2,357) . . N Ruby (Created page with "==Ruby== === High level components of Ruby === Need to talk about the overview of Ruby and what are the major components. ''Rathijit will do it'' ==== SLICC + Coherence proto…")
- 00:34, 8 March 2011 (diff | hist) . . (+193) . . N Classic Memory System (Created page with "==Classic memory system== ===MemObjects=== ===Caches=== ====Hooking them up==== ====Parameters==== ===Interconnects=== ====Buses==== ====Bridges==== ====Anything else?==== …")
- 00:33, 8 March 2011 (diff | hist) . . (+568) . . N General Memory System (Created page with "==General memory system== ===Ports system=== ====Ports in general==== ====Various port types==== ====Packets==== ====Requests==== ====Atomic/Timing/Functional accesses==== ===Two…")
- 00:33, 8 March 2011 (diff | hist) . . (+365) . . N SimObjects (Created page with "==SimObjects== ===The python side=== ====Param types ==== ====Inheritance==== ====Special attribute names==== ====Rules for importing - how to get…")
- 00:32, 8 March 2011 (diff | hist) . . (+127) . . Running gem5
- 00:31, 8 March 2011 (diff | hist) . . (+8,241) . . N Build System (Created page with "==Build System== M5's build system is based on Scons, an open source build system implemented in python. You can find more information about scons at www.scons.org. The main sco…")
- 00:30, 8 March 2011 (diff | hist) . . (+2,412) . . N Source Code (Created page with "==Source Code== ===Tour of the tree=== These are the files and directories at the top of the tree: AUTHORS LICENSE README RELEASE_NOTES SConstruct build_opts configs ex…")
- 00:30, 8 March 2011 (diff | hist) . . (+10,209) . . N Introduction (Created page with "==Getting Started== ===What is gem5?=== gem5 is a modular discrete event driven computer system simulator platform. That means that: # gem5's components can be rearranged, par…")
- 17:48, 7 March 2011 (diff | hist) . . (+174) . . Documentation (→Cross-product status matrix)
- 17:46, 7 March 2011 (diff | hist) . . (+13) . . Documentation (→Asking for help)
- 17:45, 7 March 2011 (diff | hist) . . (+21) . . Documentation (→How am I expected to use gem5?)
- 17:43, 7 March 2011 (diff | hist) . . (+142) . . Documentation
- 17:40, 7 March 2011 (diff | hist) . . (+76) . . Documentation (→Tour of the tree)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)