X86: Move startup code to the system object to initialize a Linux system.
[gem5.git] / src / arch /
2007-12-02 Gabe BlackX86: Move startup code to the system object to initiali...
2007-12-02 Gabe BlackX86: Add a missing microcode file to the sconscript.
2007-12-02 Gabe BlackX86: Fix a copy paste error in the bts microcode.
2007-12-02 Gabe BlackX86: Implement mov from control register.
2007-12-02 Gabe BlackX86: First crack at far returns. This is grossly approx...
2007-12-02 Gabe BlackX86: Reorganize segmentation and implement segment...
2007-12-02 Gabe BlackX86: Make the "fault" microop predicated.
2007-12-02 Gabe BlackX86: Implement the LIDT instruction.
2007-12-02 Gabe BlackX86: Implement the lgdt instruction.
2007-12-02 Gabe BlackX86: Implement wrbase and wrlimit for loading pseudo...
2007-12-02 Gabe BlackX86: Separate the effective seg base and the "hidden...
2007-12-01 Gabe BlackSPARC: Fixes for invalidateAll and demapAll in the...
2007-11-30 Gabe BlackSPARC: Fix 32 bit register window flushing endian conve...
2007-11-29 Gabe BlackSPARC: Fix the initial stack to match what the Linux...
2007-11-29 Gabe BlackSPARC: Combine the 64 and 32 bit process initialization...
2007-11-20 Gabe BlackMerge with head.
2007-11-20 Ali SaidiSerialization: Serialize SPARC PTEs last so their nameO...
2007-11-17 Korey Sewelladd back in clobbered MIPS fix for g++ 4.2
2007-11-17 Korey Sewellgo back and fix up MIPS copyright headers
2007-11-17 Korey Sewellmove initCPU, processInterrupts declaration to core_spe...
2007-11-17 Korey SewellGabe's 32-bit X86 fix merge
2007-11-16 Gabe BlackX86: Fix 32 bit compilation.
2007-11-16 Korey Sewellremove unnecessary namespace
2007-11-15 Korey Sewellmerge Ali's config change...
2007-11-15 Korey Sewellfix MIPS headers
2007-11-15 Korey SewellAdd CoreSpecific type to all archs
2007-11-15 Korey SewellGet MIPS simple regression working. Take out unecessary...
2007-11-15 Korey Sewellbranch merge
2007-11-14 Korey Sewellcomment and spacing
2007-11-14 Korey SewellGet MIPS_SE actually working again by actually by fixin...
2007-11-13 Korey SewellAdd in files from merge-bare-iron, get them compiling...
2007-11-13 Gabe BlackX86: Make microcode use presegmentation RIPs and the...
2007-11-13 Gabe BlackX86: Separate out the page table walker into it's own...
2007-11-12 Gabe BlackX86: Fix a stupid typo where WRMSR and RDMSR were switc...
2007-11-12 Gabe BlackX86: Implement tlb invalidation and make it happen...
2007-11-12 Gabe BlackX86: Implement the wrcr microop which writes a control...
2007-11-12 Gabe BlackX86: Implement some bit testing instructions.
2007-11-12 Gabe BlackX86: Change the meaning of the sext and zext width...
2007-11-12 Gabe BlackX86: Flesh out the opcode groups for two byte opcodes.
2007-11-12 Gabe BlackX86: Work on the page table walker, TLB, and related...
2007-11-12 Gabe BlackX86: Implement a page table walker.
2007-11-12 Gabe BlackX86: Implement the startupCPU function.
2007-11-12 Gabe BlackX86: Make some of the bits of CR0 do what they're suppo...
2007-11-12 Gabe BlackX86: Various fixes to indexing segmentation related...
2007-11-12 Gabe BlackSPARC: Force %g1 to be zero on process startup even...
2007-11-09 Gabe BlackAlpha: Fix a long standing bug where all code ran as...
2007-11-09 Gabe BlackISA parser: Make the isa parser generate MaxInstSrcRegs...
2007-11-08 Ali SaidiCPU: Add function to explictly compare thread contexts...
2007-11-07 Gabe BlackSPARC: Make 64 bit SPARC process initialization check...
2007-11-01 Steve ReinhardtString constant const-ness changes to placate g++ 4.2.
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-31 Ali SaidiTraceflags: Add SCons function to created a traceflag...
2007-10-31 Ali SaidiLinux Support: Finally update vptr for new memory system.
2007-10-30 Gabe BlackX86: Compile fixes for 32 bit/debug/opt.
2007-10-26 Gabe BlackTLB: Fix serialization issues with the tlb entries...
2007-10-26 Ali SaidiSE: Fix page table and system serialization, don't...
2007-10-24 Gabe BlackX86: Fix X86_FS compilation.
2007-10-22 Gabe BlackMerge with head.
2007-10-22 Gabe BlackX86: Use the cda microop where appropriate. The ENTER...
2007-10-22 Gabe BlackX86: Implement the cda microop which checks if an addre...
2007-10-22 Gabe BlackX86: Start using the stupd microop, and update statisti...
2007-10-22 Gabe BlackX86: Implement the stupd microop ("store with update...
2007-10-19 Gabe BlackX86: Implement the PUSHF, POPF, SAHF, and LAHF instruct...
2007-10-19 Gabe BlackX86: Impelement the HLT instruction and fix the "halt...
2007-10-19 Gabe BlackX86: Implement a "halt" microop.
2007-10-19 Gabe BlackX86: Implement the ENTER instruction. This could probab...
2007-10-19 Gabe BlackMerge with head.
2007-10-19 Gabe BlackX86: Replace "group10" placeholder with the correspondi...
2007-10-19 Gabe BlackX86: Implement the string IO instructions, ins and...
2007-10-19 Gabe BlackX86: Implement the undocumented SALC instruction which...
2007-10-19 Gabe BlackX86: Implement the XLAT instruction.
2007-10-19 Gabe BlackX86: Implement the BOUND instruction.
2007-10-19 Gabe BlackX86: Make the "fault" microop predicated.
2007-10-19 Gabe BlackX86: Make "Inst" the default format instead of WarnUnim...
2007-10-19 Gabe BlackX86: Implement the in/out instructions. These will...
2007-10-19 Gabe BlackX86: Implement the LOOP instructions.
2007-10-19 Gabe BlackX86: Attach the CMC instruction to the decoder.
2007-10-19 Gabe BlackX86: Implemented the jrcx instruction.
2007-10-19 Gabe BlackX86: Make wrip sign extend its second operand.
2007-10-17 Gabe BlackMake the process objects use the Params structs in...
2007-10-13 Gabe BlackMerge with head
2007-10-13 Gabe BlackLoader: Identify sections based on virtual addresses...
2007-10-13 Gabe BlackX86: Added some new versions of MOV and a new argument...
2007-10-13 Gabe BlackX86: Implemented LODS.
2007-10-12 Gabe BlackX86: Implement MSR reads and writes and the wrsmr and...
2007-10-10 Gabe BlackX86: Get rid of BasicOperate format which wasn't used...
2007-10-10 Gabe BlackX86: Get rid of stray Sparc DPRINTF
2007-10-08 Gabe BlackX86: Make x86 initialize more state.
2007-10-08 Gabe BlackX86: Work on the x86 tlb.
2007-10-08 Gabe BlackX86: Make faults maintain an error code which gets...
2007-10-08 Gabe BlackX86: Significantly filled out misc regs.
2007-10-08 Gabe BlackX86: Make sure there are fewer spurious differences...
2007-10-08 Gabe BlackX86: Make initCPU and startupCPU do something basic.
2007-10-08 Gabe BlackX86: Make the Interrupts class complain less.
2007-10-08 Gabe BlackX86: Adjust the config scripts for x86 fs.
2007-10-08 Gabe BlackX86: Make an x86 system object.
2007-10-08 Gabe BlackX86: X86 FS compile fix.
2007-10-04 Gabe BlackMerge with head.
2007-10-04 Gabe BlackX86: Fix the PageShift constant in isa_traits.hh (I...
2007-10-04 Gabe BlackSPARC: Make software trap 3 flush the register windows...
next