summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2004-11-13Macros are nasty, so let's get rid of them. Convert allNathan Binkert
2004-11-13defining SYSTEM_EV5 isn't all that necessaryNathan Binkert
2004-11-13defining SYSTEM_EV5 isn't all that necessaryNathan Binkert
2004-11-10Use the inPalMode function instead of the PC_PAL macroNathan Binkert
2004-11-10Don't use the global check_interrupts variable. Add a per-cpuNathan Binkert
2004-11-03Add Inorder CPU modelTaeho Kgil
2004-10-25Don't use magic numbers.Nathan Binkert
2004-10-23get rid of pmap.h and make things variables and inlineNathan Binkert
2004-10-23in the arch/alpha directory we should use arch/alpha, notNathan Binkert
2004-10-22Make targetarch directory in build tree and copy arch/alpha files to itSteve Reinhardt
2004-10-16Fixes for bigendian platformsAli Saidi
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