aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-02Add minimal test suite changes for elision enabled kernelsAndi Kleen3-1/+28
2013-07-02Add new internal mutex type flags for elision.Andi Kleen3-9/+43
2013-07-02Add the low level infrastructure for pthreads lock elision with TSXAndi Kleen12-0/+502
2013-06-24BZ #12310: pthread_exit in static app. segfaultsVladimir Nikulichev2-0/+9
2013-06-22Include <string.h> in nptl/pthread_setattr_default_np.c.Joseph Myers2-0/+5
2013-06-17PowerPC: Reserve TCB space for EBB frameworkAdhemerval Zanella1-0/+5
2013-06-15New API to set default thread attributesSiddhesh Poyarekar13-13/+643
2013-06-14Avoid access beyond memory bounds in pthread_attr_getaffinity_npSiddhesh Poyarekar4-1/+80
2013-06-10x86*: Return syscall error for lll_futex_wake.Carlos O'Donell3-8/+17
2013-06-08Fix previous commit.Ondrej Bilka1-2/+2
2013-06-08Silence warning: __inline is not at beginning of declaration.Ondrej Bilka2-1/+5
2013-06-06Fix leading whitespaces.Ondrej Bilka3-3/+8
2013-06-06Remove trailing whitespace in nptl.Joseph Myers15-49/+67
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers2-8/+5
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold3-0/+8
2013-05-15Reserve new TLS field for x86 and x86_64Andreas Jaeger3-2/+12
2013-05-09Fix tst-mutexpi8Andi Kleen2-0/+18
2013-04-22Consolidate pthread_attr value validationSiddhesh Poyarekar7-29/+98
2013-04-11Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeoutAndreas Schwab2-66/+321
2013-04-07sem_post.c: Include atomic.h.Carlos O'Donell2-0/+5
2013-04-04Fix static build when configured with --disable-hidden-pltSiddhesh Poyarekar2-1/+9
2013-03-28Avoid unconditional __call_tls_dtors calls in static linking.Roland McGrath2-1/+9
2013-03-19Fix up ChangeLogSiddhesh Poyarekar1-6/+6
2013-03-19Move __default_stacksize into __default_pthread_attrSiddhesh Poyarekar7-22/+26
2013-03-18Rename some static variablesSiddhesh Poyarekar4-6/+19