- d37a0da arch: Get rid of global maximums for numbers of source/dest/misc regs. by Gabe Black · 4 years, 3 months ago
- 928d29d dev-arm: Fix GICv3 address range by Giacomo Travaglini · 4 years, 1 month ago
- 5a47a83 base: Add enum to_number tests by Daniel R. Carvalho · 4 years, 1 month ago
- de4487f scons: Work around a scons bug when calling TryCompile. by Gabe Black · 4 years, 1 month ago
- e16301f arch-x86: Use popCount from bitfields.hh. by Gabe Black · 4 years, 1 month ago
- 13cda5a arch: Stop including unnecessary FP headers. by Gabe Black · 4 years, 1 month ago
- 9c4809b mem-ruby: intToTick helper by Tiago Mück · 4 years, 7 months ago
- fc3832d mem-ruby: add wakeup_port statement by Tiago Mück · 4 years, 6 months ago
- d789b75 mem-ruby: add andMask to WriteMask by Tiago Mück · 4 years, 5 months ago
- 8839beb python: more readable Ruby dot topology by Tiago Mück · 5 years ago
- dd27065 arch-gcn3: Fix sign extension for branches with multiplied offset by Kyle Roarty · 4 years, 1 month ago
- 642767e scons: Simplify kvm architecture compatibility check. by Gabe Black · 4 years, 1 month ago
- e375bbb scons: Merge redundant checks for the socket library. by Gabe Black · 4 years, 1 month ago
- e694531 scons: Simplify the check for protoc. by Gabe Black · 4 years, 1 month ago
- d7df1eb scons: Create a Configure checker for pkg-config. by Gabe Black · 4 years, 1 month ago
- 7ebcb83 scons: Simplify the check for hdf5 support. by Gabe Black · 4 years, 1 month ago
- 452ff42 scons: Simplify backtrace implementation detection. by Gabe Black · 4 years, 1 month ago
- 4c4f2c6 scons: Simplify check for have_posix_clock. by Gabe Black · 4 years, 1 month ago
- d8072e1 scons: Move a displaced have_posix_clock check back where it goes. by Gabe Black · 4 years, 1 month ago
- 79d53c8 scons: Use conf to determine if some flags are supported. by Gabe Black · 4 years, 1 month ago
- 1828a6e scons: In Check(Cxx|Link)Flag, only install the flag if it exists. by Gabe Black · 4 years, 1 month ago
- 1861bc3 mem-ruby: fix Sequencer latency reporting by Tiago Mück · 4 years, 5 months ago
- c1cb1f2 mem-ruby: fix functional reads in abstract ctrl by Tiago Mück · 4 years, 5 months ago
- 0183c58 mem-ruby: fixes for masked writes by Tiago Mück · 5 years ago
- dde0e3f0 mem-ruby: warns on masked functional writes by Tiago Mück · 4 years, 8 months ago
- be08e29 arch-arm: Fix CPTR_EL2 writes by Giacomo Travaglini · 4 years, 1 month ago
- 0bc0c0b mem: Initialize pendingWrites stat of NVMStats by Hoa Nguyen · 4 years, 1 month ago
- 9fa9464 scons: Pull Configure() to earlier in SConstruct so we can use it more. by Gabe Black · 4 years, 1 month ago
- 205fe47 base: Fix copyright of base/stats/SConscript by Daniel R. Carvalho · 4 years, 1 month ago
- 0f49c43 scons: Extract the gem5 specific Configure call to its own file. by Gabe Black · 4 years, 1 month ago
- b173b21 scons: Trim down a check for mac OS and arch setting flags. by Gabe Black · 4 years, 1 month ago
- 38d0781 scons: Remove "TIMEOUT" variable and checks. by Gabe Black · 4 years, 1 month ago
- 20f41df scons: Update the Check(Cxx|Link)Flag checks to set their vars. by Gabe Black · 4 years, 1 month ago
- 51ca61d scons: Remove partial linking. by Gabe Black · 4 years, 1 month ago
- ca3670f cpu: Delete the empty, default off "nocpu". by Gabe Black · 4 years, 1 month ago
- e2b0cec dev-arm: Add VRAM to VExpress_GEM5_Base by Giacomo Travaglini · 4 years, 2 months ago
- 79db0ba scons: Add support for debug info compression. by Gabe Black · 4 years, 1 month ago
- 0367539 cpu: Remove units from stats description by Hoa Nguyen · 4 years, 1 month ago
- 26d2731 arch-riscv: Fixed the style of stats variable names in TlbStats by Hoa Nguyen · 4 years, 1 month ago
- 42e0247 dev,dev-arm: Remove units from stats description by Hoa Nguyen · 4 years, 1 month ago
- 5aaa392 mem: Remove units from stats description by Hoa Nguyen · 4 years, 1 month ago
- 67f5f1c base-stats: Print Units in Stats dump by Hoa Nguyen · 4 years, 1 month ago
- 489e72d mem: Change warmupCycle stat to warmupTick by Hoa Nguyen · 4 years, 1 month ago
- 65bbd5f cpu: Add Units to cpu stats by Hoa Nguyen · 4 years, 2 months ago
- c5c0dd9 learning-gem5: Add units to stats by Hoa Nguyen · 4 years, 2 months ago
- 9625e90 arch-arm,arch-riscv,arch-x86: Add units to stats by Hoa Nguyen · 4 years, 2 months ago
- 4ab768c dev,dev-arm: Add units to stats in /src/dev by Hoa Nguyen · 4 years, 2 months ago
- eade85f sim: Add units to src/sim by Hoa Nguyen · 4 years, 2 months ago
- c720e26 mem: Add Units to mem stats by Hoa Nguyen · 4 years, 2 months ago
- 1f1decd cpu,mem: Converting stats to supported units by Hoa Nguyen · 4 years, 1 month ago
- 14732c4 mem: Fix/Improve stats in src/mem by Hoa Nguyen · 4 years, 1 month ago
- e331aa9 base-stats: Add Units to Stats by Hoa Nguyen · 4 years, 2 months ago
- 134c37c cpu: Track misc regs in vectors in the O3 CPU instruction class. by Gabe Black · 4 years, 3 months ago
- 776822d cpu: Track flat register indices in the Minor CPU with a vector. by Gabe Black · 4 years, 3 months ago
- 08aa535 cpu: Factor MaxInst(SrcDest)Regs out of the trace CPU. by Gabe Black · 4 years, 3 months ago
- f7e0115 base: Add XOR and modulo operator to ChannelAddr by David Schall · 4 years, 9 months ago
- 6e976fb sim: Get rid of the IsConforming type trait template. by Gabe Black · 4 years, 1 month ago
- 0e0183f arch,sim: Use VPtr<> instead of Addr in system call signatures. by Gabe Black · 4 years, 1 month ago
- 1ea62dc dev-arm: Reduce boilerplate when read/writing to Pio devices by Giacomo Travaglini · 4 years, 2 months ago
- 0a63e9f dev: Fix register bank unit test in .debug by Daniel R. Carvalho · 4 years, 1 month ago
- b75ff8f base: Fix storage unit test in .fast by Daniel R. Carvalho · 4 years, 1 month ago
- 31bab6f tests,base: Delete the SymbolTable::load method and symtest test. by Gabe Black · 4 years, 1 month ago
- 2df06e2 arch-power: Restore consistency with other platforms by Boris Shingarov · 4 years, 1 month ago
- 16727d1 sim: Add a void * analogue to VPtr. by Gabe Black · 4 years, 1 month ago
- c1ec1c2 arch,sim: Add a UintPtr type to the ABI types for GuestABI. by Gabe Black · 4 years, 1 month ago
- 1055e18 base: Initialize storage params on constructor by Daniel R. Carvalho · 5 years ago
- 0f7441f base: Fix storage params safe_cast by Daniel R. Carvalho · 4 years, 1 month ago
- 3c915a2 base: Make read-only functions const in ScalarBase by Daniel R. Carvalho · 5 years ago
- 5ca6b83 tests: Delete the now unused unittest/unittest.[cc|hh]. by Gabe Black · 4 years, 1 month ago
- 8d92183 base,tests: Convert cprintftime from a "UnitTest" to a normal bin. by Gabe Black · 4 years, 1 month ago
- 2af0d1e scons: Remove the "abstract" tag from Executable classes. by Gabe Black · 4 years, 1 month ago
- 877d63b base: Replace a "panic" in cprintf with an M5_UNREACHABLE. by Gabe Black · 4 years, 1 month ago
- a116ff6 util,python: Ignore ELF binary blobs in pre-commit by Boris Shingarov · 4 years, 1 month ago
- a2a24b3 base: Remove unnecessary includes from base/loader/symtab.[cc|hh]. by Gabe Black · 4 years, 1 month ago
- b3254e1 arch,cpu: Move a Decode DPRINTF into the arch Decoder classes. by Gabe Black · 4 years, 1 month ago
- 344ea03 cpu: Replace fixed sized arrays in the O3 inst with variable arrays. by Gabe Black · 4 years, 3 months ago
- 57dd228 cpu: Style fixes in the trace CPU. by Gabe Black · 4 years, 3 months ago
- 5eaff95 misc: Revert version info for develop branch by Bobby R. Bruce · 4 years, 1 month ago
- 063d58f Merge "misc: Merge branch v20.1.0.3 hotfix into develop" into develop by Bobby R. Bruce · 4 years, 1 month ago
- 03fc457 fastmodel: fix cntfrq in A76 by Earl Ou · 4 years, 1 month ago
- 14d6e8f arch-gcn3: Implementation of s_sleep by Alexandru Dutu · 7 years ago
- 4060208 arch-x86: Make JRCXZ instruction do 64-bit jump by Kyle Roarty · 4 years, 1 month ago
- 7753a02 tests: Changed 'long' boot tests to X86 from GCN3_X86 by Bobby R. Bruce · 4 years, 1 month ago
- 258a5cb misc: Merge branch v20.1.0.3 hotfix into develop by Bobby R. Bruce · 4 years, 1 month ago
- 758011f scons,python: Fix `--without-python` flag by Bobby R. Bruce · 4 years, 1 month ago
- cd21b5a misc: Updated the RELEASE-NOTES and version number by Bobby R. Bruce · 4 years, 1 month ago v20.1.0.3
- a4345ff gpu-compute,misc: Remove unused private variable by Bobby R. Bruce · 4 years, 1 month ago
- ae33daa gpu-compute,misc: Fix Clang missing override errors by Bobby R. Bruce · 4 years, 1 month ago
- 0a4839a arch-riscv,misc: Fix clang missing override errors by Bobby R. Bruce · 4 years, 1 month ago
- 26a1970 tests: Increase presubmit (Kokoro) timeout to 6 hours by Bobby R. Bruce · 4 years, 1 month ago
- cb437cf arch-arm: Add destRegIdxArr arrays to TME instructions by Giacomo Travaglini · 4 years, 1 month ago
- fc4caa6 misc: Re-remove Authors lines from source files. by Gabe Black · 4 years, 1 month ago
- 83c8f1f scons: Add an "All" compound debug flag by Daniel R. Carvalho · 4 years, 2 months ago
- b8dfb95 arch-arm,cpu: Use getEMI() in more places. by Gabe Black · 4 years, 1 month ago
- e656730 arch-arm,cpu: Introduce a getEMI virtual method on StaticInst. by Gabe Black · 4 years, 1 month ago
- eb7acc7 arch: Templatize the BasicDecodeCache. by Gabe Black · 4 years, 1 month ago
- c9e069a base,tests: Create unit tests for Stats::Stor by Daniel R. Carvalho · 5 years ago
- e59557a base: Move Stats::Info functions to its own source file by Daniel R. Carvalho · 5 years ago
- 0e47788 base,tests: Add a basic fake class to handle curTick by Daniel R. Carvalho · 4 years, 1 month ago
- 3bb8637 sim: Move cur tick to its own files by Daniel R. Carvalho · 4 years, 2 months ago