gem5.git
2020-05-26 Gabe Blacksystemc: Disable some warnings generating false positives.
2020-05-26 Gabe Blacksim: Fix a possible memory error in copyOutStatfsBuf.
2020-05-25 Gabe Blacksim: Fix the Ticked class constructor's event wrapper.
2020-05-25 Gabe Blackcpu: Fix a = that was supposed to be a == in an assert.
2020-05-25 Gabe Blacksim,dev: Get rid of the global retryTime constant.
2020-05-23 Gabe Blackcpu: Remove the ancient do_quiesce config option.
2020-05-21 Polydoros Petrakismem-garnet: Remove extraneous loop in Router resetStats.
2020-05-21 Polydoros Petrakismem-garnet,mem-ruby: Properly reset garnet2.0 statistics.
2020-05-21 Kyle Roartyutil: Add dockerfile for GCN3 w/machine learning
2020-05-20 Ciro Santillitests: add ruby_mem_test.py to the tests
2020-05-20 Michiel W.... python: Make DOT config generation optional
2020-05-20 Ciro Santillisim-se: ignore all scheduler related syscalls for arm
2020-05-20 Ciro Santillisim-se: implement the getcpu syscall
2020-05-20 Gabe Blacksim: Add some methods to create derived symbol tables.
2020-05-19 Gabe Blackarch,base,cpu,sim: Statically allocate debugSymbolTable.
2020-05-19 Gabe Blackarch,base,cpu,kern,sim: Encapsulate symbols in a class.
2020-05-19 Andrea Mondellicpu: fixed unused variable on fast binary
2020-05-19 Tiago Mückcpu-minor: fix store-release issuing
2020-05-19 Tiago Mückcpu-o3: fix store-release issuing
2020-05-19 Tiago Mückarch-arm: Using acquire/release memory flags
2020-05-18 Gabe Blackutil: Pull argument parsing functions out of m5.c.
2020-05-12 Matthew Porembamem: Remove infinite queue between Ruby and memory
2020-05-12 Gabe Blackarm,x86,sim: Use the new return value suppression in...
2020-05-12 Gabe Blacksim: Convert GuestABI example signatures to comments.
2020-05-11 Matthew Porembagpu-compute,mem-ruby: Refactor GPU coalescer
2020-05-09 Giacomo Travagliniarch-arm: SVE instruction in EL1s cannot be trapped...
2020-05-09 Giacomo Travagliniarch-arm: CPTR.FPEN controlling SVE enablement
2020-05-09 Giacomo Travagliniarch-arm: Remove checkSveTrap method
2020-05-08 Tiago Mückcpu-o3: MemDepUnit tracks load-acquire/store-release
2020-05-07 Jordi Vaqueroarch-arm: Fix SVE indx inst by sizeof error and dest...
2020-05-06 Tiago Mückmem-ruby: fix possible MOESI_CMP deadlock
2020-05-06 Tiago Muckmem-ruby: Fixed MOESI_CMP_directory resource tracking
2020-05-06 Tiago Muckmem-ruby: fix MOESI_CMP_directory functional reads
2020-05-06 Tiago Muckmem-ruby: Fix MOESI_CMP_directory DMA handling
2020-05-06 Tiago Muckmem-ruby: Missing transition in MOESI_CMP_directory
2020-05-06 Tiago Mückmem-ruby: removed unused checkCoherence
2020-05-06 Tiago Mückmem-ruby: removed checkCoherence from MOESI_CMP_directory
2020-05-06 Tiago Mückmem-ruby: Removed invalid transition from MOESI_CMP dir
2020-05-06 Tiago Mückmem-ruby: Deallocating unused entries in MOESI_CMP dir
2020-05-06 Tiago Mückmem-ruby: Deallocating unused entries in MOESI_CMP L2
2020-05-06 Tiago Muckmem-ruby: Check on PerfectCacheMemory deallocate
2020-05-06 Tiago Muckmem-ruby: Add deallocate to DirectoryMemory
2020-05-05 Ciro Santilliarch-arm: show names on --debug-flags MiscRegs write:
2020-05-04 Jordi Vaqueroarch-arm: FCVTZS instruction returns sign extension
2020-05-04 Daniel R. Carvalhomem-cache: Fixes to PIF prefetcher
2020-05-04 Giacomo Travagliniarch-arm: Decode SEVL instruction for A32 and T32 IS
2020-05-02 Timothy Hayesmem-ruby: MESI_Three_level prefetcher page crossing
2020-05-02 Timothy Hayesmem-ruby: MESI_Three_level prefetcher support
2020-05-02 Timothy Hayesmem-ruby: MESI_Three_Level LL/SC improvements
2020-05-02 Timothy Hayesmem-ruby: LL/SC fixes
2020-05-02 Gabe Blackutil: Add support for multiple call types in the m5...
2020-05-02 Nils Asmussenmisc: added news on RISC-V to RELEASE-NOTES.md.
2020-05-02 Nils Asmussenarch-riscv: be prepared for CSR changes during PT walk.
2020-05-02 Timothy Hayesmem-ruby: fix MESI_Three_Level erroneous transition
2020-05-02 Jason Lowe... tests: Update tests to save output on failure
2020-05-02 Jason Lowe... ext: Fix tmpfiles in testlib
2020-05-01 Nikos Nikolerisscons: Build the marshal binary in a bare minimum envir...
2020-05-01 Ayaz Akramtests: update linux boot tests
2020-05-01 Daniel R. Carvalhomem-cache: Use AssociativeSet in Stride prefetcher
2020-05-01 Daniel R. Carvalhomem-cache: Use SatCounter in Stride prefetcher
2020-05-01 Daniel R. Carvalhomem-cache: Cleanup of SBOOE prefetcher
2020-05-01 Daniel R. Carvalhomem-cache: Use CircularQueue in PIF prefetcher
2020-05-01 Daniel R. Carvalhomem-cache: Use CircularQueue for the STeMS's RMOB
2020-05-01 Daniel R. Carvalhomem-cache: Fix DCPT with CircularQueue
2020-05-01 Hsuan Hsucpu: Don't assert on branch target addresses
2020-05-01 Bobby R. Brucemisc: Added RELEASE-NOTES.md
2020-04-30 Gabe Blackpython: Fix compareVersions for python 3.
2020-04-30 Daniel R. Carvalhomem-cache: Fix priority of multi compressor
2020-04-30 Matthew Porembamem: Token port implementation
2020-04-30 Tony Gutierrezmisc: Add build opts for GCN3 GPU ISA
2020-04-30 Joe Grossconfigs: add option to set the timeouts for the TCPs...
2020-04-30 Tony Gutierrezdev-hsa: Add HSA device and HSA packet processor
2020-04-30 Tony Gutierrezarch-gcn3: Add files for arch gcn3 (GPU machine ISA)
2020-04-30 Nikos Nikolerissim: Inheritance fixes in varargs
2020-04-30 Nikos Nikolerismem-ruby: Avoid const from member due to &Message:...
2020-04-30 Nikos Nikolerisarch-arm: Fix access modifier in Arm*ProcessBits class
2020-04-30 Nikos Nikolerisscons: Disable unsupported -Wl,--as-needed in MacOS
2020-04-30 Nikos Nikolerisarch-arm: Fix inconsistency in variable name
2020-04-30 Nikos Nikolerismem-ruby: Removed the unused parameter m_id from Virtua...
2020-04-30 Nikos Nikolerisarch-arm: Fix function signature inconsistencies in...
2020-04-30 Nikos Nikolerissim: Fix mismatch between #ifndef and #define in varargs.hh
2020-04-30 Nikos Nikolerisarch-arm, mem-ruby, sim: Add missing overrides
2020-04-30 Nikos Nikolerisarch-arm: Downgrade constexpr causing build errors...
2020-04-30 Gabe Blacksim: Add an option to suppress the return value in...
2020-04-29 Gabe Blackmisc: Use the protobuf version to choose between ByteSi...
2020-04-29 Anouk Van Laersim-power: Addition of PowerDomains
2020-04-29 Anouk Van Laersim-power: Specify the states a PowerState object can...
2020-04-29 Anouk Van Laersim-power: Creation of PowerState class
2020-04-29 Nikos Nikolerisconfigs: Change fs_power.py to use absolute paths for...
2020-04-29 Nikos Nikolerissim-power: Fix the way the power model accesses stats
2020-04-29 Nikos Nikolerisbase, python, sim: Add support for resoving a stat...
2020-04-29 Nikos Nikolerisbase: Add support for resolving stats within groups...
2020-04-29 Nikos Nikolerissim: Add function that returns all variables in a MathExpr
2020-04-29 Ciro Santillitests: create tests for various traffic generators...
2020-04-29 Ciro Santillitests: fix the memcheck test
2020-04-29 Ciro Santillimem: make MemTest panic on a packet error
2020-04-29 Ciro Santilliconfigs: remove exec of Options.py from ruby_mem_test.py
2020-04-29 Nils Asmussenarch-riscv: report that we don't have debugging support.
2020-04-29 Nils Asmussenarch-riscv: respect IALIGN, influenced by toggling...
2020-04-29 Nils Asmussenarch-riscv: let FPU instructions fault if status.FS...
next