gem5.git
2004-03-01 Nathan BinkertFix the swichover code. It's only for FULL_SYSTEM
2004-03-01 Nathan Binkertunused function name
2004-03-01 Nathan Binkertmake it so that we can prevent descriptor DMAs or
2004-03-01 Nathan Binkertmark the request satisfied since well, it is.
2004-03-01 Nathan BinkertAvoid more bogus addresses
2004-03-01 Nathan Binkertfix switchover WRT interrupts
2004-03-01 Nathan BinkertMerge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
2004-03-01 Nathan BinkertInitial cleanup pass of lisa's function call tracking
2004-03-01 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-03-01 Nathan Binkertmore debugging support
2004-02-29 Nathan BinkertMake the progress event work even after restoring from...
2004-02-29 Nathan BinkertFix dumping to work on the opteron. struct timeval can
2004-02-29 Erik HallnorAdd support for multiple address ranges in memory inter...
2004-02-29 Nathan Binkertfix rpcc
2004-02-28 Steve ReinhardtFix handling of rpcc in full-system mode.
2004-02-27 Erik HallnorAdded copy instructions to the ISA. Well it didn't...
2004-02-27 Erik HallnorInitial copy support in the pipeline. Add copypal counting.
2004-02-27 Nathan Binkertfix
2004-02-27 Erik HallnorThe DMAInterface was never updated to the new blocking...
2004-02-26 Erik HallnorQuick hack to allow rerequests for the future.
2004-02-26 Nathan Binkertstoopid
2004-02-26 Steve ReinhardtMerge.
2004-02-26 Steve ReinhardtMake SW prefetch flag a parameter again, and add code...
2004-02-26 Nathan BinkertSave the status of faulting write-hints so that they
2004-02-26 Erik HallnorMake this compile under non full system.
2004-02-25 Lisa Hsudelay execContext registration from create() to init...
2004-02-25 Nathan Binkertprevent bogus addresses from being sent to the memory...
2004-02-25 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-02-25 Nathan BinkertFix stats debugging and always compile it in for the
2004-02-24 Lisa Hsuadd in an init() callback for CPU's so that no stats...
2004-02-23 Steve ReinhardtQuote args properly in tracediff.
2004-02-23 Nathan BinkertOnly one request may be on the dma interface at a time,
2004-02-23 Nathan Binkertextend the hack by turning the address into a real
2004-02-23 Nathan BinkertDon't issue memory requests for bogus addresses
2004-02-23 Nathan BinkertMake this like PCI-X
2004-02-22 Nathan Binkertconfigurable latency for programmed IO
2004-02-21 Nathan BinkertChange order of serialization
2004-02-21 Nathan BinkertNew Ethernet device. Descriptors are now done via...
2004-02-20 Nathan BinkertAdd a simple event wrapper class that takes a class...
2004-02-20 Nathan Binkertmake the dma interface useable.
2004-02-20 Nathan Binkertmake uncacheable stuff happen again
2004-02-20 Nathan Binkertmake the devices default to being attached to the memor...
2004-02-20 Nathan BinkertDon't need to specify two etherdump devices
2004-02-20 Nathan BinkertMake it so dump takes a void *
2004-02-20 Nathan Binkertmake etherdump work again
2004-02-20 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-02-20 Ron DreslinskiMerge zizzer:/bk/m5 into zamp.eecs.umich.edu:/z/rdresli...
2004-02-20 Ron DreslinskiAdd serialization for packets on the ethernet link,
2004-02-20 Lisa Hsuput back $SETUPDIR = $ENV{PWD} for amd purposes.
2004-02-20 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-02-19 Lisa Hsuinterestingly, when setup is called from a perl script...
2004-02-19 Andrew SchultzChange the physical memory logic, and also add misspecu...
2004-02-18 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-02-18 Nathan Binkertcouple fixes
2004-02-18 Nathan BinkertMerge
2004-02-18 Erik HallnorAdd COW support to the IIC.
2004-02-17 Erik HallnorMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich...
2004-02-17 Erik HallnorChange the way data is handled in the cache blocks.
2004-02-17 Andrew SchultzChange logic for translating a memory addresses, extra...
2004-02-16 Erik HallnorRework BusBridge to have a latency and handle bus IDs...
2004-02-14 Erik HallnorAdd full copy support.
2004-02-13 Nathan BinkertMerge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
2004-02-13 Nathan Binkertfix up vtophys a bit
2004-02-12 Nathan Binkertbetter debugging
2004-02-11 Nathan BinkertAdd support for all devices to get requests from a...
2004-02-11 Steve ReinhardtMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
2004-02-11 Steve ReinhardtFixes for Linux syscall emulation.
2004-02-11 Erik HallnorAdd support for multiple outstanding aligned copies
2004-02-09 Erik HallnorMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich...
2004-02-09 Erik HallnorAdd LRU aligned copies to the hierarchy, with only...
2004-02-09 Nathan Binkert- Whack unused code
2004-02-09 Nathan BinkertMerge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
2004-02-09 Nathan BinkertAdd that one IPR memory space address that we keep...
2004-02-09 Nathan Binkertrandom fixes
2004-02-09 Steve ReinhardtCommit regenerated trace_flags.* based on merged tracef...
2004-02-09 Steve Reinhardtbk resolve is making me commit these even though they...
2004-02-09 Steve ReinhardtResults of automatic (yet incomplete) merge.
2004-02-09 Steve ReinhardtAdd support for memory barriers.
2004-02-08 Erik HallnorMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich...
2004-02-08 Erik HallnorSeparate template definitions and instantiations into...
2004-02-07 Nathan BinkertTotally rework the Range class. Now the range is from...
2004-02-07 Nathan Binkertformatting
2004-02-06 Nathan BinkertSmall cleanup
2004-02-06 Erik HallnorMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich...
2004-02-06 Erik HallnorVarious extraction of common code into separate functio...
2004-02-05 David OehmkeModify the emulated system calls to support running...
2004-02-05 Steve ReinhardtAdd support for "serializing" instructions that flush
2004-02-04 Erik HallnorMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich...
2004-02-04 Erik HallnorChange IIC to use param class. Tweak parameters in...
2004-02-04 Steve ReinhardtMore reformatting of reference parameter declarations.
2004-02-03 Erik HallnorMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich...
2004-02-03 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-02-03 Nathan BinkertRemote debugging cleanup and internal debugging support
2004-02-03 Steve ReinhardtFix bug: forgot branchTarget() method on indirect branches.
2004-02-03 Steve ReinhardtFix handling of uncacheable loads. Make them wait...
2004-02-03 Steve ReinhardtGet rid of LVQ-port function unit... only used for...
2004-02-03 Steve ReinhardtClean up some confusing ROBStation fields left over...
2004-02-03 Steve Reinhardtinsn->inst
2004-02-02 Steve ReinhardtChange "Foo& foo" declarations to "Foo &foo".
2004-02-02 Steve ReinhardtMore conversions of ref-counted parameters to references:
next