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
/
arm
/
process.cc
Age
Commit message (
Expand
)
Author
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-10-01
ARM: Clean up use of TBit and JBit.
Ali Saidi
2010-09-13
Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.
Gabe Black
2010-08-25
ARM: Implement CPACR register and return Undefined Instruction when FP access...
Gabe Black
2010-08-17
sim: revamp unserialization procedure
Steve Reinhardt
2010-06-02
ARM: Fix SPEC2000 benchmarks in SE mode. With this patch all
Ali Saidi
2010-06-02
ARM: Fixup native trace support and add some v7/recent stack code
Ali Saidi
2010-06-02
ARM: Move the mmap region to where Linux actually has it.
Gabe Black
2010-06-02
ARM: Allow ARM processes to start in Thumb mode.
Gabe Black
2009-10-30
Syscalls: Make system calls access arguments like a stack, not an array.
Gabe Black
2009-07-27
ARM: Set up the initial stack frame to match a recent Linux.
Gabe Black
2009-04-06
Merge ARM into the head. ARM will compile but may not actually work.
Gabe Black
2009-04-05
arm: add ARM support to M5
Stephen Hines