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
2011-09-19
X86: Don't use "#if FULL_SYSTEM" in the X86 ISA description.
Gabe Black
2011-09-19
PseudoInst: Remove the now unnecessary #if FULL_SYSTEMs around pseudoinsts.
Gabe Black
2011-09-18
Pseudoinst: Add an initParam pseudo inst function.
Gabe Black
2011-09-09
StaticInst: Merge StaticInst and StaticInstBase.
Gabe Black
2011-09-09
Stack: Tidy up some comments, a warning, and make stack extension consistent.
Gabe Black
2011-09-05
X86: Make sure instruction flags are set properly even on 32 bit machines.
Gabe Black
2011-09-05
X86,TLB: Make sure the "delayedResponse" variable is always set.
Gabe Black
2011-09-02
TLB: comments and a helpful warning.
Lisa Hsu
2011-08-13
X86: Use IsSquashAfter if an instruction could affect fetch translation.
Gabe Black
2011-07-11
X86: implements copyRegs() function
Nilay Vaish
2011-07-05
ISA parser: Define operand types with a ctype directly.
Gabe Black
2011-07-02
ExecContext: Rename the readBytes/writeBytes functions to readMem and writeMem.
Gabe Black
2011-07-02
ISA: Use readBytes/writeBytes for all instruction level memory operations.
Gabe Black
2011-07-02
X86: Fix store microops so they don't drop faults in timing mode.
Gabe Black
2011-06-21
X86: Eliminate an unused argument for building store microops.
Gabe Black
2011-06-02
scons: rename TraceFlags to DebugFlags
Nathan Binkert
2011-06-02
copyright: clean up copyright blocks
Nathan Binkert
2011-05-23
config: revamp x86 config to avoid appending to SimObjectVectors
Steve Reinhardt
2011-05-13
Trace: Allow printing ASIDs and selectively tracing based on user/kernel code.
Chander Sudanthi
2011-05-06
X86: Fix the Lldt instructions so they load the ldtr and not the tr.
Gabe Black
2011-04-23
X86: When decoding a memory only inst, fault on reg encodings, don't assert.
Gabe Black
2011-04-15
trace: reimplement the DTRACE function so it doesn't use a vector
Nathan Binkert
2011-04-15
includes: sort all includes
Nathan Binkert
2011-04-04
ARM: Cleanup implementation of ITSTATE and put important code in PCState.
Ali Saidi
2011-03-26
mips: cleanup ISA-specific code
Korey Sewell
2011-03-17
O3: Send instruction back to fetch on squash to seed predecoder correctly.
Ali Saidi
2011-03-02
X86: Use the npc as the pc when doing a nativetrace, not what M5 considers th...
Gabe Black
2011-03-02
X86: Decode the mysterious and elusive ffreep x87 instruction.
Gabe Black
2011-03-01
Spelling: Fix the a spelling error by changing mmaped to mmapped.
Gabe Black
2011-03-01
X86: Mark IO reads and writes as non-speculative.
Gabe Black
2011-03-01
X86: Mark prefetches as such in their instruction and request flags.
Gabe Black
2011-02-27
X86: If PCI config space is disabled, pass through to regular IO addresses.
Gabe Black
2011-02-27
X86: Use regular read requests in the walker instead of read exclusive.
Gabe Black
2011-02-15
X86: Get rid of "inline" on the MicroPanic constructor in decoder.cc.
Gabe Black
2011-02-13
X86: Detect branches taking into account instruction size.
Gabe Black
2011-02-13
X86: Put the result used for flags in an intermediate variable.
Gabe Black
2011-02-13
X86: Don't read in dest regs if all bits are replaced.
Gabe Black
2011-02-13
X86: On a bad microopc, return a microop that returns a fault that panics.
Gabe Black
2011-02-13
X86: Define fault objects to carry debug messages.
Gabe Black
2011-02-13
X86: Only reset npc to reflect instruction length once.
Gabe Black
2011-02-07
X86: Obey the wp bit of CR0.
Tim Harris
2011-02-07
X86: Use all 64 bits of the lstar register in the SYSCALL_64 macroop.
Tim Harris
2011-02-07
X86: Fix JMP_FAR_I to unpack a far pointer correctly.
Tim Harris
2011-02-07
X86: Read the LDT/GDT at CPL0 when executing an iret.
Tim Harris
2011-02-07
X86: Fix compiling vtophys.cc
Gabe Black
2011-02-06
m5: added work completed monitoring support
Brad Beckmann
2011-02-06
dev: fixed bugs to extend interrupt capability beyond 15 cores
Brad Beckmann
2011-02-06
x86: Timing support for pagetable walker
Joel Hestness
2011-02-06
x86: Add checkpointing capability to arch components
Joel Hestness
2011-02-06
x86: implements vtophys
Joel Hestness
[next]