arch-riscv: fix GDB register cache
[gem5.git] / src / arch / generic /
2019-08-21 Ciro Santilliarch-arm, cpu: fix ARM ubsan build on GCC 7.4.0
2019-08-09 Tony Gutierrezarch: Bump MaxVecRegLenInBytes to 4096
2019-05-30 Gabe Blackarch, base, sim: Replace Copy(String)?(In|Out) with...
2019-05-29 Gabe Blackarch, base, dev, sim: Remove now unnecessary casts...
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2019-03-14 Giacomo Gabrielliarch-arm,cpu: Add initial support for Arm SVE
2019-03-01 Andrea Mondellimem-cache: alias to mem::getMasterPort in TLB class
2019-02-23 Andreas Sandbergpython: Enforce absolute imports for Python 3 compatibility
2019-02-18 Ivan Pizarroarch-generic: Making base TLB class a MemObject
2019-01-30 Giacomo Gabrielliarch,cpu: Add vector predicate registers
2019-01-25 Giacomo Travaglinicpu, arch, arch-arm: Wire unused VecElem code in the...
2018-10-17 Gabe Blackarch: Include some additional headers in arch/generic...
2018-10-12 Gabe Blackarch: Explicitly specify the endianness in the generic...
2018-10-02 Gabor Dozsaarch: Fix unserialization of VectorReg value
2018-06-14 Tuan Taarch: support issuing Atomic Mem Operation (AMO) requests
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-06-11 Giacomo Travaglinimisc: Substitute pointer to Request with aliased RequestPtr
2018-03-27 Gabe Blackarch: cpu: Make the ExtMachInst type a template argumen...
2017-12-22 Gabe Blackarch,cpu: "virtualize" the TLB interface.
2017-12-13 Gabe Blackarm,sparc,x86,base,cpu,sim: Replace the Twin(32|64...
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-10-13 Nikos Nikolerismem: Signal the local monitor when clearing the global...
2017-07-05 Rekai Gonzalez-Alb... cpu: Added interface for vector reg file
2017-07-05 Rekai Gonzalez-Alb... arch: added generic vector register
2017-07-05 Nathanael Premillieuarch, cpu: Architectural Register structural indexing
2017-06-22 Paul Rosenfeldarm,sim: fix context switch stats dumps for ARM64/Linux
2017-02-27 Brandon Pottersyscall_emul: [PATCH 15/22] add clone/execve for thread...
2017-02-27 Andreas Sandbergarch: Include generated decoder header after normal...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-08-15 Nikos Nikoleriscpu, arch: fix the type used for the request flags
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2016-01-18 Steve Reinhardtcpu. arch: add initiateMemRead() to ExecContext interface
2016-01-18 Steve Reinhardtarch: don't call *Timing functions from *Atomic versions
2015-10-12 Andreas Hanssonmisc: Add explicit overrides and fix other clang >...
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-04-30 Ruslan Bukinarch, base, dev, kern, sym: FreeBSD support
2015-02-11 Andreas Sandbergsim: Move the BaseTLB to src/arch/generic/
2014-11-24 Alexandru Dutukvm, x86: Adding support for SE mode execution
2014-11-14 Andreas Hanssonarm: Fixes based on UBSan and static analysis
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2014-09-27 Andreas Hanssonarch: Use const StaticInstPtr references where possible
2014-08-26 Andreas Sandbergbase: Replace the internal varargs stuff with C++11...
2014-01-24 Ali Saidimem: Remove explict cast from memhelper.
2013-10-15 Andreas Sandbergmem: Use a flag instead of address bit 63 for generic...
2013-09-30 Andreas Sandbergarch: Add support for m5ops using mmapped IPRs
2013-09-04 Andreas Hanssonarch: Resurrect the NOISA build target and rename it...
2013-01-07 Andreas Sandbergarch: Fix broken M5VarArgsFault initialization
2012-11-02 Dam SunwooISA: generic Linux thread info support
2012-05-26 Gabe BlackISA,CPU: Generalize and split out the components of...
2012-05-25 Gabe BlackISA: Make the decode function part of the ISA's decoder.
2012-05-25 Gabe BlackDecode: Make the Decoder class defined per ISA.
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
2011-09-27 Gabe BlackFaults: Add in generic faults that work like panics...
2011-07-03 Nilay VaishMerged with Gabe's recent changes.
2011-07-03 Gabe BlackExecContext: Rename the readBytes/writeBytes functions...
2011-07-03 Gabe BlackISA: Use readBytes/writeBytes for all instruction level...
2011-06-28 Nilay Vaisharch: print next upc correctly
2011-06-20 Korey Sewellcpus/isa: add a != operator for pcstate
2011-06-02 Nathan Binkertcopyright: clean up copyright blocks
2011-04-15 Nathan Binkertincludes: sort all includes
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-18 Korey Sewellm5: merge inorder/release-notes/make_release changes
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-14 Gabe BlackX86: Define fault objects to carry debug messages.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...