|
|
[Submitted] Debug: Add a function to cause the simulator to create a checkpoint from GDB.
|
ali
|
May 2nd, 2011, 3:22 p.m.
|
|
|
|
[Submitted] Device: Make changes necessary to support a coherent page walker 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] sim: Provide a framework for detecting out of data checkpoints and migrating them.
|
ali
|
May 30th, 2012, 9:34 a.m.
|
|
|
|
[Submitted] ISA: generic Linux thread info support
|
ali
|
October 24th, 2012, 2:19 p.m.
|
|
|
|
[Submitted] mem: Remove the IIC replacement policy
|
ali
|
November 2nd, 2012, 10:10 a.m.
|
|
|
|
[Submitted] config: Move CPU handover logic to m5.switchCpus()
|
ali
|
January 7th, 2013, 11:24 a.m.
|
|
|
|
[Submitted] ARM: Get SCTLR TE bit from reset SCTLR
|
ali
|
August 13th, 2010, 9:54 a.m.
|
|
|
|
[Submitted] ARM: Implement CPACR register and return Undefined Instruction when FP access is disabled.
|
ali
|
August 23rd, 2010, 9:29 a.m.
|
|
|
|
[Submitted] ARM: Cache the misc regs at the TLB to limit readMiscReg() calls.
|
ali
|
November 8th, 2010, 3:28 p.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] CPU: Remove references to memory copy operations
|
ali
|
March 30th, 2011, 8:52 a.m.
|
|
|
|
[Submitted] mem: fix cache stats to use request ids correctly
|
ali
|
February 4th, 2012, 12:24 p.m.
|
|
|
|
[Submitted] arm: Use a static_assert to test that miscRegName[] is complete
|
ali
|
September 7th, 2012, 12:24 p.m.
|
|
|
|
[Submitted] sim: Reuse the code to change memory mode.
|
ali
|
October 24th, 2012, 2:33 p.m.
|
|
|
|
[Submitted] tests: Create base classes to encapsulate common test configurations
|
ali
|
December 6th, 2012, 11:44 a.m.
|
|
|
|
[Submitted] cpu: Fix a livelock in the o3 cpu.
|
ali
|
January 22nd, 2013, 1:45 p.m.
|
|
|
|
[Submitted] ARM: Add support for HDLCD controller for A15-based Versatile Express tiles.
|
ali
|
February 13th, 2013, 8:46 a.m.
|
|
|
|
[Submitted] O3CPU: Idle CPU status logic revised
|
alexdutu
|
January 21st, 2015, midnight
|
|
|
|
cpu: o3: Commit stage updates for hw threads priority list
|
alexdutu
|
May 28th, 2015, 3:40 p.m.
|
|
|
|
[Submitted] SegInit, x86: Segment initialization to support KvmCPU in SE
|
alexdutu
|
August 1st, 2014, 3:53 p.m.
|
|
|
|
[Submitted] mem: Multi Level Page Table bug fix
|
alexdutu
|
September 30th, 2014, 7:18 p.m.
|
|
|
|
cpu: Adding AddressMonitor structs for every hardware thread
|
alexdutu
|
May 28th, 2015, 3:40 p.m.
|
|
|
|
[Submitted] config, kvm: Enabling KvmCPU in SE mode
|
alexdutu
|
August 1st, 2014, 3:53 p.m.
|
|
|
|
[Submitted] mem: Page Table long lines
|
alexdutu
|
September 30th, 2014, 7:32 p.m.
|
|
|
|
cpu, o3: Checking AddressMonitor structures on every store for SMT
|
alexdutu
|
May 28th, 2015, 3:40 p.m.
|
|
|
|
[Submitted] gpu-compute: Added method to compute the actual workgroup size
|
alexdutu
|
September 27th, 2016, 8:50 p.m.
|
|
|
|
cpu: o3: Mapping the ZeroRegister for all hardware threads
|
alexdutu
|
May 28th, 2015, 3:38 p.m.
|
|
|
|
[Submitted] Mem: adding architectural page table support for SE mode
|
alexdutu
|
July 28th, 2014, 10:30 p.m.
|
|
|
|
config, SMT: Enabling SMT for multi-threaded programs
|
alexdutu
|
May 28th, 2015, 3:36 p.m.
|
|
|
|
[Submitted] mem: Page Table map api modification
|
alexdutu
|
October 6th, 2014, 6:58 p.m.
|
|
|
|
cpu, o3: Remove assertion on buffer from rename being empty
|
alexdutu
|
May 28th, 2015, 3:41 p.m.
|
|
|
|
[Submitted] misc: Adds a warning in case gdb is attached multiple times
|
alexdutu
|
September 27th, 2016, 10:08 p.m.
|
|
|
|
x86, o3: Enabling x86 TLBs for multiple hardware threads
|
alexdutu
|
May 28th, 2015, 3:38 p.m.
|
|
|
|
x86: Mwait reimplementation
|
alexdutu
|
May 28th, 2015, 3:41 p.m.
|
|
|
|
[Submitted] kvm: Adding details to kvm page fault in x86
|
alexdutu
|
September 27th, 2016, 10:10 p.m.
|
|
|
|
[Submitted] Mem: adding a multi-level page table class
|
alexdutu
|
July 11th, 2014, 3:57 p.m.
|
|
|
|
[Discarded] x86, o3: Enabling x86 TLBs for multiple hardware threads
|
alexdutu
|
May 28th, 2015, 3:38 p.m.
|
|
|
|
[Submitted] cpuid, x86: Enabling more features in CPUid
|
alexdutu
|
August 1st, 2014, 3:48 p.m.
|
|
|
|
[Discarded] mem: Functional page tables data structure change
|
alexdutu
|
September 27th, 2016, 10:11 p.m.
|
|
|
|
[Submitted] kvm, x86: Adding support for SE mode execution
|
alexdutu
|
July 11th, 2014, 4:01 p.m.
|
|
|
|
cpu: o3: Fetch stage updates for hw threads priority list
|
alexdutu
|
May 28th, 2015, 3:39 p.m.
|
|
|
|
cpu: o3: Merging haltContext with suspendContext
|
alexdutu
|
May 26th, 2015, 4:45 p.m.
|
|
|
|
[Submitted] Solved bugs while switching cpu models with the --repeat-switch command
|
ajnc01
|
October 26th, 2014, 4:27 p.m.
|
|
|
|
[Submitted] dev: Include basic devices in NULL ISA build
|
ahansson
|
February 13th, 2014, 2:39 p.m.
|
|
|
|
[Submitted] config: Add a DRAM efficiency-sweep script
|
ahansson
|
March 7th, 2014, 11:38 p.m.
|
|
|
|
[Submitted] cpu: Useful getters for ActivityRecorder
|
ahansson
|
April 23rd, 2014, 12:26 p.m.
|
|
|
|
[Submitted] base: Add compiler macros for C++11 final/override
|
ahansson
|
August 13th, 2014, 12:50 p.m.
|
|