|
|
[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.
|
|
|
|
[Submitted] ARM: Mark store conditionals as such.
|
ali
|
February 11th, 2011, 4:42 p.m.
|
|
|
|
[Submitted] O3: Fix unaligned stores when cache blocked
|
ali
|
February 25th, 2011, 8:57 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] O3: Cleanup the commitInfo comm struct.
|
ali
|
February 25th, 2011, 8:58 p.m.
|
|
|
|
[Submitted] O3: Send instruction back to fetch on squash to seed predecoder correctly.
|
ali
|
February 25th, 2011, 8:58 p.m.
|
|
|
|
[Submitted] ARM: Detect and skip udelay() functions in linux kernel.
|
ali
|
February 25th, 2011, 8:59 p.m.
|
|
|
|
[Discarded] Main: Create long talked about output-conference-paper option.
|
ali
|
February 26th, 2011, 2:15 p.m.
|
|
|
|
[Submitted] O3: Tighten memory order violation checking to 16 bytes.
|
ali
|
February 27th, 2011, 6:50 p.m.
|
|
|
|
[Submitted] ARM: Allow conditional quiesce instructions.
|
ali
|
March 11th, 2011, 3:15 p.m.
|
|
|
|
[Submitted] ARM: Identify branches as conditional or unconditional and direct or indirect.
|
ali
|
March 11th, 2011, 3:19 p.m.
|
|
|
|
[Submitted] ARM: Fix subtle bug in LDM.
|
ali
|
March 11th, 2011, 3:21 p.m.
|
|
|
|
[Submitted] Adds minimal ARM_SE support for m5threads.
|
ali
|
March 11th, 2011, 3:22 p.m.
|
|
|
|
[Submitted] CPU: Remove references to memory copy operations
|
ali
|
March 30th, 2011, 8:52 a.m.
|
|
|
|
[Submitted] ARM: Tag appropriate instructions as IsReturn
|
ali
|
March 30th, 2011, 8:55 a.m.
|
|
|
|
[Submitted] ARM: Cleanup implementation of ITSTATE and put important code in PCState.
|
ali
|
March 30th, 2011, 9:02 a.m.
|
|
|
|
[Submitted] ARM: Fix table walk going on while ASID changes error
|
ali
|
March 30th, 2011, 9:03 a.m.
|
|
|
|
[Submitted] ARM: Fix m5op parameters bug.
|
ali
|
March 30th, 2011, 2:49 p.m.
|
|
|
|
[Submitted] ARM: Fix bug in MicroLdrNeon templates for initiateAcc().
|
ali
|
March 30th, 2011, 2:51 p.m.
|
|
|
|
[Submitted] ARM: Fix checkpoint restoration into O3 CPU and the way O3 switchCpu works.
|
ali
|
March 30th, 2011, 2:52 p.m.
|
|
|
|
[Discarded] VNC: Add support for capturing frame buffer to file each time it is changed.
|
ali
|
April 4th, 2011, 9:48 a.m.
|
|
|
|
[Submitted] ARM: Add snoop control unit device.
|
ali
|
April 4th, 2011, 9:50 a.m.
|
|
|
|
[Submitted] ARM: Make GIC handle IPIs and multiple processors.
|
ali
|
April 4th, 2011, 9:51 a.m.
|
|