Age | Commit message (Expand) | Author |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert |
2020-11-25 | nptl: Replace lll_futex_{timed_}wait by futex-internal.h | Adhemerval Zanella |
2020-11-25 | nptl: Replace lll_timedwait with __futex_abstimed_wait64 | Adhemerval Zanella |
2020-11-25 | nptl: Remove unused internal futex functions | Adhemerval Zanella |
2020-11-13 | nptl: Eliminate <smp.h> and __is_smp | Florian Weimer |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2019-10-31 | Refactor PI mutexes internal definitions | Adhemerval Zanella |
2019-10-31 | nptl: Replace non cancellable pause/nanosleep with futex | Adhemerval Zanella |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2018-12-01 | Mutex: Add pthread mutex tunables | Kemi Wang |
2018-10-17 | Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B... | Stefan Liebler |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-11-07 | nptl: Change tst-typesizes to _Static_assert | Adhemerval Zanella |
2017-08-31 | nptl: Remove internal_function attribute | Florian Weimer |
2017-08-22 | Consolidate non cancellable pause call | Adhemerval Zanella |
2017-07-29 | mutex: Fix robust mutex lock acquire (Bug 21778) | Carlos O'Donell |
2017-06-23 | Clean pthread functions namespaces for C11 threads | Adhemerval Zanella |
2017-01-13 | Add compiler barriers around modifications of the robust mutex list. | Torvald Riegel |
2017-01-13 | robust mutexes: Fix broken x86 assembly by removing it | Torvald Riegel |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-19 | Robust mutexes: Fix lost wake-up. | Torvald Riegel |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-10-20 | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers |
2015-06-30 | Clean up BUSY_WAIT_NOP and atomic_delay. | Torvald Riegel |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-10-17 | NPTL: Conditionalize direct futex syscall uses. | Roland McGrath |
2014-07-01 | Add missing #include for MIN/MAX users. | Roland McGrath |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-07-19 | Clean up whitespace in lock elision patches. | Dominik Vogt |
2013-07-02 | Add elision to pthread_mutex_{try,timed,un}lock | Andi Kleen |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2012-05-30 | Remove use of INTDEF/INTUSE in nptl | Andreas Schwab |
2012-05-25 | Add systemtap static probe points in generic and x86_64 pthread code. | Roland McGrath |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert |
2009-07-28 | Fix bookkeeping in mutex when using requeue_pi. | Ulrich Drepper |
2009-07-27 | Revert "Memory ordering in pthread_mutex_{,timed}lock." | Ulrich Drepper |
2009-07-26 | Memory ordering in pthread_mutex_{,timed}lock. | Ulrich Drepper |
2009-01-25 | * pthread_mutex_lock.c (__pthread_mutex_lock): Remove unused label out. | Ulrich Drepper |
2008-12-12 | * pthread_mutex_lock.c (__pthread_mutex_lock): Handle only the | Ulrich Drepper |
2008-11-01 | [BZ #6955] | Ulrich Drepper |
2007-08-11 | * pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define. | Ulrich Drepper |
2007-08-01 | * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post): | Ulrich Drepper |
2007-06-18 | [BZ #4647] | Ulrich Drepper |
2007-06-08 | [BZ #4586] | Ulrich Drepper |
2007-05-18 | [BZ #4512] | Ulrich Drepper |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper |
2007-07-31 | . | Jakub Jelinek |
2006-08-14 | * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve): | Ulrich Drepper |