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
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
2009-07-27
ARM: Update some syscall constants and delete others that are Alpha only.
Ali Saidi
2009-07-27
ARM: Decode fstmx and fldmx instructions. We can ignore them for now.
Gabe Black
2009-07-27
ARM: Only send information that changed between statetrace and M5.
Gabe Black
2009-07-27
imported patch nativetracestreamline.patch
Gabe Black
2009-07-27
ARM: Make native trace print out what instruction caused an error.
Gabe Black
2009-07-27
ARM: Implement a basic version of the fmxr instruction.
Gabe Black
2009-07-27
ARM: Implement a basic version of the fmrx instruction.
Gabe Black
2009-07-27
ARM: Add in spots for the VFP control registers.
Gabe Black
2009-07-27
ARM: Fix the CLZ instruction.
Gabe Black
2009-07-27
ARM: Initialize the CPSR so that we're in user mode.
Gabe Black
2009-07-27
ARM: Set up the initial stack frame to match a recent Linux.
Gabe Black
2009-07-27
ARM: Make native trace only print when registers are changing value.
Gabe Black
2009-07-27
ARM: Add a native tracer.
Gabe Black
2009-07-27
ARM: Fix fstat/fstat64 structs to match EABI definitions.
Ali Saidi
2009-07-27
ARM: Handle register indexed system calls.
Ali Saidi
2009-07-14
ARM: Fix the "open" flag constants.
Jack Whitham
2009-07-09
ARM: Fold the MiscRegFile all the way into the ISA object.
Gabe Black
2009-07-08
Registers: Add a registers.hh file as an ISA switched header.
Gabe Black
2009-07-08
Registers: Collapse ARM and MIPS regfile directories.
Gabe Black
2009-07-08
Registers: Eliminate the ISA defined RegFile class.
Gabe Black
2009-07-08
Registers: Move the PCs out of the ISAs and into the CPUs.
Gabe Black
2009-07-08
ARM, Simple CPU: Fix an index and add assert checks.
Gabe Black
2009-07-08
ARM: Flush out the ARM's int_regfile.hh.
Gabe Black
2009-07-08
Registers: Eliminate the ISA defined integer register file.
Gabe Black
2009-07-08
Registers: Eliminate the ISA defined floating point register file.
Gabe Black
2009-07-08
Registers: Get rid of the float register width parameter.
Gabe Black
2009-07-08
Registers: Add an ISA object which replaces the MiscRegFile.
Gabe Black
2009-07-08
ARM: Use custom read/write code to alias R15 with the PC.
Gabe Black
2009-07-08
ARM: Move the remaining microops out of the decoder and into the ISA desc.
Gabe Black
2009-07-08
ARM: Move the memory microops out of the decoder and into the ISA desc.
Gabe Black
2009-07-08
ARM: Move the integer microops out of the decoder and into the ISA desc.
Gabe Black
2009-07-08
ARM: Improve memory instruction disassembly.
Gabe Black
2009-07-08
ARM: Tune up predicated instruction decoding.
Gabe Black
2009-07-08
ARM: Get rid of the MemAcc and EAComp static insts.
Gabe Black
2009-07-08
ARM: Get rid of end_addr in the ArmMacroStore constructor.
Gabe Black
2009-07-08
ARM: Add an AddrMode2 format for memory instructions that use address mode 2.
Gabe Black
2009-07-08
ARM: Don't always update CPSR.
Gabe Black
2009-07-08
ARM: Add an AddrMode3 format for memory instructions that use address mode 3.
Gabe Black
[next]