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
2014-11-23
kvm, x86: Adding support for SE mode execution
Alexandru Dutu
2014-10-20
x86: Fixes to avoid LTO warnings
Andreas Hansson
2014-05-09
arch: teach ISA parser how to split code across files
Curtis Dunham
2013-01-07
arch: Make the ISA class inherit from SimObject
Andreas Sandberg
2012-06-05
ISA: Back-out NoopMachInst as a StaticInstPtr change.
Ali Saidi
2012-06-04
ISA: Turn the ExtMachInst NoopMachinst into the StaticInstPtr NoopStaticInst.
Gabe Black
2012-05-26
CPU: Merge the predecoder and decoder.
Gabe Black
2012-05-25
ISA: Make the decode function part of the ISA's decoder.
Gabe Black
2011-10-30
X86: Build the same files in SE and FS.
Gabe Black
2011-10-13
X86: Build vtophys in SE mode.
Gabe Black
2011-10-13
X86: Turn on the page table walker in SE mode.
Gabe Black
2011-10-09
SE/FS: Build the Interrupt objects in SE mode.
Gabe Black
2011-09-30
X86: Remove FULL_SYSTEM from the x86 faults.
Gabe Black
2011-06-02
scons: rename TraceFlags to DebugFlags
Nathan Binkert
2011-02-13
X86: On a bad microopc, return a microop that returns a fault that panics.
Gabe Black
2010-08-23
X86: Make the x86 ExtMachInst serializable with (UN)SERIALIZE_SCALAR.
Gabe Black
2010-05-23
copyright: Change HP copyright on x86 code to be more friendly
Nathan Binkert
2009-08-17
X86: Create base classes for use with media/SIMD microops.
Gabe Black
2009-07-19
CPU: Separate out native trace into ISA (in)dependent code and SimObjects.
Gabe Black
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
[next]