summaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2014-02-06Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae
2014-02-06Revert "Async-signal safe TLS."Allan McRae
2014-02-05Fix tst-setgetname for Linux kernels < 2.6.33.Carlos O'Donell
2014-02-04PowerPC: Change powerpc64le start ABI to 2.17.Adhemerval Zanella
2014-01-23S/390: Increase tst-tls7 test case timeoutStefan Liebler
2014-01-18Don't check asynchronous cancellation on systemH.J. Lu
2014-01-11Fix a race in tst-tls7, which caused crashes on ppc32.Paul Pluzhnikov
2014-01-07S/390: Make jmp_buf extendible.Andreas Krebbel
2014-01-03Async-signal safe TLS.Andrew Hunter
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-18Patch 3/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov
2013-12-12PowerPC: Add DSO and TAR fields to TLSAdhemerval Zanella
2013-12-12Add test case for pthread_[sg]etname_np.Carlos O'Donell
2013-12-11ChangeLog whitespace fix.Roland McGrath
2013-12-09Fix CFI annotations in pthread_cond_timedwait for i486+Andreas Schwab
2013-12-04PowerPC64 ELFv2 ABI 4/6: Stack frame layout changesUlrich Weigand
2013-12-04PowerPC64: Add __private_ss field to TCB headerUlrich Weigand
2013-11-26Use __glibc_reserved instead __unused.Ondřej Bílka
2013-11-25Fix intermittent failure in tst-getpid2.Paul Pluzhnikov
2013-11-20Fix missing > on email.Paul Pluzhnikov
2013-11-20Fix failure in tst-cleanup2 and tst-cleanupx2 with gcc-4.9Paul Pluzhnikov
2013-11-20Revert "Fix failure in nptl/tst-cleanup when building with"Paul Pluzhnikov
2013-11-20Fix failure in nptl/tst-cleanup when building withPaul Pluzhnikov
2013-10-30rename configure.in to configure.acMike Frysinger
2013-10-05nptl: tst-mutex8.c: Handle ENOTSUP PI mutex failureMaciej W. Rozycki
2013-10-04PowerPC LE configuryAlan Modra
2013-10-04PowerPC ugly symbol versioningAlan Modra
2013-10-01Fix PI mutex check in pthread_cond_broadcast and pthread_cond_signalSiddhesh Poyarekar
2013-09-27Move ChangeLog entrySiddhesh Poyarekar
2013-09-27Use the mutex member of the argumen in __libc_lock_*_recursiveSiddhesh Poyarekar
2013-09-04Remove --disable-versioning.Joseph Myers
2013-09-03Mark success return value as volatile to work around reschedulingSiddhesh Poyarekar
2013-08-30Fix typos.Ondřej Bílka
2013-08-21Fix typos.Ondřej Bílka
2013-07-23Remove Linux kernel version ambiguity in comment added by previous commit.David S. Miller
2013-07-23Increase nptl test case buffer size so we really block on current Linux kernels.David S. Miller
2013-07-19Clean up whitespace in lock elision patches.Dominik Vogt
2013-07-19Remove remains of rwlock elision which is not implemented yet.Dominik Vogt
2013-07-03Add x86 init-arch to nptlH.J. Lu
2013-07-02Add a configure option to enable lock elision and disable by defaultAndi Kleen
2013-07-02Disable elision for any pthread_mutexattr_settype callAndi Kleen
2013-07-02Add elision to pthread_mutex_{try,timed,un}lockAndi Kleen
2013-07-02Add minimal test suite changes for elision enabled kernelsAndi Kleen
2013-07-02Add new internal mutex type flags for elision.Andi Kleen
2013-07-02Add the low level infrastructure for pthreads lock elision with TSXAndi Kleen
2013-06-24BZ #12310: pthread_exit in static app. segfaultsVladimir Nikulichev
2013-06-22Include <string.h> in nptl/pthread_setattr_default_np.c.Joseph Myers
2013-06-17PowerPC: Reserve TCB space for EBB frameworkAdhemerval Zanella
2013-06-15New API to set default thread attributesSiddhesh Poyarekar
2013-06-14Avoid access beyond memory bounds in pthread_attr_getaffinity_npSiddhesh Poyarekar