Age | Commit message (Expand) | Author |
2007-11-17 | add back in clobbered MIPS fix for g++ 4.2 | Korey Sewell |
2007-11-16 | go back and fix up MIPS copyright headers | Korey Sewell |
2007-11-16 | move initCPU, processInterrupts declaration to core_specific file. | Korey Sewell |
2007-11-15 | remove unnecessary namespace | Korey Sewell |
2007-11-15 | fix MIPS headers | Korey Sewell |
2007-11-15 | Add CoreSpecific type to all archs | Korey Sewell |
2007-11-15 | Get MIPS simple regression working. Take out unecessary functions "setShadowS... | Korey Sewell |
2007-11-14 | comment and spacing | Korey Sewell |
2007-11-14 | Get MIPS_SE actually working again by actually by fixing TLB stuff and runnin... | Korey Sewell |
2007-11-13 | Add in files from merge-bare-iron, get them compiling in FS and SE mode | Korey Sewell |
2007-10-31 | String constant const-ness changes to placate g++ 4.2. | Steve Reinhardt |
2007-10-31 | Traceflags: Add SCons function to created a traceflag instead of having one f... | Ali Saidi |
2007-10-25 | TLB: Fix serialization issues with the tlb entries and make the page table st... | Gabe Black |
2007-10-25 | SE: Fix page table and system serialization, don't reinit process if this is ... | Ali Saidi |
2007-10-16 | Make the process objects use the Params structs in their constructors, and us... | Gabe Black |
2007-10-02 | Merge with head. | Gabe Black |
2007-10-02 | Predecoder: Clear out predecoder state on an ITLB fault. | Gabe Black |
2007-09-28 | Rename cycles() function to ticks() | Ali Saidi |
2007-09-19 | X86: Put in the foundation for x87 stack based fp registers. | Gabe Black |
2007-08-30 | params: Deprecate old-style constructors; update most SimObject constructors. | Miles Kaufmann |
2007-08-28 | Address translation: De-templatize the GenericTLB class. | Gabe Black |
2007-08-27 | MIPS: Fixes to get mips to compile. | Gabe Black |
2007-08-26 | Address translation: Make the page table more flexible. | Gabe Black |
2007-08-26 | Address Translation: Make SE mode use an actual TLB/MMU for translation like FS. | Gabe Black |
2007-08-01 | merge: mips fix to getArgument | Nathan Binkert |
2007-08-01 | mips: make getArgument inline so mips will link properly | Nathan Binkert |
2007-08-01 | Merge with head. | Gabe Black |
2007-08-01 | Merge with head. | Gabe Black |
2007-08-01 | MIPS: Files which are needed for the MIPS fix. | Gabe Black |
2007-08-01 | Merge with head. | Gabe Black |
2007-08-01 | Merge Gabe and my changes to arch/mips/utility.hh | Ali Saidi |
2007-08-01 | Arguments: Get rid of duplicate code for the Arguments class in each architec... | Ali Saidi |
2007-08-01 | MIPS: Cleaned up includes to break loops, and got rid of isa_traits.cc | Gabe Black |
2007-07-31 | Add a flag to indicate an instruction triggers a syscall in SE mode. | Gabe Black |
2007-07-26 | Merge python and x86 changes with cache branch | Nathan Binkert |
2007-07-26 | X86: Fix argument register indexing. | Gabe Black |
2007-07-22 | Merge more changes in from head. | Steve Reinhardt |
2007-07-18 | Make name, isMachineCheckFault, and isAlignmentFault const. | Gabe Black |
2007-06-30 | Event descriptions should not end in "event" | Steve Reinhardt |
2007-06-29 | fix store instructions, pass fast/quick Atomic/TimingSimpleCPU regressions... | Korey Sewell |
2007-06-28 | o3cpu build for mips | Korey Sewell |
2007-06-22 | mips import pt. 1 | Korey Sewell |
2007-06-19 | Make branches work by repopulating the predecoder every time through. This is... | Gabe Black |
2007-06-13 | Seperate the pc-pc and the pc of the incoming bytes, and get rid of the "more... | Gabe Black |
2007-03-15 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-15 | Make the predecoder an object with it's own switched header file. Start addin... | Gabe Black |
2007-03-13 | Replaced makeExtMI with predecode. | Gabe Black |
2007-03-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-03-09 | implement ipi stufff for SPARC | Ali Saidi |
2007-03-07 | Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ... | Gabe Black |