CPU: Add readBytes and writeBytes functions to the exec contexts.
[gem5.git] / src / cpu / inorder / cpu.cc
2010-08-13 Gabe BlackCPU: Add readBytes and writeBytes functions to the...
2010-06-28 Korey Sewellinorder: remove another debug stat
2010-06-25 Korey Sewellinorder: resource scheduling backend
2010-06-24 Korey Sewellinorder: enforce 78-character rule
2010-06-23 Korey Sewellinorder-stats: add instruction type stats
2010-06-23 Korey Sewellinorder: tick scheduling
2010-03-22 Korey Sewellinorder: fix address list bug
2010-02-01 Brad Beckmannmerge
2010-01-31 Korey Sewellinorder: double delete inst bug
2010-01-31 Korey Sewellinorder: inst count mgmt
2010-01-31 Korey Sewellinorder: add activity stats
2010-01-31 Korey Sewellinorder: object cleanup in destructors
2010-01-31 Korey Sewellinorder: user per-thread dummy insts/reqs
2010-01-31 Korey Sewellinorder: ctxt switch stats
2010-01-31 Korey Sewellinorder: pipeline stage stats
2010-01-31 Korey Sewellinorder: set thread status'
2010-01-31 Korey Sewellinorder: add/remove halt/deallocate context respectively
2010-01-31 Korey Sewellinorder: track last branch committed
2010-01-31 Korey Sewellinorder: ready thread wakeup
2010-01-31 Korey Sewellinorder: ready/suspend status fns
2010-01-31 Korey Sewellinorder-cleanup: remove unused thread functions
2010-01-31 Korey Sewellinorder: activate thread on cache miss
2010-01-31 Korey Sewellinorder: add event priority offset
2010-01-31 Korey Sewellinorder: squash on memory stall
2010-01-31 Korey Sewellinorder: add insts to cpu event
2010-01-31 Korey Sewellconfigs/inorder: add options for switch-on-miss to...
2010-01-31 Korey Sewellinorder: init internal debug cpu counters
2010-01-19 Derek Howermerge
2009-10-01 Korey Sewellinorder-debug: print out workload
2009-09-25 Korey Sewellinorder-debug: fix cpu tick debug message
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-09-15 Korey Sewellinorder-alpha-fs: edit inorder model to compile FS...
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackGet rid of the unused get(Data|Inst)Asid and (inst...
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined integer register...
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined floating point...
2009-07-09 Gabe BlackRegisters: Get rid of the float register width parameter.
2009-07-09 Gabe BlackRegisters: Add an ISA object which replaces the MiscReg...
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
2009-05-12 Korey Sewellinorder-tlb-cunit: merge the TLB as implicit to any...
2009-05-12 Korey Sewellinorder-tlb: squash insts in TLB correctly
2009-05-12 Korey Sewellinorder-stc: update interface to handle store conditionals
2009-05-12 Korey Sewellinorder-mem: skeleton support for prefetch/writehints
2009-05-12 Korey Sewellinorder-unified-tlb: use unified TLB instead of old...
2009-05-12 Korey Sewellinorder-alpha-port: initial inorder support of ALPHA
2009-04-17 Steve Reinhardto3, inorder: fix FS bug due to initializing ThreadState...
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-03-05 Korey SewellInOrderCPU: Clean up Constructors to initialize variabl...
2009-03-04 Korey SewellRemove unused functions/comments cluttering up the...
2009-03-04 Korey Sewellmake handling of interstage buffers (i.e. StageQueues...
2009-03-04 Korey SewellGive TimeBuffer an ID that can be set. Necessary becaus...
2009-03-04 Korey Sewelluse numCycles instead of simTicks to determine CPI...
2009-02-27 Gabe BlackProcesses: Make getting and setting system call argumen...
2009-02-10 Korey SewellInOrder: Import new inorder CPU model from MIPS.