summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2007-08-27Alpha: Fixes to get alpha to compile again.Gabe Black
2007-08-27MIPS: Fixes to get mips to compile.Gabe Black
2007-08-27SPARC: Fixes to get SPARC to compile again.Gabe Black
2007-08-26X86: Make the Ruflag microop work correctly, and make the code a little clearer.Gabe Black
2007-08-26X86: Return values for some cpuid functions that match what my development ma...Gabe Black
2007-08-26X86: Make the microassembler accept lines which are just labels.Gabe Black
2007-08-26X86: Make cpuid actually consider the eax parameter and return different values.Gabe Black
2007-08-26X86: Fix the sign extension microop so it extends zeros correctly.Gabe Black
2007-08-26X86: Implement cmps (string compare)Gabe Black
2007-08-26X86: Make shift instructions set some of the flags they're supposed to.Gabe Black
2007-08-26Address translation: Make the page table more flexible.Gabe Black
2007-08-26X86: Remove x86 code that attempted to fix misaligned accesses.Gabe Black
2007-08-26Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.Gabe Black
2007-08-26SPARC: Make sure unaligned access are caught on cached translations as well.Gabe Black
2007-08-13SPARC: Make nops have the IsNop flag set.Gabe Black
2007-08-13SPARC: Move tlb state into the tlb.Gabe Black
2007-08-13SPARC: Make the spill and fill handlers use the correct ASI, and let No_Fault...Gabe Black
2007-08-08alpha: Quick fix for things related to TLB MRU cache.Vincentius Robby
2007-08-08alpha: Make the TLB cache to actually work.Vincentius Robby
2007-08-07Alpha: Fix an off by one error with the tlb caching mechanism.Gabe Black
2007-08-07Merge with head.Gabe Black
2007-08-07X86: Added some missing parenthesis in the condition code calculation function.Gabe Black
2007-08-07X86: Implemented and hooked in SCAS (scan string)Gabe Black
2007-08-07X86: Add a format to handle string instructions which can use the repe and re...Gabe Black
2007-08-07X86: Overhaul of ruflags to get it to work correctly.Gabe Black
2007-08-07X86: Make a microcode branch microop.Gabe Black
2007-08-04Merge with head.Gabe Black
2007-08-04X86: Implement microops and instructions that manipulate the flags register.Gabe Black
2007-08-04X86: Make 64 bit unaligned accesses work as well as the other sizes.Gabe Black
2007-08-04X86: Make the open flags correct.Gabe Black
2007-08-04X86: Make fixed register operands ignore register index extensions from the R...Gabe Black
2007-08-04X86: Implement the cmpxchg instruction.Gabe Black
2007-08-04X86: Start implementing segmentation support.Gabe Black
2007-08-04X86: Create a base enum value for indexing into a region of the miscregs.Gabe Black
2007-08-04X86: Add the arch_prctl system call and fix up some microcoding.Gabe Black
2007-08-04alpha: Implement a cache for recently used page table entriesVincentius Robby
2007-08-03merge from headSteve Reinhardt
2007-08-02X86: Get rid of some debug warnings.Gabe Black
2007-08-02Merge with head.Gabe Black
2007-08-02X86: Finally get the x86 initial stack frame right.Gabe Black
2007-08-02X86: Fix special case with SIB index register and REX prefix.Gabe Black
2007-08-02merge, no manual changesAli Saidi
2007-08-02Linux Support: make sure that when we get the stack page for thread info we'r...Ali Saidi
2007-08-01Fix how the "cmd" parameter is set in se.py and remove hack in x86 process in...Gabe Black
2007-08-01merge: mips fix to getArgumentNathan Binkert
2007-08-01mips: make getArgument inline so mips will link properlyNathan Binkert
2007-08-01Merge with head.Gabe Black
2007-08-01Merge with head.Gabe Black
2007-08-01MIPS: Files which are needed for the MIPS fix.Gabe Black
2007-08-01Merge with head.Gabe Black