aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2014-05-14Consolidate not-cancel.h files.Roland McGrath6-109/+0
2014-05-14Update s390 timer_*.c files for x86_64 file moves.Roland McGrath5-5/+5
2014-05-14x86_64: Remove useless pthread_spin_{init,unlock} wrapper files.Roland McGrath2-2/+0
2014-05-14Move x86_64 compat-timer.h out of nptl/Roland McGrath1-45/+0
2014-05-14Move x86_64 timer_*.c out of nptl/Roland McGrath16-240/+10
2014-05-14x86: Consolidate NPTL/non versions of cloneRoland McGrath2-18/+0
2014-05-14Move NPTL public ABI headers for x86 to sysdeps/x86/nptl/.Roland McGrath2-290/+0
2014-05-14x86: Consolidate NPTL/non versions of vforkRoland McGrath4-184/+0
2014-05-13Clean up __exit_thread.Roland McGrath7-60/+0
2014-05-09S/390: Port of lock elision to System/zDominik Vogt14-2/+584
2014-05-01Deconditionalize use of LLL_LOCK_INITIALIZER in bits/libc-lock.h.Roland McGrath1-6/+1
2014-04-22Include atomic.h in sem_wait.c and sem_trywait.cSiddhesh Poyarekar2-0/+2
2014-04-17PowerPC: Sync pthread_once with default implementationAdhemerval Zanella1-110/+0
2014-04-11Fixed and unified pthread_once.Torvald Riegel2-93/+131
2014-04-09Move __PTHREAD_SPINS definition to architecture specific headerAdhemerval Zanella6-13/+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-03-17Revert "Fix __PTHREAD_MUTEX_HAVE_ELISION -Wundef warning"Will Newton1-9/+5
2014-03-17Fix __PTHREAD_MUTEX_HAVE_ELISION -Wundef warningWill Newton1-5/+9
2014-03-17Get rid of __LT_SPINLOCK_INITSiddhesh Poyarekar1-6/+1
2014-03-14Compile with -Wundef.Roland McGrath6-13/+19
2014-03-14Fix two stray cases using #ifdef vs #if for TLS_TCB_AT_TP.Roland McGrath1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka19-44/+44
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 McRae307-307/+307
2013-12-12PowerPC: Add DSO and TAR fields to TLSAdhemerval Zanella2-0/+8
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-12-04PowerPC64: Add __private_ss field to TCB headerUlrich Weigand1-0/+2
2013-11-26Use __glibc_reserved instead __unused.Ondřej Bílka2-3/+3
2013-10-30rename configure.in to configure.acMike Frysinger4-2/+2
2013-10-04PowerPC ugly symbol versioningAlan Modra1-9/+4
2013-09-27Use the mutex member of the argumen in __libc_lock_*_recursiveSiddhesh Poyarekar1-3/+3
2013-09-04Remove --disable-versioning.Joseph Myers1-1/+1
2013-08-30Fix typos.Ondřej Bílka2-3/+3
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 new internal mutex type flags for elision.Andi Kleen1-8/+20
2013-07-02Add the low level infrastructure for pthreads lock elision with TSXAndi Kleen10-0/+480
2013-06-17PowerPC: Reserve TCB space for EBB frameworkAdhemerval Zanella1-0/+5
2013-06-15New API to set default thread attributesSiddhesh Poyarekar1-0/+8
2013-06-14Avoid access beyond memory bounds in pthread_attr_getaffinity_npSiddhesh Poyarekar1-1/+6