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
Age
Commit message (
Expand
)
Author
2008-10-12
X86: Add a LocalApic trace flag.
Gabe Black
2008-10-12
X86: Make the local APIC accessible through the memory system directly, and m...
Gabe Black
2008-10-12
Turn Interrupts objects into SimObjects. Also, move local APIC state into x86...
Gabe Black
2008-10-12
CPU: Eliminate the get_vec function.
Gabe Black
2008-10-11
X86: Add an Intel MP table to the simulation.
Gabe Black
2008-10-10
TLB: Make all tlbs derive from a common base class in both python and C++.
Gabe Black
2008-10-10
X86: Create SimObjects in python and C++ to represent the ACPI system descrip...
Gabe Black
2008-10-10
X86: Create SimObjects in python and C++ to represent the Intel MP tables.
Gabe Black
2008-10-10
automerge
Nathan Binkert
2008-10-10
misc: remove #include <cassert> from misc.hh since not everyone needs it.
Nathan Binkert
2008-10-10
X86: Turn SMBios structures into simobjects.
Gabe Black
2008-10-10
X86: Add a couple comments to the bios SConscript
Gabe Black
2008-10-10
X86: Move the smbios objects into a folder for BIOS objects.
Gabe Black
2008-10-09
SimObjects: Clean up handling of C++ namespaces.
Nathan Binkert
2008-10-09
eventq: convert all usage of events to use the new API.
Nathan Binkert
2008-10-09
X86: Fix the debugging microops. The debug functions can't handle a string ob...
Gabe Black
2008-10-09
X86: Make far ret modify CS instead of some random selector.
Gabe Black
2008-09-27
gcc: Add extra parens to quell warnings.
Nathan Binkert
2008-09-27
arch: TheISA shouldn't really ever be used in the arch directory.
Nathan Binkert
2008-09-10
style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...
Ali Saidi
2008-09-03
X86: Fix the microcode for sign/zero extending moves that use high byte regis...
Gabe Black
2008-08-03
X86: Make hint nops consume their modrm byte.
Gabe Black
2008-07-01
Remove delVirtPort() and make getVirtPort() only return cached version.
Ali Saidi
2008-06-14
Fix various SWIG warnings
Nathan Binkert
2008-06-12
X86: Make the cpuid processor identifier return a real string.
Gabe Black
2008-06-12
X86: Make the e820 table manually or automatically configurable from python.
Gabe Black
2008-06-12
X86: Make the disassembly for halt conform with the other microops.
Gabe Black
2008-06-12
X86: Implement and hook up STI and CLI instructions.
Gabe Black
2008-06-12
X86: Add an event for the apic timer timeout. It doesn't get used yet.
Gabe Black
2008-06-12
X86: Rename the divide count register to divide configuration.
Gabe Black
2008-06-12
X86: Make the apic isr and irr work.
Gabe Black
2008-06-12
X86: Make the apic task priority register work.
Gabe Black
2008-06-12
X86: Make the logical destination and destination format work.
Gabe Black
2008-06-12
X86: Make the apic ID register work.
Gabe Black
2008-06-12
X86: Make the apic version register work.
Gabe Black
2008-06-12
X86: Implement a partial, sort of correct version of the protected mode varia...
Gabe Black
2008-06-12
X86: Change how segment loading is performed.
Gabe Black
2008-06-12
X86: Make pushes and pops use the stack size instead of the data size.
Gabe Black
2008-06-12
X86: In non 64bit mode, throw a fault when a NULL segment is accessed.
Gabe Black
2008-06-12
X86: Take advantage of the new meta register.
Gabe Black
2008-06-12
X86: Keep handy values like the operating mode in one register.
Gabe Black
2008-06-12
X86: Change what the microop chks does.
Gabe Black
2008-06-12
X86: Add a microop to read a segments attribute register.
Gabe Black
2008-06-12
X86: Add microops and supporting code to manipulate the whole rflags register.
Gabe Black
2008-06-12
X86: Add microops which panic, fatal, warn, and warn_once.
Gabe Black
2008-06-12
X86: Truncate descriptors to 16 bits.
Gabe Black
2008-06-12
X86: Redo BSF.
Gabe Black
2008-06-12
X86: Flesh out 3dnow instruction decoding a bit and grab the byte immediate.
Gabe Black
2008-06-12
X86: Make string instructions work when rcx=0.
Gabe Black
2008-06-12
X86: Have all 8 machine check registers since the kernel assumes they're there.
Gabe Black
[next]