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
Age
Commit message (
Expand
)
Author
2008-10-09
Microcode: Fix a silent typo error in the microcode assembler.
Gabe Black
2008-10-09
Microcode: Fix a very old bug with parsing external labels in microcode.
Gabe Black
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-10-06
fix shadow set bugs in MIPS code that caused out of bounds access...
Korey Sewell
2008-09-29
alpha: Need to include cstring so that g++ 4.3 works.
Nathan Binkert
2008-09-27
gcc: Add extra parens to quell warnings.
Nathan Binkert
2008-09-27
style: Make a style pass over the whole arch/alpha directory.
Nathan Binkert
2008-09-27
alpha: Clean up namespace usage.
Nathan Binkert
2008-09-27
arch: TheISA shouldn't really ever be used in the arch directory.
Nathan Binkert
2008-09-27
alpha: Get rid fo the namespace called EV5.
Nathan Binkert
2008-09-27
style
Nathan Binkert
2008-09-26
style: missed space after switch
Nathan Binkert
2008-09-26
When nesting if statements, use braces to avoid ambiguous else clauses.
Nathan Binkert
2008-09-26
Use logical operator instead of bitwise operator for correctness.
Nathan Binkert
2008-09-26
style: bring this file into M5 style, use the new pte translate function.
Nathan Binkert
2008-09-26
style: These files didn't even come close to following the M5 style guide.
Nathan Binkert
2008-09-23
sparc: Fix style, create a helper function for translation.
Nathan Binkert
2008-09-22
style
Nathan Binkert
2008-09-19
We're using the static keyword improperly in some cases.
Nathan Binkert
2008-09-10
style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...
Ali Saidi
2008-09-09
style: this file did not conform to style
Nathan Binkert
2008-09-03
X86: Fix the microcode for sign/zero extending moves that use high byte regis...
Gabe Black
2008-08-13
Return an UnimpFault for an ITB translation of an uncachable address. We don'...
Ali Saidi
2008-08-11
style
Nathan Binkert
2008-08-11
params: Convert the CPU objects to use the auto generated param structs.
Nathan Binkert
2008-08-03
X86: Make hint nops consume their modrm byte.
Gabe Black
2008-07-23
syscalls: Add a bunch of missing system calls.
Michael Adler
2008-07-11
m5ops: clean up the m5ops stuff.
Nathan Binkert
2008-07-01
Remove delVirtPort() and make getVirtPort() only return cached version.
Ali Saidi
2008-07-01
Change everything to use the cached virtPort rather than created their own ea...
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
[next]