arch: Get rid of the unused GenericTLB.
[gem5.git] / src / cpu / o3 /
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-24 Nikos Nikoleriscpu: Fix checker cpu instantiation
2019-09-23 Jordi Vaquerocpu, mem: Changing AtomicOpFunctor* for unique_ptr...
2019-08-28 Gabe Blackcpu: Make get(Data|Inst)Port return a Port and not...
2019-08-28 Gabe Blackcpu: Move the instruction port into o3's fetch stage.
2019-08-28 Gabe Blackcpu: Move O3's data port into the LSQ.
2019-08-07 Jordi Vaquerocpu-o3: fix atomic instructions non-speculative
2019-08-07 Jordi Vaquerocpu-o3: added _amo_op parameter in o3 LSQ
2019-07-28 Gabor Dozsacpu-o3: Fix too strict assert condition in writeback()
2019-07-27 Gabor Dozsacpu: Add first-/non-faulting load support to Minor...
2019-07-16 Giacomo Travaglinicpu: isDrained renamed to isCpuDrained
2019-07-13 Pouya Fotouhicpu-o3: Set packet data type for IPR read
2019-07-08 Gabor Dozsacpu-o3: Reset fault status for mem access in pushRequest
2019-05-31 Gabor Dozsacpu-o3: Increase LSQ buffer sizes to match max vector...
2019-05-30 Giacomo Gabriellicpu-o3: Add support for pinned writes
2019-05-30 Gabe Blackarch, base, cpu, gpu, sim: Merge getMemProxy and getVir...
2019-05-30 Gabe Blackcpu, sim: Return PortProxy &s from all the proxy accessors.
2019-05-29 Andrea Mondellicpu: Added correct return type for ROB::countInsts
2019-05-18 Gabe Blackarch, base, cpu, dev, mem, sim: Remove #if 0-ed out...
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-22 Gabe Blackcpu: Eliminate the ProxyThreadContext class.
2019-04-10 Giacomo Travaglinicpu: O3 switchFreeList checking VecElems instead of...
2019-04-03 Andrea Mondellimisc: Removed inconsistency in O3* debug msgs
2019-04-03 Andrea Mondelliarch-mips: added missing override specifier (o3)
2019-03-28 Javier Buenocpu: Added a probe to notify the address of retired...
2019-03-14 Andrea Mondellicpu: Refactor of Physical Register implementation
2019-03-14 Giacomo Gabrielliarch-arm,cpu: Add initial support for Arm SVE
2019-02-27 Andrea Mondellimisc: Segmentation Fault during O3PipeView execution
2019-02-22 Gabor Dozsacpu-o3: Add cache read ports limit to LSQ
2019-02-19 Giacomo Gabriellicpu: Add ISA* getter in Thread interface
2019-02-15 Giacomo Travaglinicpu: Fix fast build broken due to unused variable
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-08 Tuan Tasim,cpu: make exit_group halt all threads in a group
2019-02-08 Tuan Tacpu: fixed how O3 CPU executes an exit system call
2019-02-05 Andrea Mondellimisc: added missing override specifier
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, arch, arch-arm: Wire unused VecElem code in the...
2019-01-25 Giacomo Travaglinicpu: O3 rename using the flatIndex instead of index
2019-01-25 Giacomo Travaglinicpu: Fix VecElemClass bugs in cpu models
2019-01-24 Rekai Gonzalez-Alb... cpu-o3: O3 LSQ Generalisation
2019-01-22 Gabe Blackarch: cpu: Stop passing around misc registers by reference.
2019-01-17 Nikos Nikoleriscpu-o3: Make the smtCommitPolicy a Param.ScopedEnum
2019-01-17 Nikos Nikoleriscpu-o3: Make the smtROBPolicy a Param.ScopedEnum
2019-01-17 Nikos Nikoleriscpu-o3: Make the smtIQPolicy a Param.ScopedEnum
2019-01-17 Nikos Nikoleriscpu-o3: Make the smtLSQPolicy a Param.ScopedEnum
2019-01-17 Nikos Nikoleriscpu-o3: Make the smtFetchPolicy a Param.ScopedEnum
2019-01-16 Gabe Blackcpu: dev: sim: gpu-compute: Banish some ISA specific...
2019-01-15 Giacomo Travaglinicpu: Fix usage of setArchVecElem
2018-12-22 Gabe Blackcpu: Stop using unions to store FP registers.
2018-12-20 Gabe Blackarch, cpu: Remove float type accessors.
2018-12-11 Tony Gutierrezcpu-o3: Fix bug in LSQUnit(uint32_t, uint32_t) ctor
2018-12-03 Rekai Gonzalez-Alb... cpu: Change raw pointers to STL Containers
2018-11-28 Rekai Gonzalez-Alb... cpu,arch-arm: Initialise data members
2018-11-27 Gabe Blackarch, base, cpu, gpu, mem: Replace assert(0 or false...
2018-11-16 Rekai Gonzalez-Alb... cpu: Fix the usage of const DynInstPtr
2018-08-10 Bradley Wangcpu: Removed unnecessary file reg_class_impl.hh
2018-07-24 Hanhwi Jangcpu-o3: Missing freeing the heads of DepGraph in IQ...
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 Blackcpu: Remove ExtMachInst typedefs from the O3 CPU model.
2018-03-06 Gabe Blackscons: Switch from the print statement to the print...
2018-02-20 Andreas Sandbergcpu-o3: Don't add non-speculative mem barriers to the...
2018-01-10 BKPstyle: change C/C++ source permissions to noexec
2018-01-10 Gabe Blackalpha,arm,mips,power,riscv,sparc,x86,cpu: Get rid of...
2018-01-09 Gabe Blackcpu: Use the NotAnInst flag to avoid passing an inst...
2017-12-22 Gabe Blackarch,cpu: "virtualize" the TLB interface.
2017-12-22 Gabe Blackcpu: Use the generic nop static inst instead of decodin...
2017-12-13 Gabe Blackcpu,alpha,mips,power,riscv,sparc: Get rid of eaComp...
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-28 Andreas Sandbergcpu-o3: Add missing vector stat initializers
2017-11-21 Jose Marinhocpu, cpu, sim: move Cycle probe update
2017-11-21 Nikos Nikoleriscpu-o3: Prevent cpu from suspending if it is already...
2017-11-20 Anouk Van Laerpwr: Adds logic to enter power gating for the cpu model
2017-11-14 Radhika Jagtapcpu, probe: Fix elastic trace register dependency
2017-10-19 Jason Lowe-Powercpu-o3: Add M5_VAR_USED to variable
2017-10-13 Nikos Nikoleriscpu-o3: Check predication before the SQ size for a...
2017-10-13 Nikos Nikoleriscpu-o3: Avoid early checker verification for store...
2017-09-11 Gabe Blackstats: Get rid of some kernel stats related cruft.
2017-08-30 Matthias Hillecpu-o3: fix data pkt initialization for split load
2017-07-19 Rekai Gonzalez-Alb... cpu: Add missing rename of vector registers in the...
2017-07-17 Anouk Van Laercpu,o3: Fixed checkpointing bug occuring in the o3 CPU
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 Premillieucpu: Physical register structural + flat indexing
2017-07-05 Nathanael Premillieuarch, cpu: Architectural Register structural indexing
2017-06-20 Sean Wilsoncpu, gpu-compute: Replace EventWrapper use with EventFu...
2017-05-15 Alec Roelkecpu: fix problem with forwarding and locked load
next