gem5.git
2019-03-01 Gabe Blackutil, tlm: Fix a memory error in the SCMasterPort class.
2019-03-01 Gabe Blacktlm: Add some includes to some tlm_utils header files.
2019-03-01 Andreas Sandbergpython: Fix issue when Self proxy resolves to a another...
2019-03-01 Andrea Mondellimem-cache: alias to mem::getMasterPort in TLB class
2019-03-01 Giacomo Travaglinidev-arm: Set ICV_PMR_EL1-ICH_VMCR_EL2 mapping on reads
2019-03-01 Giacomo Travaglinidev-arm: Set ICV_IGRPEN<n>_EL1-ICH_VMCR_EL2 mapping...
2019-03-01 Ciro Santilliarch-arm: implement floating point aarch32 VCVTA family
2019-02-28 Gabe Blacksystemc: Move systemc disabling checks to SConsopts.
2019-02-28 Srikant Bharadwajruby: Fix garnet's round robin arbitration for vc selection
2019-02-28 Ivan Pizarromem-cache: Sandbox Based Optimal Offset Implementation
2019-02-27 Andrea Mondellimisc: Segmentation Fault during O3PipeView execution
2019-02-26 Srikant Bharadwajcpu: Fix indirect branch history updates
2019-02-26 Nikos Nikolerismem-cache: Copy over flags to forwarded response
2019-02-26 Andreas Sandbergconfigs: Fix Python 3 iterator and exec compatibility...
2019-02-26 Andreas Sandbergscons: Marshal Python sources using the same Python...
2019-02-25 Gabe Blacksystemc: Remove _m5.systemc passthroughs from SystemC_K...
2019-02-25 Gabe Blacksystemc: Update the systemc example to use m5.systemc...
2019-02-25 Gabe Blacksystemc: Update the sc_main.py config to use m5.systemc.
2019-02-25 Gabe Blacksystemc: Get rid of --working-dir in the test's config.py.
2019-02-25 Gabe Blacksystemc: Start using the m5.systemc module in the test...
2019-02-25 Gabe Blacksystemc: Add m5.systemc and m5.tlm python modules.
2019-02-25 Gabe Blacksystemc: Export the tlm::tlm_global_quantum class to...
2019-02-25 Gabe Blacksystemc: Export the sc_core::sc_time class to python.
2019-02-25 Andrea Mondellimem-cache: added missing override specifier in BoP
2019-02-25 Andreas Sandbergpython: Stop using basestring to test for strings
2019-02-25 Andreas Sandbergpython: Add Python 3 workarounds for long
2019-02-25 Andreas Sandbergtests: Update test scripts to work with Python 3
2019-02-25 Ivan Pizarromem-cache: A Best-Offset Prefetcher
2019-02-25 Andreas Sandbergpython: Fix params/proxy import loop
2019-02-23 Andreas Sandbergscons: Add support for specifying Python version
2019-02-23 Andreas Sandbergpython: Enforce absolute imports for Python 3 compatibility
2019-02-23 Andrea Mondelliscons: conditional use of new RPATH inclusion
2019-02-22 Andreas Sandbergpython: Add fallbacks for packages that have been renamed
2019-02-22 Andreas Sandbergpython: Fix param -> int conversion issues
2019-02-22 Gabor Dozsacpu-o3: Add cache read ports limit to LSQ
2019-02-22 Andreas Sandbergpython: Make iterator handling Python 3 compatible
2019-02-22 Andreas Sandbergpython: Add missing operators to NumericParamValue
2019-02-22 Javier Buenomem-cache: Add a mechanism to iterate all entries of...
2019-02-21 Gabe Blackscons: Add a convenience method to set RPATH for local...
2019-02-21 Gabe Blacksystemc: Make the verify.py script work when run from...
2019-02-21 Gabe Blackext: test: Split up the GTEST_CPPFLAGS and CPPFLAGS.
2019-02-21 Gabe Blacksystemc: Make sc_(pause|stop) exit to python when not...
2019-02-21 Gabe Blacksystemc: Init some values in the scheduler for running...
2019-02-21 Gabe Blacksystemc: Handle exceptions "correctly" even if sc_main...
2019-02-21 Javier Buenomem-cache: Added the Slim AMPM Prefetcher
2019-02-20 Andreas Sandbergpython: Fix Param initialization issue in Python 3
2019-02-20 Andreas Sandbergpython: Use __name__ instead of func_name for Py3 compat
2019-02-20 Andreas Sandbergpython: Add __bool__ helpers in addition to __nonzero__
2019-02-20 Gabe Blackconfig: Make parameter conversion handle integers in...
2019-02-20 Bagus Hanindhitox86: Call the base class's regStats in X86ISA::TLB
2019-02-19 Gabe Blacksim: Add a mechanism to exit the simulation loop immedi...
2019-02-19 Giacomo Gabriellicpu: Add ISA* getter in Thread interface
2019-02-18 Ivan Pizarroarch-generic: Making base TLB class a MemObject
2019-02-18 Giacomo Travagliniarch-arm: Move GICv3 detection at startup time
2019-02-18 Jairo Balartdev-arm: LPI support for GICv3. This doesn't include...
2019-02-18 Giacomo Travaglinibase: Fix enums checkpointing
2019-02-15 Giacomo Travaglinicpu: Fix fast build broken due to unused variable
2019-02-14 Gabe Blacksystemc: Add a systemc_home directory which maps to...
2019-02-14 Gabe Blacksystemc: Make an include in src/systemc/ext use a relat...
2019-02-13 Javier Buenocpu: Added 8KB and 64KB TAGE-SC-L branch predictor
2019-02-13 Giacomo Travagliniconfigs: simpoint-profile usable with NonCachingCPUs...
2019-02-13 Andreas Sandbergpython: Remove uses of tuple unpacking in function...
2019-02-13 Andreas Sandbergpython: Replace deprecated repr syntax
2019-02-13 Andreas Sandbergpython: Switch from using compare to key in list sort
2019-02-13 Ayaz Akramtests: add cpu tests to the new testing infrastructure
2019-02-13 Ayaz Akramtests: Move test programs paths to related test scripts
2019-02-13 Ayaz Akramsim-se: update the arm kernel version
2019-02-13 Jason Lowe... tests: Convert memtest to new framework
2019-02-13 Jason Lowe... tests: Convert tgen-simple-memory to new framework
2019-02-12 Andreas Sandbergpython: Replace dict.has_key with 'key in dict'
2019-02-12 Andreas Sandbergpython: Add missing defines import
2019-02-12 Andreas Sandbergpython: Replace DictMixin with Mapping / MutableMapping
2019-02-12 Andreas Sandbergpython: Replace orderdict with collections.OrderedDict
2019-02-12 Andreas Sandbergpython: Update use of exec to work with Python 3
2019-02-12 Andreas Sandbergpython: Switch to using open instead of file
2019-02-12 Javier Buenomem-cache: Irregular Stream Buffer Prefetcher
2019-02-12 Kevin Brodskysystem-arm: Fix dtsi dependencies in Makefile
2019-02-12 Javier Buenomem-cache: Added the Delta Correlating Prediction Table...
2019-02-12 Andreas Sandbergtests: Rewrite Makefiles for pthreads test
2019-02-12 Andreas Sandbergpython: Don't assume SimObjects live in the global...
2019-02-12 Andreas Sandbergarch-mips: Remove unused Python file
2019-02-12 Andreas Sandbergpython: Make exception handling Python 3 safe
2019-02-12 Andreas Sandbergpython: Fix native module initialisation on Python 3
2019-02-12 Pouya Fotouhimem-ruby: Fixing Topology
2019-02-12 Pouya Fotouhimem-ruby: Fixing MESI Three Level
2019-02-12 Gabe Blacksystemc: config: Don't inject a custom argv[0] in sc_ma...
2019-02-11 Gabe Blacksystemc: configs: Add a very simple config which just...
2019-02-11 Gabe Blacksystemc: Change the type of a loop counter to avoid...
2019-02-11 Gabe Blackscons: Change an = to a += when accumulating sources...
2019-02-11 Gabe Blacksystemc: scons: Specify RPATH as a list.
2019-02-08 Jairo Balartcpu: Proposal for changing the indirect branch predicto...
2019-02-08 Tuan Tariscv: fix AMO, LR and SC instructions
2019-02-08 Tuan Tacpu: support atomic memory request type with AtomicOpFu...
2019-02-08 Moyang Wangkern,sim: implement FUTEX_WAKE_OP
2019-02-08 Moyang Wangsim, kern: support FUTEX_CMP_REQUEUE
2019-02-08 Tuan Tasim: handle the case when there're not enough HW thread...
2019-02-08 Tuan Tariscv: fixed syscall return value
2019-02-08 Tuan Tacpu: fix how branching is handled when a thread is...
2019-02-08 Tuan Tacpu: stop scheduling suspended threads in all stages...
2019-02-08 Tuan Tariscv: ignore nanosleep syscall
next