Skip to content

Tags: yao5461/gem5

Tags

stable_2014_12_14

Toggle stable_2014_12_14's commit message
sim: draining bug for fast-forwaring multiple cores

fix draining bug where multiple cores hit max_insts_any_thread simultaneously

Committed by: Nilay Vaish <[email protected]>

stable_2014_08_26

Toggle stable_2014_08_26's commit message
style: eliminate equality tests with true and false

Using '== true' in a boolean expression is totally redundant,
and using '== false' is pretty verbose (and arguably less
readable in most cases) compared to '!'.

It's somewhat of a pet peeve, perhaps, but I had some time
waiting for some tests to run and decided to clean these up.

Unfortunately, SLICC appears not to have the '!' operator,
so I had to leave the '== false' tests in the SLICC code.

stable_2014_02_15

Toggle stable_2014_02_15's commit message
config, x86: move kernel specification from tests to FSConfig.py

For some reason, the default x86 kernel is specified in
tests/configs/x86_generic.py and not in configs/common/FSConfig.py,
where the kernels for all the other ISAs are.  This means that
running configs/example/fs.py for x86 fails because no kernel
is specified.  Moving the specification over fixes this problem.

There is another problem that this uncovers, which is that going
past the init stage (i.e., past where the regression test stops)
fails because the fsck test on the disk device fails, but that's
a separate issue.

stable_2013_10_14

Toggle stable_2013_10_14's commit message
ruby: removed the very old double trigger hack

Committed by: Nilay Vaish <[email protected]>

stable_2013_06_16

Toggle stable_2013_06_16's commit message
cpu: fix a switching issue with the o3 cpu.

This change fixes the switcheroo test that broke earlier this month. The code
that was checking for the pipeline being blocked wasn't checking for a pending
translation, only for a icache access.

stable_2012_06_28

Toggle stable_2012_06_28's commit message
ARM: Fix address range issue with VExpress EMM

stable_2012_02_02

Toggle stable_2012_02_02's commit message
IO: Fix bug in DMA Device where receiving a snoop on DMA port would c…

…ause a panic.

--HG--
extra : rebase_source : 8152d4fa7d7354c9f150a450ae0710e95141ba4b

Calvin_Submission

Toggle Calvin_Submission's commit message
ruby: added sequencer stats to track what requests are waiting on

m5_2.0_beta6

Toggle m5_2.0_beta6's commit message
Scons: Update compare_versions() to ignore trailing charecters after …

…an int. This is a fix for a mysql version number that includes a (E.g. 5.0.51a)

copyright_update

Toggle copyright_update's commit message
IGbE: Implement sending packet that is contained in more than 2 descr…

…iptors.

--HG--
extra : convert_revision : 8fb7d5fad5cb840f69c31aa8b331dbe09e46ee9d