Age | Commit message (Expand) | Author |
2009-09-22 | python: Move more code into m5.util allow SCons to use that code. | Nathan Binkert |
2009-09-01 | SCons fix to always make MemTest object | Polina Dudnik |
2009-06-04 | types: clean up types, especially signed vs unsigned | Nathan Binkert |
2009-03-05 | stats: Fix all stats usages to deal with template fixes | Nathan Binkert |
2008-11-10 | mem: update stuff for changes to Packet and Request | Nathan Binkert |
2008-10-09 | eventq: convert all usage of events to use the new API. | Nathan Binkert |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul... | Ali Saidi |
2008-03-24 | Don't FastAlloc MSHRs since we don't allocate them on the fly. | Steve Reinhardt |
2008-02-10 | Fix #include lines for renamed cache files. | Steve Reinhardt |
2008-02-06 | Make the Event::description() a const function | Stephen Hines |
2008-01-02 | Add ReadRespWithInvalidate to handle multi-level coherence situation | Steve Reinhardt |
2008-01-02 | Additional comments and helper functions for PrintReq. | Steve Reinhardt |
2008-01-02 | Add functional PrintReq command for memory-system debugging. | Steve Reinhardt |
2007-10-31 | Traceflags: Add SCons function to created a traceflag instead of having one f... | Ali Saidi |
2007-09-28 | Rename cycles() function to ticks() | Ali Saidi |
2007-08-30 | params: Deprecate old-style constructors; update most SimObject constructors. | Miles Kaufmann |
2007-07-27 | cache/memtest: fixes for functional accesses. | Steve Reinhardt |
2007-07-26 | Merge python and x86 changes with cache branch | Nathan Binkert |
2007-07-23 | Major changes to how SimObjects are created and initialized. Almost all | Nathan Binkert |
2007-07-15 | Fix bug with timing snoop upcalls to MemTest object. | Steve Reinhardt |
2007-07-15 | Fix up a bunch of multilevel coherence issues. | Steve Reinhardt |
2007-07-15 | Fix problem with unset max_loads in memtest. | Steve Reinhardt |
2007-06-23 | Minor fix plus new assertion to catch similar bugs. | Steve Reinhardt |
2007-06-21 | Getting closer... | Steve Reinhardt |
2007-06-17 | More major reorg of cache. Seems to work for atomic mode now, | Steve Reinhardt |
2007-06-16 | memtest.cc: | Steve Reinhardt |
2007-05-27 | Merge vm1.(none):/home/stever/bk/newmem-head | Steve Reinhardt |
2007-05-27 | Move SimObject python files alongside the C++ and fix | Nathan Binkert |
2007-05-22 | Merge vm1.(none):/home/stever/bk/newmem-head | Steve Reinhardt |
2007-05-22 | memtest.hh: | Steve Reinhardt |
2007-05-21 | Change getDeviceAddressRanges to use bool for snoop arg. | Steve Reinhardt |
2007-03-12 | Fix some of the memory leaks related to writebacks | Ron Dreslinski |
2007-03-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-02-07 | Make memory commands dense again to avoid cache stat table explosion. | Steve Reinhardt |
2006-12-15 | little fixes i noticed while searching for reason for address range issues (b... | Lisa Hsu |
2006-11-13 | Make CPU models signal to update the snoop ranges | Ron Dreslinski |
2006-10-31 | Remove mem parameter. Now the translating port asks the CPU's dcache's peer ... | Kevin Lim |
2006-10-20 | Merge zizzer:/bk/newmem | Ron Dreslinski |
2006-10-20 | Use fixPacket function everywhere. | Ron Dreslinski |
2006-10-20 | Use PacketPtr everywhere | Nathan Binkert |
2006-10-19 | refactor code for the packet, get rid of packet_impl.hh | Nathan Binkert |
2006-10-19 | Fix memtester to use functional access, fix cache to work functionally now th... | Ron Dreslinski |
2006-10-12 | Another memleak in the memtester (need [] with the delete) | Ron Dreslinski |
2006-10-12 | Fix a memory leak in the memtester | Ron Dreslinski |
2006-10-11 | More cache fixes. Atomic coherence now works as well. | Ron Dreslinski |
2006-10-09 | One step closet to having NACK's work. | Ron Dreslinski |
2006-10-09 | Put a check in so people know not to create more than 8 memtesters. | Ron Dreslinski |
2006-10-09 | Update the Memtester, commit a config file/test for it. | Ron Dreslinski |
2006-06-07 | Reorganization/renaming of CPUExecContext. Now it is called SimpleThread in ... | Kevin Lim |
2006-06-06 | Change ExecContext to ThreadContext. This is being renamed to differentiate ... | Kevin Lim |