index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpu
/
inorder
Age
Commit message (
Expand
)
Author
2011-02-12
inorder: clean up the old way of inst. scheduling
Korey Sewell
2011-02-12
inorder: utilize cached skeds in pipeline
Korey Sewell
2011-02-12
inorder: define iterator for resource schedules
Korey Sewell
2011-02-12
inorder: stage scheduler for front/back end schedule creation
Korey Sewell
2011-02-12
inorder: cache instruction schedules
Korey Sewell
2011-02-12
inorder: comments for resource sked class
Korey Sewell
2011-02-12
inorder: remove unused file
Korey Sewell
2011-02-04
inorder: fault handling
Korey Sewell
2011-02-04
inorder: pcstate and delay slots bug
Korey Sewell
2011-02-04
inorder: add a fetch buffer to fetch unit
Korey Sewell
2011-02-04
inorder: overload find-req fn
Korey Sewell
2011-02-04
inorder: implement separate fetch unit
Korey Sewell
2011-02-04
inorder: cache port blocking
Korey Sewell
2011-02-04
inorder: stage width as a python parameter
Korey Sewell
2011-02-04
inorder: multi-issue branch resolution
Korey Sewell
2011-02-04
inorder: pipe. stage inst. buffering
Korey Sewell
2011-02-04
inorder: change skidBuffer to list instead of queue
Korey Sewell
2011-02-04
inorder: activity tracking bug
Korey Sewell
2011-02-03
Config: Keep track of uncached and cached ports separately.
Gabe Black
2011-01-12
inorder: fix RUBY_FS build
Korey Sewell
2011-01-07
Replace curTick global variable with accessor functions.
Steve Reinhardt
2011-01-07
inorder: replace schedEvent() code with reschedule().
Steve Reinhardt
2011-01-07
inorder: get rid of references to mainEventQueue.
Steve Reinhardt
2011-01-03
Move sched_list.hh and timebuf.hh from src/base to src/cpu.
Steve Reinhardt
2011-01-03
Make commenting on close namespace brackets consistent.
Steve Reinhardt
2010-12-20
Style: Replace some tabs with spaces.
Gabe Black
2010-12-07
O3: Make all instructions that write a misc. register not perform the write u...
Giacomo Gabrielli
2010-11-08
ARM/Alpha/Cpu: Change prefetchs to be more like normal loads.
Ali Saidi
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-09-20
CPU: Fix O3 and possible InOrder segfaults in FS.
Gabe Black
2010-09-13
CPU: Get rid of the now unnecessary getInst/setInst family of functions.
Gabe Black
2010-09-13
Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.
Gabe Black
2010-08-14
Inorder: Fix compilation of m5.fast.
Gabe Black
2010-08-13
CPU: Add readBytes and writeBytes functions to the exec contexts.
Gabe Black
2010-08-13
InOrder: Clean up some DPRINTFs that print data sent to/from the cache.
Gabe Black
2010-06-28
inorder: remove another debug stat
Korey Sewell
2010-06-26
inorder: remove debugging stat
Korey Sewell
2010-06-25
inorder: Return Address Stack bug
Korey Sewell
2010-06-25
inorder: resource scheduling backend
Korey Sewell
2010-06-24
inorder: cleanup virtual functions
Korey Sewell
2010-06-24
inorder: enforce 78-character rule
Korey Sewell
2010-06-24
inorder: exe_unit_stats for resolved branches
Korey Sewell
2010-06-23
inorder: squash from memory stall
Korey Sewell
2010-06-23
inorder: record load/store trace data
Korey Sewell
2010-06-23
inorder: update branch predictor
Korey Sewell
2010-06-23
inorder-stats: add instruction type stats
Korey Sewell
2010-06-23
inorder: stall signal handling
Korey Sewell
2010-06-23
inorder: tick scheduling
Korey Sewell
2010-04-10
inorder: timing for inst forwarding
Korey Sewell
2010-03-27
m5: merge inorder updates
Korey Sewell
[next]