Age | Commit message (Expand) | Author |
2019-10-25 | cpu: Get rid of the nextInstEventCount method. | Gabe Black |
2019-10-25 | cpu: Get rid of the serviceInstCountEvents method. | Gabe Black |
2019-10-25 | cpu: Switch off of the CPU's comInstEventQueue. | Gabe Black |
2019-10-25 | cpu: Access inst events through ThreadContext instead of the CPU. | Gabe Black |
2019-10-25 | cpu: Make accesses to comInstEventQueue indirect through methods. | Gabe Black |
2019-10-25 | cpu,sim: Delegate PCEvent scheduling from Systems to ThreadContexts. | Gabe Black |
2019-10-25 | cpu: Make the ThreadContext a PCEventScope. | Gabe Black |
2019-10-25 | cpu: Pass the address to check into the PCEventQueue service method. | Gabe Black |
2019-10-23 | cpu: Apply the ARM TLB rework to the O3 checker CPU. | Gabe Black |
2019-10-17 | cpu: Get rid of load count based events. | Gabe Black |
2019-10-15 | sim,cpu: Get rid of the unused instEventQueue. | Gabe Black |
2019-09-24 | cpu: Fix checker cpu instantiation | Nikos Nikoleris |
2019-09-23 | cpu, mem: Changing AtomicOpFunctor* for unique_ptr<AtomicOpFunctor> | Jordi Vaquero |
2019-08-28 | cpu: Make get(Data|Inst)Port return a Port and not a MasterPort. | Gabe Black |
2019-08-28 | cpu: Move the instruction port into o3's fetch stage. | Gabe Black |
2019-08-28 | cpu: Move O3's data port into the LSQ. | Gabe Black |
2019-08-07 | cpu-o3: fix atomic instructions non-speculative | Jordi Vaquero |
2019-08-07 | cpu-o3: added _amo_op parameter in o3 LSQ | Jordi Vaquero |
2019-07-28 | cpu-o3: Fix too strict assert condition in writeback() | Gabor Dozsa |
2019-07-27 | cpu: Add first-/non-faulting load support to Minor and O3 | Gabor Dozsa |
2019-07-16 | cpu: isDrained renamed to isCpuDrained | Giacomo Travaglini |
2019-07-13 | cpu-o3: Set packet data type for IPR read | Pouya Fotouhi |
2019-07-08 | cpu-o3: Reset fault status for mem access in pushRequest | Gabor Dozsa |
2019-05-31 | cpu-o3: Increase LSQ buffer sizes to match max vector length | Gabor Dozsa |
2019-05-30 | cpu-o3: Add support for pinned writes | Giacomo Gabrielli |
2019-05-30 | arch, base, cpu, gpu, sim: Merge getMemProxy and getVirtProxy. | Gabe Black |
2019-05-30 | cpu, sim: Return PortProxy &s from all the proxy accessors. | Gabe Black |
2019-05-29 | cpu: Added correct return type for ROB::countInsts | Andrea Mondelli |
2019-05-18 | arch, base, cpu, dev, mem, sim: Remove #if 0-ed out code. | Gabe Black |
2019-05-11 | cpu,mem: Add support for partial loads/stores and wide mem. accesses | Giacomo Gabrielli |
2019-05-11 | cpu: Add a memory access predicate | Giacomo Gabrielli |
2019-04-30 | cpu: alpha: Delete all occurrances of the simPalCheck function. | Gabe Black |
2019-04-30 | cpu: Remove hwrei from the generic interfaces. | Gabe Black |
2019-04-30 | arch: cpu: Track kernel stats using the base ISA agnostic type. | Gabe Black |
2019-04-29 | cpu: Get rid of the (read|set)RegOtherThread methods. | Gabe Black |
2019-04-28 | mem: Minimize the use of MemObject. | Gabe Black |
2019-04-22 | cpu: Eliminate the ProxyThreadContext class. | Gabe Black |
2019-04-10 | cpu: O3 switchFreeList checking VecElems instead of FloatRegs | Giacomo Travaglini |
2019-04-03 | misc: Removed inconsistency in O3* debug msgs | Andrea Mondelli |
2019-04-03 | arch-mips: added missing override specifier (o3) | Andrea Mondelli |
2019-03-28 | cpu: Added a probe to notify the address of retired instructions | Javier Bueno |
2019-03-14 | cpu: Refactor of Physical Register implementation | Andrea Mondelli |
2019-03-14 | arch-arm,cpu: Add initial support for Arm SVE | Giacomo Gabrielli |
2019-02-27 | misc: Segmentation Fault during O3PipeView execution | Andrea Mondelli |
2019-02-22 | cpu-o3: Add cache read ports limit to LSQ | Gabor Dozsa |
2019-02-19 | cpu: Add ISA* getter in Thread interface | Giacomo Gabrielli |
2019-02-15 | cpu: Fix fast build broken due to unused variable | Giacomo Travaglini |
2019-02-12 | python: Don't assume SimObjects live in the global namespace | Andreas Sandberg |
2019-02-08 | cpu: support atomic memory request type with AtomicOpFunctor | Tuan Ta |
2019-02-08 | sim,cpu: make exit_group halt all threads in a group | Tuan Ta |