summaryrefslogtreecommitdiff
path: root/src/arch/x86/utility.cc
AgeCommit message (Expand)Author
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-07-08Registers: Add a registers.hh file as an ISA switched header.Gabe Black
2009-04-19X86: Implement the INIT IPI.Gabe Black
2009-04-19X86: Condense the startupCPU code.Gabe Black
2008-10-12X86: Make the local APIC accessible through the memory system directly, and m...Gabe Black
2008-10-12Turn Interrupts objects into SimObjects. Also, move local APIC state into x86...Gabe Black
2008-02-26X86: Put in initial implementation of the local APIC.Gabe Black
2007-12-01X86: Move startup code to the system object to initialize a Linux system.Gabe Black
2007-12-01X86: Reorganize segmentation and implement segment selector movs.Gabe Black
2007-12-01X86: Separate the effective seg base and the "hidden" seg base.Gabe Black
2007-11-16X86: Fix 32 bit compilation.Gabe Black
2007-11-12X86: Implement the startupCPU function.Gabe Black
2007-10-23X86: Fix X86_FS compilation.Gabe Black
2007-10-07X86: Make x86 initialize more state.Gabe Black
2007-10-07X86: Make initCPU and startupCPU do something basic.Gabe Black
2007-09-24X86: Get X86_FS to compile.Gabe Black