aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2015-07-28Fix b/19824366 with a local patch (as upstream is fixed unmergeably), and add...Stan Shebs3-2/+156
2015-06-23Prevent wasted memory in guard regionsAndrew Hunter1-0/+9
2014-05-08For b/14616463, add -fno-function-sections to nptl/events.c compilation.Brooks Moses1-0/+4
2014-03-08Add pthread_signal_safe_key_create.Paul Pluzhnikov8-18/+65
2014-03-03For b/5013921, build pthread_join.c and pthread_timedjoin.c with frame pointers.Paul Pluzhnikov1-2/+4
2014-03-03For b/5836136, do dlsym(0, "_Unwind..."), i.e. ignore libgcc_s.so.1 dlopen fa...Paul Pluzhnikov1-0/+5
2014-02-28Don't put absolute pathnames into libc.so and libpthread.so linker scripts --...Paul Pluzhnikov1-2/+2
2014-02-24Revert upstream removal of async-safe TLS patches.Brooks Moses4-11/+203
2014-02-06Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae1-1/+5
2014-02-06Revert "Async-signal safe TLS."Allan McRae5-210/+7
2014-02-05Fix tst-setgetname for Linux kernels < 2.6.33.Carlos O'Donell2-0/+20
2014-02-04PowerPC: Change powerpc64le start ABI to 2.17.Adhemerval Zanella1-1/+1
2014-01-23S/390: Increase tst-tls7 test case timeoutStefan Liebler2-1/+5
2014-01-18Don't check asynchronous cancellation on systemH.J. Lu2-1/+5
2014-01-11Fix a race in tst-tls7, which caused crashes on ppc32.Paul Pluzhnikov3-5/+31
2014-01-07S/390: Make jmp_buf extendible.Andreas Krebbel2-0/+68
2014-01-03Async-signal safe TLS.Andrew Hunter5-7/+190
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae664-664/+664
2013-12-18Patch 3/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov1-5/+1
2013-12-12PowerPC: Add DSO and TAR fields to TLSAdhemerval Zanella3-0/+13
2013-12-12Add test case for pthread_[sg]etname_np.Carlos O'Donell3-0/+307
2013-12-11ChangeLog whitespace fix.Roland McGrath1-0/+1
2013-12-09Fix CFI annotations in pthread_cond_timedwait for i486+Andreas Schwab2-2/+8
2013-12-04PowerPC64 ELFv2 ABI 4/6: Stack frame layout changesUlrich Weigand2-26/+47
2013-12-04PowerPC64: Add __private_ss field to TCB headerUlrich Weigand1-0/+2
2013-11-26Use __glibc_reserved instead __unused.Ondřej Bílka3-3/+7
2013-11-25Fix intermittent failure in tst-getpid2.Paul Pluzhnikov2-0/+10
2013-11-20Fix missing > on email.Paul Pluzhnikov1-1/+1
2013-11-20Fix failure in tst-cleanup2 and tst-cleanupx2 with gcc-4.9Paul Pluzhnikov2-0/+8
2013-11-20Revert "Fix failure in nptl/tst-cleanup when building with"Paul Pluzhnikov1-6/+0
2013-11-20Fix failure in nptl/tst-cleanup when building withPaul Pluzhnikov1-0/+6
2013-10-30rename configure.in to configure.acMike Frysinger5-2/+11
2013-10-05nptl: tst-mutex8.c: Handle ENOTSUP PI mutex failureMaciej W. Rozycki2-2/+15
2013-10-04PowerPC LE configuryAlan Modra1-0/+1
2013-10-04PowerPC ugly symbol versioningAlan Modra1-9/+4
2013-10-01Fix PI mutex check in pthread_cond_broadcast and pthread_cond_signalSiddhesh Poyarekar3-10/+11
2013-09-27Move ChangeLog entrySiddhesh Poyarekar1-0/+8
2013-09-27Use the mutex member of the argumen in __libc_lock_*_recursiveSiddhesh Poyarekar1-3/+3
2013-09-04Remove --disable-versioning.Joseph Myers2-1/+7
2013-09-03Mark success return value as volatile to work around reschedulingSiddhesh Poyarekar2-1/+13
2013-08-30Fix typos.Ondřej Bílka4-4/+10
2013-08-21Fix typos.Ondřej Bílka3-2/+7
2013-07-23Remove Linux kernel version ambiguity in comment added by previous commit.David S. Miller2-2/+6
2013-07-23Increase nptl test case buffer size so we really block on current Linux kernels.David S. Miller2-1/+28
2013-07-19Clean up whitespace in lock elision patches.Dominik Vogt15-31/+52
2013-07-19Remove remains of rwlock elision which is not implemented yet.Dominik Vogt3-11/+8
2013-07-03Add x86 init-arch to nptlH.J. Lu3-0/+7
2013-07-02Add a configure option to enable lock elision and disable by defaultAndi Kleen2-0/+8
2013-07-02Disable elision for any pthread_mutexattr_settype callAndi Kleen2-0/+10
2013-07-02Add elision to pthread_mutex_{try,timed,un}lockAndi Kleen14-24/+267