|
|
[Submitted] cpu: Add support for instructions that zero cache lines.
|
ali
|
November 30th, 2013, 11:51 p.m.
|
|
|
|
[Submitted] arch, cpu: Add support for flattening misc register indexes.
|
ali
|
December 1st, 2013, midnight
|
|
|
|
[Submitted] arm: Add support for ARMv8 (AArch64 & AArch32)
|
ali
|
January 8th, 2014, 8:11 p.m.
|
|
|
|
[Submitted] cpu: `Minor' in-order CPU model
|
ali
|
May 30th, 2014, 3:23 p.m.
|
|
|
|
[Submitted] cache: Fix handling of LL/SC requests under contention
|
ali
|
June 12th, 2014, 10:46 p.m.
|
|
|
|
[Submitted] mem: Properly set cache block status fields on writebacks
|
ali
|
June 12th, 2014, 10:47 p.m.
|
|
|
|
[Submitted] config: Change parsing of Addr so hex values work from scripts
|
ali
|
June 12th, 2014, 10:47 p.m.
|
|
|
|
[Submitted] arch: Properly guess OpClass from optional StaticInst flags
|
ali
|
June 12th, 2014, 10:47 p.m.
|
|
|
|
[Submitted] cpu: Change writeback modeling for outstanding instructions
|
ali
|
June 12th, 2014, 10:48 p.m.
|
|
|
|
[Submitted] o3: Fix front-end pipeline interlock behavior
|
ali
|
June 12th, 2014, 10:49 p.m.
|
|
|
|
[Submitted] cpu: Add a fetch queue to the o3 cpu.
|
ali
|
June 12th, 2014, 10:49 p.m.
|
|
|
|
[Submitted] cpu: Fix incorrect speculative branch predictor behavior
|
ali
|
June 12th, 2014, 10:50 p.m.
|
|
|
|
[Submitted] cpu: Fix SMT scheduling issue with the O3 cpu
|
ali
|
June 12th, 2014, 10:50 p.m.
|
|
|
|
[Submitted] dev: refactor pci config space for sysfs scanning
|
ali
|
October 10th, 2014, 10:34 p.m.
|
|
|
|
[Submitted] cpu: remove legion tracer
|
ali
|
December 10th, 2014, 5:54 p.m.
|
|
|
|
[Submitted] cpu: Put all CPU instruction tracers in a single file
|
ali
|
December 10th, 2014, 5:54 p.m.
|
|
|
|
[Submitted] cpu: Remove all notion that we know when the cpu is misspeculating.
|
ali
|
December 10th, 2014, 5:55 p.m.
|
|
|
|
[Submitted] sim: Clean up InstRecord
|
ali
|
December 10th, 2014, 5:55 p.m.
|
|
|
|
[Submitted] arm: always set the IsFirstMicroop flag
|
ali
|
December 10th, 2014, 5:56 p.m.
|
|
|
|
[Submitted] cpu: add support for outputing a protobuf formatted CPU trace
|
ali
|
December 10th, 2014, 5:57 p.m.
|
|
|
|
[Submitted] Mem: adding a multi-level page table class
|
alexdutu
|
July 11th, 2014, 3:57 p.m.
|
|
|
|
[Submitted] kvm, x86: Adding support for SE mode execution
|
alexdutu
|
July 11th, 2014, 4:01 p.m.
|
|
|
|
[Submitted] Mem: adding architectural page table support for SE mode
|
alexdutu
|
July 28th, 2014, 10:30 p.m.
|
|
|
|
[Submitted] cpuid, x86: Enabling more features in CPUid
|
alexdutu
|
August 1st, 2014, 3:48 p.m.
|
|
|
|
[Submitted] SegInit, x86: Segment initialization to support KvmCPU in SE
|
alexdutu
|
August 1st, 2014, 3:53 p.m.
|
|
|
|
[Submitted] config, kvm: Enabling KvmCPU in SE mode
|
alexdutu
|
August 1st, 2014, 3:53 p.m.
|
|
|
|
[Submitted] mem: Multi Level Page Table bug fix
|
alexdutu
|
September 30th, 2014, 7:18 p.m.
|
|
|
|
[Submitted] mem: Page Table long lines
|
alexdutu
|
September 30th, 2014, 7:32 p.m.
|
|
|
|
[Submitted] mem: Page Table map api modification
|
alexdutu
|
October 6th, 2014, 6:58 p.m.
|
|
|
|
[Submitted] O3CPU: Idle CPU status logic revised
|
alexdutu
|
January 21st, 2015, midnight
|
|
|
|
cpu: o3: Merging haltContext with suspendContext
|
alexdutu
|
May 26th, 2015, 4:45 p.m.
|
|
|
|
config, SMT: Enabling SMT for multi-threaded programs
|
alexdutu
|
May 28th, 2015, 3:36 p.m.
|
|
|
|
cpu: o3: Mapping the ZeroRegister for all hardware threads
|
alexdutu
|
May 28th, 2015, 3:38 p.m.
|
|
|
|
x86, o3: Enabling x86 TLBs for multiple hardware threads
|
alexdutu
|
May 28th, 2015, 3:38 p.m.
|
|
|
|
[Discarded] x86, o3: Enabling x86 TLBs for multiple hardware threads
|
alexdutu
|
May 28th, 2015, 3:38 p.m.
|
|
|
|
cpu: o3: Fetch stage updates for hw threads priority list
|
alexdutu
|
May 28th, 2015, 3:39 p.m.
|
|
|
|
cpu: o3: Commit stage updates for hw threads priority list
|
alexdutu
|
May 28th, 2015, 3:40 p.m.
|
|
|
|
cpu: Adding AddressMonitor structs for every hardware thread
|
alexdutu
|
May 28th, 2015, 3:40 p.m.
|
|
|
|
cpu, o3: Checking AddressMonitor structures on every store for SMT
|
alexdutu
|
May 28th, 2015, 3:40 p.m.
|
|
|
|
cpu, o3: Remove assertion on buffer from rename being empty
|
alexdutu
|
May 28th, 2015, 3:41 p.m.
|
|
|
|
x86: Mwait reimplementation
|
alexdutu
|
May 28th, 2015, 3:41 p.m.
|
|
|
|
[Submitted] gpu-compute: Added method to compute the actual workgroup size
|
alexdutu
|
September 27th, 2016, 8:50 p.m.
|
|
|
|
[Submitted] misc: Adds a warning in case gdb is attached multiple times
|
alexdutu
|
September 27th, 2016, 10:08 p.m.
|
|
|
|
[Submitted] kvm: Adding details to kvm page fault in x86
|
alexdutu
|
September 27th, 2016, 10:10 p.m.
|
|
|
|
[Discarded] mem: Functional page tables data structure change
|
alexdutu
|
September 27th, 2016, 10:11 p.m.
|
|
|
|
[Submitted] Solved bugs while switching cpu models with the --repeat-switch command
|
ajnc01
|
October 26th, 2014, 4:27 p.m.
|
|
|
|
[Discarded] Changes to the gem5 memory-system (release-0.1)
|
ahansson
|
July 15th, 2011, 9:03 a.m.
|
|
|
|
[Discarded] Changes to the gem5 memory-system (release-0.2)
|
ahansson
|
August 5th, 2011, 10:13 a.m.
|
|
|
|
[Submitted] SPARC: Fixing a minor copy-paste bug using the wrong variable
|
ahansson
|
November 24th, 2011, 10:04 a.m.
|
|
|
|
[Discarded] MEM: Add the port proxies to the source tree
|
ahansson
|
November 28th, 2011, 10:14 a.m.
|
|