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
/
simple
/
timing.cc
Age
Commit message (
Expand
)
Author
2006-11-29
Change the connecting of the physPort and virtPort to the memory object below...
Kevin Lim
2006-11-17
Make an initialization pass for the thread context and set the [phys,virt]Por...
Ron Dreslinski
2006-11-14
Merge zizzer:/bk/newmem
Ron Dreslinski
2006-11-14
Various fixes to delete packet and request a little better.
Kevin Lim
2006-11-14
Make cpu's capable of having a phase shift
Ron Dreslinski
2006-11-13
Make CPU models signal to update the snoop ranges
Ron Dreslinski
2006-11-11
Get rid of the ParamContext for pseudo instructions and move
Nathan Binkert
2006-11-06
Clean up clock phase drift code a bit.
Kevin Lim
2006-11-01
Merge zizzer.eecs.umich.edu:/bk/newmem/
Gabe Black
2006-10-31
Remove mem parameter. Now the translating port asks the CPU's dcache's peer ...
Kevin Lim
2006-10-31
Put the Alpha tlb stuff into the AlphaISA namespace, and give the classes mor...
Gabe Black
2006-10-23
Don't let interupts interupt microcode at undesired points.
Gabe Black
2006-10-20
Use PacketPtr everywhere
Nathan Binkert
2006-10-19
refactor code for the packet, get rid of packet_impl.hh
Nathan Binkert
2006-10-17
Fixes for uni-coherence in timing mode for FS.
Ron Dreslinski
2006-10-12
Merge zizzer:/bk/newmem
Lisa Hsu
2006-10-11
some drain changes in timing (kevin's) and some memory mode assertion changes...
Lisa Hsu
2006-10-09
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-10-09
Fix caches plus sampling switch over.
Kevin Lim
2006-10-08
Fixes for functional path.
Ron Dreslinski
2006-10-08
Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable().
Steve Reinhardt
2006-10-08
Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing)
Steve Reinhardt
2006-10-08
Rename some vars for clarity.
Steve Reinhardt
2006-10-08
Record numCycles properly.
Kevin Lim
2006-10-02
Be sure to set progress interval.
Kevin Lim
2006-07-20
Enforce the timing cpu ticking at it's clock rate
Ali Saidi
2006-07-14
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-07-12
memory mode information now contained in system object
Ali Saidi
2006-07-12
Updates for serialization. As long as the tickEvent doesn't need to be seria...
Kevin Lim
2006-07-07
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-07-07
Switch out fixes for CPUs.
Kevin Lim
2006-07-07
Remove hack now that ports work properly
Ron Dreslinski
2006-07-07
Update cpus to use the getPort function to use a connector object to connect ...
Ron Dreslinski
2006-07-06
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-07-06
Timing cache works for hello world test.
Ron Dreslinski
2006-07-06
Fixes for draining.
Kevin Lim
2006-07-05
Rename quiesce to drain to avoid confusion with the pseudo instruction.
Kevin Lim
2006-07-05
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-07-05
Need to change state upon quiescing.
Kevin Lim
2006-07-05
Fix some unset values in the request in the timing CPU.
Ron Dreslinski
2006-06-29
Various fixes for the CPU models to support the features that have been moved...
Kevin Lim
2006-06-07
Reorganization/renaming of CPUExecContext. Now it is called SimpleThread in ...
Kevin Lim
2006-06-06
Change ExecContext to ThreadContext. This is being renamed to differentiate ...
Kevin Lim
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-31
Streamline interface to Request object.
Steve Reinhardt
2006-05-30
Minor further cleanup & commenting of Packet class.
Steve Reinhardt
2006-05-30
Add a very poor implementation of dealing with retries on timing requests. It...
Ali Saidi
2006-05-26
Fixes for TimingSimpleCPU under full system. Now boots Alpha Linux!
Steve Reinhardt
2006-05-26
Significant rework of Packet class interface:
Steve Reinhardt
2006-05-22
New directory structure:
Steve Reinhardt