Fix some commands.
[gem5.git] / dev /
2004-11-17 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-11-17 Nathan BinkertFix a bug where we would improperly calculate if the...
2004-11-14 Steve ReinhardtGet rid of obsolete sim/sim_stats.* files (looks like...
2004-11-13 Nathan BinkertAdd the Simple Integrated Network Interface Controller
2004-11-13 Nathan Binkertdon't handle device specific configuration stuff in...
2004-11-13 Nathan BinkertUse the new PacketFifo class to avoid manual calculations
2004-11-13 Nathan Binkertchange the serialization of a packet so that we don't
2004-11-13 Nathan Binkertwe shouldn't ever pass around references to PacketPtrs,
2004-11-13 Nathan Binkertforgot a change in the previous commit. the ide controller
2004-11-13 Nathan BinkertUse parameter structs for initialization so it's easier
2004-11-13 Nathan Binkertsort #includes
2004-11-13 Nathan BinkertMacros are nasty, so let's get rid of them. Convert all
2004-10-25 Ali SaidiMerge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi...
2004-10-25 Ali Saidichanges to make interrupts part of the platform rather...
2004-10-25 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2004-10-23 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-10-23 Nathan Binkertflesh out the TCP/IP/Ethernet support
2004-10-23 Nathan Binkertget rid of some unused variables
2004-10-23 Nathan Binkertget rid of pmap.h and make things variables and inline
2004-10-22 Nathan BinkertMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2004-10-22 Nathan BinkertClean up the Range class and associated usages. The...
2004-10-20 Steve ReinhardtClean up/standardize handling of various output files.
2004-10-18 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2004-10-18 Ali SaidiMerge saidi@zizzer.eecs.umich.edu:/bk/m5
2004-10-17 Ali SaidiFixes for bigendian platforms
2004-09-22 Ali SaidiMerge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi...
2004-09-21 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-09-21 Nathan Binkerta bit more cleaning of the network header wrappers.
2004-09-20 Nathan BinkertClean up network header stuff and make it more generic...
2004-09-02 Erik HallnorMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2004-09-01 Ali SaidiUpdates to make SMP work.
2004-08-20 Nathan BinkertFixup interrupting of the ethernet device.
2004-08-11 Nathan Binkertcleanup interrupt code for gigabit device
2004-08-11 Nathan Binkertstd::
2004-08-02 Ali Saidimerged full_cpu.ini, system.ini and devtime.c
2004-07-30 Nathan Binkertbetter debugging
2004-07-30 Nathan BinkertFix a few bugs in the receive state machine. In doing...
2004-07-30 Nathan Binkertmake all ethernet dma use the new interface
2004-07-30 Nathan Binkertbetter debugging of DMA operations
2004-07-28 Ali SaidiMerge zizzer:/bk/m5 into zeep.eecs.umich.edu:/tmp/m5
2004-07-27 Nathan Binkertstyle
2004-07-23 Nathan BinkertMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2004-07-23 Nathan BinkertWhen a packet has finished transmitting, kick the state
2004-07-23 Nathan Binkertnotify the transmitter when the packet has finished...
2004-07-23 Nathan BinkertAdd support to store less than the full packet in an...
2004-07-21 Ali SaidiMerge zizzer:/bk/m5 into zeep.eecs.umich.edu:/tmp/m5
2004-07-21 Nathan BinkertWrap tracing stuff in #if TRACING_ON to avoid compile...
2004-07-17 Lisa HsuMerge zizzer.eecs.umich.edu:/bk/m5
2004-07-15 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-07-15 Erik HallnorFix serialization when a tx interrupt isn't scheduled
2004-07-14 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2004-07-14 Nathan BinkertFix infinite loop in ns_gige stat machine
2004-07-13 Nathan Binkertmake the cache access latency a parameter that is based...
2004-07-12 Lisa Hsumake tx/rx fifo size a param, also fix the empty dma...
2004-07-10 Andrew SchultzRemove second pciToDma translation on current PRD addre...
2004-07-09 Lisa HsuMerge zizzer.eecs.umich.edu:/bk/m5
2004-07-09 Lisa Hsuwhen you add caches, dma commands within the state...
2004-07-08 Nathan Binkertstore the checkpoint to the proper directory
2004-07-07 Lisa HsuMerge zizzer.eecs.umich.edu:/bk/m5
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-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-06-30 Ali SaidiMerge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi...
2004-06-30 Andrew SchultzMerge zizzer:/bk/m5 into zizzer.eecs.umich.edu:/z/alsch...
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 Ali SaidiWith the new uart code 300 cycles isn't quite enough...
2004-06-28 Nathan BinkertDon't serialize the absolute path so we can move checkp...
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 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 Saidipull from head before pushing linux tree
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 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-12 Lisa Hsuminor mods for mimicking NS83820 functionality
2004-06-11 Lisa Hsufix serialization
2004-06-11 Ali Saidiafter unserialization in the ide driver we need to...
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-08 Ali SaidiUpdated Copyright with information in bitkeeper changelogs
2004-06-06 Ali SaidiMerge saidi@zizzer:/z/m5/Bitkeeper/linux/
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...
2004-06-04 Ali SaidiMerge
2004-06-04 Ali SaidiUpdated copyright on Tsunami and kern/linux files.
next