|
|
[Submitted] Core: Add some documentation about the sim clocks.
|
ali
|
April 10th, 2011, 4:49 p.m.
|
|
|
|
[Submitted] ARM: Add vfpv3 support to native trace.
|
ali
|
May 2nd, 2011, 3:19 p.m.
|
|
|
|
[Submitted] CPU: Fix a case where timing simple cpu faults can nest.
|
ali
|
May 2nd, 2011, 3:20 p.m.
|
|
|
|
[Submitted] CPU: Add some useful debug message to the timing simple cpu.
|
ali
|
May 2nd, 2011, 3:21 p.m.
|
|
|
|
[Submitted] Debug: Add a function to cause the simulator to create a checkpoint from GDB.
|
ali
|
May 2nd, 2011, 3:22 p.m.
|
|
|
|
[Submitted] O3: Fix an issue with a load & branch instruction and mem dep squashing
|
ali
|
May 4th, 2011, 6:37 p.m.
|
|
|
|
[Submitted] Trace: Allow printing ASIDs and selectively tracing based on user/kernel code.
|
ali
|
May 4th, 2011, 6:38 p.m.
|
|
|
|
[Submitted] ARM: Break up condition codes into normal flags, saturation, and simd.
|
ali
|
May 4th, 2011, 6:39 p.m.
|
|
|
|
[Submitted] ARM: Remove the saturating (Q) condition code from the renamed register.
|
ali
|
May 4th, 2011, 6:40 p.m.
|
|
|
|
[Submitted] ARM: Further break up condition code into NZ, C, V bits.
|
ali
|
May 4th, 2011, 6:43 p.m.
|
|
|
|
[Submitted] ARM: Construct the predicate test register for more instruction programatically.
|
ali
|
May 4th, 2011, 6:44 p.m.
|
|
|
|
[Submitted] ARM: Generate condition code setting code based on which codes are set.
|
ali
|
May 4th, 2011, 6:45 p.m.
|
|
|
|
[Submitted] O3: Fix issue with interrupts/faults occuring in the middle of a macro-op
|
ali
|
May 16th, 2011, 2:35 p.m.
|
|
|
|
[Submitted] O3: Fix issue w/wbOutstading being decremented multiple times on blocked cache.
|
ali
|
May 16th, 2011, 2:35 p.m.
|
|
|
|
[Submitted] O3: Fix offset calculation into storeQueue buffer for store->load forwarding
|
ali
|
May 16th, 2011, 2:35 p.m.
|
|
|
|
[Submitted] Config: Add support for a Self.all proxy object
|
ali
|
May 26th, 2011, 7:15 p.m.
|
|
|
|
[Submitted] O3: Create a pipeline activity viewer for the O3 CPU model.
|
ali
|
May 26th, 2011, 7:16 p.m.
|
|
|
|
[Submitted] IO: Handle case where ISA Fake device is being used as a fake memory.
|
ali
|
June 16th, 2011, 1:10 p.m.
|
|
|
|
[Submitted] O3: Enable pipelining icache accesses in fetch stage
|
ali
|
June 16th, 2011, 1:10 p.m.
|
|
|
|
[Submitted] Branch predictor: Fixes the tournament branch predictor.
|
ali
|
June 16th, 2011, 1:10 p.m.
|
|
|
|
[Submitted] ARM: Add per-processor interrupt support to GIC.
|
ali
|
July 13th, 2011, 7:53 a.m.
|
|
|
|
[Submitted] Mem: Fix issue with prefetches originating at non-L1 caches getting stale data
|
ali
|
July 13th, 2011, 7:54 a.m.
|
|
|
|
[Submitted] O3: Squash the violator and younger instructions instead not all insts.
|
ali
|
July 13th, 2011, 8:56 a.m.
|
|
|
|
[Submitted] ARM: Implement L2CTLR num cpus register.
|
ali
|
July 13th, 2011, 8:57 a.m.
|
|
|
|
[Submitted] ARM: Add per-cpu local timers for ARM.
|
ali
|
July 15th, 2011, 9:23 a.m.
|
|
|
|
[Submitted] Stats: Add a sparse histogram stat object.
|
ali
|
July 15th, 2011, 9:34 a.m.
|
|
|
|
[Submitted] LSQ: Fix a few issues with the storeset predictor.
|
ali
|
July 15th, 2011, 9:39 a.m.
|
|
|
|
[Submitted] LSQ: Set store predictor to periodically clear itself as recommended in the storesets paper.
|
ali
|
July 26th, 2011, 8:54 a.m.
|
|
|
|
[Submitted] Fix bugs due to interaction between SEV instructions and O3 pipeline
|
ali
|
July 26th, 2011, 8:57 a.m.
|
|
|
|
[Submitted] IDE: Fix issues with new PIIX kernel driver and our model.
|
ali
|
August 9th, 2011, 12:25 p.m.
|
|
|
|
[Submitted] ARM: Add VExpress_E support with PCIe to gem5
|
ali
|
August 9th, 2011, 12:32 p.m.
|
|
|
|
[Submitted] Mem: Put prefetcher notify call before packet is deleted.
|
ali
|
August 9th, 2011, 12:34 p.m.
|
|
|
|
[Submitted] LSQ: Only trigger a memory violation with a load/load if the value changes.
|
ali
|
August 9th, 2011, 12:35 p.m.
|
|
|
|
[Submitted] ARM: Mark some variables uncacheable until boot all CPUs are enabled.
|
ali
|
August 9th, 2011, 12:36 p.m.
|
|
|
|
[Submitted] BP: Fix several Branch Predictor issues.
|
ali
|
August 19th, 2011, 3:19 p.m.
|
|
|
|
[Submitted] gem5ops: Implement Java JNI for gem5Ops
|
ali
|
August 19th, 2011, 3:19 p.m.
|
|
|
|
Regressions: Start of new regression system
|
ali
|
August 30th, 2011, 10:38 a.m.
|
|
|
|
[Submitted] ARM: update TLB to set request packet ASID field
|
ali
|
September 9th, 2011, 2:49 p.m.
|
|
|
|
[Submitted] Prefetch: Don't prefetch if address is in the write queue.
|
ali
|
September 9th, 2011, 2:55 p.m.
|
|
|
|
[Submitted] O3: Add stat that counts how many cycles the O3 cpu was quiesced.
|
ali
|
November 3rd, 2011, 1:23 p.m.
|
|
|
|
[Submitted] ARM: Add IsSerializeAfter and IsNonSpeculative flag to the syscall instruction .
|
ali
|
November 3rd, 2011, 1:24 p.m.
|
|
|
|
[Submitted] Output: Add hierarchical output support and cleanup existing codebase.
|
ali
|
November 3rd, 2011, 1:24 p.m.
|
|
|
|
[Submitted] VNC: Add support for capturing frame buffer to file each time it is changed.
|
ali
|
November 3rd, 2011, 1:24 p.m.
|
|
|
|
[Submitted] ARM: Add support for having a TLB cache.
|
ali
|
November 3rd, 2011, 1:24 p.m.
|
|
|
|
[Submitted] Device: Make changes necessary to support a coherent page walker cache.
|
ali
|
November 3rd, 2011, 1:24 p.m.
|
|
|
|
[Submitted] O3: Remove hardcoded tgts_per_mshr in O3CPU.py.
|
ali
|
November 3rd, 2011, 1:24 p.m.
|
|
|
|
[Submitted] CheckerCPU: Re-factor CheckerCPU to be compatible current state of gem5
|
ali
|
November 3rd, 2011, 1:27 p.m.
|
|
|
|
[Submitted] SE: Change very noise warn message to warn_once
|
ali
|
November 16th, 2011, 9:02 p.m.
|
|
|
|
[Submitted] sim_cur_ticks: display curTick in stats
|
ali
|
December 1st, 2011, 12:29 a.m.
|
|
|
|
[Submitted] Base: Fixed shift amount in genrand() to work with large numbers
|
ali
|
December 1st, 2011, 12:29 a.m.
|
|