dev-arm: SMMUv3, default CMDQ entries to 128
[gem5.git] / src / python /
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-09-08 Andreas Sandbergbase, sim: Make ByteOrder into a ScopedEnum accessible...
2020-09-07 Andreas Sandbergpython: Remove unused debug APIs
2020-09-07 Andreas Sandbergpython: Add the ability to check if a debug flag has...
2020-09-07 Andreas Sandbergbase: Cleanup debug flags API
2020-08-28 Andreas Sandbergpython: Add support for introspecting scalar stats
2020-08-26 Jason Lowe-Powerpython: Add DeprecatedParam type
2020-08-25 Gabe Blackpython: Use six's with_metaclass instead of it's add_me...
2020-07-31 Hoa Nguyenutil,scons: improve compareVersions function
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-07-01 Ciro Santillistats: add --stats-root option to dump only under some...
2020-06-26 Ciro Santillistats: add option to disable alignment spaces in stats...
2020-06-08 Bobby R. Brucemisc: Merge hotfix v20.0.0.2 into develop
2020-06-02 Bobby R. Brucemisc: Merge branch version update into develop
2020-06-02 Bobby R. Brucemisc: Merge in 'hotfix-m5-tick-rounding-error'
2020-06-01 Hoa Nguyenpython: Fix m5's tick rounding mechanism
2020-05-28 Bobby R. BruceMerge branch 'release-staging-v20.0.0.0' into develop
2020-05-28 Bobby R. Brucemisc: Merge branch 'release-staging-v20.0.0.0' into...
2020-05-22 Hoa Nguyenpython: Change m5's tick mechanism of rounding non...
2020-05-20 Michiel W. van Tolpython: Make DOT config generation optional
2020-05-12 Giacomo Travagliniscons: Add readCommandWithReturn helper
2020-05-06 Giacomo Travaglinipython: Manually convert float to int when using %x
2020-04-30 Gabe Blackpython: Fix compareVersions for python 3.
2020-04-29 Nikos Nikolerisbase: Add support for resolving stats within groups...
2020-04-22 Bobby R. Brucebase,misc: Added version to code
2020-04-22 Gabe Blackbase,arch,sim,cpu: Move object file loader components...
2020-03-13 Giacomo Travaglinimisc: Text vs Byte string in python3
2020-03-13 Giacomo Travaglinimisc: Views and Iterators instead of Lists in python3
2020-03-10 Giacomo Travaglinimisc: string.join has been removed in python3
2020-03-10 Giacomo Travaglinipython: The new module has been removed in python3
2020-03-10 Andreas Sandbergpython: Make meta class declarations Python 3 safe
2020-03-03 Yu-hsin Wangpython: Add a warning if pydot is not available.
2020-03-02 Nikos Nikolerispython: Remove unnecessary exports from pybind enums
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackpython: Delete authors lists from the python directory.
2019-12-18 Adrian Herrerapython: fix "fatal" usage in fdthelper
2019-12-12 Gabe Blackpython: Convert terminal escape sequences to strings.
2019-11-27 Giacomo Travaglinibase, python: Allow dirname selection for the interpreter
2019-11-20 Brandon Potterbase,tests: Expanded GTests for addr_range.hh
2019-09-30 Bobby R. Brucemisc: Added line wrapping functionality for Sim-Object...
2019-09-26 Andreas Sandbergstats: Add a preDumpStats() callback to Stats::Group
2019-09-26 Andreas Sandbergstats: Don't output index in vectors of length 1
2019-09-19 Gabe Blackpython: Don't try to bind a stat group to the NULL...
2019-09-10 Chun-Chen TK Hsustats: Ignore non-Group objects in stat hierarchy
2019-09-07 Gabe Blackpython: Make the dot writer handle unconnected Port...
2019-09-02 Andreas Sandbergstats: Add support for listing available formats
2019-08-29 Andreas Sandbergstats: Add beta support for HDF5 stat dumps
2019-08-29 Andreas Sandbergstats: Add support for partial stat dumps
2019-08-29 Andreas Sandbergstats: Add support for hierarchical stats
2019-08-12 Giacomo Travaglinipython: FdtState using interrupt-cells
2019-06-19 Nikos Nikolerispython: Add support for exporting static class methods...
2019-06-18 Tiago Muckmisc: dot_writer fixup
2019-06-17 Nikos Nikolerispython: Fix AddrRange legacy ParamValue wrapper
2019-06-10 Nikos Nikolerispython: Fix cxx_ini_parse for ScopedEnum
2019-06-10 Nikos Nikolerispython: Add binding for the new AddrRange c++ constructor
2019-06-10 Nikos Nikolerisbase: Extend AddrRange to support more flexible addressing
2019-05-20 Tiago Muckmisc: Added dot_writer for Ruby's network topology
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-04-27 Gabe Blackpython: Get rid of the VectorPort constructor.
2019-04-27 Gabe Blackpython: Replace the Master/Slave Ports with Request...
2019-04-24 Gabe Blackpython: Generalize the Port.splice function.
2019-04-24 Gabe Blackpython: Generalize the dot_writer to handle non Master...
2019-04-24 Gabe Blackpython: Make Port roles a more generic concept.
2019-04-23 Ciro Santillipython: fix tracing after Python 3 refactor
2019-03-26 Isaac Sánchez Barrerabase,python: Fix to allow multiple --debug-ignore values.
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2019-03-19 Gabe Blackpython: Switch to the new getPort mechanism to connect...
2019-03-19 Gabe Blacksim: Add a getPort function to SimObject.
2019-03-18 Gabe Blackpython: Change || to && for MessageBuffers in connectPorts.
2019-03-18 Gabe Blackpython: Improve how templated SimObject classes are...
2019-03-15 Gabe Blackpython: Simplify connectPorts() around EtherObject...
2019-03-14 Gabe Blackpython: Teach cxxMethod how to set return_value_policy.
2019-03-14 Gabe Blackpython: Teach PyBindMethod how to set return_value_policy.
2019-03-14 Daniel R. Carvalhopython: Fix unknown params and proxy multiplication
2019-03-01 Andreas Sandbergpython: Fix issue when Self proxy resolves to a another...
2019-02-26 Andreas Sandbergscons: Marshal Python sources using the same Python...
2019-02-25 Gabe Blacksystemc: Add m5.systemc and m5.tlm python modules.
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 Sandbergpython: Fix params/proxy import loop
2019-02-23 Andreas Sandbergpython: Enforce absolute imports for Python 3 compatibility
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 Andreas Sandbergpython: Make iterator handling Python 3 compatible
2019-02-22 Andreas Sandbergpython: Add missing operators to NumericParamValue
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-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-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 Andreas Sandbergpython: Make exception handling Python 3 safe
next