base: Tag API methods in amo.hh
[gem5.git] / src / cpu /
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...
2020-06-08 Bobby R. Brucemisc: Merge hotfix v20.0.0.2 into develop
2020-06-03 Gabe Blackmisc: Make many includes explicit.
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-25 Gabe Blackcpu: Fix a = that was supposed to be a == in an assert.
2020-05-23 Gabe Blackcpu: Remove the ancient do_quiesce config option.
2020-05-19 Gabe Blackarch,base,cpu,sim: Statically allocate debugSymbolTable.
2020-05-19 Gabe Blackarch,base,cpu,kern,sim: Encapsulate symbols in a class.
2020-05-19 Andrea Mondellicpu: fixed unused variable on fast binary
2020-05-19 Tiago Mückcpu-minor: fix store-release issuing
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-05-01 Hsuan Hsucpu: Don't assert on branch target addresses
2020-04-29 Anouk Van Laersim-power: Specify the states a PowerState object can...
2020-04-29 Anouk Van Laersim-power: Creation of PowerState class
2020-04-29 Ciro Santillimem: make MemTest panic on a packet error
2020-04-29 Nils Asmussencpu,configs: let RISC-V use the PT walker cache.
2020-04-22 Gabe Blackbase,arch,sim,cpu: Move object file loader components...
2020-04-22 Gabe Blackarch,sim,kern,dev,cpu: Create a Workload SimObject.
2020-04-20 Gabe Blackdev,cpu: Make two very generic enums ScopedEnums.
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-25 Adrian Herreracpu: IntrControl, clear all and check helpers
2020-03-19 Gabe Blackarch,base,cpu,dev,kern,mem,sim: Drop FS from FSTranslat...
2020-03-19 Gabe Blackarch,cpu,mem,sim: Reimplement the SE translating proxy...
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-09 Gabe Blackarch,cpu: Get rid of unused/unimplemented vtophys variants.
2020-03-07 Gabe Blackarch,cpu,gpu-compute,mem: Remove asid from Request...
2020-03-05 Gabe Blackcpu: Switch away from some fringe Request constructors.
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-03-02 tv-reddycpu: update info related direction into BP if mispredicted.
2020-02-26 tv-reddycpu: change the location of BTBlookup
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-17 Giacomo Travaglinicpu: Mark ExecContext::tcBase() as const
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-02-01 Gabe Blacksim,cpu: Move the call to initCPU into System.
2020-02-01 Gabe Blackarch,base,cpu: Add some default constructors/operators...
next