Review Board 2.0.15


All Review Requests

Summary Submitter
Posted
Last Updated
sim: fix out-of-bounds error in syscall_desc
bpotter
February 16th, 2017, 5:39 p.m.
[Discarded] mem: add M5_VAR_USED to comm_monitor function vars
bpotter
February 15th, 2017, 8:43 p.m.
sparc: fix bugs caused by cd7f3a1dbf55
bpotter
February 3rd, 2017, 6:30 p.m.
syscall_emul: #ifdef new system calls to allow builds on OSX and BSD
bpotter
January 19th, 2017, 5:30 p.m.
hsail: generate mov instructions for more arith_types and bit_types
bpotter
November 17th, 2016, 8:28 p.m.
hsail: add a wavesize case statement to register operand code
bpotter
November 17th, 2016, 8:28 p.m.
hsail: add popcount type and generate popcount instructions
bpotter
November 17th, 2016, 8:28 p.m.
hsail: add stub type and stub out several instructions
bpotter
November 17th, 2016, 8:28 p.m.
hsail: disable asserts to allow immediate operands i.e. 0 with loads
bpotter
November 17th, 2016, 8:27 p.m.
syscall_emul: extend sysinfo system call to include mem_unit
bpotter
November 17th, 2016, 8:27 p.m.
syscall_emul: add support for x86 statfs system calls
bpotter
November 17th, 2016, 8:26 p.m.
syscall_emul: implement fallocate
bpotter
November 17th, 2016, 8:25 p.m.
hsail: remove the panic guarding function directives
bpotter
November 17th, 2016, 8:25 p.m.
[Discarded] syscall_emul: return -errno on a failed close call
bpotter
November 16th, 2016, 4:25 p.m.
style: local variable name correction
bpotter
November 16th, 2016, 4:24 p.m.
style: change NULL to nullptr in syscall files
bpotter
November 14th, 2016, 9:02 p.m.
syscall_emul: [PATCH 22/22] ignore system calls that are unimplemented.
bpotter
November 7th, 2016, 10:57 p.m.
syscall_emul: [PATCH 21/22] rewrite code related to system call exits
bpotter
November 7th, 2016, 10:20 p.m.
syscall_emul: [PATCH 20/22] add the tgkill system call
bpotter
November 7th, 2016, 10:10 p.m.
syscall_emul: [PATCH 19/22] adds basic signaling mechanism to SE mode
bpotter
November 7th, 2016, 10:09 p.m.
syscall_emul: [PATCH 18/22] refactor and add functionality for dup, dup2, and pipe
bpotter
November 7th, 2016, 10:09 p.m.
syscall_emul: [PATCH 17/22] refactor and add functionality to open syscall family
bpotter
November 7th, 2016, 10:07 p.m.
style: [PATCH 16/22] correct some style issues
bpotter
November 7th, 2016, 10:05 p.m.
syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations
bpotter
November 7th, 2016, 10:04 p.m.
syscall_emul: [patch 14/22] adds identifier system calls
bpotter
November 7th, 2016, 9:56 p.m.
[Discarded] syscall_emul: remove TGT_MMAP_* flags that break OSX build
bpotter
October 17th, 2016, 7:47 p.m.
syscall_emul: [patch 13/22] add system call retry capability
bpotter
October 17th, 2016, 4:54 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 11/22] extend functionality of fcntl
bpotter
October 17th, 2016, 4:05 p.m.
syscall_emul: [patch 10/22] refactor fdentry and add fdarray class
bpotter
October 17th, 2016, 3:41 p.m.
syscall_emul: [patch 8/22] refactor process class
bpotter
October 17th, 2016, 3:23 p.m.
syscall_emul: [patch 7/22] remove numCpus method
bpotter
October 17th, 2016, 3:20 p.m.
syscall_emul: [patch 6/22] remove unused fields from Process class
bpotter
October 17th, 2016, 3:19 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 9/22] remove unused global variable (num_processes)
bpotter
October 17th, 2016, 1:06 p.m.
syscall_emul: [patch 4/22] remove redundant M5_pid field from process
bpotter
October 17th, 2016, 1:06 p.m.
[Discarded] style: reduce include dependencies in some headers
bpotter
October 11th, 2016, 8:34 p.m.
syscall_emul: [patch 2/22] move SyscallDesc into its own .hh and .cc
bpotter
October 11th, 2016, 8:32 p.m.
style: [patch 1/22] use /r/3648/ to reorganize includes
bpotter
October 11th, 2016, 4:01 p.m.
style: remove err.h to prevent a name collision
bpotter
October 10th, 2016, 5:16 p.m.
style: [patch 3/22] reduce include dependencies in some headers
bpotter
October 5th, 2016, 4:27 p.m.
ruby: change clock periods for requests associated with ruby port
bpotter
April 16th, 2016, 6:05 a.m.
garnet: fix bug where multiple enqueues happen on same tick
bpotter
April 4th, 2016, 11:45 p.m.
ruby: allows multiple instances of ruby to be invoked
bpotter
April 4th, 2016, 11:45 p.m.
ruby: fix MESI_Three_Level protocol
bpotter
April 4th, 2016, 11:45 p.m.
ruby: add L0Cache machine type to MachType enum
bpotter
April 4th, 2016, 11:44 p.m.
ruby: change Packet* to PacketPtr for consistency
bpotter
April 4th, 2016, 11:44 p.m.
ruby: modify Ruby's set operations to work on uninitialized sets
bpotter
April 4th, 2016, 11:44 p.m.
ruby: drop Machine* functions defined with enum MachineType
bpotter
April 4th, 2016, 11:44 p.m.
ruby: topology: do not use Machine* functions
bpotter
April 4th, 2016, 11:44 p.m.
« < 27 28 29 30 31 32 33 > » 65 pages