|
|
[Submitted] ARM: Add checkpointing support
|
ali
|
October 2nd, 2010, 7:12 p.m.
|
|
|
|
[Submitted] ARM: Add some TLB statistics for ARM
|
ali
|
October 2nd, 2010, 7:13 p.m.
|
|
|
|
[Submitted] ARM: Add full-system regressions
|
ali
|
October 2nd, 2010, 7:14 p.m.
|
|
|
|
[Submitted] ARM: Make all ARM uops delayed commit.
|
ali
|
October 26th, 2010, 9:54 p.m.
|
|
|
|
[Submitted] sim: Use forward declarations for ports.
|
ali
|
November 3rd, 2010, 4:12 p.m.
|
|
|
|
[Submitted] scons: add a parameter to configure SCons' build cache
|
ali
|
November 3rd, 2010, 4:13 p.m.
|
|
|
|
[Submitted] ARM: Add support for switching CPUs
|
ali
|
November 8th, 2010, 3:27 p.m.
|
|
|
|
[Submitted] ARM: Cache the misc regs at the TLB to limit readMiscReg() calls.
|
ali
|
November 8th, 2010, 3:28 p.m.
|
|
|
|
[Submitted] ARM: Add support for a dumb IDE controller
|
ali
|
November 8th, 2010, 3:29 p.m.
|
|
|
|
[Submitted] imported patch ext/arm_gdb.patch
|
ali
|
November 8th, 2010, 3:29 p.m.
|
|
|
|
[Submitted] ARM: Implement a CLCD Frame buffer
|
ali
|
November 8th, 2010, 3:30 p.m.
|
|
|
|
[Submitted] ARM: Add a Keyboard Mouse Interface controller
|
ali
|
November 8th, 2010, 3:30 p.m.
|
|
|
|
[Submitted] O3: prevent a squash when completeAcc() modifies misc reg through TC.
|
ali
|
November 8th, 2010, 3:30 p.m.
|
|
|
|
[Submitted] imported patch ext/simd_opclasses.patch
|
ali
|
November 8th, 2010, 3:32 p.m.
|
|
|
|
[Submitted] O3: Make all instructions that write a misc register not perform the write until commit.
|
ali
|
November 8th, 2010, 3:39 p.m.
|
|
|
|
[Submitted] [mq]: pretty_scons.diff
|
ali
|
November 8th, 2010, 3:41 p.m.
|
|
|
|
[Submitted] ARM: Add support for moving predicated false dest operands from sources.
|
ali
|
November 8th, 2010, 3:54 p.m.
|
|
|
|
[Submitted] imported patch ext/noisa.patch
|
ali
|
November 11th, 2010, 1:08 p.m.
|
|
|
|
[Submitted] CPU: Fix bug when a split transaction is issued to a faster cache
|
ali
|
November 11th, 2010, 4:12 p.m.
|
|
|
|
[Submitted] ARM: Fix SRS instruction to micro-code memory operation and register update.
|
ali
|
November 11th, 2010, 4:12 p.m.
|
|
|
|
[Submitted] ARM: Support switchover with hardware table walkers
|
ali
|
November 19th, 2010, 4:03 p.m.
|
|
|
|
[Submitted] O3: Support SWAP and predicated loads/store in ARM.
|
ali
|
November 19th, 2010, 4:04 p.m.
|
|
|
|
[Submitted] O3: Support squashing all state after special instruction
|
ali
|
November 19th, 2010, 4:06 p.m.
|
|
|
|
[Submitted] O3: Fixes fetch deadlock when the interrupt clears before CPU handles it.
|
ali
|
December 6th, 2010, 3:34 p.m.
|
|
|
|
[Submitted] ARM: Add support for moving predicated false dest operands from sources.
|
ali
|
December 6th, 2010, 3:35 p.m.
|
|
|
|
[Submitted] O3: Support timing translations for O3 CPU fetch.
|
ali
|
December 6th, 2010, 3:46 p.m.
|
|
|
|
[Submitted] O3: Fix some variable length instruction issues with the O3 CPU and ARM ISA.
|
ali
|
December 6th, 2010, 3:47 p.m.
|
|
|
|
[Submitted] O3: Fixes the way prefetches are handled inside the iew unit. This patch
|
ali
|
December 6th, 2010, 3:49 p.m.
|
|
|
|
[Submitted] O3: Fix mispredicts from non control instructions.
|
ali
|
December 6th, 2010, 3:52 p.m.
|
|
|
|
[Discarded] The CPSR register should only be used for collecting the itstate when the
|
ali
|
December 6th, 2010, 3:54 p.m.
|
|
|
|
[Submitted] Fix corner cases where multiple squash/fetch redirects occur that
|
ali
|
December 6th, 2010, 3:55 p.m.
|
|
|
|
[Submitted] The ARM decoder should not panic when decoding undefined holes in the
|
ali
|
December 6th, 2010, 3:57 p.m.
|
|
|
|
[Submitted] O3: Don't try to scoreboard misc registers.
|
ali
|
December 6th, 2010, 3:58 p.m.
|
|
|
|
[Submitted] O3: Keep around the last committed instruction and use for squashing.
|
ali
|
December 6th, 2010, 4:03 p.m.
|
|
|
|
[Discarded] O3: Don't test misprediction on non-speculative load instructions until executed.
|
ali
|
December 6th, 2010, 4:05 p.m.
|
|
|
|
[Submitted] O3: Fix itstate prediction and recovery.
|
ali
|
January 12th, 2011, 9:09 a.m.
|
|
|
|
[Submitted] O3: Enhance data address translation by supporting hardware page table walkers.
|
ali
|
January 12th, 2011, 9:10 a.m.
|
|
|
|
[Submitted] SimpleCPU: Fix a case where a DTLB fault redirects fetch and an I-side walk occurs.
|
ali
|
January 18th, 2011, 2:33 p.m.
|
|
|
|
[Submitted] VNC: Add vnc server to M5 and support to use it for ARM.
|
ali
|
January 18th, 2011, 2:45 p.m.
|
|
|
|
[Submitted] O3: Fix pipeline restart when a table walk completes in the fetch stage.
|
ali
|
January 27th, 2011, 6:24 p.m.
|
|
|
|
[Discarded] Added simple sparese memory implementation.
|
ali
|
February 11th, 2011, 4:32 p.m.
|
|
|
|
[Submitted] ARM: Fix rfe macroops.
|
ali
|
February 11th, 2011, 4:32 p.m.
|
|
|
|
[Submitted] ARM: Reset m5 stats when program resets performance counters.
|
ali
|
February 11th, 2011, 4:34 p.m.
|
|
|
|
[Discarded] Config: Configure m5 caches via the command line.
|
ali
|
February 11th, 2011, 4:34 p.m.
|
|
|
|
[Submitted] ARM: Unify creation of Linux and baremetal ARM systems into single function.
|
ali
|
February 11th, 2011, 4:36 p.m.
|
|
|
|
[Submitted] CLCD: Fix some serialization bugs with the clcd controller.
|
ali
|
February 11th, 2011, 4:37 p.m.
|
|
|
|
[Submitted] ARM: Delete OABI syscall handling.
|
ali
|
February 11th, 2011, 4:37 p.m.
|
|
|
|
[Submitted] O3: Fix bug when a squash occurs right before TLB miss returns.
|
ali
|
February 11th, 2011, 4:38 p.m.
|
|
|
|
[Submitted] M5: Don't include isa_traits.hh and use the TheISA namespace unless really needed.
|
ali
|
February 11th, 2011, 4:39 p.m.
|
|
|
|
[Submitted] ARM: Do something for ISB, DSB, DMB
|
ali
|
February 11th, 2011, 4:40 p.m.
|
|