|
|
[Submitted] GetArgument: Rework getArgument so that X86_FS compiles again.
|
gblack
|
October 13th, 2010, 1:15 a.m.
|
|
|
|
[Submitted] Config: Change misleading "cycle" message to say "tick".
|
gblack
|
November 17th, 2010, 1:45 p.m.
|
|
|
|
[Submitted] X86: Add o3 regressions in SE mode.
|
gblack
|
February 1st, 2011, 5:14 p.m.
|
|
|
|
Paths: Clean up how paths are processed in M5.
|
gblack
|
February 23rd, 2011, 2:18 a.m.
|
|
|
|
[Submitted] Let other objects set up memory like regions in a KVM VM.
|
gblack
|
November 18th, 2014, 1:29 a.m.
|
|
|
|
[Submitted] O3: At the end of an instruction, force fetchAddr to something sensible.
|
gblack
|
July 19th, 2011, 1:57 a.m.
|
|
|
|
[Submitted] Stack: Tidy up some comments, a warning, and make stack extension consistent.
|
gblack
|
September 5th, 2011, 6:53 p.m.
|
|
|
|
[Submitted] MIPS: Final overhaul of MIPS faults to kill #if FULL_SYSTEM
|
gblack
|
September 13th, 2011, 2:22 a.m.
|
|
|
|
[Submitted] X86: Use the M5PanicFault fault in execute methods instead of calling panic.
|
gblack
|
February 19th, 2012, 4:06 a.m.
|
|
|
|
[Discarded] ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
|
gblack
|
September 23rd, 2010, 5:22 p.m.
|
|
|
|
[Submitted] X86: Use regular read requests in the walker instead of read exclusive.
|
gblack
|
February 26th, 2011, 1:43 a.m.
|
|
|
|
[Submitted] config: Get rid of some extra spaces around default arguments.
|
gblack
|
November 23rd, 2014, 7:25 a.m.
|
|
|
|
[Submitted] ISA parser: Loosen the regular expressions matching filenames.
|
gblack
|
June 7th, 2011, 2:22 a.m.
|
|
|
|
[Submitted] X86: Add a config for an FS regression on O3.
|
gblack
|
July 5th, 2011, 5:06 p.m.
|
|
|
|
[Submitted] Alpha: Get rid of some #if FULLSYSTEMs in the Alpha ISA description.
|
gblack
|
September 10th, 2011, 3:36 a.m.
|
|
|
|
[Discarded] X86: Remove FULL_SYSTEM from the x86 faults.
|
gblack
|
September 26th, 2011, 2:19 a.m.
|
|
|
|
[Submitted] m5=>gem5: Make the regression script build gem5.* instead of m5.*
|
gblack
|
February 6th, 2012, 2:20 a.m.
|
|
|
|
[Submitted] X86: Use the AddrTrie class to implement the TLB.
|
gblack
|
April 8th, 2012, 12:59 a.m.
|
|
|
|
[Submitted] Alpha: Force all the IPRs to an initial, determinstic value when cleared.
|
gblack
|
October 9th, 2010, 1:50 p.m.
|
|
|
|
[Submitted] X86: Take advantage of new PCState syntax.
|
gblack
|
November 15th, 2010, 4:07 a.m.
|
|
|
|
[Submitted] Style checker: Fix a couple bugs in style.py.
|
gblack
|
January 13th, 2011, 2:04 a.m.
|
|
|
|
[Submitted] X86: Add scripts to support X86 FS configurations in the regressions.
|
gblack
|
January 29th, 2011, 3:11 p.m.
|
|
|
|
SCons: Add an option to dump the build vars, and only do that if asked.
|
gblack
|
March 3rd, 2011, 2:45 a.m.
|
|
|
|
[Submitted] ExecContext: Get rid of the now unused read/write templated functions.
|
gblack
|
June 20th, 2011, 11:43 a.m.
|
|
|
|
[Submitted] MIPS: Get rid of the unused "count" field in FaultVals.
|
gblack
|
September 12th, 2011, 5:34 a.m.
|
|
|
|
[Submitted] X86: Report an error if there's no kernel object, don't blindly use it.
|
gblack
|
April 18th, 2012, 1:55 a.m.
|
|
|
|
[Submitted] CPU: Merge the predecoder and decoder.
|
gblack
|
May 15th, 2012, 5:55 a.m.
|
|
|
|
[Submitted] ARM: Keep a copy of the fpscr len and stride fields in the decoder.
|
gblack
|
May 28th, 2012, 2:55 a.m.
|
|
|
|
[Submitted] Power: Get rid of unused checkFpEnableFault.
|
gblack
|
August 22nd, 2010, 6:58 p.m.
|
|
|
|
[Submitted] RefCount: Add a unit test for reference counting pointers.
|
gblack
|
January 3rd, 2011, 12:42 p.m.
|
|
|
|
[Submitted] X86: Define fault objects to carry debug messages.
|
gblack
|
February 11th, 2011, 8:04 a.m.
|
|
|
|
[Submitted] x86: Fix the CPUID Long Mode Address Size function.
|
gblack
|
November 15th, 2014, 10:24 a.m.
|
|
|
|
x86: vnc: Add a VNC server to x86 systems.
|
gblack
|
November 22nd, 2014, 11:39 a.m.
|
|
|
|
[Submitted] test: Add a unittest for the BitUnion types.
|
gblack
|
December 17th, 2014, 7:08 a.m.
|
|
|
|
[Submitted] ISA: Get rid of the unused mem_acc_type template parameter.
|
gblack
|
July 3rd, 2011, 2:20 a.m.
|
|
|
|
[Submitted] Faults: Add in generic faults that work like panics, warns, etc.
|
gblack
|
September 24th, 2011, 5 p.m.
|
|
|
|
[Submitted] SCons: Clean up some inconsistent capitalization in scons options.
|
gblack
|
February 28th, 2011, 4:52 a.m.
|
|
|
|
[Submitted] X86: Add an X86_FS o3 regression.
|
gblack
|
July 12th, 2011, 4:09 a.m.
|
|
|
|
[Submitted] MIPS: Use the CRTP to streamline the Fault class definitions.
|
gblack
|
September 12th, 2011, 5:28 a.m.
|
|
|
|
[Submitted] X86: Use the HandyM5Reg to avoid a register read and some logic in the TLB.
|
gblack
|
May 27th, 2012, 2:43 p.m.
|
|
|
|
[Submitted] X86: Mark serializing macroops and regular instructions as such.
|
gblack
|
August 22nd, 2010, 6:46 p.m.
|
|
|
|
[Submitted] CPU: Get rid of the now unnecessary getInst/setInst family of functions.
|
gblack
|
August 31st, 2010, 5:17 p.m.
|
|
|
|
[Submitted] MIPS: Get rid of the backdoor device copy/pasted from and only used in Alpha.
|
gblack
|
October 16th, 2010, 2:54 p.m.
|
|
|
|
[Submitted] Params: Add parameter types for IP addresses in various forms.
|
gblack
|
November 17th, 2010, 1:52 p.m.
|
|
|
|
[Submitted] SConstruct: Fix the librt check in SConstruct.
|
gblack
|
January 19th, 2011, 1:51 a.m.
|
|
|
|
[Submitted] X86: Don't read in dest regs if all bits are replaced.
|
gblack
|
February 3rd, 2011, 3:04 a.m.
|
|
|
|
dev: cirrus: Add a simplified device model for the cirrus graphics device.
|
gblack
|
November 18th, 2014, 1:31 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: Use IsSquashAfter if an instruction could affect fetch translation.
|
gblack
|
July 19th, 2011, 1:57 a.m.
|
|
|
|
[Submitted] ISA parser: Match /* */ and // style comments.
|
gblack
|
September 5th, 2011, 9:48 p.m.
|
|