index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-02-26
mem-cache: Copy over flags to forwarded response
Nikos Nikoleris
2019-02-26
configs: Fix Python 3 iterator and exec compatibility issues
Andreas Sandberg
2019-02-26
scons: Marshal Python sources using the same Python as gem5
Andreas Sandberg
2019-02-25
systemc: Remove _m5.systemc passthroughs from SystemC_Kernel.
Gabe Black
2019-02-25
systemc: Update the systemc example to use m5.systemc for sc_main.
Gabe Black
2019-02-25
systemc: Update the sc_main.py config to use m5.systemc.
Gabe Black
2019-02-25
systemc: Get rid of --working-dir in the test's config.py.
Gabe Black
2019-02-25
systemc: Start using the m5.systemc module in the test config.py.
Gabe Black
2019-02-25
systemc: Add m5.systemc and m5.tlm python modules.
Gabe Black
2019-02-25
systemc: Export the tlm::tlm_global_quantum class to python.
Gabe Black
2019-02-25
systemc: Export the sc_core::sc_time class to python.
Gabe Black
2019-02-25
mem-cache: added missing override specifier in BoP
Andrea Mondelli
2019-02-25
python: Stop using basestring to test for strings
Andreas Sandberg
2019-02-25
python: Add Python 3 workarounds for long
Andreas Sandberg
2019-02-25
tests: Update test scripts to work with Python 3
Andreas Sandberg
2019-02-25
mem-cache: A Best-Offset Prefetcher
Ivan Pizarro
2019-02-25
python: Fix params/proxy import loop
Andreas Sandberg
2019-02-23
scons: Add support for specifying Python version
Andreas Sandberg
2019-02-23
python: Enforce absolute imports for Python 3 compatibility
Andreas Sandberg
2019-02-23
scons: conditional use of new RPATH inclusion
Andrea Mondelli
2019-02-22
python: Add fallbacks for packages that have been renamed
Andreas Sandberg
2019-02-22
python: Fix param -> int conversion issues
Andreas Sandberg
2019-02-22
cpu-o3: Add cache read ports limit to LSQ
Gabor Dozsa
2019-02-22
python: Make iterator handling Python 3 compatible
Andreas Sandberg
2019-02-22
python: Add missing operators to NumericParamValue
Andreas Sandberg
2019-02-22
mem-cache: Add a mechanism to iterate all entries of an AssociativeSet
Javier Bueno
2019-02-21
scons: Add a convenience method to set RPATH for local libraries.
Gabe Black
2019-02-21
systemc: Make the verify.py script work when run from different dirs.
Gabe Black
2019-02-21
ext: test: Split up the GTEST_CPPFLAGS and CPPFLAGS.
Gabe Black
2019-02-21
systemc: Make sc_(pause|stop) exit to python when not using sc_main.
Gabe Black
2019-02-21
systemc: Init some values in the scheduler for running without sc_main.
Gabe Black
2019-02-21
systemc: Handle exceptions "correctly" even if sc_main hasn't been run.
Gabe Black
2019-02-21
mem-cache: Added the Slim AMPM Prefetcher
Javier Bueno
2019-02-20
python: Fix Param initialization issue in Python 3
Andreas Sandberg
2019-02-20
python: Use __name__ instead of func_name for Py3 compat
Andreas Sandberg
2019-02-20
python: Add __bool__ helpers in addition to __nonzero__
Andreas Sandberg
2019-02-20
config: Make parameter conversion handle integers in other bases.
Gabe Black
2019-02-20
x86: Call the base class's regStats in X86ISA::TLB
Bagus Hanindhito
2019-02-19
sim: Add a mechanism to exit the simulation loop immediately.
Gabe Black
2019-02-19
cpu: Add ISA* getter in Thread interface
Giacomo Gabrielli
2019-02-18
arch-generic: Making base TLB class a MemObject
Ivan Pizarro
2019-02-18
arch-arm: Move GICv3 detection at startup time
Giacomo Travaglini
2019-02-18
dev-arm: LPI support for GICv3. This doesn't include an ITS model.
Jairo Balart
2019-02-18
base: Fix enums checkpointing
Giacomo Travaglini
2019-02-15
cpu: Fix fast build broken due to unused variable
Giacomo Travaglini
2019-02-14
systemc: Add a systemc_home directory which maps to the ext headers.
Gabe Black
2019-02-14
systemc: Make an include in src/systemc/ext use a relative path.
Gabe Black
2019-02-13
cpu: Added 8KB and 64KB TAGE-SC-L branch predictor
Javier Bueno
2019-02-13
configs: simpoint-profile usable with NonCachingCPUs only
Giacomo Travaglini
2019-02-13
python: Remove uses of tuple unpacking in function params
Andreas Sandberg
[next]