Review Board 2.0.15


All Review Requests

Summary Submitter Posted
Last Updated
stats: rework the output portion of stats so that they use python
nate
May 11th, 2012, 8:50 a.m.
stats: no C++ output
nate
May 11th, 2012, 8:50 a.m.
[Discarded] x86 syscall emulation: Add the TCGETS ioctl to the whitelist of tty ioctls that
marc.orr
May 11th, 2012, 10:30 a.m.
syscall emulation: Enabled getrlimit and getrusage for x86. Added/moved rlimit
marc.orr
May 11th, 2012, 12:08 p.m.
x86 ISA: Implement the sse3 haddps instruction.
marc.orr
May 11th, 2012, 5:13 p.m.
ARM: Enable Ruby functionality with ARM FS
afc32
May 12th, 2012, 4:23 p.m.
Decode: Make the Decoder class defined per ISA.
gblack
May 15th, 2012, 5:54 a.m.
CPU: Simplify the implementation of the decode cache.
gblack
May 15th, 2012, 5:54 a.m.
ISA: Make the decode function part of the ISA's decoder.
gblack
May 15th, 2012, 5:55 a.m.
CPU: Merge the predecoder and decoder.
gblack
May 15th, 2012, 5:55 a.m.
Config: Use the attribute naming and include ports in JSON
ahansson
May 16th, 2012, 7:41 a.m.
[Discarded] Resetting/dumping ruby_stats when gem5 stats is reset/dumped
khaleghzadeh
May 16th, 2012, 11:02 a.m.
regression tester: Fix some bugs in simple-timing-mp-ruby.py.
marc.orr
May 16th, 2012, 6:09 p.m.
syscall emulation: Add the futex system call.
marc.orr
May 16th, 2012, 8:33 p.m.
regression tester: add tests to exercise m5threads with the x86 ISA.
marc.orr
May 16th, 2012, 8:34 p.m.
[Discarded] Resetting/dumping ruby_stats when gem5 stats is reset/dumped
khaleghzadeh
May 16th, 2012, 10:30 p.m.
MEM: Add a snooping DMA port subclass for table walker
ahansson
May 17th, 2012, 5:05 a.m.
DMA: Split the DMA device and IO device into seperate files
ahansson
May 18th, 2012, 5:08 a.m.
Reset and dump ruby stats along with gem5 stats
khaleghzadeh
May 18th, 2012, 6:21 a.m.
Config: Exit with fatal if a port is already connected
ahansson
May 18th, 2012, 9:10 a.m.
[Discarded] Cache: Remove redundant check for uncacheable snoops
ahansson
May 18th, 2012, 9:12 a.m.
Hierarchical Network Topology for Ruby
khaleghzadeh
May 20th, 2012, 11:05 a.m.
regression tester: add tests to exercise m5threads with the x86 ISA.
marc.orr
May 20th, 2012, 6:38 p.m.
mthreads regression: Add some more configurations to be tested with m5threads.
marc.orr
May 20th, 2012, 6:38 p.m.
Cache: Remove dangling doWriteback declaration
ahansson
May 23rd, 2012, 6:30 a.m.
Bridge: Split deferred request, response and sender state
ahansson
May 23rd, 2012, 6:31 a.m.
Packet: Updated comments for src and dest fields
ahansson
May 23rd, 2012, 6:32 a.m.
Packet: Unify the use of PortID in packet and port
ahansson
May 23rd, 2012, 6:32 a.m.
Bus: Turn the PortId into a transport function parameter
ahansson
May 23rd, 2012, 6:34 a.m.
Config: A patch from Nilay which fixes running SMT workloads with se.py.
gblack
May 25th, 2012, 12:51 a.m.
ISA,CPU: Generalize and split out the components of the decode cache.
gblack
May 25th, 2012, 3:33 a.m.
X86: Move address based decode caching in front of the predecoder.
gblack
May 25th, 2012, 3:44 a.m.
O3,ARM: fix some problems with drain/switchout functionality and add Drain DPRINTFs
atgutier
May 25th, 2012, 9:05 a.m.
Bus: Remove redundant packet parameter from isOccupied
ahansson
May 25th, 2012, 9:47 a.m.
Bus: Split the bus into a non-coherent and coherent bus
ahansson
May 25th, 2012, 9:47 a.m.
X86: Use the HandyM5Reg to avoid a register read and some logic in the TLB.
gblack
May 27th, 2012, 2:43 p.m.
X86: Truncate addresses to 32 bits except in 64 bit mode, not long mode.
gblack
May 27th, 2012, 2:43 p.m.
X86: Move the GDT down to where it can be accessed in 32 bit mode.
gblack
May 27th, 2012, 2:44 p.m.
X86: Add a 32 bit hello world test binary.
gblack
May 27th, 2012, 2:46 p.m.
ISA: Factor FullSystemInt out of the decoders.
gblack
May 28th, 2012, 12:49 a.m.
SPARC: Keep a copy of the current ASI in the decoder.
gblack
May 28th, 2012, 2:54 a.m.
ARM: Keep a copy of the fpscr len and stride fields in the decoder.
gblack
May 28th, 2012, 2:55 a.m.
[Discarded] Decoder: Remove the thread context getting/setting interface from the decoder.
gblack
May 28th, 2012, 2:57 a.m.
cpu: prevent switched out CPUs from being initialized in the simple and inorder models.
atgutier
May 28th, 2012, 10:44 a.m.
ISA: Turn the ExtMachInst NoopMachinst into the StaticInstPtr NoopStaticInst.
gblack
May 29th, 2012, 2:59 a.m.
gcc: Small fixes to compile with gcc 4.7
ahansson
May 29th, 2012, 8:54 a.m.
sim: Provide a framework for detecting out of data checkpoints and migrating them.
ali
May 30th, 2012, 9:34 a.m.
sim: Remove FastAlloc
ali
May 30th, 2012, 10:30 a.m.
O3: Clean up the O3 structures and try to pack them a bit better.
ali
May 30th, 2012, 3:10 p.m.
TLB: Fix for gcc 4.4.3
jayneel
May 30th, 2012, 7:48 p.m.
« < 17 18 19 20 21 22 23 > » 65 pages