gem5.git
2020-11-16 Bobby R. Brucemisc: Updated the RELEASE-NOTES and version number v20.1.0.2
2020-11-14 Hoa Nguyencpu,stats: Fix incorrect stat names of ThreadStateStats
2020-11-10 Daniel R. Carvalhoconfigs: Fix MemorySize division
2020-11-06 Bobby R. Brucemisc: Updated the RELEASE-NOTES and version number v20.1.0.1
2020-11-06 jiemingyinmem-garnet: Fix garnet network interface stats
2020-10-01 Bobby R. Brucemisc: Updated version to 20.1.0.0 v20.1.0.0
2020-10-01 Bobby R. Brucescons: Removed -Werror for the gem5 20.1 release
2020-10-01 Bobby R. Brucemisc: Updated CONTRIBUTING.md: 'master' -> 'stable'
2020-10-01 Jason Lowe... misc: Add release notes for 20.1
2020-09-30 Sungkeun Kimsim: Adding missing argument of panic function
2020-09-30 Nikos Nikolerisext: Disable range-loop-analysis warnings for pybind11
2020-09-30 Bobby R. Brucetests,misc: Updated TestLib and boot-tests for gzipped...
2020-09-29 Bobby R. Brucescons,python: Add warning for when python3-config is...
2020-09-29 Bobby R. Brucetests: Removing gem5/hello_se/ref/simerr
2020-09-29 Bobby R. Brucescons,python: Add python2-config to PYTHON_CONFIG
2020-09-29 Bobby R. Brucescons,python: Prioritize Python3 for PYTHON_CONFIG
2020-09-29 Bobby R. Brucepython: Flush the simulation stdout/stderr buffers
2020-09-29 Timothy Hayesarch-arm: Instantiate a single HTM checkpoint at ISA...
2020-09-29 Timothy Hayescpu: Allow storing an invalid HTM checkpoint
2020-09-28 Nikos Nikolerismem: Fix some reference use in range loops
2020-09-26 Gabe Blackmem: When loading an image directly in memory, use...
2020-09-25 Matthew Porembaconfigs: Set kvm_map in DRAMInterface in Ruby.py
2020-09-24 Gabe Blackfastmodel: Update the IRIS ThreadContext base class.
2020-09-24 Gabe Blackarm,fastmodel: Update the VExpressFastModel to use...
2020-09-24 Gabe Blackfastmodel: Update for the isa_traits.hh changes.
2020-09-22 Bobby R. Brucetests,base: Fixed unittests for .fast
2020-09-17 Bobby R. Bruceutil: Removed libelf-dev dep from Dockerfiles
2020-09-16 Jason Lowe... configs: Add special case in MemConfig
2020-09-16 Gabe Blackmem-ruby: Remove conditional includes based on THE_ISA...
2020-09-16 Gabe Blackgpu: Fix a syntax error in X86GPUTLB.py.
2020-09-16 Gabe Blackarm: Use zero initialization for the BigRegVect types.
2020-09-15 Bobby R. Brucecpu,misc: Revert problematic terminology renames in...
2020-09-15 Jason Lowe... mem-ruby: Update port names in Ruby
2020-09-15 Jason Lowe... tests: Remove MIPS from Learning gem5 tests
2020-09-14 Jason Lowe... dev: Fix port name in x86 device
2020-09-13 Giacomo Travagliniarch-arm: Fix ArmISA namespace requirement for Arm KVM
2020-09-11 Muhammad Sarmad... misc: Update documentation of SimObject related APIs
2020-09-11 Srikant Bharadwajmem-garnet: Upgrade garnet version to 3.0
2020-09-11 Jason Lowe... arch-arm: Initialize some cases of destReg
2020-09-11 Jason Lowe... tests: Update x86 system.py for MemCtrl interface
2020-09-11 Srikant Bharadwajmem-garnet: Allow empty vnet list for garnet network...
2020-09-11 Srikant Bharadwajmem-garnet: Fix default value of network bridge
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-09-10 Dimitrios Chasapisconfigs,python: Fixes an issue with python3 and the...
2020-09-10 Mahyar Samanitests: cross-compiling hello binaries for hello_se...
2020-09-10 Bobby R. Brucecpu: Fixed unused var error when with fast builds
2020-09-10 Iru Caiarch-arm: just return the fault in twoEqualRegInst...
2020-09-10 Iru Caiarch-arm: Fix build errors with gcc 10.2
2020-09-10 Andreas Sandbergdev: Use the new ByteOrder param type in VirtIO devices
2020-09-10 Andreas Sandbergdev: Use the new ByteOrder param type in SimpleUart
2020-09-10 Gabe Blackfastmodel: Add an ISA class which defers to IRIS.
2020-09-10 Gabe Blackfastmodel: Create a fake "Interrupts" object for fast...
2020-09-10 Bobby R. Brucearch-mips: Replaced `BigEndianByteOrder` in MIPS
2020-09-09 Giacomo Travagliniarch-arm: Fix ArmISA namespace requirement for TME...
2020-09-09 Emily Brickeycpu-o3: convert rename to new style stats
2020-09-09 Emily Brickeycpu-o3: convert rob to new style stats
2020-09-09 Emily Brickeycpu-o3: convert lsq_unit to new style stats
2020-09-09 Emily Brickeycpu-o3: convert decode to new style stats
2020-09-09 Emily Brickeycpu-o3: convert commit to new style stats
2020-09-09 Andreas Sandbergsim: Expose the system's byte order as a param
2020-09-09 Gabe Blackmem: Remove the unused nvm private member from NVMInter...
2020-09-09 Gabe Blackcpu: Fix style and add overrides to bas_dyn_inst.hh.
2020-09-09 Gabe Blackarch: Add a virtual destructor to BaseHTMCheckpoint.
2020-09-09 eavivicpu-minor: convert fetch2 to new style stats
2020-09-08 Gabe Blackarm: Remove "using namespace ArmISA" from arch/arm...
2020-09-08 Timothy Hayesarch-arm: Transactional Memory Extension (TME)
2020-09-08 Hoa Nguyenbase,misc: Add group definitions for newly tagged API...
2020-09-08 Michael Boyermem-ruby: Check number of vnets when creating links
2020-09-08 Gabe Blackdev,arm: Use the ArmSystem::PageBytes constant in the...
2020-09-08 Gabe Blackarm: Replicate the PageBytes constant in the ArmSystem...
2020-09-08 eavivicpu: convert trace cpu to new style stats
2020-09-08 Emily Brickeycpu-o3: convert elastic trace to new style stats
2020-09-08 Hoa Nguyenext,tests: Copy test's output files from /tmp to testin...
2020-09-08 Hoa Nguyenext: Add post_test_procedure to testlib runner
2020-09-08 Hoa Nguyenext: Force testlib to only create one Log object
2020-09-08 eavivicpu: convert memtest to new style stats
2020-09-08 Wendy Elsassermem: Clean up Memory Controller
2020-09-08 Wendy Elsassermem: Add NVM interface
2020-09-08 Wendy Elsassermem: Make MemCtrl a ClockedObject
2020-09-08 Wendy Elsassermem: Factor out DRAM interface
2020-09-08 Hoa Nguyenext: Make the testing-results folder visible
2020-09-08 Hoa Nguyenbase: Tag API methods in crc.hh
2020-09-08 Hoa Nguyenbase: Tag API methods to debug.hh
2020-09-08 Hoa Nguyenbase: Tag API methods in inet.hh
2020-09-08 Hoa Nguyenbase: Tag API variables in date.cc
2020-09-08 Hoa Nguyenbase: Tag API methods in flags.hh
2020-09-08 Hoa Nguyenbase: Tag API variables in version.cc
2020-09-08 Hoa Nguyenbase: Tag API methods in intmath.hh
2020-09-08 Hoa Nguyenbase: Tag API methods in sat_counter.hh
2020-09-08 Hoa Nguyenbase: Tag API methods in condcodes.hh
2020-09-08 Hoa Nguyenbase: Tag API methods to trace.hh
2020-09-08 Hoa Nguyenbase: Tag API methods in remote_gdb.hh
2020-09-08 Hoa Nguyenbase: Tag API methods in stl_helpers.hh
2020-09-08 Hoa Nguyenbase: Tag API methods in pollevent.hh
2020-09-08 Hoa Nguyenbase: Tag API methods and variables in addr_range.hh
2020-09-08 Hoa Nguyenbase: Tag API methods and variables in callback.hh
2020-09-08 Hoa Nguyenbase: Tag API methods and variables in bitunion.hh
2020-09-08 Hoa Nguyenbase: Tag API methods and variables in trie.hh
2020-09-08 Hoa Nguyenbase: Tag API methods in socket.hh
2020-09-08 Hoa Nguyenbase: Tag API methods and variables in channel_addr.hh
next