qemu/linux-user
Richard Henderson ed2839166c target-alpha: Emulate LL/SC using cmpxchg helpers
Emulating LL/SC with cmpxchg is not correct, since it can
suffer from the ABA problem.  However, portable parallel
code is written assuming only cmpxchg which means that in
practice this is a viable alternative.

Signed-off-by: Richard Henderson <rth@twiddle.net>
2016-10-26 08:29:02 -07:00
..
aarch64
alpha
arm
cris
host
i386
m68k
microblaze
mips linux-user: Fix fadvise64() syscall support for Mips32 2016-10-21 15:20:13 +03:00
mips64 linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32 2016-10-21 15:20:13 +03:00
openrisc
ppc
s390x
sh4
sparc
sparc64
tilegx
unicore32
x86_64
Makefile.objs
elfload.c
errno_defs.h
flat.h
flatload.c
ioctls.h
linux_loop.h
linuxload.c
m68k-sim.c
main.c target-alpha: Emulate LL/SC using cmpxchg helpers 2016-10-26 08:29:02 -07:00
mmap.c
qemu.h
safe-syscall.S
signal.c
socket.h
strace.c
strace.list
syscall.c linux-user: enable parallel code generation on clone 2016-10-26 08:29:00 -07:00
syscall_defs.h
syscall_types.h
target_flat.h
trace-events
uaccess.c
uname.c
uname.h
vm86.c