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
2012-01-09
X86: Add memory fence to I/O instructions
Nilay Vaish
2012-01-05
X86 TLB: Move a DPRINTF to its correct place
Nilay Vaish
2011-12-01
X86: Fix a bad segmentation check for the stack segment.
Gabe Black
2011-11-20
X86: Fix the constant detecting three byte opcodes in the predecoder.
Gabe Black
2011-11-03
x86: Add microop for fence
Nilay Vaish
2011-10-31
GCC: Get everything working with gcc 4.6.1.
Gabe Black
2011-10-22
SE: move page allocation from PageTable to Process
Steve Reinhardt
2011-10-22
syscall_emul: implement MAP_FIXED option to mmap()
Steve Reinhardt
2011-09-27
Faults: Replace calls to genMachineCheckFault with M5PanicFault.
Gabe Black
2011-09-26
ISA parser: Use '_' instead of '.' to delimit type modifiers on operands.
Gabe Black
2011-09-23
X86: Move the MSR lookup table out of the TLB and into its own file.
Gabe Black
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
[next]