summaryrefslogtreecommitdiff
path: root/src/sim
AgeCommit message (Expand)Author
2007-11-14Get MIPS_SE actually working again by actually by fixing TLB stuff and runnin...Korey Sewell
2007-11-13Add in files from merge-bare-iron, get them compiling in FS and SE modeKorey Sewell
2007-11-02SE: fix stat64 syscall on os xAli Saidi
2007-10-31String constant const-ness changes to placate g++ 4.2.Steve Reinhardt
2007-10-31Traceflags: Add SCons function to created a traceflag instead of having one f...Ali Saidi
2007-10-31Linux Support: Finally update vptr for new memory system.Ali Saidi
2007-10-25TLB: Fix serialization issues with the tlb entries and make the page table st...Gabe Black
2007-10-25SE: Fix page table and system serialization, don't reinit process if this is ...Ali Saidi
2007-10-16Make the process objects use the Params structs in their constructors, and us...Gabe Black
2007-10-02Remote GDB: Turn on remote gdb in SE mode.Gabe Black
2007-09-28Rename cycles() function to ticks()Ali Saidi
2007-09-25Loader: Only complain about TLS sections if you're using Alpha.Gabe Black
2007-09-13Syscall Emulation: Add stat64 syscall.Ali Saidi
2007-09-11Loader: Error if a TLS section is found in the binary.Ali Saidi
2007-08-30params: Deprecate old-style constructors; update most SimObject constructors.Miles Kaufmann
2007-08-28Address translation: De-templatize the GenericTLB class.Gabe Black
2007-08-27Address Translation: Make the Generic TLB only compile in SE mode.Gabe Black
2007-08-26Address translation: Make the page table more flexible.Gabe Black
2007-08-26Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.Gabe Black
2007-08-04main: return an an exit code of 1 when we exit due to a python exception.Nathan Binkert
2007-08-02python: Improve support for python calling back to C++ member functions.Nathan Binkert
2007-08-02Serialize: This shouldn't have been commited, I got a little bit carried away...Ali Saidi
2007-08-02Serialization: Provide array serialization methods that work on std::vectorAli Saidi
2007-08-02debugSymbolTable is a global variable and only needs to be created once, not ...Ali Saidi
2007-08-01Merge Gabe and my changes to arch/mips/utility.hhAli Saidi
2007-08-01Arguments: Get rid of duplicate code for the Arguments class in each architec...Ali Saidi
2007-08-01Twin64_t is in base/bigint.hhNathan Binkert
2007-07-29X86: Initial stack frame fixes and constant shuffling.Gabe Black
2007-07-28Turn the instruction tracing code into pluggable sim objects.Gabe Black
2007-07-26X86: Fix argument register indexing.Gabe Black
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-07-18Make name, isMachineCheckFault, and isAlignmentFault const.Gabe Black
2007-06-20Make sure all parameters have default values if they'reNathan Binkert
2007-05-27Move SimObject python files alongside the C++ and fixNathan Binkert
2007-05-20Add new EventWrapper constructor that takes a Tick valueSteve Reinhardt
2007-05-09update for new reschedule semanticsAli Saidi
2007-05-09fix the translating ports so it can add a page on a faultAli Saidi
2007-04-18fix SIGUSR1 and SIGUSR2 by clearing the variables afterNathan Binkert
2007-04-09Comment out the remote gdb object for SE mode.Gabe Black
2007-03-12remove the extern C around gdb helper functions. It's need needed for any new...Ali Saidi
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2007-03-09Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-09Use the TheISA namespace in case we're coming from a file that doesn't do tha...Gabe Black
2007-03-09implement ipi stufff for SPARCAli Saidi
2007-03-07fix compiling of FS after Gabe's last compileAli Saidi
2007-03-07Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ...Gabe Black
2007-03-07Make byteswap work correctly on Twin??_t types.Gabe Black
2007-03-06Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2007-03-06Get X86 to load an elf and start a process for it.Gabe Black