Age | Commit message (Expand) | Author |
2005-01-14 | Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most change... | Kevin Lim |
2005-01-11 | Merge changes. | 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-23 | Update to make multiple instruction issue and different latencies work. | Kevin Lim |
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 | Check in of new CPU. This checkin works under non-Fullsystem mode, with no c... | Kevin Lim |
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 |
2004-05-21 | add a few statistics events | Nathan Binkert |
2004-05-21 | rename namespace Statistics to Stats | Nathan Binkert |
2004-05-21 | Change the namespace Statistics to Stats | Nathan Binkert |
2004-05-19 | Remove the uncacheable bit 39 check (needs to be merged in with head tree | Andrew Schultz |
2004-05-18 | Add a level of indirection to the register accessors used in | Steve Reinhardt |
2004-05-18 | Replace explicit xc->misspeculating() tests in execute() methods | Steve Reinhardt |
2004-05-18 | merge m5 with linux for the event and binning lifting | Lisa Hsu |
2004-05-17 | Significant changes to ISA description to completely factor | Steve Reinhardt |
2004-05-13 | Add VPtr class that makes it possible to esentially create | Nathan Binkert |