Review Board 2.0.15


Review requests for Default

Summary Submitter
Posted Last Updated
MIPS: Consolidate TLB related faults.
gblack
September 12th, 2011, 5:35 a.m.
MIPS: Get rid of skipFaultInstruction and setRestartAddress.
gblack
September 12th, 2011, 5:37 a.m.
MIPS: Always compile in setExceptionState, including in SE mode.
gblack
September 12th, 2011, 5:36 a.m.
MIPS: Use inheritance to consolidate class definitions.
gblack
September 12th, 2011, 5:36 a.m.
MIPS, faults: Update how the PC is set.
gblack
September 12th, 2011, 5:38 a.m.
MIPS: Final overhaul of MIPS faults to kill #if FULL_SYSTEM
gblack
September 13th, 2011, 2:22 a.m.
SCons: Make the ISA parser a source for its output files like the comments say.
gblack
September 24th, 2011, 3:30 a.m.
X86: Move the MSR lookup table out of the TLB and into its own file.
gblack
September 5th, 2011, 6:38 p.m.
SE/FS: Define a const bool FullSystem which will equal FULL_SYSTEM.
gblack
September 25th, 2011, 6:07 a.m.
Faults: Make the generic faults more consistent between SE and FS.
gblack
September 24th, 2011, 4:59 p.m.
Faults: Add in generic faults that work like panics, warns, etc.
gblack
September 24th, 2011, 5 p.m.
ISA parser: Use '_' instead of '.' to delimit type modifiers on operands.
gblack
September 20th, 2011, 10:58 p.m.
Alpha: Use the CRTP to simplify Alpha's fault classes.
gblack
September 25th, 2011, 3:03 a.m.
SPARC: Isolate FP operations enough to prevent code/rounding mode reordering.
gblack
November 27th, 2011, 2:16 a.m.
Compiler: Add an M5_NO_INLINE define.
gblack
November 27th, 2011, 2:15 a.m.
GCC: Get everything working with gcc 4.6.1.
gblack
September 5th, 2011, 10:34 p.m.
[Discarded] SE/FS: Build the devices in SE mode.
gblack
September 26th, 2011, 2:18 a.m.
[Discarded] SE/FS: Use the new FullSystem constant where possible.
gblack
September 25th, 2011, 6:07 a.m.
[Discarded] SE/FS: Remove System::platform and Platform::intrFrequency.
gblack
September 26th, 2011, 2:21 a.m.
[Discarded] X86: Remove FULL_SYSTEM from the x86 faults.
gblack
September 26th, 2011, 2:19 a.m.
[Discarded] [mq]: nukeeioregressions.patch
gblack
January 28th, 2012, 5:40 a.m.
Big squashed diff of changes that merge SE and FS modes.
gblack
December 8th, 2011, 11:04 p.m.
System: Fix the check which detects running out of physical memory.
gblack
February 2nd, 2012, 6 p.m.
Faults: Replace calls to genMachineCheckFault with M5PanicFault.
gblack
September 24th, 2011, 5 p.m.
Faults: Turn of arch/faults.hh
gblack
February 6th, 2012, 4:06 a.m.
Checker: Access workload element 0 only if there is an element 0.
gblack
February 5th, 2012, 5:35 a.m.
m5=>gem5: Make the regression script build gem5.* instead of m5.*
gblack
February 6th, 2012, 2:20 a.m.
SCons: Add an option to dump the build vars, and only do that if asked.
gblack
March 3rd, 2011, 2:45 a.m.
[Discarded] Regressions: Make the regression diffing script understand host_op_rate.
gblack
February 12th, 2012, 4:21 p.m.
Make the IO bridge accept address headed to all the local APICs.
gblack
February 26th, 2012, 4:50 a.m.
X86: Use the M5PanicFault fault in execute methods instead of calling panic.
gblack
February 19th, 2012, 4:06 a.m.
O3: Don't assert that nothing is pending in the decoder at the start of a cycle.
gblack
July 11th, 2011, 4:59 a.m.
X86: Fix address size handling so real mode works properly.
gblack
March 16th, 2012, 3:23 a.m.
tests: Fix building unit tests.
gblack
April 8th, 2012, 12:56 a.m.
SPARC: Make PSTATE and HPSTATE a BitUnion.
gblack
February 4th, 2012, 3:18 a.m.
CPU: Tidy up some formatting and a DPRINTF in the simple CPU base class.
gblack
April 15th, 2012, 1:17 a.m.
X86: Use the AddrTrie class to implement the TLB.
gblack
April 8th, 2012, 12:59 a.m.
sim: A trie data structure specifically to speed up paging lookups.
gblack
April 8th, 2012, 12:57 a.m.
[Discarded] tests: Add a unit test for the new AddrTrie data structure.
gblack
April 8th, 2012, 12:57 a.m.
X86: Report an error if there's no kernel object, don't blindly use it.
gblack
April 18th, 2012, 1:55 a.m.
base: Include cassert in trie.hh.
gblack
April 17th, 2012, 5:20 a.m.
ISA: Put parser generated files in a "generated" directory.
gblack
April 22nd, 2012, 11:28 p.m.
X86: Clear out duplicate TLB entries when adding a new one.
gblack
April 17th, 2012, 5:20 a.m.
[Discarded] SWIG/base: Ensure that ptrdiff_t is available for SWIG by including cstddef.
gblack
November 27th, 2011, 2:16 a.m.
Syscalls: panic when the length argument to mmap is excessive.
gblack
April 29th, 2012, 2:38 a.m.
Decode: Make the Decoder class defined per ISA.
gblack
May 15th, 2012, 5:54 a.m.
CPU: Simplify the implementation of the decode cache.
gblack
May 15th, 2012, 5:54 a.m.
ISA: Make the decode function part of the ISA's decoder.
gblack
May 15th, 2012, 5:55 a.m.
ISA,CPU: Generalize and split out the components of the decode cache.
gblack
May 25th, 2012, 3:33 a.m.
CPU: Merge the predecoder and decoder.
gblack
May 15th, 2012, 5:55 a.m.
« < 41 42 43 44 45 46 47 > » 65 pages