Age | Commit message (Expand) | Author |
2014-05-14 | Consolidate not-cancel.h files. | Roland McGrath |
2014-05-14 | Update s390 timer_*.c files for x86_64 file moves. | Roland McGrath |
2014-05-14 | x86_64: Remove useless pthread_spin_{init,unlock} wrapper files. | Roland McGrath |
2014-05-14 | Move x86_64 compat-timer.h out of nptl/ | Roland McGrath |
2014-05-14 | Move x86_64 timer_*.c out of nptl/ | Roland McGrath |
2014-05-14 | x86: Consolidate NPTL/non versions of clone | Roland McGrath |
2014-05-14 | Move NPTL public ABI headers for x86 to sysdeps/x86/nptl/. | Roland McGrath |
2014-05-14 | x86: Consolidate NPTL/non versions of vfork | Roland McGrath |
2014-05-13 | Clean up __exit_thread. | Roland McGrath |
2014-05-09 | S/390: Port of lock elision to System/z | Dominik Vogt |
2014-05-01 | Deconditionalize use of LLL_LOCK_INITIALIZER in bits/libc-lock.h. | Roland McGrath |
2014-04-22 | Include atomic.h in sem_wait.c and sem_trywait.c | Siddhesh Poyarekar |
2014-04-17 | PowerPC: Sync pthread_once with default implementation | Adhemerval Zanella |
2014-04-11 | Fixed and unified pthread_once. | Torvald Riegel |
2014-04-09 | Move __PTHREAD_SPINS definition to architecture specific header | Adhemerval Zanella |
2014-03-26 | Fix dwarf2 unwinding through futex functions. | Andi Kleen |
2014-03-25 | PowerPC: Revert __PTHREAD_MUTEX_HAVE_ELISION change | Adhemerval Zanella |
2014-03-25 | PowerPC: Fix -Wundef warning for __PTHREAD_MUTEX_HAVE_ELISION. | Adhemerval Zanella |
2014-03-24 | S390: Fix -Wundef warning for __PTHREAD_MUTEX_HAVE_ELISION. | Stefan Liebler |
2014-03-17 | Revert "Fix __PTHREAD_MUTEX_HAVE_ELISION -Wundef warning" | Will Newton |
2014-03-17 | Fix __PTHREAD_MUTEX_HAVE_ELISION -Wundef warning | Will Newton |
2014-03-17 | Get rid of __LT_SPINLOCK_INIT | Siddhesh Poyarekar |
2014-03-14 | Compile with -Wundef. | Roland McGrath |
2014-03-14 | Fix two stray cases using #ifdef vs #if for TLS_TCB_AT_TP. | Roland McGrath |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka |
2014-02-05 | Fix tst-setgetname for Linux kernels < 2.6.33. | Carlos O'Donell |
2014-01-07 | S/390: Make jmp_buf extendible. | Andreas Krebbel |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-12-12 | PowerPC: Add DSO and TAR fields to TLS | Adhemerval Zanella |
2013-12-12 | Add test case for pthread_[sg]etname_np. | Carlos O'Donell |
2013-12-09 | Fix CFI annotations in pthread_cond_timedwait for i486+ | Andreas Schwab |
2013-12-04 | PowerPC64 ELFv2 ABI 4/6: Stack frame layout changes | Ulrich Weigand |
2013-12-04 | PowerPC64: Add __private_ss field to TCB header | Ulrich Weigand |
2013-11-26 | Use __glibc_reserved instead __unused. | Ondřej Bílka |
2013-10-30 | rename configure.in to configure.ac | Mike Frysinger |
2013-10-04 | PowerPC ugly symbol versioning | Alan Modra |
2013-09-27 | Use the mutex member of the argumen in __libc_lock_*_recursive | Siddhesh Poyarekar |
2013-09-04 | Remove --disable-versioning. | Joseph Myers |
2013-08-30 | Fix typos. | Ondřej Bílka |
2013-08-21 | Fix typos. | Ondřej Bílka |
2013-07-19 | Clean up whitespace in lock elision patches. | Dominik Vogt |
2013-07-19 | Remove remains of rwlock elision which is not implemented yet. | Dominik Vogt |
2013-07-03 | Add x86 init-arch to nptl | H.J. Lu |
2013-07-02 | Add a configure option to enable lock elision and disable by default | Andi Kleen |
2013-07-02 | Add elision to pthread_mutex_{try,timed,un}lock | Andi Kleen |
2013-07-02 | Add new internal mutex type flags for elision. | Andi Kleen |
2013-07-02 | Add the low level infrastructure for pthreads lock elision with TSX | Andi Kleen |
2013-06-17 | PowerPC: Reserve TCB space for EBB framework | Adhemerval Zanella |
2013-06-15 | New API to set default thread attributes | Siddhesh Poyarekar |
2013-06-14 | Avoid access beyond memory bounds in pthread_attr_getaffinity_np | Siddhesh Poyarekar |