index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
SConscript
Age
Commit message (
Expand
)
Author
2009-07-09
X86: Fold the MiscRegFile all the way into the ISA object.
Gabe Black
2009-07-08
Registers: Add a registers.hh file as an ISA switched header.
Gabe Black
2009-07-08
Registers: Eliminate the ISA defined integer register file.
Gabe Black
2009-07-08
Registers: Eliminate the ISA defined floating point register file.
Gabe Black
2009-07-08
Registers: Add an ISA object which replaces the MiscRegFile.
Gabe Black
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