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
/
cpu
Age
Commit message (
Expand
)
Author
2007-11-21
imported patch pagewalker.patch
Gabe Black
2007-11-20
Simple CPU fix simple mistake in translateDataWriteAddr.
Gabe Black
2007-11-15
add thread id to misc. reg functions
Korey Sewell
2007-11-15
add MicroPC functions back to thread context
Korey Sewell
2007-11-15
add microPC stuff back in. got deleted on changeset propragation somehow.
Korey Sewell
2007-11-15
put the flattenIndex stuff back in O3 AND put fatal() back in faults
Korey Sewell
2007-11-15
add core specific parameter to BaseCPU params
Korey Sewell
2007-11-15
Get MIPS simple regression working. Take out unecessary functions "setShadowS...
Korey Sewell
2007-11-15
branch merge
Korey Sewell
2007-11-13
Add in files from merge-bare-iron, get them compiling in FS and SE mode
Korey Sewell
2007-11-12
X86: Separate out the page table walker into it's own cc and hh.
Gabe Black
2007-11-12
X86: Work on the page table walker, TLB, and related faults.
Gabe Black
2007-11-12
X86: Implement a page table walker.
Gabe Black
2007-11-12
X86: Make the micropc available through the thread context objects.
Gabe Black
2007-11-08
TimingSimpleCPU: Add some DPRINTFs when the cpu suspends and resumes.
Ali Saidi
2007-11-08
AtomicSimpleCPU: Refactor resume() code to have a cleaner control path.
Ali Saidi
2007-11-08
Interrupts: Inline some code and remove duplication.
Ali Saidi
2007-11-08
CPU: Add function to explictly compare thread contexts after copying.
Ali Saidi
2007-11-06
O3: Remove unneeded variable.
Gabe Black
2007-10-31
String constant const-ness changes to placate g++ 4.2.
Steve Reinhardt
2007-10-31
Traceflags: Add SCons function to created a traceflag instead of having one f...
Ali Saidi
2007-10-22
CPU: Add functions to the "ExecContext"s that translate a given address.
Gabe Black
2007-10-18
CPU: Use the ThreadContext cpu id instead of the params cpu id in all cases.
Ali Saidi
2007-10-02
Merge with head.
Gabe Black
2007-10-02
Predecoder: Clear out predecoder state on an ITLB fault.
Gabe Black
2007-10-02
CPU: Make the cpuid parameter get set in SE mode as well.
Gabe Black
2007-10-02
CPU: Make the cpus check the pc event queues in SE mode.
Gabe Black
2007-10-02
CPU: Make sure the system parameter gets set in the cpu builders. Other param...
Gabe Black
2007-10-01
CPU: fix sparc_fs booting with SimpleTimingCPU.
Ali Saidi
2007-09-28
Update stats for quiesced cycles
Ali Saidi
2007-09-28
Rename cycles() function to ticks()
Ali Saidi
2007-09-28
Update statistics to use cycles properly instead of ticks
Ali Saidi
2007-09-25
Merge with head.
Gabe Black
2007-09-25
SPARC: Fix a stupid mistake which was breaking the SPARC regressions.
Gabe Black
2007-09-24
X86: Get X86_FS to compile.
Gabe Black
2007-09-19
X86: Put in the foundation for x87 stack based fp registers.
Gabe Black
2007-09-04
X86/StateTrace: Make m5 and statetrace track mmx and xmm registers, and actua...
Gabe Black
2007-08-31
X86: Get x86 to compile again after the simobject constructor change.
Gabe Black
2007-08-30
Fix miscellaneous small typos.
Miles Kaufmann
2007-08-30
params: Deprecate old-style constructors; update most SimObject constructors.
Miles Kaufmann
2007-08-26
Merge with head
Gabe Black
2007-08-26
O3 CPU: Remove alignment check from dynamic instruction read/write functions.
Gabe Black
2007-08-26
Simple CPU: Don't trace instructions that fault. Otherwise they show up twice.
Gabe Black
2007-08-26
Simple CPU: Added code that will split requests that cross block boundaries i...
Gabe Black
2007-08-26
Simple CPU: Make sure only instructions which complete without faulting are c...
Gabe Black
2007-08-26
Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.
Gabe Black
2007-08-21
Merge with head.
Gabe Black
2007-08-21
o3: Fix for retry ID bug.
Kevin Lim
2007-08-13
O3: Set up the predicted npc and nnpc for a fault carrying noop so that it do...
Gabe Black
2007-08-13
Move the "translate" member functions back into the base o3 class.
Gabe Black
[next]