2006-03-10 |
Steve Reinhardt | Compiles now (with CPU_MODELS=SimpleCPU), but hangs |
commit | commitdiff | tree |
2006-03-10 |
Gabe Black | SimpleCPU compiles with merge. |
commit | commitdiff | tree |
2006-03-09 |
Gabe Black | Hand merge. Stuff probably doesn't compile. |
commit | commitdiff | tree |
2006-03-09 |
Ali Saidi | fix merging issues |
commit | commitdiff | tree |
2006-03-09 |
Ali Saidi | Merge zizzer:/bk/multiarch |
commit | commitdiff | tree |
2006-03-09 |
Ali Saidi | no more common syscall emulation, now common for everyone |
commit | commitdiff | tree |
2006-03-09 |
Gabe Black | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5 |
commit | commitdiff | tree |
2006-03-09 |
Kevin Lim | Use functions to access XC. |
commit | commitdiff | tree |
2006-03-09 |
Korey Sewell | last changes before big merge |
commit | commitdiff | tree |
2006-03-09 |
Korey Sewell | minor comments to decoder.isa |
commit | commitdiff | tree |
2006-03-08 |
Korey Sewell | Merge zizzer:/bk/multiarch |
commit | commitdiff | tree |
2006-03-08 |
Korey Sewell | add explicit support for nop,ssnop, and ehb instructions |
commit | commitdiff | tree |
2006-03-08 |
Kevin Lim | Include ability to copy all misc regs. |
commit | commitdiff | tree |
2006-03-08 |
Kevin Lim | Merge ktlim@zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-03-08 |
Kevin Lim | Forward declaration of MemoryController. |
commit | commitdiff | tree |
2006-03-08 |
Gabe Black | Merge gblack@m5.eecs.umich.edu:/bk/multiarch |
commit | commitdiff | tree |
2006-03-08 |
Gabe Black | Working towards compiling SPARC_SE |
commit | commitdiff | tree |
2006-03-08 |
Korey Sewell | Update MiscReg enum and miscRegFile definition |
commit | commitdiff | tree |
2006-03-08 |
Korey Sewell | updated MIPS ISA files .... all files should be able... |
commit | commitdiff | tree |
2006-03-08 |
Kevin Lim | Use getProxy() instead of xcProxy; avoids confusion... |
commit | commitdiff | tree |
2006-03-08 |
Kevin Lim | Needs forward declaration of MemoryController. |
commit | commitdiff | tree |
2006-03-08 |
Kevin Lim | Fixes for accesses to the misc regs. |
commit | commitdiff | tree |
2006-03-08 |
Kevin Lim | Avoid accessing objects directly within the XC. |
commit | commitdiff | tree |
2006-03-08 |
Kevin Lim | Fixes to allow the ExecContext to be used for profiling. |
commit | commitdiff | tree |
2006-03-08 |
Kevin Lim | Merge ktlim@zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-03-08 |
Kevin Lim | Updates for the quiesceEvent that was added to the XC. |
commit | commitdiff | tree |
2006-03-07 |
Gabe Black | Corrected a mispelling of "unimplemented". |
commit | commitdiff | tree |
2006-03-07 |
Gabe Black | Pushed ev5.hh out of the non-alpha code. |
commit | commitdiff | tree |
2006-03-07 |
Gabe Black | The a.out and ecoff object file formats will only be... |
commit | commitdiff | tree |
2006-03-07 |
Gabe Black | Got rid of some commented out code. |
commit | commitdiff | tree |
2006-03-07 |
Gabe Black | Fixed up some issues to be more compilable. |
commit | commitdiff | tree |
2006-03-07 |
Gabe Black | Merge gblack@m5.eecs.umich.edu:/bk/multiarch |
commit | commitdiff | tree |
2006-03-07 |
Gabe Black | Changed the include paths to take advantage of the... |
commit | commitdiff | tree |
2006-03-07 |
Gabe Black | Clean up of the SPARC isa_traits. This still doesn... |
commit | commitdiff | tree |
2006-03-07 |
Gabe Black | Clean up of the SPARC isa description. |
commit | commitdiff | tree |
2006-03-07 |
Gabe Black | Implemented SPARC fault classes. |
commit | commitdiff | tree |
2006-03-07 |
Gabe Black | Some clean up work with faults. |
commit | commitdiff | tree |
2006-03-07 |
Gabe Black | Moved where some alpha specific source files were menti... |
commit | commitdiff | tree |
2006-03-07 |
Steve Reinhardt | Rename default options path from "build_options/default... |
commit | commitdiff | tree |
2006-03-05 |
Kevin Lim | Merge ktlim@zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-03-05 |
Kevin Lim | Remove call to swap_palshadow that is no longer needed. |
commit | commitdiff | tree |
2006-03-05 |
Kevin Lim | Merge ktlim@zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-03-05 |
Gabe Black | Merge gblack@m5.eecs.umich.edu:/bk/multiarch |
commit | commitdiff | tree |
2006-03-05 |
Gabe Black | Changed targetarch to arch |
commit | commitdiff | tree |
2006-03-05 |
Ali Saidi | Merge zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-03-05 |
Steve Reinhardt | Emulated syscalls should return -errno on failure |
commit | commitdiff | tree |
2006-03-05 |
Ali Saidi | Merge zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-03-05 |
Ali Saidi | move alpha specific code into arch/alpha |
commit | commitdiff | tree |
2006-03-04 |
Kevin Lim | Merge ktlim@zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-03-04 |
Kevin Lim | Steps towards setting up the infrastructure to allow... |
commit | commitdiff | tree |
2006-03-04 |
Ali Saidi | properly align the uid and size fields in the pre_F54_s... |
commit | commitdiff | tree |
2006-03-04 |
Kevin Lim | Merge ktlim@zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-03-04 |
Ali Saidi | we REALLY don't want to use system headers for libelf... |
commit | commitdiff | tree |
2006-03-04 |
Gabe Black | Merge gblack@m5.eecs.umich.edu:/bk/multiarch |
commit | commitdiff | tree |
2006-03-04 |
Gabe Black | General small SPARC fixups |
commit | commitdiff | tree |
2006-03-04 |
Gabe Black | Removed the commented out declaration of the Addr type. |
commit | commitdiff | tree |
2006-03-04 |
Gabe Black | Filled out the object file loader so it can load object... |
commit | commitdiff | tree |
2006-03-03 |
Kevin Lim | Merge ktlim@zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-03-03 |
Kevin Lim | Remove intr_post function. No longer being used. |
commit | commitdiff | tree |
2006-03-03 |
Kevin Lim | Changes to support automatic renaming of the shadow... |
commit | commitdiff | tree |
2006-03-03 |
Ali Saidi | Merge zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-03-03 |
Ali Saidi | First cut at moving alpha specefic stuff out of /sim... |
commit | commitdiff | tree |
2006-03-03 |
Nathan Binkert | Ethernet devices have an RSS option to tell the driver to |
commit | commitdiff | tree |
2006-03-03 |
Gabe Black | Merge gblack@m5.eecs.umich.edu:/bk/multiarch |
commit | commitdiff | tree |
2006-03-02 |
Ali Saidi | Fix fault handling, dereferincing a null pointer is... |
commit | commitdiff | tree |
2006-03-02 |
Steve Reinhardt | Fix memory allocation error in Port::memsetBlobFunctional. |
commit | commitdiff | tree |
2006-03-02 |
Steve Reinhardt | Simple program runs with sendAtomic! |
commit | commitdiff | tree |
2006-03-02 |
Steve Reinhardt | More progress... run a few instructions now, but die... |
commit | commitdiff | tree |
2006-03-02 |
Gabe Black | Got rid of the multiple inheritance in the Fault classe... |
commit | commitdiff | tree |
2006-03-01 |
Steve Reinhardt | More progress toward actually running a program. |
commit | commitdiff | tree |
2006-03-01 |
Ali Saidi | Merge zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-03-01 |
Gabe Black | Begain setting up syscall emulation for sparc linux. |
commit | commitdiff | tree |
2006-03-01 |
Gabe Black | Cleaned up some of the Fault system. |
commit | commitdiff | tree |
2006-03-01 |
Gabe Black | Removed the targetarch code. |
commit | commitdiff | tree |
2006-03-01 |
Gabe Black | Made sparc copies of some architecture specific files. |
commit | commitdiff | tree |
2006-03-01 |
Gabe Black | Changed the name of the fault's invocation method from... |
commit | commitdiff | tree |
2006-03-01 |
Gabe Black | Used the Fault constructor to create Interrupt faults... |
commit | commitdiff | tree |
2006-03-01 |
Gabe Black | moved ev5_trap fully into the fault class. |
commit | commitdiff | tree |
2006-02-28 |
Ali Saidi | Add quiesceNs, quiesceTime, quiesceCycles, and m5panic... |
commit | commitdiff | tree |
2006-02-28 |
Kevin Lim | Merge ktlim@zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-02-28 |
Gabe Black | Corrected some mistakes in the hand merge |
commit | commitdiff | tree |
2006-02-28 |
Gabe Black | Hand merged |
commit | commitdiff | tree |
2006-02-28 |
Gabe Black | Merge gblack@m5.eecs.umich.edu:/bk/multiarch |
commit | commitdiff | tree |
2006-02-28 |
Gabe Black | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5 |
commit | commitdiff | tree |
2006-02-28 |
Gabe Black | Cleaned up and slightly reorganized the Fault class... |
commit | commitdiff | tree |
2006-02-28 |
Gabe Black | Changed ev5_trap from a function of the execution conte... |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | Moved the _stat for MachineCheckFault and AlignmentFaul... |
commit | commitdiff | tree |
2006-02-27 |
Ron Dreslinski | Fixes so that it compiles properly. Still working on... |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | Got rid of the fault_addr function. |
commit | commitdiff | tree |
2006-02-27 |
Kevin Lim | Merge ktlim@zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-02-27 |
Kevin Lim | Changes to put all the misc regs within the misc reg... |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | Renamed arch files to remove alpha prefix, and changed... |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | Changed targetarch to just arch. |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | Fixed up some include paths. |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | Added isMachineCheckFault and isAlignmentFault virtual... |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | Put the Alpha faults into the AlphaISA namespace |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | MachineCheckFaults and AlignmentFaults are now generate... |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | Changed targetarch to arch for isa_traits.hh include |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | Where architecture independent sources included arch... |
commit | commitdiff | tree |
2006-02-27 |
Nathan Binkert | fix some minor stats stuff |
commit | commitdiff | tree |
next |