cpu: make ExecSymbol show the symbol in addition to address
[gem5.git] / src / cpu / o3 /
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-17 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-16 Gabe Blackarch,cpu: Rearrange StaticInst flags for memory barriers.
2020-09-15 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-15 Gabe Blackmips,cpu: Get rid of the IsIprAccess StaticInst flag.
2020-09-15 Gabe Blackcpu: Get rid of the IsThreadSync StaticInst flag.
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-09-09 Emily Brickeycpu-o3: convert rename to new style stats
2020-09-09 Emily Brickeycpu-o3: convert rob to new style stats
2020-09-09 Emily Brickeycpu-o3: convert lsq_unit to new style stats
2020-09-09 Emily Brickeycpu-o3: convert decode to new style stats
2020-09-09 Emily Brickeycpu-o3: convert commit to new style stats
2020-09-08 Emily Brickeycpu-o3: convert elastic trace to new style stats
2020-09-08 Timothy Hayescpu: HTM Implementation for O3CPU
2020-09-08 Timothy Hayescpu: Add HTM ThreadContext API
2020-09-07 Timothy Hayescpu: Add HTM CPU API
2020-09-03 eavivicpu: convert thread_state to new style stats
2020-09-02 eavivicpu-o3: convert fetch to new style stats
2020-09-02 Gabe Blackmisc: Remove the "fault" parameter from syscall functions.
2020-08-28 Gabe Blackmisc: Clean up usage of arch/isa_traits.hh.
2020-08-26 Emily Brickeycpu: update port terminology
2020-08-25 Gabe Blackcpu,arch: Delegate fetching ROM microops to the decoder.
2020-08-24 Juan M. Cebrianarch-x86,cpu: Fix bpred by annotating branch instructio...
2020-08-23 Gabe Blackmisc: Delete the critical path annotation code.
2020-08-18 Gabe Blackmisc: Make registerExitCallback use CallbackQueue2.
2020-08-05 Gabe Blackcpu: Remove the "profile" parameter and plumbing.
2020-07-11 Gabe Blackarch,cpu: Consolidate most of the StackTrace classes...
2020-07-11 Gabe Blackcpu: Slightly modernize and simplify code in cpu/profil...
2020-07-07 Michiel W. van Tolcpu-o3: Avoid passing ReExec 'faults' on CPU tracing...
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-07-03 Gabe Blackcpu: Some cleanups in the O3 rename map.
2020-07-03 Gabe Blackcpu: Get rid of auto return types in the PhysRegFile.
2020-06-24 Gabe Blackfastmodel,cpu,sim: Eliminate EndQuiesceEvent and plumbing.
2020-06-22 Michiel W. van Tolcpu: Use new InstRecord faulting flag in cpu models
2020-06-17 Gabe Blackarch,cpu,sim: Eliminate the now empty kernel statistics...
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-06-09 Gabe Blackarch,cpu,dev,sim,mem: Collect System thread elements...
2020-06-08 Bobby R. Brucemisc: Merge hotfix v20.0.0.2 into develop
2020-06-02 Tiago Mückcpu-o3: fix IQ missing mem barriers
2020-06-02 Bobby R. Brucemisc: Merge branch version update into develop
2020-06-02 Bobby R. Brucemisc: Merge in 'hotfix-m5-tick-rounding-error'
2020-05-28 Bobby R. BruceMerge branch 'release-staging-v20.0.0.0' into develop
2020-05-28 Bobby R. Brucemisc: Merge branch 'release-staging-v20.0.0.0' into...
2020-05-19 Andrea Mondellicpu: fixed unused variable on fast binary
2020-05-19 Tiago Mückcpu-o3: fix store-release issuing
2020-05-08 Tiago Mückcpu-o3: MemDepUnit tracks load-acquire/store-release
2020-04-22 Gabe Blackarch,sim,kern,dev,cpu: Create a Workload SimObject.
2020-04-15 Giacomo Travagliniarch, cpu: Add a takeOverFrom method for switching...
2020-03-27 Hsuan Hsucpu-o3: Fix unset scoreboard in vector mode switching
2020-03-11 Gabe Blackconfig,arch,cpu,kern,sim: Extract kernel information...
2020-03-09 Gabe Blackbase,cpu,sim: Stop including arch/vtophys.hh when not...
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-03-03 Hsuan Hsucpu-o3: Fix corrupted rename map in vector mode switching
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-19 Adrian Herreramisc: pass ThreadContext on ISA clear
2020-02-19 Giacomo Travaglinicpu: Fix vector renaming bug
2020-02-17 Gabe Blackcpu: Delete authors lists from the cpu directory.
2020-02-13 Gabe Blackcpu: Remove alpha specialized code.
2020-02-13 Gabe Blackarch,cpu: Make the CPU's ISA parameter type BaseISA.
2020-02-05 Gabe Blackcpu: Make getIsaPtr return a BaseISA pointer.
2020-01-23 Gabe Blackcpu: Consolidate and move the CPU's calls to TheISA...
2020-01-07 Gabor Dozsacpu: Disable O3CPU value forwarding with write strobes
2020-01-07 Gabor Dozsacpu: Use enums for O3CPU store value forwarding
2019-12-11 Giacomo Travaglinicpu: Fix coding style (byteEnable->byte_enable)
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-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: 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-23 Gabe Blackcpu: Apply the ARM TLB rework to the O3 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-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...
next