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 Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
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 Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
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 Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
configure.ac Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
dl-cache.h Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
dl-static.c Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
getcontext.S Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
gettimeofday.c Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
Implies Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
init-first.c Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
ioctl.S aarch64: Fix error return from __ioctl 2014-05-30 14:09:34 -04:00
kernel_rt_sigframe.h Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
kernel-features.h Reduce kernel-features.h duplication. 2014-05-14 00:45:19 +00:00
ldconfig.h Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
ldsodefs.h Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
libc-__read_tp.S Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
makecontext.c Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
Makefile Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
mmap.c Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
profil-counter.h Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
pt-vfork.c aarch64: Consolidate NPTL/non versions of vfork 2014-06-03 11:09:20 -04:00
readelflib.c Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
setcontext.S aarch64: Re-implement setcontext without rt_sigreturn syscall 2014-04-17 11:38:50 +01:00
sigaction.c Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
sigcontextinfo.h Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
swapcontext.S Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
syscall.S Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
sysdep.c Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
sysdep.h aarch64: Remove PSEUDO_RET 2014-05-30 14:11:51 -04:00
ucontext_i.sym Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
ucontext-internal.h Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
Versions Relocate AArch64 from ports to libc. 2014-02-11 11:36:00 +00:00
vfork.S aarch64: Consolidate NPTL/non versions of vfork 2014-06-03 11:09:20 -04:00