X86: Centralize updates to the handy M5 reg.
[gem5.git] / src / arch / x86 / miscregfile.cc
2009-04-26 Gabe BlackX86: Centralize updates to the handy M5 reg.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-25 Gabe BlackISA: Get rid of the get*RegName functions.
2009-02-25 Gabe BlackX86: Add code to interpret debug register values.
2008-10-12 Gabe BlackX86: Make the local APIC accessible through the memory...
2008-10-12 Gabe BlackTurn Interrupts objects into SimObjects. Also, move...
2008-06-12 Gabe BlackX86: Add an event for the apic timer timeout. It doesn...
2008-06-12 Gabe BlackX86: Rename the divide count register to divide configu...
2008-06-12 Gabe BlackX86: Make the apic isr and irr work.
2008-06-12 Gabe BlackX86: Make the apic task priority register work.
2008-06-12 Gabe BlackX86: Make the logical destination and destination forma...
2008-06-12 Gabe BlackX86: Make the apic ID register work.
2008-06-12 Gabe BlackX86: Make the apic version register work.
2008-06-12 Gabe BlackX86: Keep handy values like the operating mode in one...
2008-06-12 Gabe BlackX86: Add in some support for the tsc register.
2008-03-07 Gabe BlackMerge
2008-03-07 Gabe BlackX86: Refine the local APIC.
2008-02-27 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-02-27 Gabe BlackX86: Put in initial implementation of the local APIC.
2008-01-12 Gabe BlackX86: Make the effective segment base shadow the regular...
2007-12-02 Gabe BlackX86: Add in a missing "break".
2007-12-02 Gabe BlackX86: Actually do something for the MiscRegFile clear...
2007-12-02 Gabe BlackX86: Reorganize segmentation and implement segment...
2007-12-02 Gabe BlackX86: Separate the effective seg base and the "hidden...
2007-11-15 Korey Sewellbranch merge
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: Make some of the bits of CR0 do what they're suppo...
2007-08-05 Gabe BlackMerge with head.
2007-08-05 Gabe BlackX86: Start implementing segmentation support.
2007-07-22 Steve ReinhardtMerge more changes in from head.
2007-07-22 Steve ReinhardtMerge Gabe's changes with mine.
2007-07-22 Gabe BlackMerge with head.
2007-07-18 Gabe BlackFill out the miscreg file and add types to miscregs.hh
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-07 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-07 Ali SaidiMerge zizzer:/bk/newmem
2007-03-07 Ali Saidi*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg
2007-03-07 Ali SaidiMerge zizzer:/bk/newmem
2007-03-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-06 Ali SaidiMerge zizzer:/bk/newmem
2007-03-06 Gabe BlackGet X86 to load an elf and start a process for it.
2007-03-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-05 Gabe BlackAdd some new source files.