2020-05-28 |
Jason Lowe... | misc: Update release notes |
commit | commitdiff | tree |
2020-05-28 |
Bobby R. Bruce | misc: Fixed null-pointer arithmetic error |
commit | commitdiff | tree |
2020-05-28 |
Bobby R. Bruce | gpu-compute,misc: Removed unused 'vaddr' capture |
commit | commitdiff | tree |
2020-05-28 |
Bobby R. Bruce | mem-ruby,misc: Fixed clang template def error |
commit | commitdiff | tree |
2020-05-28 |
Bobby R. Bruce | python,test: Fixed boot test in python3 by removing map |
commit | commitdiff | tree |
2020-05-28 |
Bobby R. Bruce | scons: "no-defautled-function-deleted" flag moved to... |
commit | commitdiff | tree |
2020-05-28 |
Bobby R. Bruce | arch-arm,misc: Add M5_CLASS_VAR_USED to faultTick |
commit | commitdiff | tree |
2020-05-27 |
Bobby R. Bruce | arch-riscv,misc: Added M5_VAR_USED to MiscRegNames |
commit | commitdiff | tree |
2020-05-26 |
Bobby R. Bruce | scons,python: Update makeTheGPUISA to Python3 |
commit | commitdiff | tree |
2020-05-25 |
Gabe Black | systemc: Include eventq_impl.hh in scheduler.hh. |
commit | commitdiff | tree |
2020-05-25 |
Gabe Black | scons: Disable some warnings in clang. |
commit | commitdiff | tree |
2020-05-25 |
Gabe Black | Revert "systemc: Fix clang9 linker error" |
commit | commitdiff | tree |
2020-05-24 |
Bobby R. Bruce | tests,python: Upgrading testlib to function with Python2 |
commit | commitdiff | tree |
2020-05-23 |
Jason Lowe... | systemc: Fix clang9 linker error |
commit | commitdiff | tree |
2020-05-23 |
Nadia Etemadi | arch-arm: Fixed spacing issue in ARM_MOESI_hammer |
commit | commitdiff | tree |
2020-05-23 |
Nadia Etemadi | arch-arm: Fixed issue building ARM_MESI_Three_Level |
commit | commitdiff | tree |
2020-05-23 |
Jason Lowe... | misc: Remove GCN3 as a build target |
commit | commitdiff | tree |
2020-05-23 |
Bobby R. Bruce | misc: Fixed HSAIL_X86 compilation errors |
commit | commitdiff | tree |
2020-05-22 |
Hoa Nguyen | tests: Update memory tests to be compatible with python3 |
commit | commitdiff | tree |
2020-05-22 |
Hoa Nguyen | python: Change m5's tick mechanism of rounding non... |
commit | commitdiff | tree |
2020-05-20 |
Bobby R. Bruce | mem-ruby: Added M5_CLASS_VAR_USED to m_id in OutputUnit |
commit | commitdiff | tree |
2020-05-19 |
Bobby R. Bruce | misc,sim: Tagged API methods in sim/simobject.hh |
commit | commitdiff | tree |
2020-05-19 |
Bobby R. Bruce | misc,base,stats: Tagged API methods in base/stats/group.hh |
commit | commitdiff | tree |
2020-05-19 |
Bobby R. Bruce | misc: Added src/doxygen/html to .gitignore |
commit | commitdiff | tree |
2020-05-19 |
Bobby R. Bruce | misc,sim: Tagged API methods and variables in eventq.hh |
commit | commitdiff | tree |
2020-05-19 |
Bobby R. Bruce | misc,sim: Tagged API methods in sim/serialize.hh |
commit | commitdiff | tree |
2020-05-19 |
Bobby R. Bruce | misc: Tagged API methods in sim/drain.hh |
commit | commitdiff | tree |
2020-05-19 |
Bobby R. Bruce | scons: Revert LTO and partial linking for gcc >=8.1 |
commit | commitdiff | tree |
2020-05-19 |
Bobby R. Bruce | misc,sim: Fixed std::array bracket compiler error |
commit | commitdiff | tree |
2020-05-18 |
Jason Lowe... | configs: Updates for python3 |
commit | commitdiff | tree |
2020-05-17 |
Jason Lowe... | misc: Update Garnet_standalone build opts |
commit | commitdiff | tree |
2020-05-16 |
Gabe Black | x86: Stop setting the physical address in finalizePhysical. |
commit | commitdiff | tree |
2020-05-15 |
Bobby R. Bruce | scons: Added 'python3-config' to the config list |
commit | commitdiff | tree |
2020-05-14 |
Jason Lowe... | util: Update style file->open for python3 |
commit | commitdiff | tree |
2020-05-14 |
Giacomo Travaglini | misc: Add Arm contributions to gem5-20 RELEASE-NOTES.md |
commit | commitdiff | tree |
2020-05-14 |
Gabe Black | x86: Set a physical address for local accesses. |
commit | commitdiff | tree |
2020-05-14 |
Matthew Poremba | sim: Fixes for mremap |
commit | commitdiff | tree |
2020-05-13 |
Mark Hildebrand | misc: Get gem5 to build with Clang 8 |
commit | commitdiff | tree |
2020-05-12 |
Bobby R. Bruce | misc: Added missing optional dependencies to 18.04... |
commit | commitdiff | tree |
2020-05-12 |
Bobby R. Bruce | misc: Added python-six as a dependency in 18.04 docker |
commit | commitdiff | tree |
2020-05-12 |
Bobby R. Bruce | misc: Removed python3 Dockerfile |
commit | commitdiff | tree |
2020-05-12 |
Bobby R. Bruce | misc: Added Dockerfile for Ubuntu 20.04 |
commit | commitdiff | tree |
2020-05-12 |
Jason Lowe... | scons: Update python-config flags for python3.8 |
commit | commitdiff | tree |
2020-05-12 |
Giacomo Travaglini | scons: Add readCommandWithReturn helper |
commit | commitdiff | tree |
2020-05-11 |
Ayaz Akram | arch-riscv,tests: small update to make gem5.fast compile |
commit | commitdiff | tree |
2020-05-11 |
Matthew Poremba | mem: Defer deletion of respQueue.front() in DRAMCtrl |
commit | commitdiff | tree |
2020-05-11 |
Bobby R. Bruce | misc: Updated resources bucket url to version 20 |
commit | commitdiff | tree |
2020-05-11 |
Bobby R. Bruce | misc: Updated version to 20.0.0.0 |
commit | commitdiff | tree |
2020-05-11 |
Timothy Hayes | mem-ruby: MESI_Two_Level missing function compilation fix |
commit | commitdiff | tree |
2020-05-11 |
Timothy Hayes | mem-ruby: MOESI_CMP_directory sync fix |
commit | commitdiff | tree |
2020-05-08 |
Nils Asmussen | base,sim: allow m5writeFile with stdout/stderr. |
commit | commitdiff | tree |
2020-05-08 |
Jason Lowe... | configs: Remove old boot files |
commit | commitdiff | tree |
2020-05-06 |
Ayaz Akram | mem-ruby: Deep renaming of Prefetcher to RubyPrefetcher |
commit | commitdiff | tree |
2020-05-06 |
Giacomo Travaglini | python: Manually convert float to int when using %x |
commit | commitdiff | tree |
2020-05-06 |
Giacomo Travaglini | util: Make cpt_upgraders python3 compatible |
commit | commitdiff | tree |
2020-05-06 |
Giacomo Travaglini | util: Port git hooks to python3 |
commit | commitdiff | tree |
2020-05-02 |
Timothy Hayes | mem-ruby: MESI_Three_level prefetcher page crossing |
commit | commitdiff | tree |
2020-05-02 |
Timothy Hayes | mem-ruby: MESI_Three_level prefetcher support |
commit | commitdiff | tree |
2020-05-02 |
Timothy Hayes | mem-ruby: MESI_Three_Level LL/SC improvements |
commit | commitdiff | tree |
2020-05-02 |
Timothy Hayes | mem-ruby: LL/SC fixes |
commit | commitdiff | tree |
2020-05-02 |
Gabe Black | util: Add support for multiple call types in the m5... |
commit | commitdiff | tree |
2020-05-02 |
Nils Asmussen | misc: added news on RISC-V to RELEASE-NOTES.md. |
commit | commitdiff | tree |
2020-05-02 |
Nils Asmussen | arch-riscv: be prepared for CSR changes during PT walk. |
commit | commitdiff | tree |
2020-05-02 |
Timothy Hayes | mem-ruby: fix MESI_Three_Level erroneous transition |
commit | commitdiff | tree |
2020-05-02 |
Jason Lowe... | tests: Update tests to save output on failure |
commit | commitdiff | tree |
2020-05-02 |
Jason Lowe... | ext: Fix tmpfiles in testlib |
commit | commitdiff | tree |
2020-05-01 |
Nikos Nikoleris | scons: Build the marshal binary in a bare minimum envir... |
commit | commitdiff | tree |
2020-05-01 |
Ayaz Akram | tests: update linux boot tests |
commit | commitdiff | tree |
2020-05-01 |
Daniel R. Carvalho | mem-cache: Use AssociativeSet in Stride prefetcher |
commit | commitdiff | tree |
2020-05-01 |
Daniel R. Carvalho | mem-cache: Use SatCounter in Stride prefetcher |
commit | commitdiff | tree |
2020-05-01 |
Daniel R. Carvalho | mem-cache: Cleanup of SBOOE prefetcher |
commit | commitdiff | tree |
2020-05-01 |
Daniel R. Carvalho | mem-cache: Use CircularQueue in PIF prefetcher |
commit | commitdiff | tree |
2020-05-01 |
Daniel R. Carvalho | mem-cache: Use CircularQueue for the STeMS's RMOB |
commit | commitdiff | tree |
2020-05-01 |
Daniel R. Carvalho | mem-cache: Fix DCPT with CircularQueue |
commit | commitdiff | tree |
2020-05-01 |
Hsuan Hsu | cpu: Don't assert on branch target addresses |
commit | commitdiff | tree |
2020-05-01 |
Bobby R. Bruce | misc: Added RELEASE-NOTES.md |
commit | commitdiff | tree |
2020-04-30 |
Gabe Black | python: Fix compareVersions for python 3. |
commit | commitdiff | tree |
2020-04-30 |
Daniel R. Carvalho | mem-cache: Fix priority of multi compressor |
commit | commitdiff | tree |
2020-04-30 |
Matthew Poremba | mem: Token port implementation |
commit | commitdiff | tree |
2020-04-30 |
Tony Gutierrez | misc: Add build opts for GCN3 GPU ISA |
commit | commitdiff | tree |
2020-04-30 |
Joe Gross | configs: add option to set the timeouts for the TCPs... |
commit | commitdiff | tree |
2020-04-30 |
Tony Gutierrez | dev-hsa: Add HSA device and HSA packet processor |
commit | commitdiff | tree |
2020-04-30 |
Tony Gutierrez | arch-gcn3: Add files for arch gcn3 (GPU machine ISA) |
commit | commitdiff | tree |
2020-04-30 |
Nikos Nikoleris | sim: Inheritance fixes in varargs |
commit | commitdiff | tree |
2020-04-30 |
Nikos Nikoleris | mem-ruby: Avoid const from member due to &Message:... |
commit | commitdiff | tree |
2020-04-30 |
Nikos Nikoleris | arch-arm: Fix access modifier in Arm*ProcessBits class |
commit | commitdiff | tree |
2020-04-30 |
Nikos Nikoleris | scons: Disable unsupported -Wl,--as-needed in MacOS |
commit | commitdiff | tree |
2020-04-30 |
Nikos Nikoleris | arch-arm: Fix inconsistency in variable name |
commit | commitdiff | tree |
2020-04-30 |
Nikos Nikoleris | mem-ruby: Removed the unused parameter m_id from Virtua... |
commit | commitdiff | tree |
2020-04-30 |
Nikos Nikoleris | arch-arm: Fix function signature inconsistencies in... |
commit | commitdiff | tree |
2020-04-30 |
Nikos Nikoleris | sim: Fix mismatch between #ifndef and #define in varargs.hh |
commit | commitdiff | tree |
2020-04-30 |
Nikos Nikoleris | arch-arm, mem-ruby, sim: Add missing overrides |
commit | commitdiff | tree |
2020-04-30 |
Nikos Nikoleris | arch-arm: Downgrade constexpr causing build errors... |
commit | commitdiff | tree |
2020-04-30 |
Gabe Black | sim: Add an option to suppress the return value in... |
commit | commitdiff | tree |
2020-04-29 |
Gabe Black | misc: Use the protobuf version to choose between ByteSi... |
commit | commitdiff | tree |
2020-04-29 |
Anouk Van Laer | sim-power: Addition of PowerDomains |
commit | commitdiff | tree |
2020-04-29 |
Anouk Van Laer | sim-power: Specify the states a PowerState object can... |
commit | commitdiff | tree |
2020-04-29 |
Anouk Van Laer | sim-power: Creation of PowerState class |
commit | commitdiff | tree |
2020-04-29 |
Nikos Nikoleris | configs: Change fs_power.py to use absolute paths for... |
commit | commitdiff | tree |
2020-04-29 |
Nikos Nikoleris | sim-power: Fix the way the power model accesses stats |
commit | commitdiff | tree |
next |