Age | Commit message (Expand) | Author |
2006-11-14 | Make cpu's capable of having a phase shift | Ron Dreslinski |
2006-11-13 | Fix a bug to handle the fact that a CPU can send Functional accesses while a ... | Ron Dreslinski |
2006-11-13 | If we didn't satisfy all targets, reset the packet we are requesting with. | Ron Dreslinski |
2006-11-13 | Fix some errors related to snooping and functional access in the bus | Ron Dreslinski |
2006-11-13 | Fix problems with snoop ranges not working properly on functional accesses | Ron Dreslinski |
2006-11-13 | Changes needed for a bus from CPU->L1 | Ron Dreslinski |
2006-11-13 | Since cpus now send out snoop ranges, remove it from the cache. | Ron Dreslinski |
2006-11-13 | Make CPU models signal to update the snoop ranges | Ron Dreslinski |
2006-11-13 | Expose debugBreakCycle through swig and get rid of | Nathan Binkert |
2006-11-13 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-11-13 | More interrupt reworking. | Kevin Lim |
2006-11-12 | Merge zizzer.eecs.umich.edu:/bk/newmem | Steve Reinhardt |
2006-11-12 | Make setRegWithEffect do something in SE mode. | Steve Reinhardt |
2006-11-13 | Change warn to DPRINTF. | Kevin Lim |
2006-11-12 | Fix typo. | Kevin Lim |
2006-11-12 | Fix for regression failure. | Kevin Lim |
2006-11-12 | Merge ktlim@zamp:./local/clean/tmp/test-regress | Kevin Lim |
2006-11-12 | Fix for non-FS compile. | Kevin Lim |
2006-11-12 | Create a module called internal where swigged stuff goes. | Nathan Binkert |
2006-11-12 | Updates to support new interrupt processing and removal of PcPAL. | Kevin Lim |
2006-11-12 | Merge zizzer:/bk/newmem | Ron Dreslinski |
2006-11-12 | Physical memory overrides the tport version of recvFunctional, need to do the | Ron Dreslinski |
2006-11-12 | Handle packets being deleted by lower level properly. | Ron Dreslinski |
2006-11-12 | Don't insert reponses into the list more than once | Ron Dreslinski |
2006-11-12 | Move code before a early return to make sure it is executed on all paths | Ron Dreslinski |
2006-11-12 | Yet another small bug in mem system related to flow control | Ron Dreslinski |
2006-11-12 | Fix functional access errors related to delayed respnoses in cachePort | Ron Dreslinski |
2006-11-11 | Fix Typo | Nathan Binkert |
2006-11-11 | set TRACING_ON one way or another explicitly in the | Nathan Binkert |
2006-11-11 | Get rid of the ParamContext for pseudo instructions and move | Nathan Binkert |
2006-11-11 | The Lock_Flag_DepTag went away earlier, and using TheISA gives the false impr... | Gabe Black |
2006-11-11 | Certain header files should only be used in FS. | Gabe Black |
2006-11-10 | More fixes for functional accesses. It now makes the writeback memory leak t... | Ron Dreslinski |
2006-11-10 | Big fix for functional access, where we forgot to copy the last byte on write... | Ron Dreslinski |
2006-11-10 | Merge zizzer:/bk/newmem | Ali Saidi |
2006-11-10 | fix endian issues with condition codes | Ali Saidi |
2006-11-10 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-11-10 | Elaborated on the tlb stubs so that they just set the physical address to the... | Gabe Black |
2006-11-10 | Fixed up DepTags a little. I think NumMicroIntRegs shouldn't be added to Ctrl... | Gabe Black |
2006-11-10 | Added StrandStsReg operand. | Gabe Black |
2006-11-10 | Put in provisions for rd, rdpr, rdhpr, wr, wrpr, and wrhpr to disassemble pro... | Gabe Black |
2006-11-10 | Made the annul of unconditional conditional branches behave properly, added c... | Gabe Black |
2006-11-10 | Fixed up the code that prints out registers to take into account microregisters. | Gabe Black |
2006-11-10 | Tweaked debug output. | Gabe Black |
2006-11-10 | Touched up faults, and made POR actually do something. | Gabe Black |
2006-11-10 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-11-10 | Change up some warnings to DPRINTFs. | Kevin Lim |
2006-11-10 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-11-10 | Actually finished moving the register file stuff around. | Gabe Black |
2006-11-10 | Moved the Alpha float regfile into it's own regfile and got rid of constants.... | Gabe Black |