aboutsummaryrefslogtreecommitdiff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* nptl: handle EAGAIN with some futex operationsgentoo/glibc-2.19-8Carlos O'Donell2014-08-102-4/+4
* gentoo: support running tests under sandboxStephanie J. Lockwood-Childs2014-02-081-1/+1
* nptl: handle EAGAIN with some futex operationsCarlos O'Donell2014-02-083-4/+5
* nptl: support thread stacks that grow upCarlos O'Donell2014-02-085-13/+55
* Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae2014-02-061-1/+5
* Revert "Async-signal safe TLS."Allan McRae2014-02-065-210/+7
* Fix tst-setgetname for Linux kernels < 2.6.33.Carlos O'Donell2014-02-052-0/+20
* PowerPC: Change powerpc64le start ABI to 2.17.Adhemerval Zanella2014-02-041-1/+1
* S/390: Increase tst-tls7 test case timeoutStefan Liebler2014-01-232-1/+5
* Don't check asynchronous cancellation on systemH.J. Lu2014-01-182-1/+5
* Fix a race in tst-tls7, which caused crashes on ppc32.Paul Pluzhnikov2014-01-113-5/+31
* S/390: Make jmp_buf extendible.Andreas Krebbel2014-01-072-0/+68
* Async-signal safe TLS.Andrew Hunter2014-01-035-7/+190
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-01664-664/+664
* Patch 3/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov2013-12-181-5/+1
* PowerPC: Add DSO and TAR fields to TLSAdhemerval Zanella2013-12-123-0/+13
* Add test case for pthread_[sg]etname_np.Carlos O'Donell2013-12-123-0/+307
* ChangeLog whitespace fix.Roland McGrath2013-12-111-0/+1
* Fix CFI annotations in pthread_cond_timedwait for i486+Andreas Schwab2013-12-092-2/+8
* PowerPC64 ELFv2 ABI 4/6: Stack frame layout changesUlrich Weigand2013-12-042-26/+47
* PowerPC64: Add __private_ss field to TCB headerUlrich Weigand2013-12-041-0/+2
* Use __glibc_reserved instead __unused.Ondřej Bílka2013-11-263-3/+7
* Fix intermittent failure in tst-getpid2.Paul Pluzhnikov2013-11-252-0/+10
* Fix missing > on email.Paul Pluzhnikov2013-11-201-1/+1
* Fix failure in tst-cleanup2 and tst-cleanupx2 with gcc-4.9Paul Pluzhnikov2013-11-202-0/+8
* Revert "Fix failure in nptl/tst-cleanup when building with"Paul Pluzhnikov2013-11-201-6/+0
* Fix failure in nptl/tst-cleanup when building withPaul Pluzhnikov2013-11-201-0/+6
* rename configure.in to configure.acMike Frysinger2013-10-305-2/+11
* nptl: tst-mutex8.c: Handle ENOTSUP PI mutex failureMaciej W. Rozycki2013-10-052-2/+15
* PowerPC LE configuryAlan Modra2013-10-041-0/+1
* PowerPC ugly symbol versioningAlan Modra2013-10-041-9/+4
* Fix PI mutex check in pthread_cond_broadcast and pthread_cond_signalSiddhesh Poyarekar2013-10-013-10/+11
* Move ChangeLog entrySiddhesh Poyarekar2013-09-271-0/+8
* Use the mutex member of the argumen in __libc_lock_*_recursiveSiddhesh Poyarekar2013-09-271-3/+3
* Remove --disable-versioning.Joseph Myers2013-09-042-1/+7
* Mark success return value as volatile to work around reschedulingSiddhesh Poyarekar2013-09-032-1/+13
* Fix typos.Ondřej Bílka2013-08-304-4/+10
* Fix typos.Ondřej Bílka2013-08-213-2/+7
* Remove Linux kernel version ambiguity in comment added by previous commit.David S. Miller2013-07-232-2/+6
* Increase nptl test case buffer size so we really block on current Linux kernels.David S. Miller2013-07-232-1/+28
* Clean up whitespace in lock elision patches.Dominik Vogt2013-07-1915-31/+52
* Remove remains of rwlock elision which is not implemented yet.Dominik Vogt2013-07-193-11/+8
* Add x86 init-arch to nptlH.J. Lu2013-07-033-0/+7
* Add a configure option to enable lock elision and disable by defaultAndi Kleen2013-07-022-0/+8
* Disable elision for any pthread_mutexattr_settype callAndi Kleen2013-07-022-0/+10
* Add elision to pthread_mutex_{try,timed,un}lockAndi Kleen2013-07-0214-24/+267
* Add minimal test suite changes for elision enabled kernelsAndi Kleen2013-07-023-1/+28
* Add new internal mutex type flags for elision.Andi Kleen2013-07-023-9/+43
* Add the low level infrastructure for pthreads lock elision with TSXAndi Kleen2013-07-0212-0/+502
* BZ #12310: pthread_exit in static app. segfaultsVladimir Nikulichev2013-06-242-0/+9