| 2020-08-18 | Gabe Black | base: Get rid the Callback type. | commit | commitdiff | tree | 
| 2020-08-18 | Gabe Black | dev: Replace Callback in the virtio device with a lambda. | commit | commitdiff | tree | 
| 2020-08-18 | Gabe Black | dev: Replace the Callback class with lambdas in ARM... | commit | commitdiff | tree | 
| 2020-08-18 | Gabe Black | dev: Use lambdas instead of the Callback type for seria... | commit | commitdiff | tree | 
| 2020-08-18 | Gabe Black | sim: Delete the unused PowerStateDumpCallback. | commit | commitdiff | tree | 
| 2020-08-18 | Gabe Black | misc: Make the stats callbacks use CallbackQueue2. | commit | commitdiff | tree | 
| 2020-08-18 | Kyle Roarty | configs: Add import for FileSystemConfig in GPU_VIPER.py | commit | commitdiff | tree | 
| 2020-08-18 | Kyle Roarty | configs: Replace DirMem w/RubyDirectoryMemory, set... | commit | commitdiff | tree | 
| 2020-08-18 | Emily Brickey | arch-arm: convert tlb to new style stats | commit | commitdiff | tree | 
| 2020-08-18 | Giacomo Travaglini | arch-arm: Early checking if debug is enabled in TLB | commit | commitdiff | tree | 
| 2020-08-18 | Giacomo Travaglini | arch-arm: Rename SelfDebug member variables | commit | commitdiff | tree | 
| 2020-08-18 | Giacomo Travaglini | arch-arm: Remove setters from SoftwareStep | commit | commitdiff | tree | 
| 2020-08-18 | Gabe Black | misc: Make registerExitCallback use CallbackQueue2. | commit | commitdiff | tree | 
| 2020-08-18 | Gabe Black | mem: Use the new type of CallbackQueue in the MemBackdoor. | commit | commitdiff | tree | 
| 2020-08-18 | Gabe Black | base: Add a new type of CallbackQueue. | commit | commitdiff | tree | 
| 2020-08-18 | Ian Jiang | arch-riscv: Fix disassembling of all register instructions | commit | commitdiff | tree | 
| 2020-08-17 | Emily Brickey | arch-arm: convert table_walker to new style stats | commit | commitdiff | tree | 
| 2020-08-17 | Isaac Sánchez... | mem-cache,python: Allow custom TLB and events in each... | commit | commitdiff | tree | 
| 2020-08-16 | Gabe Black | util,systemc: Update the stats API used in one of the... | commit | commitdiff | tree | 
| 2020-08-16 | Gabe Black | util,systemc: Update the gem5-within-systemc TLM exampl... | commit | commitdiff | tree | 
| 2020-08-15 | Giacomo Travaglini | util: Add Xen compilation to gen_arm_fs_files.py | commit | commitdiff | tree | 
| 2020-08-15 | Giacomo Travaglini | util: Remove dependency check | commit | commitdiff | tree | 
| 2020-08-15 | Giacomo Travaglini | util: Allow the short -j option in gen_arm_fs_files.py | commit | commitdiff | tree | 
| 2020-08-15 | Giacomo Travaglini | util: Change gen_arm_fs_files.py to allow selective... | commit | commitdiff | tree | 
| 2020-08-14 | Bobby R. Bruce | tests: Dropped the i386 host tag in tests | commit | commitdiff | tree | 
| 2020-08-14 | Giacomo Travaglini | arch-arm: Use isSecure variable for Stage2Lookup | commit | commitdiff | tree | 
| 2020-08-14 | Giacomo Travaglini | arch-arm: Fix physmem NS attribute in VMSAv8-32 descriptors | commit | commitdiff | tree | 
| 2020-08-14 | Giacomo Travaglini | arch-arm: VSTTBR_EL2 doesn't contain a VMID field | commit | commitdiff | tree | 
| 2020-08-14 | Giacomo Travaglini | arch-arm: Disable HVC when SCR_EL3.HCE is 0 | commit | commitdiff | tree | 
| 2020-08-14 | Giacomo Travaglini | arch-arm: Fix XN in TLB permissions | commit | commitdiff | tree | 
| 2020-08-14 | Giacomo Travaglini | arch-arm: Fix SoftwareStep::debugExceptionReturnSS | commit | commitdiff | tree | 
| 2020-08-14 | Kyle Roarty | configs: Use proper keywordargs for RedirectPath in... | commit | commitdiff | tree | 
| 2020-08-14 | Kyle Roarty | configs: Remove unneeded variable assignments in apu_se | commit | commitdiff | tree | 
| 2020-08-14 | Kyle Roarty | configs: Remove remnants of /dev/shm mapping from apu_se | commit | commitdiff | tree | 
| 2020-08-13 | Kyle Roarty | util: Add build dependency to gcn Dockerfile | commit | commitdiff | tree | 
| 2020-08-13 | Pouya Fotouhi | mem-ruby: Fix debug prints for regular Stores | commit | commitdiff | tree | 
| 2020-08-13 | Kyle Roarty | arch-gcn3: Free registers when execMask = 0 | commit | commitdiff | tree | 
| 2020-08-13 | Kyle Roarty | mem-ruby: fix races between data and DMA in MOESI_AMD_B... | commit | commitdiff | tree | 
| 2020-08-13 | Kyle Roarty | arch-gcn3: make read2st64_b32 write proper registers | commit | commitdiff | tree | 
| 2020-08-13 | Sooraj Puthoor | gpu-compute: Fixing HSA's barrier bit implementation | commit | commitdiff | tree | 
| 2020-08-12 | Kyle Roarty | util: Install python six module in gcn dockerfile | commit | commitdiff | tree | 
| 2020-08-12 | Gabe Black | arch: Remove the stacktrace.hh switching header file. | commit | commitdiff | tree | 
| 2020-08-12 | seanzw | cpu-simple: Fix BaseSimpleCPU to reset group stats | commit | commitdiff | tree | 
| 2020-08-12 | Gabe Black | util: Add stub unit tests for the call types in the... | commit | commitdiff | tree | 
| 2020-08-12 | Gabe Black | util: Pull "usage()" out of the call types in the m5... | commit | commitdiff | tree | 
| 2020-08-10 | Giacomo Travaglini | arch-arm: Reduce boilerplate when extracting SelfDebug... | commit | commitdiff | tree | 
| 2020-08-10 | Giacomo Travaglini | dev-arm: Fix <timer>_CTL_EL<x>.ISTATUS when masking... | commit | commitdiff | tree | 
| 2020-08-10 | Ciro Santilli | sim-se: don't wake up SE futex syscalls on ARM events | commit | commitdiff | tree | 
| 2020-08-10 | Ciro Santilli | sim-se: factor out FutexMap::suspend and FutexMap:... | commit | commitdiff | tree | 
| 2020-08-10 | Ciro Santilli | sim-se: split futex_map.cc into header and source files | commit | commitdiff | tree | 
| 2020-08-08 | Matthew Poremba | arch-mips: Remove old TypeBufferArg call | commit | commitdiff | tree | 
| 2020-08-07 | Ian Jiang | sim: Add checkpoint parameters for VMA list | commit | commitdiff | tree | 
| 2020-08-06 | Boris Shingarov | arch-power: Implement GDB XML target description for... | commit | commitdiff | tree | 
| 2020-08-05 | Gabe Black | cpu: Remove the "profile" parameter and plumbing. | commit | commitdiff | tree | 
| 2020-08-05 | Gabe Black | systemc: Adjust some type names in a couple tests. | commit | commitdiff | tree | 
| 2020-08-05 | Gabe Black | systemc: Filter a pydot warning message out when checki... | commit | commitdiff | tree | 
| 2020-08-05 | Gabe Black | scons,fastmodel: Limit how many instances of simgen... | commit | commitdiff | tree | 
| 2020-08-05 | Gabe Black | scons: Make src/systemc/tests/SConscript python 3 compa... | commit | commitdiff | tree | 
| 2020-08-05 | Gabe Black | arch: Use VPtr for uname. | commit | commitdiff | tree | 
| 2020-08-05 | Gabe Black | sim: Convert stat functions to use VPtr. | commit | commitdiff | tree | 
| 2020-08-05 | Gabe Black | scons: Delete the now unused --update-ref option. | commit | commitdiff | tree | 
| 2020-08-05 | Gabe Black | scons: Remove explicitly set defaults in calls to AddOp... | commit | commitdiff | tree | 
| 2020-08-05 | Bobby R. Bruce | utils,tests: Enable passing of build args to compiler... | commit | commitdiff | tree | 
| 2020-08-05 | Gabe Black | util: Delete the util/regress script. | commit | commitdiff | tree | 
| 2020-08-05 | Gabe Black | tests: Get rid of the now unused diff-out script. | commit | commitdiff | tree | 
| 2020-08-05 | Gabe Black | tests: Get rid of the tests/testing python package. | commit | commitdiff | tree | 
| 2020-08-05 | Gabe Black | tests: Get rid of the tests/tests.py script. | commit | commitdiff | tree | 
| 2020-08-05 | Gabe Black | scons: Remove the plumbing for running regression tests... | commit | commitdiff | tree | 
| 2020-08-05 | Gabe Black | scons: Update some scons bug report URLs. | commit | commitdiff | tree | 
| 2020-08-04 | Hoa Nguyen | cpu-kvm: Add missing 'override' keyword | commit | commitdiff | tree | 
| 2020-08-02 | mupton | arch-arm: fix double delete | commit | commitdiff | tree | 
| 2020-08-01 | Ian Jiang | arch-riscv: Fix disassembling of float register instruc... | commit | commitdiff | tree | 
| 2020-07-31 | Hoa Nguyen | dev-arm: Initialize cd_addr in src/dev/arm/smmu_v3_tran... | commit | commitdiff | tree | 
| 2020-07-31 | Hoa Nguyen | util,scons: improve compareVersions function | commit | commitdiff | tree | 
| 2020-07-31 | Jordi Vaquero | arch-arm: Implementing SecureEL2 feature for Armv8 | commit | commitdiff | tree | 
| 2020-07-31 | Ciro Santilli | dev-arm: relax GenericTimer check for CPU count | commit | commitdiff | tree | 
| 2020-07-30 | Matt Sinclair | arch-gcn3: add support for flat atomic adds, subs,... | commit | commitdiff | tree | 
| 2020-07-30 | Hoa Nguyen | tests: fix name collisions in verifier.py | commit | commitdiff | tree | 
| 2020-07-30 | Giacomo Travaglini | dev-arm: Avoid code duplication in Pl111 | commit | commitdiff | tree | 
| 2020-07-30 | Giacomo Travaglini | dev-arm: Relax size constraint on AMBA ID registers | commit | commitdiff | tree | 
| 2020-07-30 | Giacomo Travaglini | dev-arm: generateBasicPioDeviceNode requiring an ArmInt... | commit | commitdiff | tree | 
| 2020-07-30 | Giacomo Travaglini | dev-arm: Fix DTB autogen for HDLcd | commit | commitdiff | tree | 
| 2020-07-30 | Giacomo Travaglini | dev-arm: Make the Sp805 use the new ArmInterruptPin... | commit | commitdiff | tree | 
| 2020-07-30 | Giacomo Travaglini | dev-arm: Make Sp804 use the ArmInterruptPin | commit | commitdiff | tree | 
| 2020-07-30 | Giacomo Travaglini | dev-arm: Make AmbaInt/DmaDevice use the ArmInterruptPin | commit | commitdiff | tree | 
| 2020-07-30 | Giacomo Travaglini | dev-arm: Make Pl011 UART use the ArmInterruptPin | commit | commitdiff | tree | 
| 2020-07-30 | Giacomo Travaglini | dev-arm: Introduce the active boolean for ArmInterruptPin | commit | commitdiff | tree | 
| 2020-07-30 | Ian Jiang | sim: Move checkpoint parameters for ptable into seperat... | commit | commitdiff | tree | 
| 2020-07-30 | Gabe Black | util: Add a "writefile" unit test to the m5 utility. | commit | commitdiff | tree | 
| 2020-07-29 | Kyle Roarty | configs: Change env defaults in apu_se.py for ROCm | commit | commitdiff | tree | 
| 2020-07-29 | Chris January | fastmodel: Implement GIC DTB auto-generation. | commit | commitdiff | tree | 
| 2020-07-29 | Chris January | fastmodel: Remove scs_prefix_appli_output binding. | commit | commitdiff | tree | 
| 2020-07-29 | Chris January | fastmodel: Fix hierachical Iris component names. | commit | commitdiff | tree | 
| 2020-07-29 | Chris January | fastmodel: Add missing dependencies. | commit | commitdiff | tree | 
| 2020-07-29 | Bobby R. Bruce | base,scons: `-wno-deprecated-copy` added for hdf5.cc... | commit | commitdiff | tree | 
| 2020-07-28 | Tony Gutierrez | configs, mem: Support running VIPER with GCN3 | commit | commitdiff | tree | 
| 2020-07-27 | Jordi Vaquero | arch-arm: Implement ARM8.1-VHE feature | commit | commitdiff | tree | 
| 2020-07-27 | Kyle Roarty | util: Update HIP patch used in gcn Dockerfile | commit | commitdiff | tree | 
| 2020-07-27 | Gabe Black | util: Standardize console output in the m5 writefile... | commit | commitdiff | tree | 
| 2020-07-27 | Gabe Black | util: Add a unit test for the m5 utility's "readfile... | commit | commitdiff | tree | 
| next |