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
Age
Commit message (
Expand
)
Author
2010-06-02
ARM: Add a bit to the ExtMachInst to select thumb mode.
Gabe Black
2010-06-02
ARM: Allow ARM processes to start in Thumb mode.
Gabe Black
2010-06-02
ARM: Add a new base class for instructions that can do an interworking branch.
Gabe Black
2010-06-02
ARM: Track the current ISA mode using the PC.
Gabe Black
2010-06-02
ARM: Remove IsControl from operands that don't imply control transfers.
Gabe Black
2010-03-23
cpu: fix exec tracing memory corruption bug
Steve Reinhardt
2010-02-12
O3PCU: Split loads and stores that cross cache line boundaries.
Timothy M. Jones
2009-11-17
ARM: Begin implementing CP15
Ali Saidi
2009-11-17
ARM: Differentiate between LDM exception return and LDM user regs.
Ali Saidi
2009-11-17
ARM: Boilerplate full-system code.
Ali Saidi
2009-11-16
imported patch isa_fixes2.diff
Ali Saidi
2009-11-15
ARM: Make the exception return form of ldm restore CPSR.
Gabe Black
2009-11-15
ARM: Create a new type of load uop that restores spsr into cpsr.
Gabe Black
2009-11-14
ARM: Check in the actual change from the last commit.
Gabe Black
2009-11-14
ARM: Fix up the implmentation of the msr instruction.
Gabe Black
2009-11-14
ARM: Define a mask to differentiate purely CPSR bits from CondCodes bits.
Gabe Black
2009-11-14
ARM: Add a bitfield to indicate if an immediate should be used.
Gabe Black
2009-11-14
ARM: Write some functions to write to the CPSR and SPSR for instructions.
Gabe Black
2009-11-14
ARM: Fix up the implmentation of the mrs instruction.
Gabe Black
2009-11-14
ARM: More accurately describe the effects of using the control operands.
Gabe Black
2009-11-14
ARM: Hook up the moded versions of the SPSR.
Gabe Black
2009-11-14
ARM: Move around decoder to properly decode CP15
Ali Saidi
2009-11-10
ARM: Fix some bugs in the ISA desc and fill out some instructions.
Gabe Black
2009-11-10
ARM: Implement fault classes.
Gabe Black
2009-11-10
ARM: Fix the integer register indexes.
Gabe Black
2009-11-08
ARM: Support forcing load/store multiple to use user registers.
Gabe Black
2009-11-08
ARM: Simplify the load/store multiple generation code.
Gabe Black
2009-11-08
ARM: Split the condition codes out of the CPSR.
Gabe Black
2009-11-08
ARM: Add in more bits for the mon mode.
Gabe Black
2009-11-08
ARM: Get rid of NumInternalProcRegs.
Gabe Black
2009-11-08
ARM: Add back in spots for Rhi and Rlo, and use a named constant for LR.
Gabe Black
2009-11-08
ARM: Get rid of the Raddr operand.
Gabe Black
2009-11-08
ARM: Initialize processes in user mode.
Gabe Black
2009-11-08
ARM: Implement the shadow registers using register flattening.
Gabe Black
2009-11-08
ARM: Set up an intregs.hh for ARM.
Gabe Black
2009-11-07
ARM: Get rid of some unneeded register indexes.
Gabe Black
2009-11-04
build: fix compile problems pointed out by gcc 4.4
Nathan Binkert
2009-10-30
Syscalls: Make system calls access arguments like a stack, not an array.
Gabe Black
2009-10-24
syscall: Addition of an ioctl command code for Power.
Timothy M. Jones
2009-10-17
ISA: Fix compilation.
Gabe Black
2009-09-23
arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh
Nathan Binkert
2009-09-15
Syscalls: Implement sysinfo() syscall.
Vince Weaver
2009-08-01
Clean up some inconsistencies with Request flags.
Steve Reinhardt
2009-07-29
ARM: Mul and mla ignore the c and v flags, but we were setting them to 1.
Gabe Black
2009-07-29
ARM: Fix an instruction in the cmpxchg kernel provided routine.
Gabe Black
2009-07-29
ARM: Get rid of a stray line in the set_tls handler.
Gabe Black
2009-07-29
ARM: Make the ARM native tracer stop M5 if control diverges.
Gabe Black
2009-07-29
ARM: Make sure the target process doesn't run away from statetrace.
Gabe Black
2009-07-29
ARM: Ignore the "times" system call.
Ali Saidi
2009-07-29
ARM: Fix an ioctl constant.
Ali Saidi
[next]