aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux
AgeCommit message (Expand)AuthorFilesLines
2014-04-09Move __PTHREAD_SPINS definition to architecture specific headerAdhemerval Zanella5-4/+15
2014-03-26Fix dwarf2 unwinding through futex functions.Andi Kleen2-336/+40
2014-03-25PowerPC: Revert __PTHREAD_MUTEX_HAVE_ELISION changeAdhemerval Zanella1-2/+0
2014-03-25PowerPC: Fix -Wundef warning for __PTHREAD_MUTEX_HAVE_ELISION.Adhemerval Zanella1-0/+2
2014-03-24S390: Fix -Wundef warning for __PTHREAD_MUTEX_HAVE_ELISION.Stefan Liebler1-0/+2
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka15-30/+30
2014-02-05Fix tst-setgetname for Linux kernels < 2.6.33.Carlos O'Donell1-0/+14
2014-01-07S/390: Make jmp_buf extendible.Andreas Krebbel2-0/+68
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae232-232/+232
2013-12-12Add test case for pthread_[sg]etname_np.Carlos O'Donell2-0/+302
2013-12-09Fix CFI annotations in pthread_cond_timedwait for i486+Andreas Schwab1-2/+1
2013-12-04PowerPC64 ELFv2 ABI 4/6: Stack frame layout changesUlrich Weigand1-26/+34
2013-10-04PowerPC ugly symbol versioningAlan Modra1-9/+4
2013-09-04Remove --disable-versioning.Joseph Myers1-1/+1
2013-08-30Fix typos.Ondřej Bílka1-1/+1
2013-08-21Fix typos.Ondřej Bílka1-1/+1
2013-07-19Clean up whitespace in lock elision patches.Dominik Vogt12-28/+34
2013-07-19Remove remains of rwlock elision which is not implemented yet.Dominik Vogt2-11/+0
2013-07-03Add x86 init-arch to nptlH.J. Lu2-0/+2
2013-07-02Add a configure option to enable lock elision and disable by defaultAndi Kleen1-0/+3
2013-07-02Add elision to pthread_mutex_{try,timed,un}lockAndi Kleen8-5/+134
2013-07-02Add the low level infrastructure for pthreads lock elision with TSXAndi Kleen10-0/+480
2013-06-14Avoid access beyond memory bounds in pthread_attr_getaffinity_npSiddhesh Poyarekar1-1/+6
2013-06-10x86*: Return syscall error for lll_futex_wake.Carlos O'Donell2-8/+10
2013-06-06Remove trailing whitespace in nptl.Joseph Myers12-46/+46
2013-04-22Consolidate pthread_attr value validationSiddhesh Poyarekar1-17/+3
2013-04-11Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeoutAndreas Schwab1-66/+315
2013-04-07sem_post.c: Include atomic.h.Carlos O'Donell1-0/+1
2013-04-04Fix static build when configured with --disable-hidden-pltSiddhesh Poyarekar1-1/+1
2013-03-12Include atomic.h in generic lowlevellock.c.Carlos O'Donell1-1/+1
2013-03-04Rejigger i386 dl-sysdep.h files.Roland McGrath2-50/+31
2013-02-21Add priority inheritance futex support on sparc.David S. Miller1-0/+30
2013-02-21nptl: Fix comment typo in fork.c.Carlos O'Donell1-1/+1
2013-02-18FUTEX_*_REQUEUE_PI support for non-x86 codeSiddhesh Poyarekar2-0/+58
2013-01-10Revert "Extend i486 pthread_cond_timedwait to use futex syscall with absolute...Andreas Schwab1-315/+66
2013-01-10Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeoutAndreas Schwab1-66/+315
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers220-225/+220
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers1-1/+1
2012-12-27Add sparc implementation of lll_futex_timed_wait_bitsetDavid S. Miller1-0/+13
2012-12-27[s390] Replace lll_futex_* assembly code with INTERNAL_SYSCALLSiddhesh Poyarekar1-74/+31
2012-12-08Fix some build warnings on s390xSiddhesh Poyarekar1-2/+2
2012-12-04Remove unused variable from powerpc sem_post.c.Joseph Myers1-2/+2
2012-11-21Remove unused variable from sem_post.c.Joseph Myers1-1/+1
2012-11-05[S390,PPC] Implement FUTEX_WAIT_BITSET for timedwait functionsSiddhesh Poyarekar3-1/+48
2012-11-03Fix coding style in sparc lowlevellock.hDavid S. Miller1-2/+2
2012-10-28Define a BUSY_WAIT_NOP for sparc.David S. Miller5-0/+76
2012-10-16Adjust mutex lock in condvar_cleanup if we got it from requeue_piSiddhesh Poyarekar4-4/+17
2012-10-10Take lock in pthread_cond_wait cleanup handler only when neededSiddhesh Poyarekar5-8/+65
2012-10-05Unlock mutex before going back to waiting for PI mutexesSiddhesh Poyarekar4-171/+156
2012-10-02Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar6-6/+6