gem5.git
2020-09-16 Earl Oubase: use setjmp to speed up fiber
2020-09-16 Gabe Blackmips,cpu: Eliminate the unused IsIndexed StaticInst...
2020-09-15 Gabe Blackmem: Remove #if THE_ISA in the AbstractMemory class.
2020-09-15 Gabe Blackcpu: Get rid of the unused IsMicroBranch StaticInst...
2020-09-15 Gabe Blackx86,cpu: Get rid of the unused IsCC StaticInst flag.
2020-09-15 Gabe Blackmips,cpu: Get rid of the IsDpsOp StaticInst flag.
2020-09-15 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-15 Bobby R. Brucecpu,misc: Revert problematic terminology renames in...
2020-09-15 Earl Ousystemc: avoid dynamic_cast in the critical path
2020-09-15 Gabe Blackmips,cpu: Get rid of the IsIprAccess StaticInst flag.
2020-09-15 Gabe Blackmips,cpu: Get rid of the IsERET StaticInst flag.
2020-09-15 Gabe Blackcpu: Get rid of the IsThreadSync StaticInst flag.
2020-09-15 Gabe Blackmips,cpu: Get rid of the IsCondDelaySlot StaticInst...
2020-09-15 Gabe Blacksparc,sim: Remove special handling of SPARC in the...
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-14 Andreas Sandbergstats: Move global CPU stats to BaseCPU
2020-09-14 Andreas Sandbergbase, sim, mem, arch: Remove the dummy CPU in NULL
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
2020-09-08 Hoa Nguyenbase: Tag API methods and variables in addr_range_map.hh
2020-09-08 Hoa Nguyenbase: Tag API methods in amo.hh
2020-09-08 Hoa Nguyenbase: Tag API methods and variables in random.hh
2020-09-08 Andreas Sandbergbase, sim: Make ByteOrder into a ScopedEnum accessible...
2020-09-08 Hoa Nguyenbase: Tag API methods and variables to circular_queue.hh
2020-09-08 Hoa Nguyenbase: Tag API methods and variables in chunk_generator.hh
2020-09-08 Hoa Nguyenbase: Tag API methods and macros in logger.hh
2020-09-08 Hoa Nguyenbase: Tag API methods and variables in fiber.hh
2020-09-08 Hoa Nguyenbase: Tag API methods in coroutine.hh
2020-09-08 Hoa Nguyenbase: Tag API methods and variables in bitfield.hh
2020-09-08 Bobby R. Brucetests: Removed test-progs/insttest
2020-09-08 Bobby R. Brucetests,arch-sparc: Move SPARC insttests to long
2020-09-08 Timothy Hayescpu: HTM Implementation for O3CPU
2020-09-08 Timothy Hayescpu: HTM Implementation for TimingCPU
2020-09-08 Timothy Hayesmem-ruby: HTM mem implementation
2020-09-08 Timothy Hayesmem: Add HTM fields to the Packet object
next