|
|
[Submitted] 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.
|
|
|
|
[Submitted] X86: Only reset npc to reflect instruction length once.
|
gblack
|
February 11th, 2011, 8:02 a.m.
|
|
|
|
[Submitted] X86: On a bad microopc, return a microop that returns a fault that panics.
|
gblack
|
February 11th, 2011, 8:05 a.m.
|
|
|
|
[Submitted] X86: Move the MSR lookup table out of the TLB and into its own file.
|
gblack
|
September 5th, 2011, 6:38 p.m.
|
|
|
|
[Submitted] X86: Move the GDT down to where it can be accessed in 32 bit mode.
|
gblack
|
May 27th, 2012, 2:44 p.m.
|
|
|
|
[Submitted] X86: Move address based decode caching in front of the predecoder.
|
gblack
|
May 25th, 2012, 3:44 a.m.
|
|
|
|
[Submitted] X86: Mark serializing macroops and regular instructions as such.
|
gblack
|
August 22nd, 2010, 6:46 p.m.
|
|
|
|
[Submitted] X86: Mark prefetches as such in their instruction and request flags.
|
gblack
|
February 27th, 2011, 3:51 p.m.
|
|
|
|
[Submitted] X86: Mark IO reads and writes as non-speculative.
|
gblack
|
February 27th, 2011, 3:52 p.m.
|
|
|
|
[Submitted] X86: Make the x86 ExtMachInst serializable with (UN)SERIALIZE_SCALAR.
|
gblack
|
August 22nd, 2010, 6:49 p.m.
|
|
|
|
[Submitted] X86: Make the TLB fault instead of panic when something is unmapped in SE mode.
|
gblack
|
August 22nd, 2010, 6:51 p.m.
|
|
|
|
[Submitted] X86: Make sure instruction flags are set properly even on 32 bit machines.
|
gblack
|
September 4th, 2011, 7:45 p.m.
|
|
|
|
x86: kvm: Fix the KVM CPU in SE and FS on Intel CPUs.
|
gblack
|
December 10th, 2014, 5:32 a.m.
|
|
|
|
[Submitted] x86: Implement a remote GDB stub.
|
gblack
|
November 25th, 2014, 11:48 a.m.
|
|
|
|
[Submitted] X86: If PCI config space is disabled, pass through to regular IO addresses.
|
gblack
|
February 26th, 2011, 1: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.
|
|
|
|
x86: i8042: Add VNC keyboard input support.
|
gblack
|
November 22nd, 2014, 1:32 p.m.
|
|
|
|
[Submitted] X86: Get rid of the stupd microop.
|
gblack
|
February 1st, 2011, 5:13 p.m.
|
|
|
|
[Submitted] X86: Get rid of the flagless microop constructor.
|
gblack
|
August 22nd, 2010, 6:52 p.m.
|
|
|
|
[Submitted] x86: Fix the CPUID Long Mode Address Size function.
|
gblack
|
November 15th, 2014, 10:24 a.m.
|
|
|
|
[Submitted] X86: Fix store microops so they don't drop faults in timing mode.
|
gblack
|
June 29th, 2011, 4:01 a.m.
|
|
|
|
[Submitted] x86: Fix some bugs in the real mode far jmp instruction.
|
gblack
|
November 15th, 2014, 11:36 a.m.
|
|
|
|
[Discarded] x86: Fix some bugs in the real mode far jmp instruction.
|
gblack
|
November 15th, 2014, 11:39 a.m.
|
|
|
|
[Submitted] x86: Fix setting segment bases in real mode.
|
gblack
|
November 15th, 2014, 11:38 a.m.
|
|
|
|
[Submitted] X86: Fix address size handling so real mode works properly.
|
gblack
|
March 16th, 2012, 3:23 a.m.
|
|
|
|
[Submitted] X86: Ensure that the decoder's internal ExtMachInst is completely initialized.
|
gblack
|
June 3rd, 2012, 2:01 a.m.
|
|
|
|
[Submitted] x86: Enable three bits in the FamilyModelStepping ECX CPUID bitfield.
|
gblack
|
December 23rd, 2014, 12:38 a.m.
|
|
|
|
[Submitted] X86: Eliminate an unused argument for building store microops.
|
gblack
|
June 20th, 2011, 11:42 a.m.
|
|
|
|
[Submitted] X86: Don't use "#if FULL_SYSTEM" in the X86 ISA description.
|
gblack
|
September 10th, 2011, 3:12 a.m.
|
|
|
|
[Submitted] X86: Don't read in dest regs if all bits are replaced.
|
gblack
|
February 3rd, 2011, 3:04 a.m.
|
|
|
|
[Submitted] X86: Detect attempts to load a 32 bit kernel and panic.
|
gblack
|
October 10th, 2010, 1:15 a.m.
|
|
|
|
[Submitted] X86: Define fault objects to carry debug messages.
|
gblack
|
February 11th, 2011, 8:04 a.m.
|
|
|
|
[Submitted] X86: Define a noop ExtMachInst.
|
gblack
|
August 22nd, 2010, 6:47 p.m.
|
|
|
|
[Submitted] X86: Create a directory for files that define register indexes.
|
gblack
|
August 22nd, 2010, 6:59 p.m.
|
|
|
|
[Submitted] X86: Convert operand types to the new style.
|
gblack
|
April 25th, 2011, 3:02 a.m.
|
|
|
|
[Submitted] X86: Consolidate extra microop flags into one parameter.
|
gblack
|
August 22nd, 2010, 6:43 p.m.
|
|
|
|
[Submitted] X86: Clear out duplicate TLB entries when adding a new one.
|
gblack
|
April 17th, 2012, 5:20 a.m.
|
|
|
|
[Submitted] x86: Clean up style in process.cc.
|
gblack
|
December 1st, 2014, 10:28 a.m.
|
|
|
|
[Submitted] X86: Change how the default disk image gets set up.
|
gblack
|
January 29th, 2011, 3:09 p.m.
|
|
|
|
[Submitted] X86: Build O3 by default in X86_FS.
|
gblack
|
July 11th, 2011, 5:22 a.m.
|
|
|
|
[Submitted] X86: Build O3 by default in SE.
|
gblack
|
February 1st, 2011, 5:14 p.m.
|
|
|
|
[Submitted] x86: APIC: Only set deliveryStatus if our IPI is going somewhere.
|
gblack
|
November 15th, 2014, 11:35 a.m.
|
|
|
|
[Submitted] x86: APIC: Fix the getRegArrayBit function.
|
gblack
|
November 15th, 2014, 11 a.m.
|
|
|
|
[Submitted] X86: Add scripts to support X86 FS configurations in the regressions.
|
gblack
|
January 29th, 2011, 3:11 p.m.
|
|
|
|
[Submitted] X86: Add o3 regressions in SE mode.
|
gblack
|
February 1st, 2011, 5:14 p.m.
|
|
|
|
[Submitted] X86: Add L1 caches for the TLB walkers.
|
gblack
|
January 29th, 2011, 3:05 p.m.
|
|
|
|
[Submitted] X86: Add an X86_FS o3 regression.
|
gblack
|
July 12th, 2011, 4:09 a.m.
|
|
|
|
[Submitted] X86: Add a config for an FS regression on O3.
|
gblack
|
July 5th, 2011, 5:06 p.m.
|
|
|
|
x86: Add a cirrus graphics adapter to x86 systems.
|
gblack
|
November 23rd, 2014, 11:02 a.m.
|
|