|
|
[Submitted] ARM: Fix table walk going on while ASID changes error
|
ali
|
March 30th, 2011, 9:03 a.m.
|
|
|
|
[Submitted] cpu: Remove all notion that we know when the cpu is misspeculating.
|
ali
|
December 10th, 2014, 5:55 p.m.
|
|
|
|
[Submitted] IDE: Fix issues with new PIIX kernel driver and our model.
|
ali
|
August 9th, 2011, 12:25 p.m.
|
|
|
|
[Submitted] O3: Add stat that counts committed macro-instructions
|
ali
|
December 1st, 2011, 12:36 a.m.
|
|
|
|
[Submitted] Statistics: Add a function to configure periodic stats dumping
|
ali
|
September 7th, 2012, 12:24 p.m.
|
|
|
|
[Submitted] ARM: Make ID registers ISA parameters
|
ali
|
October 24th, 2012, 3:05 p.m.
|
|
|
|
[Submitted] scons: Enforce gcc >= 4.4 or clang >= 2.9 and c++0x support
|
ali
|
December 6th, 2012, 11:51 a.m.
|
|
|
|
[Submitted] arm: fix some fp comparisons that worked by accident.
|
ali
|
January 22nd, 2013, 1:48 p.m.
|
|
|
|
[Submitted] ARM: fix some cases where instructions that write to fp reg 15 are accidently branches.
|
ali
|
February 25th, 2013, 9:54 a.m.
|
|
|
|
[Submitted] mem: Add "const" attribute to Packet getters
|
ali
|
October 17th, 2013, 4:57 p.m.
|
|
|
|
[Submitted] Loader: Don't insert symbols into the symbol table that begin wiht '$'.
|
ali
|
August 13th, 2010, 9:46 a.m.
|
|
|
|
[Submitted] BUILD: GCC 4.4.1/2 have a bug in their auto-vectorizer that we trip on
|
ali
|
August 13th, 2010, 10:06 a.m.
|
|
|
|
[Submitted] dev: refactor pci config space for sysfs scanning
|
ali
|
October 10th, 2014, 10:34 p.m.
|
|
|
|
[Submitted] ARM: Make GIC handle IPIs and multiple processors.
|
ali
|
April 4th, 2011, 9:51 a.m.
|
|
|
|
[Submitted] CPU: Fix a case where timing simple cpu faults can nest.
|
ali
|
May 2nd, 2011, 3:20 p.m.
|
|
|
|
[Submitted] LSQ: Fix a few issues with the storeset predictor.
|
ali
|
July 15th, 2011, 9:39 a.m.
|
|
|
|
[Submitted] ARM: Add support for having a TLB cache.
|
ali
|
November 3rd, 2011, 1:24 p.m.
|
|
|
|
[Submitted] mem: Change DPRINTF prints more useful destination port number.
|
ali
|
December 16th, 2011, 1:32 p.m.
|
|
|
|
[Submitted] sysemul: bump all linux versions of for syscal emulation to 3.0.
|
ali
|
August 14th, 2012, 5:41 a.m.
|
|
|
|
[Submitted] o3: Fix a couple of issues with the local predictor.
|
ali
|
October 24th, 2012, 2:18 p.m.
|
|
|
|
[Submitted] tests: Add CPU switching tests
|
ali
|
December 6th, 2012, 12:30 p.m.
|
|
|
|
[Submitted] cpu: Make checker CPUs inherit from CheckerCPU in the Python hierarchy
|
ali
|
January 7th, 2013, 11:24 a.m.
|
|
|
|
[Submitted] ARM: BX instruction can be contitional if last instruction in a IT block
|
ali
|
August 13th, 2010, 9:52 a.m.
|
|
|
|
[Submitted] imported patch ext/fake_flash_device.patch
|
ali
|
September 16th, 2010, 1:07 a.m.
|
|
|
|
[Submitted] O3: Fixes fetch deadlock when the interrupt clears before CPU handles it.
|
ali
|
December 6th, 2010, 3:34 p.m.
|
|
|
|
[Discarded] Added simple sparese memory implementation.
|
ali
|
February 11th, 2011, 4:32 p.m.
|
|
|
|
[Submitted] Mem: Fix issue with dirty block being losted when entire block transfered to non-cache.
|
ali
|
February 25th, 2011, 8:57 p.m.
|
|
|
|
[Submitted] DOT: improved dot-based system visualization
|
ali
|
May 2nd, 2012, 1:08 p.m.
|
|
|
|
[Submitted] sim: Remove SimObject::setMemoryMode
|
ali
|
September 7th, 2012, 12:23 p.m.
|
|
|
|
[Submitted] sim: Move the draining interface into a separate base class
|
ali
|
October 24th, 2012, 2:32 p.m.
|
|
|
|
[Submitted] mem: Remove explict cast from memhelper.
|
ali
|
November 30th, 2013, 11:45 p.m.
|
|
|
|
[Submitted] ARM: Implement some more misc registers
|
ali
|
August 13th, 2010, 9:40 a.m.
|
|
|
|
[Submitted] ARM: Clean up flattening for SPSR adding
|
ali
|
August 13th, 2010, 10 a.m.
|
|
|
|
[Submitted] ARM: Remove ALPHA KSeg functions
|
ali
|
August 23rd, 2010, 9:31 a.m.
|
|
|
|
[Submitted] ARM: Add some TLB statistics for ARM
|
ali
|
October 2nd, 2010, 7:13 p.m.
|
|
|
|
[Submitted] imported patch ext/noisa.patch
|
ali
|
November 11th, 2010, 1:08 p.m.
|
|
|
|
[Submitted] arch: Properly guess OpClass from optional StaticInst flags
|
ali
|
June 12th, 2014, 10:47 p.m.
|
|
|
|
[Submitted] Branch predictor: Fixes the tournament branch predictor.
|
ali
|
June 16th, 2011, 1:10 p.m.
|
|
|
|
[Submitted] Mem: Fix issue with prefetches originating at non-L1 caches getting stale data
|
ali
|
July 13th, 2011, 7:54 a.m.
|
|
|
|
[Submitted] WorkItems: Enables run time sampling for code marked using pseudo insts.
|
ali
|
December 16th, 2011, 1:31 p.m.
|
|
|
|
[Submitted] cpu: Fix broken squashAfter implementation in O3 CPU
|
ali
|
December 6th, 2012, 12:05 p.m.
|
|
|
|
[Submitted] ARM: adding genMachineCheckFault() stub for ARM that doesn't panic
|
ali
|
August 13th, 2010, 9:50 a.m.
|
|
|
|
[Submitted] ARM: Clean up use of TBit and JBit.
|
ali
|
September 16th, 2010, 12:46 a.m.
|
|
|
|
[Submitted] ARM: Support switchover with hardware table walkers
|
ali
|
November 19th, 2010, 4:03 p.m.
|
|
|
|
[Submitted] ARM: Remove the saturating (Q) condition code from the renamed register.
|
ali
|
May 4th, 2011, 6:40 p.m.
|
|
|
|
[Submitted] Config: Add support for a Self.all proxy object
|
ali
|
May 26th, 2011, 7:15 p.m.
|
|
|
|
[Submitted] util: implements "writefile" gem5 op to export file from guest to host filesystem
|
ali
|
January 9th, 2012, 5:27 p.m.
|
|
|
|
[Submitted] sim: Update the SimObject documentation
|
ali
|
August 16th, 2012, 1:27 p.m.
|
|
|
|
[Submitted] mips: Remove unused Python file
|
ali
|
October 24th, 2012, 2:23 p.m.
|
|
|
|
[Submitted] arm: Don't export private GIC methods
|
ali
|
January 7th, 2013, 11:26 a.m.
|
|