|
|
ISA: Factor FullSystemInt out of the decoders.
|
gblack
|
May 28th, 2012, 12:49 a.m.
|
|
|
|
[Submitted] X86: Add a 32 bit hello world test binary.
|
gblack
|
May 27th, 2012, 2:46 p.m.
|
|
|
|
[Submitted] X86: Move the GDT down to where it can be accessed in 32 bit mode.
|
gblack
|
May 27th, 2012, 2:44 p.m.
|
|
|
|
[Submitted] X86: Truncate addresses to 32 bits except in 64 bit mode, not long mode.
|
gblack
|
May 27th, 2012, 2:43 p.m.
|
|
|
|
[Submitted] X86: Use the HandyM5Reg to avoid a register read and some logic in the TLB.
|
gblack
|
May 27th, 2012, 2:43 p.m.
|
|
|
|
[Submitted] Bus: Split the bus into a non-coherent and coherent bus
|
ahansson
|
May 25th, 2012, 9:47 a.m.
|
|
|
|
[Submitted] Bus: Remove redundant packet parameter from isOccupied
|
ahansson
|
May 25th, 2012, 9:47 a.m.
|
|
|
|
[Submitted] O3,ARM: fix some problems with drain/switchout functionality and add Drain DPRINTFs
|
atgutier
|
May 25th, 2012, 9:05 a.m.
|
|
|
|
[Submitted] X86: Move address based decode caching in front of the predecoder.
|
gblack
|
May 25th, 2012, 3:44 a.m.
|
|
|
|
[Submitted] ISA,CPU: Generalize and split out the components of the decode cache.
|
gblack
|
May 25th, 2012, 3:33 a.m.
|
|
|
|
[Submitted] Config: A patch from Nilay which fixes running SMT workloads with se.py.
|
gblack
|
May 25th, 2012, 12:51 a.m.
|
|
|
|
[Submitted] Bus: Turn the PortId into a transport function parameter
|
ahansson
|
May 23rd, 2012, 6:34 a.m.
|
|
|
|
[Submitted] Packet: Unify the use of PortID in packet and port
|
ahansson
|
May 23rd, 2012, 6:32 a.m.
|
|
|
|
[Submitted] Packet: Updated comments for src and dest fields
|
ahansson
|
May 23rd, 2012, 6:32 a.m.
|
|
|
|
[Submitted] Bridge: Split deferred request, response and sender state
|
ahansson
|
May 23rd, 2012, 6:31 a.m.
|
|
|
|
[Submitted] Cache: Remove dangling doWriteback declaration
|
ahansson
|
May 23rd, 2012, 6:30 a.m.
|
|
|
|
mthreads regression: Add some more configurations to be tested with m5threads.
|
marc.orr
|
May 20th, 2012, 6:38 p.m.
|
|
|
|
regression tester: add tests to exercise m5threads with the x86 ISA.
|
marc.orr
|
May 20th, 2012, 6:38 p.m.
|
|
|
|
Hierarchical Network Topology for Ruby
|
khaleghzadeh
|
May 20th, 2012, 11:05 a.m.
|
|
|
|
[Discarded] Cache: Remove redundant check for uncacheable snoops
|
ahansson
|
May 18th, 2012, 9:12 a.m.
|
|
|
|
[Submitted] Config: Exit with fatal if a port is already connected
|
ahansson
|
May 18th, 2012, 9:10 a.m.
|
|
|
|
[Submitted] Reset and dump ruby stats along with gem5 stats
|
khaleghzadeh
|
May 18th, 2012, 6:21 a.m.
|
|
|
|
[Submitted] DMA: Split the DMA device and IO device into seperate files
|
ahansson
|
May 18th, 2012, 5:08 a.m.
|
|
|
|
[Submitted] MEM: Add a snooping DMA port subclass for table walker
|
ahansson
|
May 17th, 2012, 5:05 a.m.
|
|
|
|
[Discarded] Resetting/dumping ruby_stats when gem5 stats is reset/dumped
|
khaleghzadeh
|
May 16th, 2012, 10:30 p.m.
|
|
|
|
regression tester: add tests to exercise m5threads with the x86 ISA.
|
marc.orr
|
May 16th, 2012, 8:34 p.m.
|
|
|
|
[Submitted] syscall emulation: Add the futex system call.
|
marc.orr
|
May 16th, 2012, 8:33 p.m.
|
|
|
|
[Submitted] regression tester: Fix some bugs in simple-timing-mp-ruby.py.
|
marc.orr
|
May 16th, 2012, 6:09 p.m.
|
|
|
|
[Discarded] Resetting/dumping ruby_stats when gem5 stats is reset/dumped
|
khaleghzadeh
|
May 16th, 2012, 11:02 a.m.
|
|
|
|
[Submitted] Config: Use the attribute naming and include ports in JSON
|
ahansson
|
May 16th, 2012, 7:41 a.m.
|
|
|
|
[Submitted] CPU: Merge the predecoder and decoder.
|
gblack
|
May 15th, 2012, 5:55 a.m.
|
|
|
|
[Submitted] ISA: Make the decode function part of the ISA's decoder.
|
gblack
|
May 15th, 2012, 5:55 a.m.
|
|
|
|
[Submitted] CPU: Simplify the implementation of the decode cache.
|
gblack
|
May 15th, 2012, 5:54 a.m.
|
|
|
|
[Submitted] Decode: Make the Decoder class defined per ISA.
|
gblack
|
May 15th, 2012, 5:54 a.m.
|
|
|
|
ARM: Enable Ruby functionality with ARM FS
|
afc32
|
May 12th, 2012, 4:23 p.m.
|
|
|
|
[Submitted] x86 ISA: Implement the sse3 haddps instruction.
|
marc.orr
|
May 11th, 2012, 5:13 p.m.
|
|
|
|
[Submitted] syscall emulation: Enabled getrlimit and getrusage for x86. Added/moved rlimit
|
marc.orr
|
May 11th, 2012, 12:08 p.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.
|
|
|
|
stats: no C++ output
|
nate
|
May 11th, 2012, 8:50 a.m.
|
|
|
|
stats: rework the output portion of stats so that they use python
|
nate
|
May 11th, 2012, 8:50 a.m.
|
|
|
|
stats: check formulas to ensure that vectors are the same length
|
nate
|
May 11th, 2012, 8:49 a.m.
|
|
|
|
Config: Make disk-image option support mutiple disks
|
jayneel
|
May 9th, 2012, 2:31 p.m.
|
|
|
|
[Submitted] [ARM] fix the calculation of the values in the 24 MHz clock
|
freedom
|
May 8th, 2012, 8:47 p.m.
|
|
|
|
[Submitted] MEM: Fix size check when allocating physical memory
|
lena
|
May 4th, 2012, 6:24 p.m.
|
|
|
|
[Submitted] MEM: Do not forward uncacheable to bus snoopers
|
ahansson
|
May 4th, 2012, 9:47 a.m.
|
|
|
|
[Submitted] Ruby: Ensure snoop requests are sent using sendTimingSnoopReq
|
ahansson
|
May 3rd, 2012, 11:22 a.m.
|
|
|
|
[Submitted] Mem: add per-master stats to physmem
|
ali
|
May 2nd, 2012, 1:10 p.m.
|
|
|
|
[Submitted] DOT: improved dot-based system visualization
|
ali
|
May 2nd, 2012, 1:08 p.m.
|
|
|
|
[Submitted] DOT: fixed broken code for visualizing configuration using dot
|
ali
|
May 2nd, 2012, 1:08 p.m.
|
|
|
|
[Submitted] ARM: Fix a number of small bugs we've found.
|
ali
|
May 2nd, 2012, 1:07 p.m.
|
|