systemc: Add a bunch of missing overrides to the systemc headers.
[gem5.git] / src / cpu /
2019-11-26 Ciro Santillicpu: prefix ExecEnable to the native trace to match...
2019-11-26 Ciro Santillibase: generalize ExecTicks to all messages with FmtTicksOff
2019-11-26 Gabe Blackarch,cpu: Get rid of ISA_HAS_CC_REGS and its associated...
2019-11-25 Ciro Santillicpu: log thread activate and suspend with --debug-flags...
2019-11-07 Gabe Blackcpu: Fix a bug in getCurrentInstCount in the checker...
2019-11-06 Gabe Blackcpu: Use std::array for registers in SimpleThread.
2019-11-02 Gabe Blackarch,cpu: Move endianness conversion of inst bytes...
2019-10-31 Brandon Pottercpu-o3: bugfix for partial faults in x86
2019-10-30 Giacomo Gabriellicpu-o3: Fix handling of some mem. order violations
2019-10-25 Gabe Blackcpu: Get rid of the nextInstEventCount method.
2019-10-25 Gabe Blackcpu: Get rid of the serviceInstCountEvents method.
2019-10-25 Gabe Blackcpu: Switch off of the CPU's comInstEventQueue.
2019-10-25 Gabe Blackcpu: Access inst events through ThreadContext instead...
2019-10-25 Gabe Blackcpu: Delegate comInstEventQueue methods to the ThreadCo...
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,sim: Get rid of a bunch of conditional compilation...
2019-10-25 Gabe Blackcpu: Don't print the CPU name when a (Break|Panic)PCEve...
2019-10-25 Gabe Blackcpu: Pass the address to check into the PCEventQueue...
2019-10-25 Gabe Blackcpu: Stop checking for PC changes when servicing a...
2019-10-25 Gabe Blackcpu: Create a PCEventScope class to abstract the scope...
2019-10-23 Gabe Blackcpu: Apply the ARM TLB rework to the O3 checker CPU.
2019-10-21 Gabe Blackcpu: Apply the ARM TLB rework to the checker CPU.
2019-10-19 Gabe Blackcpu,arm: Push the stage 2 MMUs out of the CPU into...
2019-10-19 Gabe Blackarch: Make a base class for Interrupts.
2019-10-18 Gabe Blackcpu: Turn the stage 2 ARM MMUs from params to children.
2019-10-17 Gabe Blackcpu: Clean up some style issues in pc_event.(hh|cc).
2019-10-17 Gabe Blackcpu: Get rid of load count based events.
2019-10-15 Gabe Blackcpu: Delete the unused sched_break_pc(_sys) functions.
2019-10-15 Gabe Blacksim,cpu: Get rid of the unused instEventQueue.
2019-10-04 Tommaso Marinellikvm: Rename gettid() to build with glibc 2.30+
2019-09-30 Nikos Nikoleriscpu: Make use of DRAMCtrl::AddrMap in the traffic gener...
2019-09-24 Nikos Nikoleriscpu: Fix checker cpu instantiation
2019-09-23 Jordi Vaquerocpu, mem: Changing AtomicOpFunctor* for unique_ptr...
2019-09-04 Ciro Santillicpu: reset byte_enable across writeMem calls
2019-08-29 Andreas Sandbergcpu: Convert traffic gen to use new stats
2019-08-28 Gabe Blackcpu: Make get(Data|Inst)Port return a Port and not...
2019-08-28 Gabe Blackcpu, mem: Add new getSendFunctional method to the base...
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-27 Gabe Blackcpu, dev, mem: Use the new Port methods.
2019-08-23 Gabe Blackmem: Move ruby protocols into a directory called ruby_p...
2019-08-21 Ciro Santilliarch-arm, cpu: fix ARM ubsan build on GCC 7.4.0
2019-08-10 Gabe Blackcpu: Pull more arch specialization to the top of BaseCP...
2019-08-10 Gabe Blackx86: Move some fixed or dummy config information into...
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: Fix the type of the effective mem request size
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 Javier Bueno Hedocpu: Added the Multiperspective Perceptron Predictor...
2019-07-08 Gabor Dozsacpu-o3: Reset fault status for mem access in pushRequest
2019-06-11 Tiago Muckcpu: Additional TrafficGen stats
2019-06-11 Tiago Muckcpu: Limit TrafficGen outstanding reqs
2019-06-11 Tiago Muckcpu: TrafficGen as BaseCPU
2019-06-03 Javier Buenocpu: Added the Multiperspective Perceptron Predictor...
2019-05-31 Gabor Dozsacpu-o3: Increase LSQ buffer sizes to match max vector...
2019-05-30 Tiago Muckcpu: Fix rescheduling of progress check events
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: Store the translating proxy with the same pointer...
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-28 Giacomo Gabriellicpu: Remove assert causing issues with x86 Linux boot
2019-05-18 Gabe Blackarch, base, cpu, dev, mem, sim: Remove #if 0-ed out...
2019-05-14 Giacomo TravagliniRevert "cpu: fix how a thread starts up in MinorCPU"
2019-05-14 Giacomo TravagliniRevert "cpu: stop scheduling suspended threads in MinorCPU"
2019-05-14 Giacomo TravagliniRevert "cpu: fix branching when thread is suspended...
2019-05-14 Danielbase: Move SatCounter to base directory
2019-05-14 Danielcpu: Revamp saturating counters
2019-05-13 Jairo Balartcpu: Make the indirect predictor into a SimObject
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-29 Gabe Blackcpu: Include debug flags regardless of whether the...
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-04-24 Andrea Mondellicpu,mem: missing override specifier
2019-04-22 Gabe Blackcpu: Eliminate the ProxyThreadContext class.
2019-04-10 Giacomo Travaglinicpu: O3 switchFreeList checking VecElems instead of...
2019-04-05 Nikos Nikoleriscpu: Correctly account for executed instructions in...
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-27 Pau Cabrecpu: Fixed the indirect branch predictor GHR handling
2019-03-23 Andrea Mondellimisc: missing override specifier
2019-03-21 Ryan Gambordcpu-kvm: Added informative error message
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2019-03-14 Andrea Mondellicpu: Refactor of Physical Register implementation
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-27 Andrea Mondellimisc: Segmentation Fault during O3PipeView execution
2019-02-26 Srikant Bharadwajcpu: Fix indirect branch history updates
2019-02-22 Andreas Sandbergpython: Fix param -> int conversion issues
2019-02-22 Gabor Dozsacpu-o3: Add cache read ports limit to LSQ
next