Actually set the HasData attribute on Read Responses
[gem5.git] / src /
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 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 DreslinskiPut a check in so people know not to create more than...
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 Ron DreslinskiUpdate the Memtester, commit a config file/test for it.
2006-10-09 Lisa HsuMerge zizzer:/bk/newmem
2006-10-09 Lisa Hsupost checkpoint restoration the bus ranges need to...
2006-10-09 Lisa Hsuadd in serialization of AtomicSimpleCPU _status. This...
2006-10-09 Steve ReinhardtMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-09 Steve ReinhardtFixes for Port proxies and proxy parameters.
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-08 Steve ReinhardtRename some vars for clarity.
2006-10-08 Steve ReinhardtAllocate new thread stacks and shared mem region via...
2006-10-07 Ali SaidiMerge 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-07 Ali Saidisystem.cc:
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 Hsucheckpoint recovery was screwed up because a new sectio...
2006-10-06 Lisa Hsuthere are two main thrusts of this changeset.
2006-10-06 Lisa HsuMerge zizzer:/bk/newmem
2006-10-06 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-06 Nathan Binkertremove traces of binning
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-05 Lisa Hsufix the argument to m5.simulate() on a checkpoint.
2006-10-05 Nathan BinkertStatic global object don't work well, if the variables are
2006-10-02 Kevin LimOops, forgot to assign the option to the param context.
2006-10-02 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-02 Kevin LimBe sure to set progress interval.
2006-10-02 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-02 Kevin LimAdd in ability to start a trace at a specific cycle.
2006-10-02 Kevin LimUpdates to fix merge issues and bring almost everything...
2006-10-01 Kevin LimMerge ktlim@zamp:./local/clean/o3-merge/m5
2006-09-19 Ali Saidiadd boiler plate intel nic code
2006-09-17 Gabe BlackFinished changing how stat structures are translated...
2006-09-16 Gabe BlackChanges to correct stat behavior
2006-09-15 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-09-11 Ali SaidiMerge zizzer:/bk/newmem
2006-09-11 Ali Saidiadd annotation code to m5
2006-09-08 Steve ReinhardtAdd support for assigning lists of ports or proxies...
2006-09-07 Steve ReinhardtTry to make unproxy order more deterministic.
2006-09-06 Steve ReinhardtEnable proxies (Self/Parent) for specifying ports.
2006-09-05 Steve ReinhardtPrint ports in config.ini as well.
2006-09-05 Steve ReinhardtMore Python hacking to deal with config.py split
2006-09-04 Steve ReinhardtSplit config.py into multiple files.
2006-09-04 Steve Reinhardtconfig.py:
2006-09-03 Gabe BlackMade system calls use the uid, etc parameters from...
2006-09-03 Gabe BlackFix up the parameters to getInstRecord
2006-09-03 Gabe BlackMake the ASI constants available to the decoder.
2006-09-03 Gabe BlackMake the auxiliary vectors use the uid, euid, gid and...
2006-09-03 Gabe BlackFixing up parameters of getInstRecord
2006-09-03 Gabe BlackAdded uid, euid, gid, egid, pid and ppid parameters...
2006-09-03 Gabe BlackA quick fix to isolate the tracing code to SPARC
2006-09-02 Steve ReinhardtMerge zizzer.eecs.umich.edu:/bk/newmem
2006-09-01 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2006-09-01 Steve ReinhardtTweak proxy resolution error message.
2006-09-01 Korey Sewelladd ISA_HAS_DELAY_SLOT directive instead of "#if THE_IS...
2006-08-30 Steve ReinhardtMove more common functionality into SimpleTimingPort,
2006-08-30 Gabe BlackChange the cpu pointer in the InstRecord object to...
2006-08-30 Gabe BlackForgot some commas
next