misc: Replaced master/slave terminology
[gem5.git] / src / cpu / base.hh
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
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-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-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
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-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-17 Gabe Blackcpu: Delete authors lists from the cpu directory.
2020-01-29 Ayaz Akramcpu: move initCPU calls from initState to init
2020-01-23 Gabe Blackcpu: Consolidate and move the CPU's calls to TheISA...
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: Delegate comInstEventQueue methods to the ThreadCo...
2019-10-25 Gabe Blackcpu: Make accesses to comInstEventQueue indirect throug...
2019-10-19 Gabe Blackarch: Make a base class for Interrupts.
2019-10-17 Gabe Blackcpu: Get rid of load count based events.
2019-08-28 Gabe Blackcpu: Make get(Data|Inst)Port return a Port and not...
2019-08-28 Gabe Blackcpu, mem: Add new getSendFunctional method to the base...
2019-05-29 Andrea Mondellicpu: Added correct return type for ROB::countInsts
2019-05-11 Giacomo Gabriellicpu,mem: Add support for partial loads/stores and wide...
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-03-28 Javier Buenocpu: Added a probe to notify the address of retired...
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2017-12-22 Gabe Blackarch,cpu: "virtualize" the TLB interface.
2017-11-21 Jose Marinhocpu, cpu, sim: move Cycle probe update
2017-11-20 Jose Marinhocpu: Make automatic transition to OFF optional
2017-11-20 Anouk Van Laerpwr: Adds logic to enter power gating for the cpu model
2017-07-12 Sean Wilsoncpu: Refactor some Event subclasses to lambdas
2017-07-12 Jose Marinhocpu, sim: Add param to force CPUs to wait for GDB
2015-07-20 Brandon Pottersyscall_emul: [patch 13/22] add system call retry capab...
2016-06-06 David Guillen Fandospwr: Low-power idle power state for idle CPUs
2016-04-07 Mitch Hayengamem: Remove threadId from memory request class
2016-04-06 Andreas SandbergRevert power patch sets with unexpected interactions
2016-04-05 Mitch Hayengamem: Remove threadId from memory request class
2014-12-09 Akash Bagdiapower: Low-power idle power state for idle CPUs
2016-04-05 Geoffrey Blakecpu: Query CPU for inst executed from Python
2015-10-12 Andreas Hanssonmisc: Add explicit overrides and fix other clang >...
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-09-30 Mitch Hayengacpu,isa,mem: Add per-thread wakeup logic
2015-09-30 Mitch Hayengaisa,cpu: Add support for FS SMT Interrupts
2015-09-30 Mitch Hayengacpu: Add per-thread monitors
2015-08-21 Andreas Hanssoncpu: Move invldPid constant from Request to BaseCPU
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-01-25 Ali Saidicpu: remove legion tracer
2014-11-06 Marc Orrx86 isa: This patch attempts an implementation at mwait.
2014-10-16 Andreas Sandbergcpu: Probe points for basic PMU stats
2014-09-20 Mitch Hayengacpu: Remove unused deallocateContext calls
2014-09-20 Mitch Hayengaalpha,arm,mips,power,x86,cpu,sim: Cleanup activate...
2014-05-09 Akash Bagdiacpu, arm: Allow the specification of a socket field
2014-03-07 Andreas Hanssoncpu: Make CPU and ThreadContext getters const
2014-01-24 Ali Saidicpu: Add CPU support for generatig wake up events when...
2013-09-04 Andreas Hanssonarch: Resurrect the NOISA build target and rename it...
2013-07-19 Andreas Sandbergcpu: Remove unused getBranchPred() method from BaseCPU
2013-07-18 Andreas Hanssonmem: Set the cache line size on a system level
2013-06-11 Andreas Sandbergcpu: Add support for scheduling multiple inst/load...
2013-04-22 Andreas Sandbergkvm: Avoid synchronizing the TC on every KVM exit
2013-03-26 Andreas Hanssoncpu: Remove CpuPort and use MasterPort in the CPU classes
2013-02-15 Andreas Sandbergcpu: Refactor memory system checks
2013-01-07 Andreas Sandbergcpu: Unify the serialization code for all of the CPU...
2013-01-07 Andreas Sandbergcpu: Flush TLBs on switchOut()
2013-01-07 Andreas Sandbergcpu: Introduce sanity checks when switching between...
2012-11-02 Dam SunwooARM: dump stats and process info on context switches
2012-10-15 Andreas HanssonPort: Add protocol-agnostic ports in the port hierarchy
2012-09-25 Andreas Sandbergsim: Move CPU-specific methods from SimObject to the...
2012-08-28 Andreas HanssonClock: Add a Cycles wrapper class and use where applicable
2012-08-21 Andreas HanssonClock: Move the clock and related functions to ClockedO...
2012-05-26 Gabe BlackCPU: Merge the predecoder and decoder.
2012-05-01 Andreas HanssonMEM: Separate requests and responses for timing accesses
2012-04-14 Andreas HanssonMEM: Separate snoops and normal memory requests/responses
2012-04-03 Andreas HanssonAtomic: Remove the physmem_port and access memory directly
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-03-19 Andreas Hanssonclang: Fix recently introduced clang compilation errors
2012-03-02 Andreas HanssonCPU: Check that the interrupt controller is created...
2012-02-24 Andreas HanssonCPU: Round-two unifying instr/data CPU ports across...
2012-02-12 Anthony Gutierrezcpu: add separate stats for insts/ops both globally...
2012-02-12 Ali Saidimem: Add a master ID to each request object.
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2012-01-17 Andreas HanssonCPU: Moving towards a more general port across CPU...
2012-01-10 Ali SaidiO3: Add support of function tracing with O3 CPU.
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-11-18 Gabe BlackSE/FS: Get rid of includes of config/full_system.hh.
2011-11-18 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in the CPU directory.
2011-11-01 Gabe BlackSE/FS: Expose the same methods on the CPUs in SE and...
2011-10-09 Gabe BlackSE/FS: Build the Interrupt objects in SE mode.
2011-04-15 Nathan Binkertincludes: sort all includes
2011-03-26 Korey Sewellmips: cleanup ISA-specific code
2011-02-07 Brad Beckmannm5: added work completed monitoring support
2011-02-07 Joel Hestnessmcpat: Adds McPAT performance counters
next