misc: Replaced master/slave terminology
[gem5.git] / src / cpu / checker / cpu.cc
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-08-26 Emily Brickeycpu: update port terminology
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-17 Gabe Blackarch,cpu,sim: Eliminate the now empty kernel statistics...
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-04 Gabe Blackarch,cpu,mem: Replace the mmmapped IPR mechanism with...
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.
2019-12-11 Giacomo Travaglinicpu: Fix coding style (byteEnable->byte_enable)
2019-12-11 Giacomo Travaglinicpu: Add byteEnable assertions to readMem and initateMe...
2019-05-11 Giacomo Gabriellicpu,mem: Add support for partial loads/stores and wide...
2019-04-30 Gabe Blackarch: cpu: Track kernel stats using the base ISA agnost...
2018-11-28 Rekai Gonzalez-Alb... cpu,arch-arm: Initialise data members
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-06-11 Giacomo Travaglinimisc: Substitute pointer to Request with aliased RequestPtr
2018-04-27 Giacomo Travaglinisim,cpu,mem,arch: Introduced MasterInfo data structure
2017-12-05 Nikos Nikoleriscpu: Add support for CMOs in the cpu models
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-08-15 Nikos Nikoleriscpu, arch: fix the type used for the request flags
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
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-02-11 Andreas Sandbergsim: Move the BaseTLB to src/arch/generic/
2015-01-22 Andreas Hanssonmem: Clean up Request initialisation
2014-10-30 Ali Saidiautomated merge
2014-10-30 Ali Saidicpu: Add support to checker for CACHE_BLOCK_ZERO commands.
2014-09-27 Andreas Hanssonscons: Address issues related to gcc 4.9.1
2014-09-12 Andrew Bardsleystyle: Fix line continuation, especially in debug messages
2014-05-13 Curtis Dunhammem: Refactor assignment of Packet types
2014-01-24 Geoffrey Blakechecker: CheckerCPU handling of MiscRegs was incorrect
2013-07-18 Andreas Hanssonmem: Set the cache line size on a system level
2013-03-26 Andreas Hanssoncpu: Remove CpuPort and use MasterPort in the CPU classes
2013-01-07 Andreas Sandbergarch: Make the ISA class inherit from SimObject
2012-08-28 Andreas HanssonChecker: Fix checker CPU ports
2012-05-10 Ali Saidigem5: fix a number of use after free issues
2012-04-14 Andreas HanssonMEM: Remove the Broadcast destination from the packet
2012-03-09 Geoffrey BlakeCheckerCPU: Make CheckerCPU runtime selectable instead...
2012-03-02 Andreas HanssonCPU: Check that the interrupt controller is created...
2012-02-12 Ali Saidimem: Add a master ID to each request object.
2012-02-07 Gabe BlackChecker: Access workload element 0 only if there is...
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Geoffrey BlakeCheckerCPU: Re-factor CheckerCPU to be compatible with...
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-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 FULL_SYSTEM in the CPU directory.
2011-04-15 Nathan Binkertincludes: sort all includes
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-11-08 Ali SaidiARM/Alpha/Cpu: Change prefetchs to be more like normal...
2010-01-19 Derek Howermerge
2009-11-11 Gabe BlackMerge with the head.
2009-11-11 Gabe BlackMem: Eliminate the NO_FAULT request flag.
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackGet rid of the unused get(Data|Inst)Asid and (inst...
2009-04-20 Gabe BlackMem: Change isLlsc to isLLSC.
2009-04-19 Gabe BlackMemory: Rename LOCKED for load locked store conditional...
2009-04-15 Steve ReinhardtThreadState: initialize status to Halted in constructor.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-25 Gabe BlackISA: Replace the translate functions in the TLBs with...
2009-02-25 Gabe BlackCPU: Get rid of translate... functions from various...
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-02-12 Ali Saidisome forgotten commits
2006-11-10 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-11-09 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-11-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem/
2006-11-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem/
2006-11-08 Gabe BlackMerge zeep.eecs.umich.edu:/home/gblack/m5/newmem
2006-11-08 Gabe BlackPut kernel_stats back into arch.
2006-11-02 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem/
2006-10-31 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-31 Kevin LimRemove mem parameter. Now the translating port asks...
2006-10-23 Lisa HsuMerge zizzer:/bk/newmem
2006-10-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-21 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2006-10-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-20 Ron DreslinskiMerge zizzer:/bk/newmem
2006-10-20 Ali SaidiMerge zizzer:/bk/newmem
2006-10-20 Nathan BinkertUse PacketPtr everywhere
2006-10-20 Nathan Binkertrefactor code for the packet, get rid of packet_impl.hh
2006-10-12 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-10 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-08 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-10-08 Steve ReinhardtReplace tests of LOCKED/UNCACHEABLE flags with isLocked...
2006-10-01 Kevin LimMerge ktlim@zamp:./local/clean/o3-merge/m5
2006-07-18 Gabe BlackMerge m5.eecs.umich.edu:/bk/newmem
2006-07-06 Ali SaidiMerge zizzer:/bk/newmem
2006-06-26 Ali SaidiMerge zizzer:/bk/newmem
2006-06-22 Kevin LimSplit Checker up properly into templated and non-templa...
2006-06-18 Steve ReinhardtMerge zizzer.eecs.umich.edu:/bk/newmem
2006-06-18 Ali SaidiMerge zizzer:/bk/newmem
2006-06-18 Kevin LimMerge ktlim@zizzer:/bk/newmem
next