Age | Commit message (Expand) | Author |
2009-02-25 | X86: Implement CLTS. | Gabe Black |
2009-02-25 | X86: Add a trace flag for tracing faults. | Gabe Black |
2009-02-25 | X86: Add a trace flag for the page table walker. | Gabe Black |
2009-01-19 | tracing: Add help strings for some of the trace flags | Nathan Binkert |
2009-01-13 | SCons: centralize the Dir() workaround for newer versions of scons. | Nathan Binkert |
2008-10-12 | X86: Implement entering an interrupt in microcode. | Gabe Black |
2008-10-12 | X86: Implement CPUID with a magical function instead of microcode. | Gabe Black |
2008-10-12 | X86: Add a LocalApic trace flag. | Gabe Black |
2008-10-12 | Turn Interrupts objects into SimObjects. Also, move local APIC state into x86... | Gabe Black |
2008-10-10 | X86: Move the smbios objects into a folder for BIOS objects. | Gabe Black |
2008-06-12 | X86: Make the e820 table manually or automatically configurable from python. | Gabe Black |
2008-06-11 | SCons: Fix more SCons version issues | Ali Saidi |
2008-02-26 | X86: Implement the INVLPG instruction and the TIA microop. | Gabe Black |
2008-01-23 | X86: Put an SMBios/DMI table in memory. | Gabe Black |
2007-12-01 | X86: Move startup code to the system object to initialize a Linux system. | Gabe Black |
2007-12-01 | X86: Add a missing microcode file to the sconscript. | Gabe Black |
2007-11-12 | X86: Separate out the page table walker into it's own cc and hh. | Gabe Black |
2007-10-31 | Traceflags: Add SCons function to created a traceflag instead of having one f... | Ali Saidi |
2007-10-19 | X86: Impelement the HLT instruction and fix the "halt" microop. | Gabe Black |
2007-10-12 | X86: Implement MSR reads and writes and the wrsmr and rdmsr instructions. | Gabe Black |
2007-10-07 | X86: Make initCPU and startupCPU do something basic. | Gabe Black |
2007-10-07 | X86: Make an x86 system object. | Gabe Black |
2007-10-02 | X86: Start implementing the x86 tlb which will handle segmentation permission... | Gabe Black |
2007-09-24 | X86: Get X86_FS to compile. | Gabe Black |
2007-09-19 | X86: Move the fp microops to their own file with their own base classes in C+... | Gabe Black |
2007-09-19 | X86: Put in stubs for x87, 64 bit and 128 bit SIMD instruction microcode. | Gabe Black |
2007-09-10 | X86: Make the isa parser run if any of the microcode files change. | Gabe Black |
2007-08-26 | Address Translation: Make SE mode use an actual TLB/MMU for translation like FS. | Gabe Black |
2007-07-14 | Pull some hard coded base classes out of the isa description. | Gabe Black |
2007-06-20 | Make memory instructions work better, add more macroop implementations, add a... | Gabe Black |
2007-03-15 | Split the x86 "process" predecoder method into it's own file. | Gabe Black |
2007-03-15 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-15 | Make the predecoder an object with it's own switched header file. Start addin... | Gabe Black |
2007-03-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-03-06 | Get X86 to load an elf and start a process for it. | Gabe Black |
2007-03-05 | Add some new source files. | Gabe Black |
2007-03-03 | Add build hooks for x86. | Gabe Black |