about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include <string.h> in nptl/pthread_setattr_default_np.c.Joseph Myers2013-06-222-0/+5
* PowerPC: Reserve TCB space for EBB frameworkAdhemerval Zanella2013-06-171-0/+5
* New API to set default thread attributesSiddhesh Poyarekar2013-06-1513-13/+643
* Avoid access beyond memory bounds in pthread_attr_getaffinity_npSiddhesh Poyarekar2013-06-144-1/+80
* x86*: Return syscall error for lll_futex_wake.Carlos O'Donell2013-06-103-8/+17
* Fix previous commit.Ondrej Bilka2013-06-081-2/+2
* Silence warning: __inline is not at beginning of declaration.Ondrej Bilka2013-06-082-1/+5
* Fix leading whitespaces.Ondrej Bilka2013-06-063-3/+8
* Remove trailing whitespace in nptl.Joseph Myers2013-06-0615-49/+67
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-312-8/+5
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-163-0/+8
* Reserve new TLS field for x86 and x86_64Andreas Jaeger2013-05-153-2/+12
* Fix tst-mutexpi8Andi Kleen2013-05-092-0/+18
* Consolidate pthread_attr value validationSiddhesh Poyarekar2013-04-227-29/+98
* Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeoutAndreas Schwab2013-04-112-66/+321
* sem_post.c: Include atomic.h.Carlos O'Donell2013-04-072-0/+5
* Fix static build when configured with --disable-hidden-pltSiddhesh Poyarekar2013-04-042-1/+9
* Avoid unconditional __call_tls_dtors calls in static linking.Roland McGrath2013-03-282-1/+9
* Fix up ChangeLogSiddhesh Poyarekar2013-03-191-6/+6
* Move __default_stacksize into __default_pthread_attrSiddhesh Poyarekar2013-03-197-22/+26
* Rename some static variablesSiddhesh Poyarekar2013-03-184-6/+19
* Include atomic.h in generic lowlevellock.c.Carlos O'Donell2013-03-122-1/+5
* Rejigger i386 dl-sysdep.h files.Roland McGrath2013-03-043-50/+44
* Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell2013-03-014-133/+31
* Fix build warningSiddhesh Poyarekar2013-03-012-0/+3
* Set default stack size from program environmentSiddhesh Poyarekar2013-03-014-23/+142
* Add priority inheritance futex support on sparc.David S. Miller2013-02-212-0/+39
* nptl: Fix comment typo in fork.c.Carlos O'Donell2013-02-212-1/+5