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
Age
Commit message (
Expand
)
Author
2005-03-14
g++ 3.4 fixes.
Kevin Lim
2005-03-10
Removed unecessary constructor call at each return.
Ali Saidi
2005-03-10
fix typo in SyscallReturn Object
Ali Saidi
2005-03-09
Changed all syscalls to use syscall return object.
Ali Saidi
2005-03-01
Two fixes to try and get TLB miss cost more in line with real platform:
Steve Reinhardt
2005-03-01
Add a new operation class for IPR accesses, and have IPR-accessing
Steve Reinhardt
2005-02-25
Make all StaticInst methods const. StaticInst objects represent a
Steve Reinhardt
2005-02-25
Fix timing modeling of faults: functionally the very next instruction after
Steve Reinhardt
2005-02-13
build mysql version if libraries exist
Ali Saidi
2005-02-03
Add support for CPU models to execute the effective
Steve Reinhardt
2005-01-21
Merge zizzer.eecs.umich.edu:/bk/m5
Kevin Lim
2005-01-21
Add a couple statistics contexts.
Nathan Binkert
2005-01-14
Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most change...
Kevin Lim
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-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-11-03
Add Inorder CPU model
Taeho Kgil
2004-10-25
Don't use magic numbers.
Nathan Binkert
2004-10-23
get rid of pmap.h and make things variables and inline
Nathan Binkert
2004-10-23
in the arch/alpha directory we should use arch/alpha, not
Nathan Binkert
2004-10-22
Make targetarch directory in build tree and copy arch/alpha files to it
Steve Reinhardt
2004-10-16
Fixes for bigendian platforms
Ali Saidi
2004-09-22
Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5-smp
Ali Saidi
2004-09-22
fix unaligned memory offset and some small fixes to interrupt binning
Ali Saidi
2004-09-20
Update copies to work around alignment faults.
Erik Hallnor
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-08-02
merged full_cpu.ini, system.ini and devtime.c
Ali Saidi
2004-08-02
added m5 debug and m5 switch cpu instruction (doesn't work yet) and
Ali Saidi
2004-07-30
Added debug printk support
Ali Saidi
2004-07-08
fixed a bad merge from linux<->tru64
Ali Saidi
2004-07-02
Need to #include <unistd.h> to build with pread
Nathan Binkert
2004-07-01
implement the readfile pseudo instruction that will read
Nathan Binkert
2004-07-01
rename CopyData to CopyOut and implement CopyIn to copy data
Nathan Binkert
2004-06-30
add asn when tracing tlb stuff
Nathan Binkert
2004-06-28
fix up the recordEvent stuff to support ignoring events
Nathan Binkert
2004-06-22
ifdefed ev5 vs. ev6 differences so Tlaser can work in the linux tree
Ali Saidi
2004-06-22
pull from head before pushing linux tree
Ali Saidi
2004-06-15
Get software prefetching to work in full-system mode.
Steve Reinhardt
2004-06-10
Fixes for detailed boot, made cttz and ctlz instructions more compact,
Ali Saidi
2004-06-08
Updated Copyright with information in bitkeeper changelogs
Ali Saidi
2004-06-04
Added ctlz and cttz instructions to isa_desc for use in the PAL code.
Ali Saidi
2004-06-01
Merge saidi@zizzer:/z/m5/Bitkeeper/m5/
Ali Saidi
2004-05-31
Renamed OpClass enum members: they all end in 'Op' now.
Steve Reinhardt
2004-05-31
Merged head into linux tree
Ali Saidi
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
[next]