Merge zizzer.eecs.umich.edu:/bk/newmem
[gem5.git] / src / mem /
2006-10-10 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-10 Ron DreslinskiFix cshr Retry's
2006-10-10 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-10 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-10 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-10-10 Ron DreslinskiYet another fix to the HasData command attribute.
2006-10-10 Ron DreslinskiActually set the HasData attribute on Read Responses
2006-10-10 Ron DreslinskiFix another merge issue
2006-10-10 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-10-10 Ron DreslinskiFix several bugs pertaining to upgrades/mem leaks.
2006-10-10 Gabe BlackFixed a bug where a packet was attempted to be sent...
2006-10-10 Gabe BlackFixes to the bus, and added fields to the packet.
2006-10-10 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-10 Ron DreslinskiHandle NACK's that occur from devices on the same bus.
2006-10-09 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-09 Ron DreslinskiFix a typo preventing compilation
2006-10-09 Ron DreslinskiFix how upgrades work.
2006-10-09 Ron DreslinskiOne step closet to having NACK's work.
2006-10-09 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-09 Gabe BlackPotentially functional partially timed bandwidth limitt...
2006-10-09 Ron DreslinskiFix a typo in the printf
2006-10-09 Ron DreslinskiFix a bitwise operation that was accidentally a logical...
2006-10-09 Ron DreslinskiMake memtest work with 8 memtesters
2006-10-09 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-10-09 Ron DreslinskiAdd more DPRINTF's fix a supply condition.
2006-10-09 Ron DreslinskiSet size properly on uncache accesses
2006-10-09 Ron DreslinskiHave cpus send snoop ranges
2006-10-09 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-10-09 Ron DreslinskiDon't create a response if one isn't needed.
2006-10-09 Ron DreslinskiDon't block responses even if the cache is blocked.
2006-10-09 Kevin LimUpdate memory assertion to check for whole range.
2006-10-09 Ron DreslinskiMake sure to propogate sendFunctional calls with functi...
2006-10-09 Ron DreslinskiFixes for functional path.
2006-10-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-08 Ron DreslinskiOnly respond if the pkt needs a response.
2006-10-08 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-10-08 Ron DreslinskiMove away from using the statusChange function on snoop...
2006-10-08 Gabe Blackmissing else
2006-10-08 Gabe Blackbus changes
2006-10-08 Steve ReinhardtReplace tests of LOCKED/UNCACHEABLE flags with isLocked...
2006-10-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-08 Gabe BlackA possible implementation of a multiplexed bus.
2006-10-08 Gabe BlackAdd in HasData, and move the define of NUM_MEM_CMDS...
2006-10-08 Steve ReinhardtImplement Alpha LL/SC support for SimpleCPU (Atomic...
2006-10-07 Ali SaidiMerge zizzer:/bk/newmem
2006-10-07 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-07 Ron DreslinskiFix a missing pointer
2006-10-07 Ron DreslinskiNo need to keep trying to request the data bus if we...
2006-10-07 Ron DreslinskiAdd mechanism for caches to handle failure of the fast...
2006-10-07 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-10-07 Ron DreslinskiFix infinite writebacks bug in cache.
2006-10-07 Ali SaidiMerge zizzer:/bk/newmem
2006-10-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-06 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-10-06 Ron DreslinskiAnother thread number removed
2006-10-06 Ron DreslinskiRemove threadnum from cache everywhere for now
2006-10-06 Korey SewellMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2006-10-06 Lisa Hsuthere are two main thrusts of this changeset.
2006-10-06 Ron DreslinskiFixes for functional accesses to use the snoop path.
2006-10-06 Ron DreslinskiFirst pass at snooping stuff that compiles and doesn...
2006-10-05 Gabe BlackPartial reimplementation of the bus. The "clock" and...
2006-10-01 Kevin LimMerge ktlim@zamp:./local/clean/o3-merge/m5
2006-09-15 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-09-11 Ali SaidiMerge zizzer:/bk/newmem
2006-09-01 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2006-08-30 Steve ReinhardtMove more common functionality into SimpleTimingPort,
2006-08-30 Steve ReinhardtMinor include file & formatting cleanup.
2006-08-28 Steve ReinhardtMake address formats consistent in DPRINTFs.
2006-08-22 Ron DreslinskiStill need LL/SC support in cache, add hack to always...
2006-08-22 Ron DreslinskiCommiting a version of the multi-phase snoop atomic...
2006-08-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-08-21 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-08-21 Ron DreslinskiChanges so that time in the packet is actually set...
2006-08-18 Steve ReinhardtChanges to build m5.fast
2006-08-17 Lisa HsuMerge zizzer:/bk/newmem
2006-08-17 Ali SaidiMerge zizzer:/bk/newmem
2006-08-17 Ali SaidiDRAM Memory doesn't crash the simulator now.. still...
2006-08-16 Ali SaidiMerge zizzer:/bk/newmem
2006-08-16 Ali SaidiFix Physical Memory to allow memory sizes bigger than...
2006-08-16 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-08-16 Ron DreslinskiFixes for blocking in the caches that needed to be...
2006-08-15 Ali SaidiMerge zizzer:/bk/newmem
2006-08-15 Ali Saidifixes for gcc 4.1
2006-08-15 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-08-15 Ron DreslinskiPulled out changes to fix EIO programs with caches...
2006-08-15 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-08-15 Ron DreslinskiSome changes to support blocking in the caches
2006-08-15 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-08-15 Gabe BlackCleaned up include files and got rid of many using...
2006-08-14 Steve ReinhardtFix up doxygen.
2006-08-14 Gabe BlackChanged the size parameter from int to int64_t
2006-08-12 Gabe Black#include of iostream needed.
2006-08-11 Gabe BlackPushed most of constants.hh back into isa_traits.hh...
2006-07-23 Korey SewellMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2006-07-21 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-07-20 Gabe BlackMerge m5.eecs.umich.edu:/bk/newmem
2006-07-20 Ali SaidiMerge zizzer:/bk/newmem
2006-07-20 Ali SaidiMove PioPort timing code into Simple Timing Port object
2006-07-19 Ali SaidiMerge zizzer:/bk/newmem
2006-07-18 Gabe BlackMerge m5.eecs.umich.edu:/bk/newmem
next