about summary refs log tree commit diff
path: root/nptl/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Fix typos.Ondřej Bílka2013-08-211-0/+5
* Remove Linux kernel version ambiguity in comment added by previous commit.David S. Miller2013-07-231-0/+4
* Increase nptl test case buffer size so we really block on current Linux kernels.David S. Miller2013-07-231-0/+4
* Clean up whitespace in lock elision patches.Dominik Vogt2013-07-191-0/+15
* Remove remains of rwlock elision which is not implemented yet.Dominik Vogt2013-07-191-0/+8
* Add x86 init-arch to nptlH.J. Lu2013-07-031-0/+5
* Add a configure option to enable lock elision and disable by defaultAndi Kleen2013-07-021-0/+5
* Disable elision for any pthread_mutexattr_settype callAndi Kleen2013-07-021-0/+5
* Add elision to pthread_mutex_{try,timed,un}lockAndi Kleen2013-07-021-0/+18
* Add minimal test suite changes for elision enabled kernelsAndi Kleen2013-07-021-0/+8
* Add new internal mutex type flags for elision.Andi Kleen2013-07-021-0/+9
* Add the low level infrastructure for pthreads lock elision with TSXAndi Kleen2013-07-021-0/+21
* BZ #12310: pthread_exit in static app. segfaultsVladimir Nikulichev2013-06-241-0/+5
* Include <string.h> in nptl/pthread_setattr_default_np.c.Joseph Myers2013-06-221-0/+4
* New API to set default thread attributesSiddhesh Poyarekar2013-06-151-0/+27
* Avoid access beyond memory bounds in pthread_attr_getaffinity_npSiddhesh Poyarekar2013-06-141-0/+10
* x86*: Return syscall error for lll_futex_wake.Carlos O'Donell2013-06-101-0/+7
* Silence warning: __inline is not at beginning of declaration.Ondrej Bilka2013-06-081-0/+4
* Fix leading whitespaces.Ondrej Bilka2013-06-061-0/+5
* Remove trailing whitespace in nptl.Joseph Myers2013-06-061-0/+18
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-311-0/+5
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+6
* Reserve new TLS field for x86 and x86_64Andreas Jaeger2013-05-151-0/+6
* Fix tst-mutexpi8Andi Kleen2013-05-091-0/+4
* Consolidate pthread_attr value validationSiddhesh Poyarekar2013-04-221-0/+19
* Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeoutAndreas Schwab2013-04-111-0/+6
* sem_post.c: Include atomic.h.Carlos O'Donell2013-04-071-0/+4
* Fix static build when configured with --disable-hidden-pltSiddhesh Poyarekar2013-04-041-0/+8
* Avoid unconditional __call_tls_dtors calls in static linking.Roland McGrath2013-03-281-0/+5
* Fix up ChangeLogSiddhesh Poyarekar2013-03-191-6/+6
* Move __default_stacksize into __default_pthread_attrSiddhesh Poyarekar2013-03-191-0/+16
* Rename some static variablesSiddhesh Poyarekar2013-03-181-0/+12
* Include atomic.h in generic lowlevellock.c.Carlos O'Donell2013-03-121-0/+4
* Rejigger i386 dl-sysdep.h files.Roland McGrath2013-03-041-0/+13
* Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell2013-03-011-0/+8
* Fix build warningSiddhesh Poyarekar2013-03-011-0/+2
* Set default stack size from program environmentSiddhesh Poyarekar2013-03-011-0/+9
* Add priority inheritance futex support on sparc.David S. Miller2013-02-211-0/+9
* nptl: Fix comment typo in fork.c.Carlos O'Donell2013-02-211-0/+4
* Fix ChangeLogsSiddhesh Poyarekar2013-02-181-0/+5
* FUTEX_*_REQUEUE_PI support for non-x86 codeSiddhesh Poyarekar2013-02-181-0/+30
* Don't use GLIBC_PRIVATE errno outside of librariesAndreas Schwab2013-02-041-0/+8
* Hide reference to mktemp in libpthreadAndreas Schwab2013-01-161-0/+5
* Remove unnecessary assert on attr in allocate_stack().Carlos O'Donell2013-01-111-0/+5
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-111-2/+15
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-0/+5
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-011-0/+5
* Convert pthread_rwlock_try(rd/wr)lock to prototypesAndi Kleen2012-12-281-0/+7
* Add sparc implementation of lll_futex_timed_wait_bitsetDavid S. Miller2012-12-271-0/+5
* [s390] Replace lll_futex_* assembly code with INTERNAL_SYSCALLSiddhesh Poyarekar2012-12-271-0/+11