Changed MIPS and Alpha to pass the syscall number to the syscall function
[gem5.git] / sim /
2006-04-18 Gabe BlackFixes to SPARC syscall emulation mode.
2006-04-06 Gabe BlackMerge m5.eecs.umich.edu:/bk/newmem
2006-04-06 Ali Saidifixes for newmem
2006-04-06 Ali Saidifixes for new memory system
2006-04-01 Gabe BlackMerge m5.eecs.umich.edu:/bk/newmem
2006-03-30 Ali SaidiAdd a functional port that is used to load the original...
2006-03-30 Ali SaidiMake TranslatingPort be a type of Port rather than...
2006-03-28 Gabe BlackMerge m5.eecs.umich.edu:/bk/newmem
2006-03-27 Ali SaidiAdd the bus and connector objects to scons
2006-03-21 Ali SaidiMerge zizzer:/bk/newmem
2006-03-18 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-03-18 Korey SewellMerge zizzer:/bk/newmem
2006-03-18 Korey Sewellsteps toward making syscalls work
2006-03-17 Gabe BlackMerge m5.eecs.umich.edu:/bk/newmem
2006-03-17 Gabe BlackAn attempt to get byteswap to work accross more machines.
2006-03-16 Gabe BlackMerge m5.eecs.umich.edu:/bk/newmem
2006-03-16 Korey SewellMerge zizzer:/bk/newmem
2006-03-15 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/m5
2006-03-15 Ali Saidiadd translations for new sections that are mmapped...
2006-03-15 Kevin LimDon't access init_regs directly. This does not affect...
2006-03-14 Korey SewellMerge zizzer:/bk/newmem
2006-03-14 Korey SewellMinor Sconscript edit ... mips decoder changes ......
2006-03-14 Gabe BlackMerge m5.eecs.umich.edu:/bk/newmem
2006-03-12 Steve ReinhardtReplace Memory with MemObject; no need for two differen...
2006-03-12 Steve ReinhardtGet rid of "Functional" suffix from (read|write)(Blob...
2006-03-12 Steve ReinhardtGet rid of validInstAddr() & validDataAddr().
2006-03-12 Korey SewellMerge zizzer:/bk/newmem
2006-03-12 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-03-12 Steve ReinhardtGet rid of obsolete header that had only one declaration of
2006-03-12 Steve ReinhardtFix TranslatingPort access functions to:
2006-03-12 Steve ReinhardtTweak exit() message.
2006-03-11 Gabe BlackWork towards factoring isa_traits.hh into smaller,...
2006-03-10 Gabe BlackMoved MaxAddr.
2006-03-10 Gabe BlackMerge m5.eecs.umich.edu:/bk/newmem
2006-03-10 Ron DreslinskiIt now runs hello world binary.
2006-03-10 Steve ReinhardtCompiles now (with CPU_MODELS=SimpleCPU), but hangs
2006-03-10 Gabe BlackSimpleCPU compiles with merge.
2006-03-09 Gabe BlackHand merge. Stuff probably doesn't compile.
2006-03-09 Ali Saidifix merging issues
2006-03-09 Ali SaidiMerge zizzer:/bk/multiarch
2006-03-09 Ali Saidino more common syscall emulation, now common for everyone
2006-03-09 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-03-08 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-08 Kevin LimAvoid accessing objects directly within the XC.
2006-03-08 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-08 Kevin LimUpdates for the quiesceEvent that was added to the XC.
2006-03-07 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-03-07 Gabe BlackSome clean up work with faults.
2006-03-05 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-05 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-05 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-03-05 Ali SaidiMerge zizzer:/bk/m5
2006-03-05 Steve ReinhardtEmulated syscalls should return -errno on failure
2006-03-05 Ali SaidiMerge zizzer:/bk/m5
2006-03-04 Kevin LimSteps towards setting up the infrastructure to allow...
2006-03-04 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-04 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-03-04 Gabe BlackFilled out the object file loader so it can load object...
2006-03-03 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-03 Ali SaidiMerge zizzer:/bk/m5
2006-03-03 Ali SaidiFirst cut at moving alpha specefic stuff out of /sim...
2006-03-03 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-03-02 Gabe BlackGot rid of the multiple inheritance in the Fault classe...
2006-03-01 Steve ReinhardtMore progress toward actually running a program.
2006-03-01 Ali SaidiMerge zizzer:/bk/m5
2006-03-01 Gabe BlackCleaned up some of the Fault system.
2006-03-01 Gabe BlackChanged the name of the fault's invocation method from...
2006-02-28 Ali SaidiAdd quiesceNs, quiesceTime, quiesceCycles, and m5panic...
2006-02-28 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-02-28 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-02-28 Gabe BlackCleaned up and slightly reorganized the Fault class...
2006-02-28 Gabe BlackChanged ev5_trap from a function of the execution conte...
2006-02-27 Gabe BlackMoved the _stat for MachineCheckFault and AlignmentFaul...
2006-02-27 Gabe BlackRenamed arch files to remove alpha prefix, and changed...
2006-02-27 Gabe BlackChanged targetarch to just arch.
2006-02-27 Gabe BlackAdded isMachineCheckFault and isAlignmentFault virtual...
2006-02-27 Gabe BlackWhere architecture independent sources included arch...
2006-02-24 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-02-24 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-02-24 Lisa HsuMerge zizzer:/bk/m5
2006-02-24 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-02-24 Gabe BlackChanged Fault from a FaultBase * to a RefCountingPtr...
2006-02-23 Ron DreslinskiAdd support for multiple ports on the memory. Hook...
2006-02-23 Ali SaidiMerge zizzer:/bk/m5
2006-02-23 Ali SaidiGet rid of the xc from the alphaAccess/alphaConsole...
2006-02-22 Korey SewellMerge zizzer:/bk/multiarch
2006-02-22 Gabe BlackChanged Fault * to Fault, which is a typedef to FaultBa...
2006-02-21 Ron DreslinskiAdd blocksize functions to physical memory. Fix the...
2006-02-21 Gabe BlackMade Addr a global type
2006-02-21 Ron DreslinskiMake loaders use translation port instead of proxy...
2006-02-21 Ron DreslinskiAdd in a new translating port that allows syscalls...
2006-02-19 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-02-19 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-02-19 Gabe BlackChanges to untemplate StaticInst and StaticInstPtr...
2006-02-19 Ali SaidiMerge zizzer:/bk/m5
2006-02-19 Ali SaidiMove Linux/Tru64 architecture independent code into...
2006-02-18 Lisa HsuMerge zizzer:/bk/m5
2006-02-16 Kevin LimRemove fake fault.
2006-02-16 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-02-16 Korey SewellMerge zizzer:/bk/multiarch
next