Support for recent port changes.
[gem5.git] / src /
2006-07-07 Kevin LimSupport for recent port changes.
2006-07-07 Kevin LimSupport Ron's changes for hooking up ports.
2006-07-07 Kevin LimFix for bug when draining and a memory access is outsta...
2006-07-07 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-07-07 Kevin LimTake the name of the checkpoint directory in when calli...
2006-07-07 Ron DreslinskiFix address range calculation. Still need bus to handl...
2006-07-07 Kevin LimSwitch out fixes for CPUs.
2006-07-07 Ron DreslinskiRemove hack now that ports work properly
2006-07-07 Ron DreslinskiUpdate cpus to use the getPort function to use a connec...
2006-07-07 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-07-07 Kevin LimBe sure to call resume after restoring from a checkpoint.
2006-07-07 Kevin LimSupport serializing and unserializing in the O3 CPU...
2006-07-06 Kevin LimFix the O3CPU to support the multi-pass method for...
2006-07-06 Kevin LimVarious serialization changes to make it possible for...
2006-07-06 Ron DreslinskiTiming cache works for hello world test.
2006-07-06 Kevin LimTwo minor FS compile fixes.
2006-07-06 Kevin LimFixes for draining.
2006-07-06 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-07-06 Ron DreslinskiNow timing reads work in single level of cache with...
2006-07-06 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-07-06 Ali SaidiMerge zizzer:/bk/newmem
2006-07-06 Ali SaidiAdd default responder to bus
2006-07-06 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-07-06 Kevin LimSupport for draining, and the new method of switching...
2006-07-06 Kevin LimChange the return value of drain. False means the...
2006-07-06 Korey SewellHad to add this because for some reason gcc wasnt recog...
2006-07-06 Korey SewellMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2006-07-06 Korey SewellUse O3DynInst in cpu_models.py and in static_inst_exec_...
2006-07-06 Korey Sewellmore steps toward O3 SMT
2006-07-06 Kevin LimFor now using the checkpoint or switchcpu pseudo instru...
2006-07-06 Kevin LimRemove sampler and serializer. Now they are handled...
2006-07-05 Kevin LimRename quiesce to drain to avoid confusion with the...
2006-07-05 Kevin LimChecker ignores any faults that occur in syscall emulat...
2006-07-05 Kevin LimFix up some merge problems.
2006-07-05 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-07-05 Kevin LimNeed to change state upon quiescing.
2006-07-05 Kevin LimAlphabetize traceflags, rename FullCPUAll flag to O3CPUAll.
2006-07-05 Kevin LimSplit off files that are shared across the O3 and Ozone...
2006-07-05 Kevin LimAdd some different parameters. The main change is...
2006-07-05 Ron DreslinskiFix some unset values in the request in the timing...
2006-07-03 Korey SewellFix for FS O3CPU compile ... missing forward class...
2006-07-03 Korey Sewelltypo ... change 'single_thread' to 'round_robin_policy'
2006-07-03 Korey SewellFix default SMT configuration in O3CPU (i.e. fetch...
2006-07-01 Korey Sewelltraceflag stuff
2006-07-01 Korey Sewellfix cpu builder to build the correct name...
2006-07-01 Korey SewellMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2006-07-01 Korey Sewellnow O3CPU is totally independent of the ISA... all...
2006-06-30 Korey SewellMake O3CPU model independent of the ISA
2006-06-30 Ron DreslinskiAtomicSimpleCPU with a cache now runs the hello world...
2006-06-30 Ron DreslinskiFirst pass, now compiles with current head of tree.
2006-06-30 Ron DreslinskiFix the packet data allocation methods. Small fixes...
2006-06-30 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-06-30 Ron DreslinskiAll files compile in the mem directory except cache_builder
2006-06-30 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-06-30 Kevin LimRemove function that no longer can be used. We should...
2006-06-29 Kevin LimVarious fixes for the CPU models to support the feature...
2006-06-29 Kevin LimAdd in support for quiescing the system, taking checkpo...
2006-06-29 Ron DreslinskiStill missing prefetch and tags directories as well...
2006-06-28 Ron DreslinskiMore Changes, working towards cache.cc compiling. ...
2006-06-28 Ron DreslinskiBacking in more changsets, getting closer to compile
2006-06-28 Ron DreslinskiWas having difficulty with merging the cache, reverted...
2006-06-27 Ali Saidichange the page table from map to hash_map and create...
2006-06-27 Ali SaidiMake full CPU handle SE faults
2006-06-26 Ali SaidiMerge zizzer:/bk/newmem
2006-06-26 Ali Saididon't depend on the memory system to return the atomic...
2006-06-26 Ali Saidiremove extern "C" from the functions we all from gdb...
2006-06-26 Ali Saidiadd syscall emulation page table fault so we can alloca...
2006-06-25 Kevin LimAllow ports to be created without a name.
2006-06-25 Kevin LimMake OzoneCPU work again in SE/FS.
2006-06-23 Kevin LimChecker related updates.
2006-06-23 Kevin LimChanges to get OzoneCPU to compile once more.
2006-06-22 Kevin LimChange ThreadState constructor ordering to match the...
2006-06-22 Kevin LimMisc fixes.
2006-06-22 Kevin LimSplit Checker up properly into templated and non-templa...
2006-06-22 Kevin LimFix to have the static inst exec sigs also dependent...
2006-06-18 Steve ReinhardtMerge zizzer.eecs.umich.edu:/bk/newmem
2006-06-18 Ali SaidiMerge zizzer:/bk/newmem
2006-06-18 Ali Saidiminor device fixups
2006-06-18 Kevin LimMinor updates.
2006-06-18 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-06-18 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-06-18 Kevin LimChange options back to just being flags instead of...
2006-06-18 Kevin LimFix up code to be able to use the Checker.
2006-06-18 Kevin LimSplit off instantiation into separate CC files for...
2006-06-17 Nathan Binkertinclude misc.hh for panic
2006-06-17 Ali Saidiadd mac os x fast byte swap code
2006-06-17 Ali SaidiMerge zizzer:/bk/newmem
2006-06-17 Ali Saidiminor header cleanups
2006-06-17 Steve ReinhardtMerge zizzer.eecs.umich.edu:/bk/newmem
2006-06-17 Steve ReinhardtFixes to compile under Cygwin.
2006-06-17 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/newmem
2006-06-17 Ali Saidiremove byte_swap.hh since it's not used
2006-06-17 Ali Saidiremove profile.cc
2006-06-17 Nathan BinkertAdd myself to list of authors
2006-06-17 Ali SaidiMerge zizzer:/bk/newmem
2006-06-17 Steve ReinhardtRename SWIG "main" module to "cc_main" so it's
2006-06-17 Steve ReinhardtAdd --outdir option. Didn't call it "-d" since
2006-06-17 Steve ReinhardtMinor fixes in comments.
2006-06-17 Kevin LimAdd in some of the commonly used Trace/ExeTrace/Debug...
2006-06-16 Kevin LimMerge ktlim@zizzer:/bk/newmem
next