Review Board 2.0.15


All Review Requests

Summary
Submitter
Posted Last Updated
X86: Change how the default disk image gets set up.
gblack
January 29th, 2011, 3:09 p.m.
x86: Clean up style in process.cc.
gblack
December 1st, 2014, 10:28 a.m.
X86: Clear out duplicate TLB entries when adding a new one.
gblack
April 17th, 2012, 5:20 a.m.
X86: Consolidate extra microop flags into one parameter.
gblack
August 22nd, 2010, 6:43 p.m.
X86: Convert operand types to the new style.
gblack
April 25th, 2011, 3:02 a.m.
X86: Create a directory for files that define register indexes.
gblack
August 22nd, 2010, 6:59 p.m.
X86: Define a noop ExtMachInst.
gblack
August 22nd, 2010, 6:47 p.m.
X86: Define fault objects to carry debug messages.
gblack
February 11th, 2011, 8:04 a.m.
X86: Detect attempts to load a 32 bit kernel and panic.
gblack
October 10th, 2010, 1:15 a.m.
X86: Don't read in dest regs if all bits are replaced.
gblack
February 3rd, 2011, 3:04 a.m.
X86: Don't use "#if FULL_SYSTEM" in the X86 ISA description.
gblack
September 10th, 2011, 3:12 a.m.
X86: Eliminate an unused argument for building store microops.
gblack
June 20th, 2011, 11:42 a.m.
x86: Enable three bits in the FamilyModelStepping ECX CPUID bitfield.
gblack
December 23rd, 2014, 12:38 a.m.
X86: Ensure that the decoder's internal ExtMachInst is completely initialized.
gblack
June 3rd, 2012, 2:01 a.m.
X86: Fix address size handling so real mode works properly.
gblack
March 16th, 2012, 3:23 a.m.
x86: Fix setting segment bases in real mode.
gblack
November 15th, 2014, 11:38 a.m.
[Discarded] x86: Fix some bugs in the real mode far jmp instruction.
gblack
November 15th, 2014, 11:39 a.m.
x86: Fix some bugs in the real mode far jmp instruction.
gblack
November 15th, 2014, 11:36 a.m.
X86: Fix store microops so they don't drop faults in timing mode.
gblack
June 29th, 2011, 4:01 a.m.
x86: Fix the CPUID Long Mode Address Size function.
gblack
November 15th, 2014, 10:24 a.m.
X86: Get rid of the flagless microop constructor.
gblack
August 22nd, 2010, 6:52 p.m.
X86: Get rid of the stupd microop.
gblack
February 1st, 2011, 5:13 p.m.
x86: i8042: Add VNC keyboard input support.
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.
x86: i8042: Give the keyboard controller a little TLC.
gblack
November 22nd, 2014, 1:32 p.m.
X86: If PCI config space is disabled, pass through to regular IO addresses.
gblack
February 26th, 2011, 1:44 a.m.
x86: Implement a remote GDB stub.
gblack
November 25th, 2014, 11:48 a.m.
x86: kvm: Fix the KVM CPU in SE and FS on Intel CPUs.
gblack
December 10th, 2014, 5:32 a.m.
X86: Make sure instruction flags are set properly even on 32 bit machines.
gblack
September 4th, 2011, 7:45 p.m.
X86: Make the TLB fault instead of panic when something is unmapped in SE mode.
gblack
August 22nd, 2010, 6:51 p.m.
X86: Make the x86 ExtMachInst serializable with (UN)SERIALIZE_SCALAR.
gblack
August 22nd, 2010, 6:49 p.m.
X86: Mark IO reads and writes as non-speculative.
gblack
February 27th, 2011, 3:52 p.m.
X86: Mark prefetches as such in their instruction and request flags.
gblack
February 27th, 2011, 3:51 p.m.
X86: Mark serializing macroops and regular instructions as such.
gblack
August 22nd, 2010, 6:46 p.m.
X86: Move address based decode caching in front of the predecoder.
gblack
May 25th, 2012, 3:44 a.m.
X86: Move the GDT down to where it can be accessed in 32 bit mode.
gblack
May 27th, 2012, 2:44 p.m.
X86: Move the MSR lookup table out of the TLB and into its own file.
gblack
September 5th, 2011, 6:38 p.m.
X86: On a bad microopc, return a microop that returns a fault that panics.
gblack
February 11th, 2011, 8:05 a.m.
X86: Only reset npc to reflect instruction length once.
gblack
February 11th, 2011, 8:02 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] X86: Remove FULL_SYSTEM from the x86 faults.
gblack
September 26th, 2011, 2:19 a.m.
X86: Replace the stupd microop with a store/update sequence.
gblack
February 1st, 2011, 5:12 p.m.
X86: Report an error if there's no kernel object, don't blindly use it.
gblack
April 18th, 2012, 1:55 a.m.
x86: Rework opcode parsing to support 3 byte opcodes properly.
gblack
November 17th, 2014, 6:44 a.m.
X86: Take advantage of new PCState syntax.
gblack
November 15th, 2010, 4:07 a.m.
X86: Truncate addresses to 32 bits except in 64 bit mode, not long mode.
gblack
May 27th, 2012, 2:43 p.m.
X86: Use IsSquashAfter if an instruction could affect fetch translation.
gblack
July 19th, 2011, 1:57 a.m.
X86: Use regular read requests in the walker instead of read exclusive.
gblack
February 26th, 2011, 1:43 a.m.
X86: Use the AddrTrie class to implement the TLB.
gblack
April 8th, 2012, 12: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.
« < 42 43 44 45 46 47 48 > » 65 pages