Age | Commit message (Expand) | Author |
2019-02-23 | python: Enforce absolute imports for Python 3 compatibility | Andreas Sandberg |
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 | 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 | python: Remove uses of tuple unpacking in function params | Andreas Sandberg |
2019-02-13 | python: Replace deprecated repr syntax | Andreas Sandberg |
2019-02-13 | python: Switch from using compare to key in list sort | Andreas Sandberg |
2019-02-13 | sim-se: update the arm kernel version | Ayaz Akram |
2019-02-12 | python: Replace dict.has_key with 'key in dict' | Andreas Sandberg |
2019-02-12 | python: Add missing defines import | Andreas Sandberg |
2019-02-12 | python: Replace DictMixin with Mapping / MutableMapping | Andreas Sandberg |
2019-02-12 | python: Replace orderdict with collections.OrderedDict | Andreas Sandberg |
2019-02-12 | python: Update use of exec to work with Python 3 | Andreas Sandberg |
2019-02-12 | python: Switch to using open instead of file | Andreas Sandberg |
2019-02-12 | mem-cache: Irregular Stream Buffer Prefetcher | Javier Bueno |
2019-02-12 | mem-cache: Added the Delta Correlating Prediction Tables Prefetcher | Javier Bueno |
2019-02-12 | python: Don't assume SimObjects live in the global namespace | Andreas Sandberg |
2019-02-12 | arch-mips: Remove unused Python file | Andreas Sandberg |
2019-02-12 | python: Make exception handling Python 3 safe | Andreas Sandberg |
2019-02-12 | python: Fix native module initialisation on Python 3 | Andreas Sandberg |
2019-02-12 | mem-ruby: Fixing Topology | Pouya Fotouhi |
2019-02-12 | mem-ruby: Fixing MESI Three Level | Pouya Fotouhi |
2019-02-11 | systemc: Change the type of a loop counter to avoid a warning. | Gabe Black |
2019-02-11 | scons: Change an = to a += when accumulating sources from filters. | Gabe Black |
2019-02-11 | systemc: scons: Specify RPATH as a list. | Gabe Black |
2019-02-08 | cpu: Proposal for changing the indirect branch predictor interface | Jairo Balart |