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
/
arch
/
alpha
/
ev5.cc
Age
Commit message (
Expand
)
Author
2005-04-11
Make the notion of a global event tick independent of the actual
Nathan Binkert
2004-11-13
Macros are nasty, so let's get rid of them. Convert all
Nathan Binkert
2004-11-13
defining SYSTEM_EV5 isn't all that necessary
Nathan Binkert
2004-11-10
Use the inPalMode function instead of the PC_PAL macro
Nathan Binkert
2004-11-10
Don't use the global check_interrupts variable. Add a per-cpu
Nathan Binkert
2004-09-22
fix unaligned memory offset and some small fixes to interrupt binning
Ali Saidi
2004-09-03
added system option to bin interrupt code seperately.
Ali Saidi
2004-08-20
- Clean up and factor out all of the binning code into a
Nathan Binkert
2004-06-28
fix up the recordEvent stuff to support ignoring events
Nathan Binkert
2004-06-15
Get software prefetching to work in full-system mode.
Steve Reinhardt
2004-05-28
Updated FastCPU model with all the recent changes.
Kevin Lim
2004-05-28
Merged in new FastCPU stuff with existing code.
Kevin Lim
2004-05-27
FastCPU model added. It's very similar to the SimpleCPU, just without a lot ...
Kevin Lim
2004-05-21
add a few statistics events
Nathan Binkert
2004-05-13
remove the annotation junk
Nathan Binkert
2004-05-13
pass the address of both the old an new pcbb on context
Nathan Binkert
2004-04-03
More {Itb,Dtb} -> {ITB,DTB} renames (forgot to test build KERNEL).
Steve Reinhardt
2004-02-29
fix rpcc
Nathan Binkert
2004-02-28
Fix handling of rpcc in full-system mode.
Steve Reinhardt
2004-02-18
Change the physical memory logic, and also add misspeculation fix to
Andrew Schultz
2003-12-15
Fixes for full-system call_pal instruction.
Steve Reinhardt
2003-12-10
Factor ExecContext::setStatus(), BaseCPU::execCtxStatusChange(),
Steve Reinhardt
2003-10-28
Clean up a few spots where we weren't handling of misspeculation correctly.
Steve Reinhardt
2003-10-28
emulate callpal halt for non FULL_SYSTEM
Nathan Binkert
2003-10-24
Move some common full-system CPU initialization from the
Steve Reinhardt
2003-10-23
Initial support for CPU switching. New SamplingCPU object encompasses a set
Steve Reinhardt
2003-10-14
Remove all of the Tru64 specific stuff from the base System object
Nathan Binkert
2003-10-10
Make include paths explicit and update makefile accordingly.
Steve Reinhardt
2003-10-07
Import changeset
Steve Raasch