gem5.git
2020-09-30 Matthew Porembaconfigs: Fix typo in apu_se.py
2020-09-30 Giacomo Travaglinicpu: Never use a empty byteEnable
2020-09-30 Giacomo Travagliniarch-x86: Add byteEnable mask in x86 memhelpers
2020-09-30 Giacomo Travagliniarch-arm: Using new "raw" memhelpers
2020-09-30 Giacomo Travagliniarch: Add raw read/writeMem helpers
2020-09-30 Giacomo Travagliniarch: Do value-initialization for MemOperand
2020-09-29 Gabe Blackarch: Wrap a docstring in isa_parser.py.
2020-09-29 Gabe Blackbase: Expose the ObjectFile class to python.
2020-09-29 Adrian Herreradev-arm: SMMUv3, default CMDQ entries to 128
2020-09-29 Gabe Blackx86: Use the common pseudoInst dispatch function.
2020-09-29 Giacomo Travagliniext: Add timing indications to every TestCase
2020-09-28 Gabe Blackmisc: Update attribute syntax, and reorganize compiler.hh.
2020-09-28 Gabe Blackbase,mem: Use the standard [[deprecated]] attribute.
2020-09-28 Ciro Santillicpu: make ExecSymbol show the symbol in addition to...
2020-09-28 Gabe Blackbase,dev: Use the standard attribute [[noreturn]].
2020-09-28 Gabe Blackarch,base,cpu,dev: Get rid of the M5_DUMMY_RETURN macro.
2020-09-28 Gabe Blackarm,base,gpu: Use std::make_unique instead of m5::make_...
2020-09-28 Earl Oubase,sim: implement a faster mutex for single thread...
2020-09-25 Gabe Blacksim: Remove check whether the System port is connected.
2020-09-25 Gabe Blackbase: When creating an ELF file memory image, ignore...
2020-09-25 Richard Cooperext: Monkeypatch os.waitpid to extract CPU time from...
2020-09-25 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-25 Gabe Blackbase: Minor cleanup of the ChunkGenerator.
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-24 Kyle Roartygpu-compute: set exec_mask for permute,bpermute instruc...
2020-09-24 Kyle Roartygpu-compute: replace uint32_t* casts with bits API...
2020-09-24 Adrian Herreradev-arm: FVPBasePwrCtrl, fix vector resizing
2020-09-23 Gabe Blackcpu: Use cprintf and C++ type magic to get rid of a...
2020-09-23 Gabe Blackscons: Adjust the version of C++ to C++14.
2020-09-23 Earl Ousystemc: avoid mutex lock in non async cases
2020-09-22 Giacomo Travaglinidev-arm: Implement GICv4.1 GICD_TYPER2 as RES0
2020-09-22 Giacomo Travagliniarch-arm: TLBI ALLE2IS should broadcast to the IS domain
2020-09-22 Ciro Santilliutil: add pkg-config to ubuntu all-dependencies Dockerfiles
2020-09-22 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-22 Bobby R. Brucetests,base: Fixed unittests for .fast
2020-09-20 Gabe Blackarch,cpu,sim: Route system calls through the workload.
2020-09-20 Gabe Blacksim: Create a Workload object for SE mode.
2020-09-20 Gabe Blackdev: Stop using the OS page size in the IDE controller.
2020-09-20 Gabe Blackscons: Increase the minimum clang version to 3.9.
2020-09-20 Gabe Blackbase: Use M5_UNLIKELY with conditional DPRINTF family...
2020-09-20 Gabe Blackbase: Use M5_UNLIKELY for conditional panic, etc.,...
2020-09-20 Gabe Blackbase: Add M5_LIKELY and M5_UNLIKELY macros to compiler.hh.
2020-09-20 Gabe Blackcpu: Clear out some unnecessary ISA dependence in threa...
2020-09-18 Gabe Blackgpu: Stop using TheISA in the GPU TLB.
2020-09-18 Ciro Santillitests: cleanup all SE tests previously moved to gem5...
2020-09-18 Gabe Blacksystemc: Add a missing override.
2020-09-17 Kyle Roartygpu-compute: Fix deadlock in fetch_unit after branch...
2020-09-17 Bobby R. Bruceutil: Removed libelf-dev dep from Dockerfiles
2020-09-17 Gabe Blackutil: Add an unmap_m5_mem() function to the m5 util...
2020-09-17 Gabe Blackutil: Add a "semi" call type unit test to the m5 utility.
2020-09-17 Earl Ousystemc: self-manage TimeSlot in Scheduler
2020-09-17 Earl Ousystemc: use list instead of map in scheduler
2020-09-17 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-16 Jason Lowe... misc: Add Matt Poremba as GPU maintainer
2020-09-16 Jason Lowe... configs: Add special case in MemConfig
2020-09-16 Gabe Blackarch,cpu: Get rid of the IsMemRef StaticInst flag.
2020-09-16 Gabe Blackbase: Create a SConscript for the loader subdirectory.
2020-09-16 Gabe Blackarch,cpu: Rearrange StaticInst flags for memory barriers.
2020-09-16 Earl Oubase: use setjmp to speed up fiber
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-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
next