summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/insts/romutil.py
AgeCommit message (Expand)Author
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2009-05-28X86: Keep track of more descriptor state to accomodate KVM.Gabe Black
2009-04-19X86: Explicitly use the right width in a few places that need a 64 bit value.Gabe Black
2009-04-19X86: Make the interrupt entering microcode record the value to use, not actua...Gabe Black
2009-04-19X86: Implement the INIT IPI.Gabe Black
2009-02-25X86: Implement IST stack switching.Gabe Black
2009-02-25X86: Use atCPL0 for accesses that are part of CPU machinery.Gabe Black
2009-02-25X86: Move where CS is set so CPL checks work out.Gabe Black
2009-02-25X86: Make exceptions handle stack switching.Gabe Black
2009-02-01X86: All x86 fault classes now attempt to do something useful.Gabe Black
2009-02-01X86: Make the long mode interrupt/exception microcode handle an error code.Gabe Black
2009-02-01X86: Make the chks microop check for the right int descriptor type.Gabe Black
2009-02-01X86: Touch up the interrupt entering microcode.Gabe Black
2008-10-12X86: Implement entering an interrupt in microcode.Gabe Black