summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2004-09-22Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5-smpAli Saidi
2004-09-22fix unaligned memory offset and some small fixes to interrupt binningAli Saidi
2004-09-20Update copies to work around alignment faults.Erik Hallnor
2004-09-03added system option to bin interrupt code seperately.Ali Saidi
2004-08-20- Clean up and factor out all of the binning code into aNathan Binkert
2004-08-02merged full_cpu.ini, system.ini and devtime.cAli Saidi
2004-08-02added m5 debug and m5 switch cpu instruction (doesn't work yet) andAli Saidi
2004-07-30Added debug printk supportAli Saidi
2004-07-08fixed a bad merge from linux<->tru64Ali Saidi
2004-07-02Need to #include <unistd.h> to build with preadNathan Binkert
2004-07-01implement the readfile pseudo instruction that will readNathan Binkert
2004-07-01rename CopyData to CopyOut and implement CopyIn to copy dataNathan Binkert
2004-06-30add asn when tracing tlb stuffNathan Binkert
2004-06-28fix up the recordEvent stuff to support ignoring eventsNathan Binkert
2004-06-22ifdefed ev5 vs. ev6 differences so Tlaser can work in the linux treeAli Saidi
2004-06-22pull from head before pushing linux treeAli Saidi
2004-06-15Get software prefetching to work in full-system mode.Steve Reinhardt
2004-06-10Fixes for detailed boot, made cttz and ctlz instructions more compact,Ali Saidi
2004-06-08Updated Copyright with information in bitkeeper changelogsAli Saidi
2004-06-04Added ctlz and cttz instructions to isa_desc for use in the PAL code.Ali Saidi
2004-06-01Merge saidi@zizzer:/z/m5/Bitkeeper/m5/Ali Saidi
2004-05-31Renamed OpClass enum members: they all end in 'Op' now.Steve Reinhardt
2004-05-31Merged head into linux treeAli Saidi
2004-05-28Updated FastCPU model with all the recent changes.Kevin Lim
2004-05-28Merged in new FastCPU stuff with existing code.Kevin Lim
2004-05-27FastCPU model added. It's very similar to the SimpleCPU, just without a lot ...Kevin Lim
2004-05-21add a few statistics eventsNathan Binkert
2004-05-21rename namespace Statistics to StatsNathan Binkert
2004-05-21Change the namespace Statistics to StatsNathan Binkert
2004-05-19Remove the uncacheable bit 39 check (needs to be merged in with head treeAndrew Schultz
2004-05-18Add a level of indirection to the register accessors used inSteve Reinhardt
2004-05-18Replace explicit xc->misspeculating() tests in execute() methodsSteve Reinhardt
2004-05-18merge m5 with linux for the event and binning liftingLisa Hsu
2004-05-17Significant changes to ISA description to completely factorSteve Reinhardt
2004-05-13Add VPtr class that makes it possible to esentially createNathan Binkert
2004-05-13remove the annotation junkNathan Binkert
2004-05-13pass the address of both the old an new pcbb on contextNathan Binkert
2004-05-11successful merge, linux still builds and runs as far it used to, network devi...Lisa Hsu
2004-05-11first pass at merging m5 with linuxLisa Hsu
2004-05-10Do a better job of factoring out CPU model in ISA description.Steve Reinhardt
2004-05-09Added ULL for 64bit intsAli Saidi
2004-05-06Whole mess'o'changes.. see individual filesAndrew Schultz
2004-05-04Major stats package cleanupNathan Binkert
2004-04-06Beta version of Python configuration tool. Generates .ini files fromSteve Reinhardt
2004-04-03More {Itb,Dtb} -> {ITB,DTB} renames (forgot to test build KERNEL).Steve Reinhardt
2004-04-02Basic cleanup pass to get rid of a few things that made the PythonSteve Reinhardt
2004-03-24ULL()Nathan Binkert
2004-03-11merge with m5 headLisa Hsu
2004-03-04Reenable functioning copies.Erik Hallnor
2004-03-04AutomergedErik Hallnor