gem5.git
2004-07-08 Nathan BinkertFix the cache's address range.
2004-07-08 Lisa Hsufix the failing regression. the sconscript ("makefile...
2004-07-08 Ali Saidifixed a bad merge from linux<->tru64
2004-07-07 Lisa HsuMerge zizzer.eecs.umich.edu:/bk/m5
2004-07-06 Nathan Binkertdisable the binned_fn stuff
2004-07-06 Nathan BinkertMake binning work with stuff other than FS_MEASURE
2004-07-06 Nathan BinkertFix some ini stuff.
2004-07-06 Lisa Hsutag each mem_req as coming from the nic if it is DMA...
2004-07-06 Lisa HsuMerge zizzer.eecs.umich.edu:/bk/m5
2004-07-06 Erik HallnorRemove duplicate stat
2004-07-05 Ali Saidiupdated to work on all platforms (actually map sure...
2004-07-05 Ali SaidiAdded code to read any location in memory a repetative...
2004-07-05 Lisa Hsuthese changes are an undo from my last changeset. ...
2004-07-04 Lisa Hsualmost forgot to do this - hope it doesn't mess up...
2004-07-04 Lisa Hsufix some broken .ini's
2004-07-03 Nathan Binkertfix makefile to work with traceflags.py change
2004-07-03 Steve ReinhardtMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
2004-07-03 Steve ReinhardtInitial SCons-based build system. See scons.org.
2004-07-02 Nathan BinkertFix byteswap on LP64 (amd64)
2004-07-02 Nathan BinkertNeed to #include <unistd.h> to build with pread
2004-07-01 Nathan Binkertimplement the readfile pseudo instruction that will...
2004-07-01 Nathan Binkertrename CopyData to CopyOut and implement CopyIn to...
2004-07-01 Nathan Binkertsort out common files into configs/kernel
2004-07-01 Andrew SchultzAdd documentation for linux-dist system and make some...
2004-06-30 Ali SaidiMerge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi...
2004-06-30 Ali SaidiUpdate MAX ASN in kernel to 127 since that's what the...
2004-06-30 Nathan Binkertfix the -I flag stuff for CPP so it actually works...
2004-06-30 Nathan Binkertadd asn when tracing tlb stuff
2004-06-30 Andrew SchultzMerge zizzer:/bk/m5 into zizzer.eecs.umich.edu:/z/alsch...
2004-06-30 Andrew SchultzChange assert to check on virtual addresses because...
2004-06-30 Lisa HsuMerge zizzer.eecs.umich.edu:/bk/m5
2004-06-30 Lisa Hsufix transmit side checksum offloading to not generate...
2004-06-29 Ali SaidiMerge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi...
2004-06-29 Ali SaidiAnother fix for the too much work problem in 2.6. This...
2004-06-29 Nathan BinkertGet rid of old ini files that haven't been used in...
2004-06-29 Ali SaidiWith the new uart code 300 cycles isn't quite enough...
2004-06-28 Nathan Binkertfix up the recordEvent stuff to support ignoring events
2004-06-28 Nathan BinkertDon't serialize the absolute path so we can move checkp...
2004-06-28 Nathan Binkertadd support to add a string to indicate a particular...
2004-06-27 Steve ReinhardtMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
2004-06-27 Ali Saidiallow the use of old console code and update elf_object...
2004-06-27 Ali Saidiremoved LINUX system dir, all we really need is one...
2004-06-27 Ali Saidirewrote uart and renamed console.cc to simconsole to...
2004-06-23 Ali Saidiminor changes to endian code so that it runs on x86...
2004-06-23 Ali SaidiMerge zizzer:/bk/linux into zeep.eecs.umich.edu:/z...
2004-06-23 Andrew SchultzFix to properly shadow the DEV bit in the Drive/Head...
2004-06-23 Ali Saidimore modifications for cross-endian support. linux...
2004-06-22 Ali SaidiMerge zizzer:/bk/linux into zeep.eecs.umich.edu:/z...
2004-06-22 Ali Saidiifdefed ev5 vs. ev6 differences so Tlaser can work...
2004-06-22 Ali Saidipulled from head before pushing linux tree
2004-06-22 Ali Saidipull from head before pushing linux tree
2004-06-22 Steve ReinhardtInitial cut at Python-based descriptor files for param...
2004-06-22 Steve ReinhardtHandle SIGABRT a little more nicely.
2004-06-22 Steve ReinhardtGet rid of DynInst 'valid' hack check... bug it was...
2004-06-22 Steve ReinhardtDon't put store prefetches (like wh64) with invalid...
2004-06-21 Steve ReinhardtRecord execution faults in DynInst fault field. Previo...
2004-06-21 Lisa Hsul
2004-06-21 Ali SaidiMerge saidi@zizzer.eecs.umich.edu:/bk/linux
2004-06-21 Ali Saidistart towards getting m5 endian compliant
2004-06-17 Ali SaidiSerialized cpu interrupts
2004-06-17 Andrew SchultzFixes to IDE disk to fix serialization. Now passes...
2004-06-16 Andrew SchultzFix serialize/unserialize of the timers and RTC events
2004-06-16 Ali SaidiUpdated serialization code and added #if tracing so...
2004-06-15 Steve ReinhardtEnable software prefetches in FullCPU by default.
2004-06-15 Steve ReinhardtMerge isabel.reinhardt.house:/z/stever/bk/m5-head
2004-06-15 Steve ReinhardtGet software prefetching to work in full-system mode.
2004-06-15 Nathan BinkertReconfigure ini files to match the default system that... m5_1.0_beta2
2004-06-14 Erik HallnorAdd fast writes (wh64) back to the cache.
2004-06-13 Erik HallnorMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2004-06-13 Erik HallnorAdd some rewritten trace readers.
2004-06-12 Lisa Hsuminor mods for mimicking NS83820 functionality
2004-06-12 Lisa Hsufix the SYSTEMDIR #def
2004-06-11 Lisa Hsufix serialization
2004-06-11 Lisa Hsufix ini messups with the reorg
2004-06-11 Ali Saidiafter unserialization in the ide driver we need to...
2004-06-10 Ali Saidimove ping_linux.ini into linux-kernel-tsunami dir
2004-06-10 Lisa HsuMerge zizzer.eecs.umich.edu:/bk/linux
2004-06-10 Lisa Hsufix some things on linux todo list. 1) the config...
2004-06-10 Ali SaidiFixes for detailed boot, made cttz and ctlz instruction...
2004-06-10 Lisa Hsulift common code *kernel_stats.* into the kern directory.
2004-06-10 Lisa HsuMerge zizzer.eecs.umich.edu:/bk/m5
2004-06-10 Lisa Hsuforgot to remove these files
2004-06-10 Lisa Hsulif kernelt stats out of tru64 directory
2004-06-10 Andrew SchultzChange SCSI controller back to original M5 controller...
2004-06-10 Steve ReinhardtRename '*.odesc' files to '*.od'.
2004-06-10 Steve ReinhardtMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
2004-06-10 Steve ReinhardtMinor restructuring of Python config code, mostly to...
2004-06-09 Erik HallnorDon't print 0 stats for memory commands we don't see.
2004-06-09 Erik HallnorMake TraceCPU only compile in non-fullsystem.
2004-06-08 Erik HallnorTracing now works for upto 4 threads. Easy change to...
2004-06-08 Erik HallnorAdd the capability to read and write memory trace files...
2004-06-08 Ali SaidiExtra semicolon removed
2004-06-08 Ali SaidiUpdated Copyright with information in bitkeeper changelogs
2004-06-06 Ali SaidiMerge saidi@zizzer:/z/m5/Bitkeeper/linux/
2004-06-06 Ali SaidiUpdated to use new palcode with ctlz instruction
2004-06-04 Ali SaidiAdded ctlz and cttz instructions to isa_desc for use...
2004-06-04 Andrew SchultzFix to TsunamiIO unserialize
2004-06-04 Andrew SchultzMerge zizzer:/bk/linux
2004-06-04 Andrew SchultzChanges to support serialization with PCI devices
2004-06-04 Ali Saidifixed serialization in tsunami_io and tsunami_uart...
next