gem5.git
2020-10-06 Earl Ouscons: avoid interactive access in non-tty
2020-10-01 Bobby R. Brucemisc: Changed gem5 version info for gem5 20.2 dev
2020-10-01 Gabe Blackbase: Add some error handling to compiler.hh.
2020-10-01 Bobby R. Brucemisc: Re-add -Werror for the gem5 20.2 development
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
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 Matthew Porembamem-ruby: Fixing token port responses in GPUCoalescer
2020-09-30 Matthew Porembaconfigs,gpu-compute: Fixes to connect gmTokenPort
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-30 Bobby R. Brucetests,misc: Updated TestLib and boot-tests for gzipped...
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 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 Gabe Blackx86: Use the common pseudoInst dispatch function.
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-29 Giacomo Travagliniext: Add timing indications to every TestCase
2020-09-28 Nikos Nikolerismem: Fix some reference use in range loops
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-26 Gabe Blackmem: When loading an image directly in memory, use...
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 Matthew Porembaconfigs: Set kvm_map in DRAMInterface in Ruby.py
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...
next