Age | Commit message (Expand) | Author |
2019-10-15 | sim,cpu: Get rid of the unused instEventQueue. | Gabe Black |
2019-10-04 | kvm: Rename gettid() to build with glibc 2.30+ | Tommaso Marinelli |
2019-09-30 | cpu: Make use of DRAMCtrl::AddrMap in the traffic generators | Nikos Nikoleris |
2019-09-24 | cpu: Fix checker cpu instantiation | Nikos Nikoleris |
2019-09-23 | cpu, mem: Changing AtomicOpFunctor* for unique_ptr<AtomicOpFunctor> | Jordi Vaquero |
2019-09-04 | cpu: reset byte_enable across writeMem calls | Ciro Santilli |
2019-08-29 | cpu: Convert traffic gen to use new stats | Andreas Sandberg |
2019-08-28 | cpu: Make get(Data|Inst)Port return a Port and not a MasterPort. | Gabe Black |
2019-08-28 | cpu, mem: Add new getSendFunctional method to the base CPU. | 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-27 | cpu, dev, mem: Use the new Port methods. | Gabe Black |
2019-08-23 | mem: Move ruby protocols into a directory called ruby_protocol. | Gabe Black |
2019-08-21 | arch-arm, cpu: fix ARM ubsan build on GCC 7.4.0 | Ciro Santilli |
2019-08-10 | cpu: Pull more arch specialization to the top of BaseCPU.py. | Gabe Black |
2019-08-10 | x86: Move some fixed or dummy config information into X86LocalApic.py. | 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: Fix the type of the effective mem request size | Gabor Dozsa |
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: Added the Multiperspective Perceptron Predictor with TAGE (8KB and 64KB) | Javier Bueno Hedo |
2019-07-08 | cpu-o3: Reset fault status for mem access in pushRequest | Gabor Dozsa |
2019-06-11 | cpu: Additional TrafficGen stats | Tiago Muck |
2019-06-11 | cpu: Limit TrafficGen outstanding reqs | Tiago Muck |
2019-06-11 | cpu: TrafficGen as BaseCPU | Tiago Muck |
2019-06-03 | cpu: Added the Multiperspective Perceptron Predictor (8KB and 64KB) | Javier Bueno |
2019-05-31 | cpu-o3: Increase LSQ buffer sizes to match max vector length | Gabor Dozsa |
2019-05-30 | cpu: Fix rescheduling of progress check events | Tiago Muck |
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: Store the translating proxy with the same pointer in SE or FS mode. | 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-28 | cpu: Remove assert causing issues with x86 Linux boot | Giacomo Gabrielli |
2019-05-18 | arch, base, cpu, dev, mem, sim: Remove #if 0-ed out code. | Gabe Black |
2019-05-14 | Revert "cpu: fix how a thread starts up in MinorCPU" | Giacomo Travaglini |
2019-05-14 | Revert "cpu: stop scheduling suspended threads in MinorCPU" | Giacomo Travaglini |
2019-05-14 | Revert "cpu: fix branching when thread is suspended in MinorCPU" | Giacomo Travaglini |
2019-05-14 | base: Move SatCounter to base directory | Daniel |
2019-05-14 | cpu: Revamp saturating counters | Daniel |
2019-05-13 | cpu: Make the indirect predictor into a SimObject | Jairo Balart |
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 |