glibc/sysdeps/unix/sysv/linux/aarch64
Andi Kleen 8491ed6d70 Add adaptive elision to rwlocks
This patch relies on the C version of the rwlocks posted earlier.
With C rwlocks it is very straight forward to do adaptive elision
using TSX. It is based on the infrastructure added earlier
for mutexes, but uses its own elision macros. The macros
are fairly general purpose and could be used for other
elision purposes too.

This version is much cleaner than the earlier assembler based
version, and in particular implements adaptation which makes
it safer.

I changed the behavior slightly to not require any changes
in the test suite and fully conform to all expected
behaviors (generally at the cost of not eliding in
various situations). In particular this means the timedlock
variants are not elided.  Nested trylock aborts.
2014-06-13 13:15:28 -07:00
..
bits
nptl Add adaptive elision to rwlocks 2014-06-13 13:15:28 -07:00
sys AArch64: Remove asm/ptrace.h inclusion in sys/user.h and sys/procfs.h 2014-05-20 13:45:22 +01:00
__read_tp.S
arch-fork.h AArch64: Convert fork.c to arch-fork.h 2014-05-21 18:45:00 +01:00
clone.S aarch64: Consolidate NPTL/non versions of clone 2014-06-03 11:04:04 -04:00
configure
configure.ac
dl-cache.h
dl-static.c
getcontext.S
gettimeofday.c
Implies
init-first.c
ioctl.S aarch64: Fix error return from __ioctl 2014-05-30 14:09:34 -04:00
kernel_rt_sigframe.h
kernel-features.h Reduce kernel-features.h duplication. 2014-05-14 00:45:19 +00:00
ldconfig.h
ldsodefs.h
libc-__read_tp.S
makecontext.c
Makefile
mmap.c
profil-counter.h
pt-vfork.c aarch64: Consolidate NPTL/non versions of vfork 2014-06-03 11:09:20 -04:00
readelflib.c
setcontext.S aarch64: Re-implement setcontext without rt_sigreturn syscall 2014-04-17 11:38:50 +01:00
sigaction.c
sigcontextinfo.h
swapcontext.S
syscall.S
sysdep.c
sysdep.h aarch64: Remove PSEUDO_RET 2014-05-30 14:11:51 -04:00
ucontext_i.sym
ucontext-internal.h
Versions
vfork.S aarch64: Consolidate NPTL/non versions of vfork 2014-06-03 11:09:20 -04:00