Sign in
gem5
/
testing
/
jenkins-gem5-prod
/
HEAD
« Previous
6d8694a
mem-cache: Allow tag-only accesses on latency calculation
by Daniel R. Carvalho
· 6 years ago
9a23483
mem-cache: Add lookup latency to access' whenReady
by Daniel R. Carvalho
· 6 years ago
7770e6a
mem-cache: Fix recvTimingReq doWritebacks tick
by Daniel R. Carvalho
· 6 years ago
9728112
mem-cache: Use header delay on latency calculation
by Daniel R. Carvalho
· 6 years ago
6c00d57
mem-cache: Remove old todo about latency in hit function
by Daniel R. Carvalho
· 6 years ago
050545f
util, tlm: Fix a memory error in the SCMasterPort class.
by Gabe Black
· 6 years ago
524b673
tlm: Add some includes to some tlm_utils header files.
by Gabe Black
· 6 years ago
af9496b
python: Fix issue when Self proxy resolves to a another proxy
by Andreas Sandberg
· 6 years ago
96cc03f
mem-cache: alias to mem::getMasterPort in TLB class
by Andrea Mondelli
· 6 years ago
a7eebbf
dev-arm: Set ICV_PMR_EL1-ICH_VMCR_EL2 mapping on reads
by Giacomo Travaglini
· 6 years ago
5e55ecc
dev-arm: Set ICV_IGRPEN<n>_EL1-ICH_VMCR_EL2 mapping on reads
by Giacomo Travaglini
· 6 years ago
2c242d6
arch-arm: implement floating point aarch32 VCVTA family
by Ciro Santilli
· 6 years ago
b48e4a9
systemc: Move systemc disabling checks to SConsopts.
by Gabe Black
· 6 years ago
21a4cc9
ruby: Fix garnet's round robin arbitration for vc selection
by Srikant Bharadwaj
· 6 years ago
365ed5b
mem-cache: Sandbox Based Optimal Offset Implementation
by Ivan Pizarro
· 6 years ago
38560ef
misc: Segmentation Fault during O3PipeView execution
by Andrea Mondelli
· 6 years ago
ae233c7
cpu: Fix indirect branch history updates
by Srikant Bharadwaj
· 6 years ago
8e72365
mem-cache: Copy over flags to forwarded response
by Nikos Nikoleris
· 6 years ago
32bbddf
configs: Fix Python 3 iterator and exec compatibility issues
by Andreas Sandberg
· 6 years ago
c38a652
scons: Marshal Python sources using the same Python as gem5
by Andreas Sandberg
· 6 years ago
8138663
systemc: Remove _m5.systemc passthroughs from SystemC_Kernel.
by Gabe Black
· 6 years ago
366f6ac
systemc: Update the systemc example to use m5.systemc for sc_main.
by Gabe Black
· 6 years ago
65b5295
systemc: Update the sc_main.py config to use m5.systemc.
by Gabe Black
· 6 years ago
0ee9f5e
systemc: Get rid of --working-dir in the test's config.py.
by Gabe Black
· 6 years ago
118e16b
systemc: Start using the m5.systemc module in the test config.py.
by Gabe Black
· 6 years ago
9bc9b24
systemc: Add m5.systemc and m5.tlm python modules.
by Gabe Black
· 6 years ago
0551098
systemc: Export the tlm::tlm_global_quantum class to python.
by Gabe Black
· 6 years ago
296f521
systemc: Export the sc_core::sc_time class to python.
by Gabe Black
· 6 years ago
576e571
mem-cache: added missing override specifier in BoP
by Andrea Mondelli
· 6 years ago
a347a1a
python: Stop using basestring to test for strings
by Andreas Sandberg
· 6 years ago
b5b19d2
python: Add Python 3 workarounds for long
by Andreas Sandberg
· 6 years ago
debb5da
tests: Update test scripts to work with Python 3
by Andreas Sandberg
· 6 years ago
d63f735
mem-cache: A Best-Offset Prefetcher
by Ivan Pizarro
· 6 years ago
f4d3080
python: Fix params/proxy import loop
by Andreas Sandberg
· 6 years ago
a3c81f9
scons: Add support for specifying Python version
by Andreas Sandberg
· 6 years ago
2bad848
python: Enforce absolute imports for Python 3 compatibility
by Andreas Sandberg
· 6 years ago
f59e550
scons: conditional use of new RPATH inclusion
by Andrea Mondelli
· 6 years ago
174ef8a
python: Add fallbacks for packages that have been renamed
by Andreas Sandberg
· 6 years ago
5de8626
python: Fix param -> int conversion issues
by Andreas Sandberg
· 6 years ago
397d322
cpu-o3: Add cache read ports limit to LSQ
by Gabor Dozsa
· 6 years ago
7d71f66
python: Make iterator handling Python 3 compatible
by Andreas Sandberg
· 6 years ago
8e5d168
python: Add missing operators to NumericParamValue
by Andreas Sandberg
· 6 years ago
466d30c
mem-cache: Add a mechanism to iterate all entries of an AssociativeSet
by Javier Bueno
· 6 years ago
0a73726
scons: Add a convenience method to set RPATH for local libraries.
by Gabe Black
· 6 years ago
84a9094
systemc: Make the verify.py script work when run from different dirs.
by Gabe Black
· 6 years ago
36a5473
ext: test: Split up the GTEST_CPPFLAGS and CPPFLAGS.
by Gabe Black
· 6 years ago
71b617b
systemc: Make sc_(pause|stop) exit to python when not using sc_main.
by Gabe Black
· 6 years ago
e15e121
systemc: Init some values in the scheduler for running without sc_main.
by Gabe Black
· 6 years ago
a0c0ab8
systemc: Handle exceptions "correctly" even if sc_main hasn't been run.
by Gabe Black
· 6 years ago
53cbc6b
mem-cache: Added the Slim AMPM Prefetcher
by Javier Bueno
· 6 years ago
b2f6cc8
python: Fix Param initialization issue in Python 3
by Andreas Sandberg
· 6 years ago
33ba447
python: Use __name__ instead of func_name for Py3 compat
by Andreas Sandberg
· 6 years ago
4fa56fe
python: Add __bool__ helpers in addition to __nonzero__
by Andreas Sandberg
· 6 years ago
d07cceb
config: Make parameter conversion handle integers in other bases.
by Gabe Black
· 6 years ago
cb7fe24
x86: Call the base class's regStats in X86ISA::TLB
by Bagus Hanindhito
· 6 years ago
598991f
sim: Add a mechanism to exit the simulation loop immediately.
by Gabe Black
· 6 years ago
1501046
cpu: Add ISA* getter in Thread interface
by Giacomo Gabrielli
· 6 years ago
1bc4102
arch-generic: Making base TLB class a MemObject
by Ivan Pizarro
· 6 years ago
291cc06
arch-arm: Move GICv3 detection at startup time
by Giacomo Travaglini
· 6 years ago
6a64cc1
dev-arm: LPI support for GICv3. This doesn't include an ITS model.
by Jairo Balart
· 6 years ago
3264c82
base: Fix enums checkpointing
by Giacomo Travaglini
· 6 years ago
2dd0eed
cpu: Fix fast build broken due to unused variable
by Giacomo Travaglini
· 6 years ago
9e340ba
systemc: Add a systemc_home directory which maps to the ext headers.
by Gabe Black
· 6 years ago
95c0aef
systemc: Make an include in src/systemc/ext use a relative path.
by Gabe Black
· 6 years ago
d39573a
cpu: Added 8KB and 64KB TAGE-SC-L branch predictor
by Javier Bueno
· 6 years ago
224f2d5
configs: simpoint-profile usable with NonCachingCPUs only
by Giacomo Travaglini
· 6 years ago
e67a3d1
python: Remove uses of tuple unpacking in function params
by Andreas Sandberg
· 6 years ago
23af972
python: Replace deprecated repr syntax
by Andreas Sandberg
· 6 years ago
ac00ec1
python: Switch from using compare to key in list sort
by Andreas Sandberg
· 6 years ago
c5e8e0e
tests: add cpu tests to the new testing infrastructure
by Ayaz Akram
· 6 years ago
308a558
tests: Move test programs paths to related test scripts
by Ayaz Akram
· 6 years ago
fe29653
sim-se: update the arm kernel version
by Ayaz Akram
· 6 years ago
9ac977d
tests: Convert memtest to new framework
by Jason Lowe-Power
· 6 years ago
3086d51
tests: Convert tgen-simple-memory to new framework
by Jason Lowe-Power
· 6 years ago
5cd4248
python: Replace dict.has_key with 'key in dict'
by Andreas Sandberg
· 6 years ago
5cf312e
python: Add missing defines import
by Andreas Sandberg
· 6 years ago
6e08be1
python: Replace DictMixin with Mapping / MutableMapping
by Andreas Sandberg
· 6 years ago
bc42d2f
python: Replace orderdict with collections.OrderedDict
by Andreas Sandberg
· 6 years ago
31dff7f
python: Update use of exec to work with Python 3
by Andreas Sandberg
· 6 years ago
b3195c4
python: Switch to using open instead of file
by Andreas Sandberg
· 6 years ago
626e8fa
mem-cache: Irregular Stream Buffer Prefetcher
by Javier Bueno
· 6 years ago
9d4d620
system-arm: Fix dtsi dependencies in Makefile
by Kevin Brodsky
· 6 years ago
ee9293d
mem-cache: Added the Delta Correlating Prediction Tables Prefetcher
by Javier Bueno
· 6 years ago
1f008aa
tests: Rewrite Makefiles for pthreads test
by Andreas Sandberg
· 6 years ago
ef71a98
python: Don't assume SimObjects live in the global namespace
by Andreas Sandberg
· 6 years ago
9fbfb45
arch-mips: Remove unused Python file
by Andreas Sandberg
· 6 years ago
fa21127
python: Make exception handling Python 3 safe
by Andreas Sandberg
· 6 years ago
6ba4545
python: Fix native module initialisation on Python 3
by Andreas Sandberg
· 6 years ago
15e497d
mem-ruby: Fixing Topology
by Pouya Fotouhi
· 6 years ago
8d79332
mem-ruby: Fixing MESI Three Level
by Pouya Fotouhi
· 6 years ago
502af7c
systemc: config: Don't inject a custom argv[0] in sc_main.py.
by Gabe Black
· 6 years ago
eb5e99e
systemc: configs: Add a very simple config which just runs sc_main.
by Gabe Black
· 6 years ago
bdef435
systemc: Change the type of a loop counter to avoid a warning.
by Gabe Black
· 6 years ago
8174d7c
scons: Change an = to a += when accumulating sources from filters.
by Gabe Black
· 6 years ago
da6e8b0
systemc: scons: Specify RPATH as a list.
by Gabe Black
· 6 years ago
bcf6983
cpu: Proposal for changing the indirect branch predictor interface
by Jairo Balart
· 6 years ago
4f4846c
riscv: fix AMO, LR and SC instructions
by Tuan Ta
· 7 years ago
25dc765
cpu: support atomic memory request type with AtomicOpFunctor
by Tuan Ta
· 7 years ago
165a7da
kern,sim: implement FUTEX_WAKE_OP
by Moyang Wang
· 7 years ago
758b62c
sim, kern: support FUTEX_CMP_REQUEUE
by Moyang Wang
· 7 years ago
Next »