summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-20python: Fix Param initialization issue in Python 3Andreas Sandberg
2019-02-20python: Use __name__ instead of func_name for Py3 compatAndreas Sandberg
2019-02-20python: Add __bool__ helpers in addition to __nonzero__Andreas Sandberg
2019-02-20config: Make parameter conversion handle integers in other bases.Gabe Black
2019-02-20x86: Call the base class's regStats in X86ISA::TLBBagus Hanindhito
2019-02-19sim: Add a mechanism to exit the simulation loop immediately.Gabe Black
2019-02-19cpu: Add ISA* getter in Thread interfaceGiacomo Gabrielli
2019-02-18arch-generic: Making base TLB class a MemObjectIvan Pizarro
2019-02-18arch-arm: Move GICv3 detection at startup timeGiacomo Travaglini
2019-02-18dev-arm: LPI support for GICv3. This doesn't include an ITS model.Jairo Balart
2019-02-18base: Fix enums checkpointingGiacomo Travaglini
2019-02-15cpu: Fix fast build broken due to unused variableGiacomo Travaglini
2019-02-14systemc: Add a systemc_home directory which maps to the ext headers.Gabe Black
2019-02-14systemc: Make an include in src/systemc/ext use a relative path.Gabe Black
2019-02-13cpu: Added 8KB and 64KB TAGE-SC-L branch predictorJavier Bueno
2019-02-13configs: simpoint-profile usable with NonCachingCPUs onlyGiacomo Travaglini
2019-02-13python: Remove uses of tuple unpacking in function paramsAndreas Sandberg
2019-02-13python: Replace deprecated repr syntaxAndreas Sandberg
2019-02-13python: Switch from using compare to key in list sortAndreas Sandberg
2019-02-13tests: add cpu tests to the new testing infrastructureAyaz Akram
2019-02-13tests: Move test programs paths to related test scriptsAyaz Akram
2019-02-13sim-se: update the arm kernel versionAyaz Akram
2019-02-13tests: Convert memtest to new frameworkJason Lowe-Power
2019-02-13tests: Convert tgen-simple-memory to new frameworkJason Lowe-Power
2019-02-12python: Replace dict.has_key with 'key in dict'Andreas Sandberg
2019-02-12python: Add missing defines importAndreas Sandberg
2019-02-12python: Replace DictMixin with Mapping / MutableMappingAndreas Sandberg
2019-02-12python: Replace orderdict with collections.OrderedDictAndreas Sandberg
2019-02-12python: Update use of exec to work with Python 3Andreas Sandberg
2019-02-12python: Switch to using open instead of fileAndreas Sandberg
2019-02-12mem-cache: Irregular Stream Buffer PrefetcherJavier Bueno
2019-02-12system-arm: Fix dtsi dependencies in MakefileKevin Brodsky
2019-02-12mem-cache: Added the Delta Correlating Prediction Tables PrefetcherJavier Bueno
2019-02-12tests: Rewrite Makefiles for pthreads testAndreas Sandberg
2019-02-12python: Don't assume SimObjects live in the global namespaceAndreas Sandberg
2019-02-12arch-mips: Remove unused Python fileAndreas Sandberg
2019-02-12python: Make exception handling Python 3 safeAndreas Sandberg
2019-02-12python: Fix native module initialisation on Python 3Andreas Sandberg
2019-02-12mem-ruby: Fixing TopologyPouya Fotouhi
2019-02-12mem-ruby: Fixing MESI Three LevelPouya Fotouhi
2019-02-12systemc: config: Don't inject a custom argv[0] in sc_main.py.Gabe Black
2019-02-11systemc: configs: Add a very simple config which just runs sc_main.Gabe Black
2019-02-11systemc: Change the type of a loop counter to avoid a warning.Gabe Black
2019-02-11scons: Change an = to a += when accumulating sources from filters.Gabe Black
2019-02-11systemc: scons: Specify RPATH as a list.Gabe Black
2019-02-08cpu: Proposal for changing the indirect branch predictor interfaceJairo Balart
2019-02-08riscv: fix AMO, LR and SC instructionsTuan Ta
2019-02-08cpu: support atomic memory request type with AtomicOpFunctorTuan Ta
2019-02-08kern,sim: implement FUTEX_WAKE_OPMoyang Wang
2019-02-08sim, kern: support FUTEX_CMP_REQUEUEMoyang Wang