Review Board 2.0.15


All Review Requests

Summary Submitter
Posted Last Updated
X86: Mark IO reads and writes as non-speculative.
gblack
February 27th, 2011, 3:52 p.m.
X86: Add an X86_FS o3 regression.
gblack
July 12th, 2011, 4:09 a.m.
MIPS: Use the CRTP to streamline the Fault class definitions.
gblack
September 12th, 2011, 5:28 a.m.
X86: Use the HandyM5Reg to avoid a register read and some logic in the TLB.
gblack
May 27th, 2012, 2:43 p.m.
X86: Mark serializing macroops and regular instructions as such.
gblack
August 22nd, 2010, 6:46 p.m.
CPU: Get rid of the now unnecessary getInst/setInst family of functions.
gblack
August 31st, 2010, 5:17 p.m.
MIPS: Get rid of the backdoor device copy/pasted from and only used in Alpha.
gblack
October 16th, 2010, 2:54 p.m.
ARM: Take advantage of new PCState syntax.
gblack
November 15th, 2010, 4:26 a.m.
Unit tests: Convert the refcnttest unit test to use the new EXPECT macros.
gblack
January 15th, 2011, 12:33 a.m.
X86: Replace the stupd microop with a store/update sequence.
gblack
February 1st, 2011, 5:12 p.m.
Let other objects set up memory like regions in a KVM VM.
gblack
November 18th, 2014, 1:29 a.m.
X86: Use IsSquashAfter if an instruction could affect fetch translation.
gblack
July 19th, 2011, 1:57 a.m.
ISA parser: Match /* */ and // style comments.
gblack
September 5th, 2011, 9:48 p.m.
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.
Mem,X86: Make the IO bridge pass APIC messages back towards the CPU.
gblack
November 23rd, 2010, 3:32 a.m.
config: Add two options for setting the kernel command line.
gblack
November 23rd, 2014, 7:26 a.m.
LibElf: Build the error management code in libelf.
gblack
June 4th, 2011, 11:38 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.
X86: Add L1 caches for the TLB walkers.
gblack
January 29th, 2011, 3:05 p.m.
SCons: Turn some scons variables into command line options.
gblack
March 3rd, 2011, 2:42 a.m.
misc: Make the GDB register cache accessible in various sized chunks.
gblack
November 25th, 2014, 11:47 a.m.
ExecContext: Get rid of the now unused read/write templated functions.
gblack
June 20th, 2011, 11:43 a.m.
MIPS: Consolidate TLB related faults.
gblack
September 12th, 2011, 5:35 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.
CPU: Merge the predecoder and decoder.
gblack
May 15th, 2012, 5:55 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.
O3: Fetch from the microcode ROM when needed.
gblack
February 11th, 2011, 8:01 a.m.
x86: Fix the CPUID Long Mode Address Size function.
gblack
November 15th, 2014, 10:24 a.m.
SCons: Stop embedding the mercurial revision into the binary.
gblack
March 10th, 2011, 11:35 a.m.
x86: i8042: Add VNC mouse support, and flesh out the mouse model.
gblack
November 22nd, 2014, 1:31 p.m.
x86: kvm: Fix the KVM CPU in SE and FS on Intel CPUs.
gblack
December 10th, 2014, 5:32 a.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.
X86: Take advantage of new PCState syntax.
gblack
November 15th, 2010, 4:07 a.m.
Spelling: Fix the a spelling error by changing mmaped to mmapped.
gblack
February 27th, 2011, 5:36 p.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.
Params: Add parameter types for IP addresses in various forms.
gblack
November 17th, 2010, 1:52 p.m.
X86: Get rid of the stupd microop.
gblack
February 1st, 2011, 5:13 p.m.
Configs: Explicitly import env in Benchmarks.py
gblack
February 23rd, 2011, 2:15 a.m.
« < 19 20 21 22 23 24 25 > » 65 pages