Review Board 2.0.15


Review requests for Default

Summary Submitter
Posted Last Updated
ISA parser: Use '_' instead of '.' to delimit type modifiers on operands.
gblack
September 20th, 2011, 10:58 p.m.
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
gblack
September 23rd, 2010, 5:38 p.m.
X86: If PCI config space is disabled, pass through to regular IO addresses.
gblack
February 26th, 2011, 1:44 a.m.
Regressions: Make X86_FS run automatically, and move it's regressions to quick.
gblack
March 11th, 2011, 11:45 p.m.
config: Add two options for setting the kernel command line.
gblack
November 23rd, 2014, 7:26 a.m.
Endianness: Make it easier to check the compiled in guest endianness.
gblack
September 11th, 2011, 5:48 p.m.
[Discarded] SE/FS: Remove System::platform and Platform::intrFrequency.
gblack
September 26th, 2011, 2:21 a.m.
Faults: Turn of arch/faults.hh
gblack
February 6th, 2012, 4:06 a.m.
Config: A patch from Nilay which fixes running SMT workloads with se.py.
gblack
May 25th, 2012, 12:51 a.m.
SPARC: Make SPARC's ISA's clear function initialize everything it should.
gblack
October 9th, 2010, 1:50 p.m.
SPARC: Take advantage of new PCState syntax.
gblack
November 15th, 2010, 4:13 a.m.
Time: Add serialization functions to the Time class.
gblack
January 30th, 2011, 9:15 p.m.
misc: Make the GDB register cache accessible in various sized chunks.
gblack
November 25th, 2014, 11:47 a.m.
ExecContext: Rename the readBytes/writeBytes functions to readMem and writeMem.
gblack
June 20th, 2011, 11:43 a.m.
MIPS: Consolidate TLB related faults.
gblack
September 12th, 2011, 5:35 a.m.
[Discarded] Decoder: Remove the thread context getting/setting interface from the decoder.
gblack
May 28th, 2012, 2:57 a.m.
X86: Create a directory for files that define register indexes.
gblack
August 22nd, 2010, 6:59 p.m.
Mem,X86: Make the IO bridge pass APIC messages back towards the CPU.
gblack
November 23rd, 2010, 3:32 a.m.
X86: On a bad microopc, return a microop that returns a fault that panics.
gblack
February 11th, 2011, 8:05 a.m.
x86: APIC: Fix the getRegArrayBit function.
gblack
November 15th, 2014, 11 a.m.
x86: i8042: Add VNC mouse support, and flesh out the mouse model.
gblack
November 22nd, 2014, 1:31 p.m.
O3: Let squashed and deferred instructions issue.
gblack
July 3rd, 2011, 3:37 a.m.
Faults: Replace calls to genMachineCheckFault with M5PanicFault.
gblack
September 24th, 2011, 5 p.m.
System: Fix the check which detects running out of physical memory.
gblack
February 2nd, 2012, 6 p.m.
SimObject: Use "self" when calling the clear_child method.
gblack
November 8th, 2010, 11:36 p.m.
ARM: Get rid of some unused FP operands.
gblack
December 9th, 2010, 1:55 a.m.
Info: Clean up some info files.
gblack
February 13th, 2011, 11:46 p.m.
Ruby: Mention that Ruby's bound checking option only applies to Ruby.
gblack
February 28th, 2011, 4:53 a.m.
Decode: Pull instruction decoding out of the StaticInst class into its own.
gblack
August 16th, 2011, 3:07 a.m.
MIPS: Add constructors to the fault classes.
gblack
September 12th, 2011, 5:29 a.m.
[Discarded] Regressions: Make the regression diffing script understand host_op_rate.
gblack
February 12th, 2012, 4:21 p.m.
X86: Truncate addresses to 32 bits except in 64 bit mode, not long mode.
gblack
May 27th, 2012, 2:43 p.m.
X86: Define a noop ExtMachInst.
gblack
August 22nd, 2010, 6:47 p.m.
CPU: Trim unnecessary includes from some common files.
gblack
August 31st, 2010, 5:20 p.m.
Time: Add a setTick and getTick functions to the Time class.
gblack
January 19th, 2011, 3:10 p.m.
Fault: Rename sim/fault.hh to fault_fwd.hh to distinguish it from faults.hh.
gblack
February 3rd, 2011, 8:42 p.m.
O3: Fix corner case squashing into the microcode ROM.
gblack
February 25th, 2011, 1:23 a.m.
ARM: Use fixed size member variables to describe fixed size registers.
gblack
November 18th, 2014, 2:26 a.m.
x86: Clean up style in process.cc.
gblack
December 1st, 2014, 10:28 a.m.
Misc: Remove the URL from warnings, fatals, panics, etc.
gblack
May 25th, 2011, 9:24 a.m.
tracediff: Check for --debug=flags now instead of --trace-flags.
gblack
June 29th, 2011, 4:16 a.m.
O3: Get rid of the raw ExtMachInst constructor on DynInsts.
gblack
July 19th, 2011, 1:58 a.m.
ISA parser: Don't look for operands in strings.
gblack
September 5th, 2011, 9:49 p.m.
SCons: Make the ISA parser a source for its output files like the comments say.
gblack
September 24th, 2011, 3:30 a.m.
[Discarded] [mq]: nukeeioregressions.patch
gblack
January 28th, 2012, 5:40 a.m.
Syscalls: panic when the length argument to mmap is excessive.
gblack
April 29th, 2012, 2:38 a.m.
x86: Add a cirrus graphics adapter to x86 systems.
gblack
November 23rd, 2014, 11:02 a.m.
ISA parser: Simplify operand type handling.
gblack
April 25th, 2011, 3:01 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.
Endianness: Get rid of unused (and mildly redundant) ByteOrderDiffers constant.
gblack
September 11th, 2011, 5:56 p.m.
« < 21 22 23 24 25 26 27 > » 65 pages