Review Board 2.0.15


  • Gabe Black

    gblack

    Gabe Black
    Last logged in Jan. 24, 2017
    Joined April 14, 2010
  • Groups

gblack's review requests

Summary Submitter Posted Last Updated
x86: kvm: Fix the KVM CPU in SE and FS on Intel CPUs.
gblack
December 10th, 2014, 5:32 a.m.
dev: cirrus: Add a simplified device model for the cirrus graphics device.
gblack
November 18th, 2014, 1:31 a.m.
x86: Add a cirrus graphics adapter to x86 systems.
gblack
November 23rd, 2014, 11:02 a.m.
test: Add a unittest for the BitUnion types.
gblack
December 17th, 2014, 7:08 a.m.
base: Fix assigning between identical bitfields.
gblack
December 17th, 2014, 7:07 a.m.
x86: Enable three bits in the FamilyModelStepping ECX CPUID bitfield.
gblack
December 23rd, 2014, 12:38 a.m.
cpuid, x86: Revert "Enabling more features in CPUid"
gblack
December 23rd, 2014, 12:37 a.m.
tests: Fix building the circletest unittest.
gblack
December 17th, 2014, 7:06 a.m.
scons: Make the USE_KVM variable available in C++.
gblack
November 19th, 2014, 6:44 a.m.
x86: i8042: Give the keyboard controller a little TLC.
gblack
November 22nd, 2014, 1:32 p.m.
x86: i8042: Add VNC mouse support, and flesh out the mouse model.
gblack
November 22nd, 2014, 1:31 p.m.
Let other objects set up memory like regions in a KVM VM.
gblack
November 18th, 2014, 1:29 a.m.
misc: Generalize GDB single stepping.
gblack
December 5th, 2014, 11:15 a.m.
x86: Implement a remote GDB stub.
gblack
November 25th, 2014, 11:48 a.m.
misc: Add some utility functions for schedule inst commit events.
gblack
December 5th, 2014, 10:36 a.m.
misc: Rename the GDB "Event" event class to InputEvent.
gblack
December 5th, 2014, 10 a.m.
sim: Ensure GDB interrupts the simulation at an instruction boundary.
gblack
November 25th, 2014, 11:47 a.m.
cpu: Only check for PC events on instruction boundaries.
gblack
November 25th, 2014, 11:47 a.m.
misc: Make the GDB register cache accessible in various sized chunks.
gblack
November 25th, 2014, 11:47 a.m.
config: Add two options for setting the kernel command line.
gblack
November 23rd, 2014, 7:26 a.m.
x86: Rework opcode parsing to support 3 byte opcodes properly.
gblack
November 17th, 2014, 6:44 a.m.
arch: Allow named constants as decode case values.
gblack
November 17th, 2014, 6:42 a.m.
x86: Clean up style in process.cc.
gblack
December 1st, 2014, 10:28 a.m.
sim: Make it possible to override the breakpoint length check.
gblack
November 25th, 2014, 11:47 a.m.
config: Get rid of some extra spaces around default arguments.
gblack
November 23rd, 2014, 7:25 a.m.
ide: Accept the IDLE (0xe3) ATA command.
gblack
November 22nd, 2014, 2:39 p.m.
ps2: Support translating left and right ALT keys.
gblack
November 22nd, 2014, 1:36 p.m.
x86: vnc: Add a VNC server to x86 systems.
gblack
November 22nd, 2014, 11:39 a.m.
x86: i8042: Add VNC keyboard input support.
gblack
November 22nd, 2014, 1:32 p.m.
config: ruby: Get rid of an "eval" and an "exec" operating on generated code.
gblack
November 23rd, 2014, 11:03 a.m.
sim: Add a KvmVM parameter to the base system object.
gblack
November 23rd, 2014, 11:03 a.m.
x86: pc: Put a stub IO device at port 0xed which the kernel can use for delays.
gblack
November 19th, 2014, 9:26 a.m.
[Discarded] KVM: Build in most of the KVM stuff even if we're not going to use it.
gblack
November 18th, 2014, 2:27 a.m.
ARM: Use fixed size member variables to describe fixed size registers.
gblack
November 18th, 2014, 2:26 a.m.
vnc: Add a conversion function for bgr888.
gblack
November 17th, 2014, 9:45 a.m.
x86: Fix setting segment bases in real mode.
gblack
November 15th, 2014, 11:38 a.m.
x86: Fix some bugs in the real mode far jmp instruction.
gblack
November 15th, 2014, 11:36 a.m.
x86: APIC: Only set deliveryStatus if our IPI is going somewhere.
gblack
November 15th, 2014, 11:35 a.m.
x86: APIC: Fix the getRegArrayBit function.
gblack
November 15th, 2014, 11 a.m.
x86: Fix the CPUID Long Mode Address Size function.
gblack
November 15th, 2014, 10:24 a.m.
[Discarded] x86: Fix some bugs in the real mode far jmp instruction.
gblack
November 15th, 2014, 11:39 a.m.
Config: A patch from Nilay which fixes running SMT workloads with se.py.
gblack
May 25th, 2012, 12:51 a.m.
[Discarded] Decoder: Remove the thread context getting/setting interface from the decoder.
gblack
May 28th, 2012, 2:57 a.m.
X86: Move address based decode caching in front of the predecoder.
gblack
May 25th, 2012, 3:44 a.m.
SPARC: Keep a copy of the current ASI in the decoder.
gblack
May 28th, 2012, 2:54 a.m.
ARM: Keep a copy of the fpscr len and stride fields in the decoder.
gblack
May 28th, 2012, 2:55 a.m.
ISA: Factor FullSystemInt out of the decoders.
gblack
May 28th, 2012, 12:49 a.m.
X86: Ensure that the decoder's internal ExtMachInst is completely initialized.
gblack
June 3rd, 2012, 2:01 a.m.
ISA: Turn the ExtMachInst NoopMachinst into the StaticInstPtr NoopStaticInst.
gblack
May 29th, 2012, 2:59 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.
1 2 3 4 > » 6 pages