arch-x86: Replace any getDTBPtr/getITBPtr usage
[gem5.git] / src / cpu /
2020-10-21 Giacomo Travaglinicpu: Remove unused demapInstPage and demapDataPage
2020-10-21 Giacomo Travaglinimisc: BaseCPU using ArchMMU instead of ArchDTB/ArchITB
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-10-14 Gabe Blackcpu: Remove automatic overriding of numThreads in SE...
2020-10-13 Gabe Blackcpu: Change how O3 handles requests for SMT in full...
2020-10-13 Gabe Blackcpu: Remove the "SingleThreaded" fetch policy from...
2020-10-13 Hoa Nguyenmisc: Remove an extra file in src/cpu
2020-10-06 Pierre Ayoubcpu: Add recursion for DTB entry generation inside...
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-30 Giacomo Travaglinicpu: Never use a empty byteEnable
2020-09-29 Timothy Hayescpu: Allow storing an invalid HTM checkpoint
2020-09-28 Gabe Blackmisc: Update attribute syntax, and reorganize compiler.hh.
2020-09-28 Ciro Santillicpu: make ExecSymbol show the symbol in addition to...
2020-09-28 Gabe Blackarch,base,cpu,dev: Get rid of the M5_DUMMY_RETURN macro.
2020-09-25 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-23 Gabe Blackcpu: Use cprintf and C++ type magic to get rid of a...
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-20 Gabe Blackcpu: Clear out some unnecessary ISA dependence in threa...
2020-09-17 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-16 Gabe Blackarch,cpu: Get rid of the IsMemRef StaticInst flag.
2020-09-16 Gabe Blackarch,cpu: Rearrange StaticInst flags for memory barriers.
2020-09-16 Gabe Blackmips,cpu: Eliminate the unused IsIndexed StaticInst...
2020-09-15 Gabe Blackcpu: Get rid of the unused IsMicroBranch StaticInst...
2020-09-15 Gabe Blackx86,cpu: Get rid of the unused IsCC StaticInst flag.
2020-09-15 Gabe Blackmips,cpu: Get rid of the IsDpsOp StaticInst flag.
2020-09-15 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-15 Bobby R. Brucecpu,misc: Revert problematic terminology renames in...
2020-09-15 Gabe Blackmips,cpu: Get rid of the IsIprAccess StaticInst flag.
2020-09-15 Gabe Blackmips,cpu: Get rid of the IsERET StaticInst flag.
2020-09-15 Gabe Blackcpu: Get rid of the IsThreadSync StaticInst flag.
2020-09-15 Gabe Blackmips,cpu: Get rid of the IsCondDelaySlot StaticInst...
2020-09-14 Jason Lowe-Powerdev: Fix port name in x86 device
2020-09-14 Andreas Sandbergstats: Move global CPU stats to BaseCPU
2020-09-14 Andreas Sandbergbase, sim, mem, arch: Remove the dummy CPU in NULL
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-09-10 Bobby R. Brucecpu: Fixed unused var error when with fast builds
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-09 Gabe Blackcpu: Fix style and add overrides to bas_dyn_inst.hh.
2020-09-09 eavivicpu-minor: convert fetch2 to new style stats
2020-09-08 eavivicpu: convert trace cpu to new style stats
2020-09-08 Emily Brickeycpu-o3: convert elastic trace to new style stats
2020-09-08 eavivicpu: convert memtest to new style stats
2020-09-08 Wendy Elsassermem: Add NVM interface
2020-09-08 Timothy Hayescpu: HTM Implementation for O3CPU
2020-09-08 Timothy Hayescpu: HTM Implementation for TimingCPU
2020-09-08 Timothy Hayescpu: Base dyn inst HTM flags getter
2020-09-08 Timothy Hayescpu: Add HTM ThreadContext API
2020-09-08 Timothy Hayescpu: Add HTM ExecContext API
2020-09-07 Timothy Hayescpu: Add HTM CPU API
2020-09-07 Timothy Hayescpu: Add HTM Instruction Flags
2020-09-07 Timothy Hayescpu: Add HtmCpu DebugFlag
2020-09-04 Sungkeun Kimcpu: Failure to restore RAS during squash
2020-09-04 Jason Lowe-Powercpu: Set ContextId on request from trace CPU
2020-09-03 eavivicpu: convert thread_state to new style stats
2020-09-03 Emily Brickeycpu: convert tage_base to new style stats
2020-09-03 Emily Brickeycpu: convert statistical_corrector to new style stats
2020-09-03 Emily Brickeycpu: convert loop_predictor to new style stats
2020-09-03 Emily Brickeycpu: convert bpred_unit to new style stats
2020-09-03 eavivicpu-kvm: convert kvm base 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 Blackcpu: Factor the page size out of the decode cache.
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 Blackarch,cpu,sim: Get rid of the microcode ROM stub code.
2020-08-25 Gabe Blackcpu,arch: Delegate fetching ROM microops to the decoder.
2020-08-25 Gabe Blackmisc: Replace some includes of arch/isa_traits.hh.
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-20 Gabe Blackcpu: Don't construct and then copy the decoder in Simpl...
2020-08-18 Gabe Blackmisc: Make the stats callbacks use CallbackQueue2.
2020-08-18 Gabe Blackmisc: Make registerExitCallback use CallbackQueue2.
2020-08-12 seanzwcpu-simple: Fix BaseSimpleCPU to reset group stats
2020-08-10 Ciro Santillisim-se: don't wake up SE futex syscalls on ARM events
2020-08-05 Gabe Blackcpu: Remove the "profile" parameter and plumbing.
2020-08-04 Hoa Nguyencpu-kvm: Add missing 'override' keyword
2020-07-23 Ciro Santillicpu: differentiate snoop DPRINTF messages for AtomicSim...
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-10 Hsuan Hsucpu-kvm,arch-arm: Improve KvmCPU tick event scheduling
2020-07-10 Hsuan Hsucpu-kvm: Initialize _hasKernelIRQChip in the constructor
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-24 Gabe Blacksim: Move guts of quiesce and quiesceTick from ThreadCo...
2020-06-22 Michiel W. van Tolcpu: Use new InstRecord faulting flag in cpu models
2020-06-18 Gabe Blackcpu: Remove default argument values for the update...
2020-06-17 Gabe Blackarch,cpu,sim: Eliminate the now empty kernel statistics...
2020-06-17 Gabe Blackarch,kern,sim: Move the stats in 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-09 Gabe Blackarch,base,cpu,kerm,sim: Build a symbol table for object...
next