Review Board 2.0.15


All Review Requests

Summary
Submitter Posted
Last Updated
gpu-compute: remove inst enums and use bit flag for attributes
atgutier
October 6th, 2016, 2:14 a.m.
hsail, gpu-compute: remove doGm/SmReturn add completeAcc
atgutier
October 6th, 2016, 9:59 p.m.
gpu-compute, hsail: call discardFetch() from the WF
atgutier
October 6th, 2016, 10:05 p.m.
ruby: Fix regressions and make Ruby configs Python packages
ahansson
October 7th, 2016, 9:40 a.m.
style: Add options to select checkers and apply fixes
andysan
October 7th, 2016, 3:11 p.m.
gpu-compute: add instruction mix stats for the gpu
atgutier
October 7th, 2016, 9:03 p.m.
style: remove err.h to prevent a name collision
bpotter
October 10th, 2016, 5:16 p.m.
gpu-compute: add gpu_isa.hh to switch hdrs, add GPUISA to WF
atgutier
October 10th, 2016, 6:23 p.m.
gpu-compute: use the GPUISA object to advance the PC
atgutier
October 10th, 2016, 6:24 p.m.
gpu-compute: use System cache line size in the GPU
atgutier
October 10th, 2016, 6:29 p.m.
gpu-compute, hsail: pass GPUDynInstPtr to getRegisterIndex()
atgutier
October 10th, 2016, 6:31 p.m.
gpu-compute, hsail: make the PC a byte address, not an instruction index
atgutier
October 10th, 2016, 6:34 p.m.
dram: add DDR3-1866/2400
joegross
October 10th, 2016, 7:48 p.m.
gpu-compute: support in-order data delivery in GM pipe
atgutier
October 10th, 2016, 11:51 p.m.
stats: Add more information to uninitialized error
powerjg
October 11th, 2016, 2:45 p.m.
style: [patch 1/22] use /r/3648/ to reorganize includes
bpotter
October 11th, 2016, 4:01 p.m.
syscall_emul: [patch 2/22] move SyscallDesc into its own .hh and .cc
bpotter
October 11th, 2016, 8:32 p.m.
[Discarded] style: reduce include dependencies in some headers
bpotter
October 11th, 2016, 8:34 p.m.
config: Make configs/common a Python package
ahansson
October 13th, 2016, 2:10 p.m.
ruby: make a RequestDesc class instead of std::pair
atgutier
October 13th, 2016, 9:24 p.m.
arm, config: Enabled MemConfig usage for the example big.LITTLE
abutko
October 14th, 2016, 7:40 a.m.
arm, config: added support for ex5 model of big.LITTLE
abutko
October 14th, 2016, 7:41 a.m.
arm: AArch64 report cache size correctly when reading CTR_EL0
baz21
October 14th, 2016, 2:31 p.m.
riscv: [Patch 6/5] Improve Linux emulation for RISC-V
aroelke
October 14th, 2016, 6:17 p.m.
[Discarded] arm, config: [2/2] added support for ex5 model of big.LITTLE
abutko
October 17th, 2016, 3:32 a.m.
syscall_emul: [patch 4/22] remove redundant M5_pid field from process
bpotter
October 17th, 2016, 1:06 p.m.
syscall_emul: [patch 9/22] remove unused global variable (num_processes)
bpotter
October 17th, 2016, 1:06 p.m.
syscall_emul: [patch 5/22] remove LiveProcess class and use Process instead
bpotter
October 17th, 2016, 3:17 p.m.
syscall_emul: [patch 6/22] remove unused fields from Process class
bpotter
October 17th, 2016, 3:19 p.m.
syscall_emul: [patch 7/22] remove numCpus method
bpotter
October 17th, 2016, 3:20 p.m.
syscall_emul: [patch 8/22] refactor process class
bpotter
October 17th, 2016, 3:23 p.m.
syscall_emul: [patch 10/22] refactor fdentry and add fdarray class
bpotter
October 17th, 2016, 3:41 p.m.
syscall_emul: [patch 11/22] extend functionality of fcntl
bpotter
October 17th, 2016, 4:05 p.m.
style: [patch 12/22] fix preliminary style issues for subsequent fault patch
bpotter
October 17th, 2016, 4:11 p.m.
syscall_emul: [patch 13/22] add system call retry capability
bpotter
October 17th, 2016, 4:54 p.m.
[Discarded] syscall_emul: remove TGT_MMAP_* flags that break OSX build
bpotter
October 17th, 2016, 7:47 p.m.
config: Break out base options for usage with NULL ISA
ahansson
October 20th, 2016, 11:07 a.m.
alpha: Remove ALPHA support and supplemental files
ahansson
October 24th, 2016, 8:43 p.m.
misc: Clean up and complete the gem5<->SystemC-TLM bridge [3/10]
cmenard
October 26th, 2016, 4:26 p.m.
cpu: Add a SynchroTrace replay model
cdunham
October 26th, 2016, 11:04 p.m.
alpha: Remove ALPHA tru64 support and associated tests
ahansson
October 27th, 2016, 7:45 a.m.
tests, ruby: Move rubytests from ALPHA (linux) to NULL (none)
ahansson
October 27th, 2016, 7:50 a.m.
x86, ext: fix buf overflow in fp80 ops; pad fp80_t in fputils
atgutier
October 28th, 2016, 10:42 p.m.
hsail: fix unsigned offset bug in address calculation
atgutier
October 31st, 2016, 11:13 p.m.
gpu-compute: fix segfault when constructing GPUExecContext
atgutier
November 1st, 2016, 10:51 p.m.
riscv: [Patch 7/5] Corrected LRSC semantics
aroelke
November 2nd, 2016, 7:34 p.m.
riscv: [Patch 8/5] Added some regression tests to RISC-V
aroelke
November 3rd, 2016, 7:36 p.m.
misc: Clean up and complete the gem5<->SystemC-TLM bridge [4/10]
cmenard
November 7th, 2016, 4:43 p.m.
syscall_emul: [patch 14/22] adds identifier system calls
bpotter
November 7th, 2016, 9:56 p.m.
syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations
bpotter
November 7th, 2016, 10:04 p.m.
« < 59 60 61 62 63 64 65 > 65 pages