cpu-minor: this is a bug fix for MinorCPU for thread cloning.
[gem5.git] / src / cpu / simple /
2020-11-10 Gabe Blackcpu: Make the NonCachingSimpleCPU use a back door for...
2020-11-06 Gabe Blackcpu: Style fixes in the AtomicSimpleCPU.
2020-10-30 Gabe Blackmisc: Delete the now unnecessary create methods.
2020-10-21 Giacomo Travaglinimisc: BaseCPU using ArchMMU instead of ArchDTB/ArchITB
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-30 Giacomo Travaglinicpu: Never use a empty byteEnable
2020-09-28 Gabe Blackmisc: Update attribute syntax, and reorganize compiler.hh.
2020-09-25 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-22 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-20 Gabe Blackarch,cpu,sim: Route system calls through the workload.
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-09-10 Bobby R. Brucecpu: Fixed unused var error when with fast builds
2020-09-08 Timothy Hayescpu: HTM Implementation for TimingCPU
2020-09-08 Timothy Hayescpu: Add HTM ExecContext API
2020-09-07 Timothy Hayescpu: Add HTM CPU API
2020-09-02 Gabe Blackmisc: Remove the "fault" parameter from syscall functions.
2020-08-26 Emily Brickeycpu: update port terminology
2020-08-25 Gabe Blackcpu,arch: Delegate fetching ROM microops to the decoder.
2020-08-23 Gabe Blackmisc: Delete the critical path annotation code.
2020-08-12 seanzwcpu-simple: Fix BaseSimpleCPU to reset group stats
2020-08-05 Gabe Blackcpu: Remove the "profile" parameter and plumbing.
2020-07-23 Ciro Santillicpu: differentiate snoop DPRINTF messages for AtomicSim...
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-22 Michiel W. van Tolcpu: Use new InstRecord faulting flag in cpu models
2020-06-12 Gabe Blackarch,cpu: Add a setThreadContext method to the ISA...
2020-06-11 Gabe Blackarch,cpu: Change setCPU to setThreadContext in Interrupts.
2020-03-09 Gabe Blackbase,cpu,sim: Stop including arch/vtophys.hh when not...
2020-03-09 Gabe Blackarch,cpu: Get rid of unused/unimplemented vtophys variants.
2020-03-07 Gabe Blackarch,cpu,gpu-compute,mem: Remove asid from Request...
2020-03-04 Gabe Blackarch,cpu,mem: Replace the mmmapped IPR mechanism with...
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackcpu: Delete authors lists from the cpu directory.
2020-02-17 Giacomo Travaglinicpu: Mark ExecContext::tcBase() as const
2020-02-13 Gabe Blackcpu: Remove alpha specialized code.
2020-01-23 Gabe Blackcpu: Consolidate and move the CPU's calls to TheISA...
2019-12-11 Giacomo Travaglinicpu: Replace empty byteEnable check with Request::isMasked
2019-12-11 Giacomo Travaglinicpu: Fix coding style (byteEnable->byte_enable)
2019-12-11 Giacomo Travaglinicpu: Add byteEnable assertions to readMem and initateMe...
2019-12-10 Gabe Blackarch,cpu,sim: Push syscall number determination up...
2019-12-03 Brandon Pottercpu,sim-se: move error checks in syscall methods
2019-11-02 Gabe Blackarch,cpu: Move endianness conversion of inst bytes...
2019-10-25 Gabe Blackcpu: Get rid of the serviceInstCountEvents method.
2019-10-25 Gabe Blackcpu: Access inst events through ThreadContext instead...
2019-10-25 Gabe Blackcpu: Make accesses to comInstEventQueue indirect throug...
2019-10-25 Gabe Blackcpu,sim: Delegate PCEvent scheduling from Systems to...
2019-10-25 Gabe Blackcpu: Make the ThreadContext a PCEventScope.
2019-10-25 Gabe Blackcpu: Pass the address to check into the PCEventQueue...
2019-10-21 Gabe Blackcpu: Apply the ARM TLB rework to the checker CPU.
2019-10-17 Gabe Blackcpu: Get rid of load count based events.
2019-10-15 Gabe Blacksim,cpu: Get rid of the unused instEventQueue.
2019-09-23 Jordi Vaquerocpu, mem: Changing AtomicOpFunctor* for unique_ptr...
2019-09-04 Ciro Santillicpu: reset byte_enable across writeMem calls
2019-08-28 Gabe Blackcpu: Make get(Data|Inst)Port return a Port and not...
2019-07-16 Giacomo Travaglinicpu: isDrained renamed to isCpuDrained
2019-05-28 Giacomo Gabriellicpu: Remove assert causing issues with x86 Linux boot
2019-05-11 Giacomo Gabriellicpu,mem: Add support for partial loads/stores and wide...
2019-05-11 Giacomo Gabriellicpu: Add a memory access predicate
2019-04-30 Gabe Blackcpu: alpha: Delete all occurrances of the simPalCheck...
2019-04-30 Gabe Blackcpu: Remove hwrei from the generic interfaces.
2019-04-30 Gabe Blackarch: cpu: Track kernel stats using the base ISA agnost...
2019-04-29 Gabe Blackcpu: Get rid of the (read|set)RegOtherThread methods.
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-04-05 Nikos Nikoleriscpu: Correctly account for executed instructions in...
2019-03-28 Javier Buenocpu: Added a probe to notify the address of retired...
2019-02-12 Andreas Sandbergpython: Don't assume SimObjects live in the global...
2019-02-08 Tuan Tacpu: support atomic memory request type with AtomicOpFu...
2019-02-01 Gabe Blackcpu, arch: Replace the CCReg type with RegVal.
2019-01-31 Gabe Blackarch: cpu: Rename *FloatRegBits* to *FloatReg*.
2019-01-30 Giacomo Gabrielliarch,cpu: Add vector predicate registers
2019-01-25 Giacomo Travaglinicpu: Fix VecElemClass bugs in cpu models
2019-01-22 Gabe Blackarch: cpu: Stop passing around misc registers by reference.
2019-01-16 Gabe Blackcpu: dev: sim: gpu-compute: Banish some ISA specific...
2018-12-20 Gabe Blackarch, cpu: Remove float type accessors.
2018-11-16 Rekai Gonzalez-Alb... cpu: Fix the usage of const DynInstPtr
2018-10-01 Giacomo Travaglinicpu: Fix typo in header guard for Noncaching cpu
2018-09-12 Andreas Sandbergcpu: Replace the fastmem with a new CPU model
2018-06-14 Tuan Tacpu: Prevent suspended TimingSimple CPUs from fetching...
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-06-11 Giacomo Travaglinimisc: Substitute pointer to Request with aliased RequestPtr
2018-05-29 Giacomo Travaglinicpu: Avoid unnecessary dynamic_pointer_cast in atomic...
2018-03-06 Gabe Blackscons: Switch from the print statement to the print...
2018-01-09 Gabe Blackcpu, power: Get rid of the remnants of the EA computati...
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-08 Matt Sinclairx86,misc: add additional info on faulting X86 instructi...
2017-12-05 Nikos Nikoleriscpu: Add support for CMOs in the cpu models
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-11-21 Jose Marinhocpu, cpu, sim: move Cycle probe update
2017-11-20 Anouk Van Laerpwr: Adds logic to enter power gating for the cpu model
2017-07-12 Sean Wilsoncpu: Refactor some Event subclasses to lambdas
2017-07-05 Rekai Gonzalez-Alb... arch: ISA parser additions of vector registers
2017-07-05 Rekai Gonzalez-Alb... cpu: Added interface for vector reg file
2017-07-05 Rekai Gonzalez-Alb... cpu: Simplify the rename interface and use RegId
2017-07-05 Nathanael Premillieuarch, cpu: Architectural Register structural indexing
2017-06-20 Sean Wilsoncpu, gpu-compute: Replace EventWrapper use with EventFu...
2015-07-20 Brandon Pottersyscall_emul: [patch 13/22] add system call retry capab...
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
next