summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-11-14Merge 141.212.106.238:/home/gblack/m5/newmemmemopsGabe Black
2006-11-14Set hpstate to be what I'm assuming Legion is.Gabe Black
2006-11-14Make sure a POR doesn't clobber the value of the hpstate.Gabe Black
2006-11-14Fix up the disassembly a little.Gabe Black
2006-11-14Merge 141.212.106.238:/home/gblack/m5/newmemmemopsGabe Black
2006-11-14Update phase param in the .py file for the cpusRon Dreslinski
2006-11-14Update bus bridges now that snoop ranges are passed properlyRon Dreslinski
2006-11-14Make cpu's capable of having a phase shiftRon Dreslinski
2006-11-13Fix a bug to handle the fact that a CPU can send Functional accesses while a ...Ron Dreslinski
2006-11-13If we didn't satisfy all targets, reset the packet we are requesting with.Ron Dreslinski
2006-11-13Fix some errors related to snooping and functional access in the busRon Dreslinski
2006-11-13Fix problems with snoop ranges not working properly on functional accessesRon Dreslinski
2006-11-13Changes needed for a bus from CPU->L1Ron Dreslinski
2006-11-13Since cpus now send out snoop ranges, remove it from the cache.Ron Dreslinski
2006-11-13Make CPU models signal to update the snoop rangesRon Dreslinski
2006-11-13Expose debugBreakCycle through swig and get rid ofNathan Binkert
2006-11-13Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-11-13More interrupt reworking.Kevin Lim
2006-11-12Merge zizzer.eecs.umich.edu:/bk/newmemSteve Reinhardt
2006-11-12Make setRegWithEffect do something in SE mode.Steve Reinhardt
2006-11-13Change warn to DPRINTF.Kevin Lim
2006-11-12Fix typo.Kevin Lim
2006-11-12Fix for regression failure.Kevin Lim
2006-11-12Merge zizzer.eecs.umich.edu:/bk/newmem/Gabe Black
2006-11-12Merge ktlim@zamp:./local/clean/tmp/test-regressKevin Lim
2006-11-12Fix for non-FS compile.Kevin Lim
2006-11-12Create a module called internal where swigged stuff goes.Nathan Binkert
2006-11-12Updates to support new interrupt processing and removal of PcPAL.Kevin Lim
2006-11-12Merge zizzer:/bk/newmemRon Dreslinski
2006-11-12Physical memory overrides the tport version of recvFunctional, need to do theRon Dreslinski
2006-11-12Handle packets being deleted by lower level properly.Ron Dreslinski
2006-11-12Don't insert reponses into the list more than onceRon Dreslinski
2006-11-12Move code before a early return to make sure it is executed on all pathsRon Dreslinski
2006-11-12Yet another small bug in mem system related to flow controlRon Dreslinski
2006-11-12Fix functional access errors related to delayed respnoses in cachePortRon Dreslinski
2006-11-11Fix TypoNathan Binkert
2006-11-11set TRACING_ON one way or another explicitly in theNathan Binkert
2006-11-11Get rid of the ParamContext for pseudo instructions and moveNathan Binkert
2006-11-11Fix for CAS so that it knows about all the possible code in the constructor.Gabe Black
2006-11-11The Lock_Flag_DepTag went away earlier, and using TheISA gives the false impr...Gabe Black
2006-11-11Certain header files should only be used in FS.Gabe Black
2006-11-10More fixes for functional accesses. It now makes the writeback memory leak t...Ron Dreslinski
2006-11-10Big fix for functional access, where we forgot to copy the last byte on write...Ron Dreslinski
2006-11-10Merge zizzer:/bk/newmemAli Saidi
2006-11-10fix endian issues with condition codesAli Saidi
2006-11-10Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-11-10Elaborated on the tlb stubs so that they just set the physical address to the...Gabe Black
2006-11-10Fixed up DepTags a little. I think NumMicroIntRegs shouldn't be added to Ctrl...Gabe Black
2006-11-10Added StrandStsReg operand.Gabe Black
2006-11-10Put in provisions for rd, rdpr, rdhpr, wr, wrpr, and wrhpr to disassemble pro...Gabe Black