|
|
[Submitted] mem: Respond to InvalidateReq when the block is (pending) dirty
|
nnikoleris
|
November 18th, 2016, 4:47 p.m.
|
|
|
|
[Submitted] mem: Invalidate a blk when servicing the 1st invalidating target
|
nnikoleris
|
November 18th, 2016, 4:46 p.m.
|
|
|
|
[Submitted] mem: Allow non invalidating snoops on an InvalidateReq MSHR
|
nnikoleris
|
November 18th, 2016, 4:45 p.m.
|
|
|
|
[Submitted] mem: Don't use hasSharers in the snoopFilter for memory responses
|
nnikoleris
|
November 18th, 2016, 4:45 p.m.
|
|
|
|
[Submitted] mem: Always use InvalidateReq to service WriteLineReq misses
|
nnikoleris
|
November 18th, 2016, 4:44 p.m.
|
|
|
|
[Submitted] mem: Assert that the responderHadWritable is set only once
|
nnikoleris
|
November 18th, 2016, 4:44 p.m.
|
|
|
|
[Submitted] mem: Ensure InvalidateReq is considered isForward by MSHRs
|
nnikoleris
|
November 18th, 2016, 4:43 p.m.
|
|
|
|
[Submitted] mem: Make packet debug printing more uniform
|
nnikoleris
|
November 18th, 2016, 4:42 p.m.
|
|
|
|
[Submitted] cpu: disallow speculative update of the conditional branch predictor tables (o3)
|
aperais
|
November 18th, 2016, 3:14 p.m.
|
|
|
|
[Submitted] cpu: Change traffic generators to use different values for writes
|
nnikoleris
|
November 18th, 2016, 2:53 p.m.
|
|
|
|
[Submitted] mem: Service only the 1st FromCPU MSHR target on ReadRespWithInv
|
nnikoleris
|
November 18th, 2016, 2:53 p.m.
|
|
|
|
[Submitted] mem: Keep track of allocOnFill in the TargetList
|
nnikoleris
|
November 18th, 2016, 2:52 p.m.
|
|
|
|
[Submitted] mem: Add support for repopulating the flags of an MSHR TargetList
|
nnikoleris
|
November 18th, 2016, 2:51 p.m.
|
|
|
|
[Submitted] cpu: change comments in tournament branch predictor to reflect what the code does
|
aperais
|
November 18th, 2016, 12:41 p.m.
|
|
|
|
[Submitted] x86: fix issue with casting in Cvtf2i
|
atgutier
|
November 17th, 2016, 8:54 p.m.
|
|
|
|
[Submitted] hsail: generate mov instructions for more arith_types and bit_types
|
bpotter
|
November 17th, 2016, 8:28 p.m.
|
|
|
|
[Submitted] hsail: add a wavesize case statement to register operand code
|
bpotter
|
November 17th, 2016, 8:28 p.m.
|
|
|
|
[Submitted] hsail: add popcount type and generate popcount instructions
|
bpotter
|
November 17th, 2016, 8:28 p.m.
|
|
|
|
[Submitted] hsail: add stub type and stub out several instructions
|
bpotter
|
November 17th, 2016, 8:28 p.m.
|
|
|
|
[Submitted] hsail: disable asserts to allow immediate operands i.e. 0 with loads
|
bpotter
|
November 17th, 2016, 8:27 p.m.
|
|
|
|
[Submitted] syscall_emul: extend sysinfo system call to include mem_unit
|
bpotter
|
November 17th, 2016, 8:27 p.m.
|
|
|
|
[Submitted] syscall_emul: add support for x86 statfs system calls
|
bpotter
|
November 17th, 2016, 8:26 p.m.
|
|
|
|
[Submitted] syscall_emul: implement fallocate
|
bpotter
|
November 17th, 2016, 8:25 p.m.
|
|
|
|
[Submitted] hsail: remove the panic guarding function directives
|
bpotter
|
November 17th, 2016, 8:25 p.m.
|
|
|
|
[Submitted] ruby: Detect garnet network-level deadlock.
|
jyin
|
November 17th, 2016, 6:34 p.m.
|
|
|
|
[Submitted] cpu: Resolve targets of predicted 'taken' conditional direct branches at decode (o3)
|
aperais
|
November 17th, 2016, 10:29 a.m.
|
|
|
|
[Submitted] ruby: Fix potential bugs in garnet2.0
|
jyin
|
November 17th, 2016, 6:39 a.m.
|
|
|
|
[Submitted] commit 752c67b134f4cb0b7ca68a907c39a5a482de30b3
|
rjthakur
|
November 16th, 2016, 11:02 p.m.
|
|
|
|
[Discarded] syscall_emul: return -errno on a failed close call
|
bpotter
|
November 16th, 2016, 4:25 p.m.
|
|
|
|
[Submitted] style: local variable name correction
|
bpotter
|
November 16th, 2016, 4:24 p.m.
|
|
|
|
dev: Fix buffer length when unserializing an eth pkt
|
mlebeane
|
November 15th, 2016, 9:22 p.m.
|
|
|
|
[Submitted] style: change NULL to nullptr in syscall files
|
bpotter
|
November 14th, 2016, 9:02 p.m.
|
|
|
|
configs: add an option to set the deadlock timeouts for the TCPs and SQCs
|
joegross
|
November 11th, 2016, 9:33 p.m.
|
|
|
|
[Submitted] syscall_emul: [PATCH 22/22] ignore system calls that are unimplemented.
|
bpotter
|
November 7th, 2016, 10:57 p.m.
|
|
|
|
[Submitted] syscall_emul: [PATCH 21/22] rewrite code related to system call exits
|
bpotter
|
November 7th, 2016, 10:20 p.m.
|
|
|
|
[Submitted] syscall_emul: [PATCH 20/22] add the tgkill system call
|
bpotter
|
November 7th, 2016, 10:10 p.m.
|
|
|
|
[Submitted] syscall_emul: [PATCH 19/22] adds basic signaling mechanism to SE mode
|
bpotter
|
November 7th, 2016, 10:09 p.m.
|
|
|
|
[Submitted] syscall_emul: [PATCH 18/22] refactor and add functionality for dup, dup2, and pipe
|
bpotter
|
November 7th, 2016, 10:09 p.m.
|
|
|
|
[Submitted] syscall_emul: [PATCH 17/22] refactor and add functionality to open syscall family
|
bpotter
|
November 7th, 2016, 10:07 p.m.
|
|
|
|
[Submitted] style: [PATCH 16/22] correct some style issues
|
bpotter
|
November 7th, 2016, 10:05 p.m.
|
|
|
|
[Submitted] syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations
|
bpotter
|
November 7th, 2016, 10:04 p.m.
|
|
|
|
[Submitted] syscall_emul: [patch 14/22] adds identifier system calls
|
bpotter
|
November 7th, 2016, 9:56 p.m.
|
|
|
|
[Submitted] misc: Clean up and complete the gem5<->SystemC-TLM bridge [4/10]
|
cmenard
|
November 7th, 2016, 4:43 p.m.
|
|
|
|
[Submitted] riscv: [Patch 8/5] Added some regression tests to RISC-V
|
aroelke
|
November 3rd, 2016, 7:36 p.m.
|
|
|
|
[Submitted] riscv: [Patch 7/5] Corrected LRSC semantics
|
aroelke
|
November 2nd, 2016, 7:34 p.m.
|
|
|
|
[Submitted] gpu-compute: fix segfault when constructing GPUExecContext
|
atgutier
|
November 1st, 2016, 10:51 p.m.
|
|
|
|
[Submitted] hsail: fix unsigned offset bug in address calculation
|
atgutier
|
October 31st, 2016, 11:13 p.m.
|
|
|
|
[Submitted] x86, ext: fix buf overflow in fp80 ops; pad fp80_t in fputils
|
atgutier
|
October 28th, 2016, 10:42 p.m.
|
|
|
|
[Submitted] tests, ruby: Move rubytests from ALPHA (linux) to NULL (none)
|
ahansson
|
October 27th, 2016, 7:50 a.m.
|
|
|
|
[Submitted] alpha: Remove ALPHA tru64 support and associated tests
|
ahansson
|
October 27th, 2016, 7:45 a.m.
|
|