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
/
linux
/
process.cc
Age
Commit message (
Expand
)
Author
2009-09-15
Syscalls: Implement sysinfo() syscall.
Vince Weaver
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: Ignore the "times" system call.
Ali Saidi
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-06-09
ARM: Hook in the mmap2 system call. Make ArmLinuxProcess handle 5,6 syscall p...
Gabe Black
2009-06-09
ARM: Add a memory_barrier function to the "comm page".
Gabe Black
2009-06-09
ARM: Add a cmpxchg implementation to the "comm page".
Gabe Black
2009-06-09
ARM: Implement TLS. This is not tested.
Gabe Black
2009-06-09
ARM: Make ArmLinuxProcess understand "ARM private" system calls.
Gabe Black
2009-06-09
ARM: Update the kernel version M5 reports to 2.6.16.19
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