|
|
[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] ARM: Implement majority of instructions and some initial full-system support
|
ali
|
April 29th, 2010, 3:26 p.m.
|
|
|
|
[Submitted] BASE: Fix genrand to generate both 0s and 1s when max equals one.
|
ali
|
August 13th, 2010, 9:38 a.m.
|
|
|
|
[Submitted] ARM: Use a stl queue for the table walker state
|
ali
|
August 13th, 2010, 9:39 a.m.
|
|
|
|
[Submitted] ARM: Finish the timing translation when taking a fault.
|
ali
|
August 13th, 2010, 9:39 a.m.
|
|
|
|
[Submitted] Loader: Make the load address mask be a parameter of the system rather than a constant. This allows one two different OS requirements for the same ISA to be handled.
|
ali
|
August 13th, 2010, 9:39 a.m.
|
|
|
|
[Submitted] Loader: Use address mask provided to load*Symbols when loading the symbols from the symbol table.
|
ali
|
August 13th, 2010, 9:40 a.m.
|
|
|
|
[Submitted] ARM: Fix an un-initialized variable bug
|
ali
|
August 13th, 2010, 9:40 a.m.
|
|
|
|
[Submitted] ARM: Implement some more misc registers
|
ali
|
August 13th, 2010, 9:40 a.m.
|
|
|
|
[Submitted] ARM: Add I/O devices for booting linux
|
ali
|
August 13th, 2010, 9:40 a.m.
|
|
|
|
[Submitted] ARM: Add system for ARM/Linux and bootstrapping
|
ali
|
August 13th, 2010, 9:40 a.m.
|
|
|
|
[Submitted] ARM: Add configuration for Linux/Full System
|
ali
|
August 13th, 2010, 9:41 a.m.
|
|
|
|
[Submitted] ARM: Change how the AMBA device ID checking is done to make it more generic
|
ali
|
August 13th, 2010, 9:45 a.m.
|
|
|
|
[Submitted] ARM: We don't currently support ThumbEE exceptions, so don't report that we do
|
ali
|
August 13th, 2010, 9:46 a.m.
|
|
|
|
[Submitted] Loader: Don't insert symbols into the symbol table that begin wiht '$'.
|
ali
|
August 13th, 2010, 9:46 a.m.
|
|
|
|
[Submitted] ARM: Clean up the ISA desc portion of the ARM memory instructions.
|
ali
|
August 13th, 2010, 9:46 a.m.
|
|
|
|
[Submitted] ARM: Decode neon memory instructions.
|
ali
|
August 13th, 2010, 9:48 a.m.
|
|
|
|
[Submitted] ARM: Add some registers for big loads/stores to support neon.
|
ali
|
August 13th, 2010, 9:49 a.m.
|
|
|
|
[Submitted] ARM: Exclusive accessse must be double word aligned
|
ali
|
August 13th, 2010, 9:49 a.m.
|
|
|
|
[Submitted] ARM: Temporary local variables can't conflict with isa parser operands.
|
ali
|
August 13th, 2010, 9:49 a.m.
|
|
|
|
[Submitted] ARM: DFSR status value for sync external data abort is expected to be 0x8 in ARMv7
|
ali
|
August 13th, 2010, 9:50 a.m.
|
|
|
|
[Submitted] ARM: adding genMachineCheckFault() stub for ARM that doesn't panic
|
ali
|
August 13th, 2010, 9:50 a.m.
|
|
|
|
[Submitted] ARM/O3: store the result of the predicate evaluation in DynInst or Threadstate.
|
ali
|
August 13th, 2010, 9:51 a.m.
|
|
|
|
[Submitted] O3: Handle loads when the destination is the PC.
|
ali
|
August 13th, 2010, 9:51 a.m.
|
|
|
|
[Submitted] ARM: mark msr/mrs instructions as SerializeBefore/After
|
ali
|
August 13th, 2010, 9:51 a.m.
|
|
|
|
[Submitted] CPU: Make Exec trace to print predication result (if false) for memory instructions
|
ali
|
August 13th, 2010, 9:52 a.m.
|
|
|
|
[Submitted] CPU: Print out flatten-out register index as with IntRegs/FloatRegs traceflag
|
ali
|
August 13th, 2010, 9:52 a.m.
|
|
|
|
[Submitted] ARM: BX instruction can be contitional if last instruction in a IT block
|
ali
|
August 13th, 2010, 9:52 a.m.
|
|
|
|
[Submitted] ARM: BX only conditional within at IT block
|
ali
|
August 13th, 2010, 9:53 a.m.
|
|
|
|
[Submitted] ARM: Implement CLREX
|
ali
|
August 13th, 2010, 9:53 a.m.
|
|
|
|
[Submitted] ARM: Get SCTLR TE bit from reset SCTLR
|
ali
|
August 13th, 2010, 9:54 a.m.
|
|