Age | Commit message (Expand) | Author |
2019-10-19 | arch: Make a base class for Interrupts. | Gabe Black |
2019-10-18 | arch: Get rid of the unused GenericTLB. | Gabe Black |
2019-09-23 | cpu, mem: Changing AtomicOpFunctor* for unique_ptr<AtomicOpFunctor> | Jordi Vaquero |
2019-09-18 | arch, x86: Rework the debug faults and microops. | Gabe Black |
2019-08-28 | mem: Eliminate the Base(Slave|Master)Port classes. | Gabe Black |
2019-08-21 | arch-arm, cpu: fix ARM ubsan build on GCC 7.4.0 | Ciro Santilli |
2019-08-09 | arch: Bump MaxVecRegLenInBytes to 4096 | Tony Gutierrez |
2019-05-30 | arch, base, sim: Replace Copy(String)?(In|Out) with equivalent code. | Gabe Black |
2019-05-29 | arch, base, dev, sim: Remove now unnecessary casts from PortProxy methods. | Gabe Black |
2019-04-28 | mem: Minimize the use of MemObject. | Gabe Black |
2019-03-19 | arch, cpu, dev, gpu, mem, sim, python: start using getPort. | Gabe Black |
2019-03-14 | arch-arm,cpu: Add initial support for Arm SVE | Giacomo Gabrielli |
2019-03-01 | mem-cache: alias to mem::getMasterPort in TLB class | Andrea Mondelli |
2019-02-23 | python: Enforce absolute imports for Python 3 compatibility | Andreas Sandberg |
2019-02-18 | arch-generic: Making base TLB class a MemObject | Ivan Pizarro |
2019-01-30 | arch,cpu: Add vector predicate registers | Giacomo Gabrielli |
2019-01-25 | cpu, arch, arch-arm: Wire unused VecElem code in the O3 model | Giacomo Travaglini |
2018-10-17 | arch: Include some additional headers in arch/generic/mmapped_ipr.cc. | Gabe Black |
2018-10-12 | arch: Explicitly specify the endianness in the generic mem helpers. | Gabe Black |
2018-10-02 | arch: Fix unserialization of VectorReg value | Gabor Dozsa |
2018-06-14 | arch: support issuing Atomic Mem Operation (AMO) requests | Tuan Ta |
2018-06-11 | misc: Using smart pointers for memory Requests | Giacomo Travaglini |
2018-06-11 | misc: Substitute pointer to Request with aliased RequestPtr | Giacomo Travaglini |
2018-03-27 | arch: cpu: Make the ExtMachInst type a template argument in InstMap. | Gabe Black |
2017-12-22 | arch,cpu: "virtualize" the TLB interface. | Gabe Black |
2017-12-13 | arm,sparc,x86,base,cpu,sim: Replace the Twin(32|64)_t types with. | Gabe Black |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-10-13 | mem: Signal the local monitor when clearing the global monitor | Nikos Nikoleris |
2017-07-05 | cpu: Added interface for vector reg file | Rekai Gonzalez-Alberquilla |
2017-07-05 | arch: added generic vector register | Rekai Gonzalez-Alberquilla |
2017-07-05 | arch, cpu: Architectural Register structural indexing | Nathanael Premillieu |
2017-06-22 | arm,sim: fix context switch stats dumps for ARM64/Linux | Paul Rosenfeld |
2017-02-27 | syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess s... | Brandon Potter |
2017-02-27 | arch: Include generated decoder header after normal headers | Andreas Sandberg |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-08-15 | cpu, arch: fix the type used for the request flags | Nikos Nikoleris |
2016-02-06 | style: fix missing spaces in control statements | Steve Reinhardt |
2016-01-17 | cpu. arch: add initiateMemRead() to ExecContext interface | Steve Reinhardt |
2016-01-17 | arch: don't call *Timing functions from *Atomic versions | Steve Reinhardt |
2015-10-12 | misc: Add explicit overrides and fix other clang >= 3.5 issues | Andreas Hansson |
2015-10-12 | misc: Remove redundant compiler-specific defines | Andreas Hansson |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2015-04-29 | arch, base, dev, kern, sym: FreeBSD support | Ruslan Bukin |
2015-02-11 | sim: Move the BaseTLB to src/arch/generic/ | Andreas Sandberg |
2014-11-23 | kvm, x86: Adding support for SE mode execution | Alexandru Dutu |
2014-11-14 | arm: Fixes based on UBSan and static analysis | Andreas Hansson |
2014-10-16 | arch: Use shared_ptr for all Faults | Andreas Hansson |
2014-09-27 | arch: Use const StaticInstPtr references where possible | Andreas Hansson |
2014-08-26 | base: Replace the internal varargs stuff with C++11 constructs | Andreas Sandberg |
2014-01-24 | mem: Remove explict cast from memhelper. | Ali Saidi |