gem5.git
2004-02-21 Andrew SchultzRewrite of AdaptecController
2004-02-19 Andrew SchultzRemote an old hack that is now unnecessary
2004-02-19 Andrew SchultzMisspeculation fix and (more importantly) change to...
2004-02-17 Andrew SchultzMerge
2004-02-17 Andrew SchultzChange logic for translating a memory addresses, extra...
2004-02-17 Andrew SchultzChanged physical device addresses to fit within the...
2004-02-16 Erik HallnorRework BusBridge to have a latency and handle bus IDs...
2004-02-16 Ali Saidi1 << x != (uint64_t)1 << x
2004-02-16 Andrew SchultzChanged device IRQ back to 1
2004-02-16 Andrew SchultzAdded new aic register definition, fix some interrupt...
2004-02-16 Ali Saidichanged interrupt index to be 64 bits long and fixed...
2004-02-16 Ali SaidiMerge
2004-02-16 Ali SaidiRewrote interrupt code to handle masking correctly...
2004-02-16 Andrew SchultzInterrupt changes
2004-02-15 Andrew SchultzFix some debug printing errors
2004-02-15 Andrew SchultzScsi controller operation changes
2004-02-15 Andrew SchultzFix bug with physical address translation
2004-02-14 Erik HallnorAdd full copy support.
2004-02-13 Andrew SchultzFix to remote debugger while in PAL
2004-02-13 Andrew SchultzMerge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
2004-02-13 Nathan Binkertfix up vtophys a bit
2004-02-11 Ali SaidiMerge
2004-02-11 Ali Saidiadded serializeation code
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 Andrew SchultzFix masking of read/write address to get read/write...
2004-02-11 Andrew SchultzRemoved mask from devices
2004-02-11 Erik HallnorAdd support for multiple outstanding aligned copies
2004-02-10 Andrew SchultzChanged new linux stuff to work with new FunctionalMemo...
2004-02-09 Andrew SchultzMerge linux tree with head
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 Andrew SchultzAdded platform.hh
2004-02-09 Andrew SchultzFixes for updating mmu mappings
2004-02-09 Ali SaidiMerge zizzer.eecs.umich.edu:/m5/Bitkeeper/linux
2004-02-09 Ali SaidiSome changes to for linux 2.6.2
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-07 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
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 Andrew SchultzNow skips the calibrate_delay loop in the kernel boot
2004-02-05 Ali Saidifixed mapping of device memory and i/o space
2004-02-05 Ali Saidiadded some comments
2004-02-05 Ali Saidimereged some comments with some of andrews changes
2004-02-05 Ali Saidiadded some comments
2004-02-05 David OehmkeModify the emulated system calls to support running...
2004-02-05 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-02-05 Andrew SchultzFix PCI code so it builds properly now
2004-02-05 Steve ReinhardtAdd support for "serializing" instructions that flush
2004-02-05 Ali SaidiAdded code so that BAR writes will result in an updated...
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 Andrew SchultzRemoved the tsunami_pci* files
2004-02-04 Andrew SchultzChanges to support PciDev as a new base class for devic...
2004-02-04 Steve ReinhardtMore reformatting of reference parameter declarations.
2004-02-03 Andrew SchultzRemoved pci_dev from AdaptecController
2004-02-03 Andrew SchultzForgot to fixup the boot_linux.ini file to use AdaptecC...
2004-02-03 Andrew SchultzMostly changes to point Tsunami related stuff to use...
2004-02-03 Andrew SchultzFix to support redefinition of functional_memory base...
2004-02-03 Andrew SchultzAutomerged
2004-02-03 Ali SaidiMerge zizzer.eecs.umich.edu:/.automount/ziff/z/binkertn...
2004-02-03 Ali SaidiAded tsunami_pcidev and associated updates
2004-02-03 Erik HallnorMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich...
2004-02-03 Nathan Binkertmerge
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:
2004-02-02 Erik HallnorMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich...
2004-02-02 Erik HallnorChange the way the IIC way list is handled in the prima...
2004-02-02 Steve ReinhardtChange MemReqPtr parameters to references.
2004-02-02 Steve ReinhardtMake stats:dump_period work even if dump_cycle isn...
2004-01-31 Andrew SchultzChange configs to use SimpleController instead of ScsiC...
2004-01-31 Andrew SchultzSplit the SCSI controller into a base class (ScsiContro...
2004-01-31 Ali Saidiadded tsunami_pcidev
2004-01-30 Nathan BinkertUpdate for changes in the console
2004-01-30 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-01-30 Andrew SchultzFixed the spec2000.ini file and made some cosmetic...
2004-01-30 Andrew SchultzAdded the spec2000 ini file
2004-01-30 Nathan BinkertMerge
2004-01-30 Nathan BinkertMerge Sampler
2004-01-30 Ali SaidiLinux boots with no devices
2004-01-30 Erik HallnorMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich...
next