Age | Commit message (Expand) | Author | Files | Lines |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 1 | -2/+2 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 1 | -1/+1 |
2022-09-23 | Use C11 atomics instead of atomic_and/or | Wilco Dijkstra | 1 | -1/+1 |
2022-05-09 | nptl: Add backoff mechanism to spinlock loop | Wangyang Guo | 1 | -2/+14 |
2022-01-20 | nptl: Effectively skip CAS in spinlock loop | Jangwoong Kim | 1 | -3/+2 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2021-11-15 | Move assignment out of the CAS condition | H.J. Lu | 1 | -4/+3 |
2021-11-12 | Add LLL_MUTEX_READ_LOCK [BZ #28537] | H.J. Lu | 1 | -0/+7 |
2021-11-12 | Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537] | H.J. Lu | 1 | -5/+5 |
2021-10-01 | nptl: Use FUTEX_LOCK_PI2 when available | Adhemerval Zanella | 1 | -1/+2 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 1 | -1/+0 |
2021-07-07 | nptl: Remove GLIBC_2.34 versions of __pthread_mutex_lock, __pthread_mutex_unlock | Florian Weimer | 1 | -2/+3 |
2021-04-21 | nptl: Move core mutex functions into libc | Florian Weimer | 1 | -5/+17 |
2021-04-21 | nptl: pthread_mutex_lock, pthread_mutex_unock single-threaded optimization | Florian Weimer | 1 | -3/+22 |
2021-02-23 | nptl: Move elision implementations into libc | Florian Weimer | 1 | -14/+1 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2020-11-25 | nptl: Replace lll_futex_{timed_}wait by futex-internal.h | Adhemerval Zanella | 1 | -4/+5 |
2020-11-25 | nptl: Replace lll_timedwait with __futex_abstimed_wait64 | Adhemerval Zanella | 1 | -2/+2 |
2020-11-25 | nptl: Remove unused internal futex functions | Adhemerval Zanella | 1 | -2/+1 |
2020-11-13 | nptl: Eliminate <smp.h> and __is_smp | Florian Weimer | 1 | -3/+0 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-10-31 | Refactor PI mutexes internal definitions | Adhemerval Zanella | 1 | -16/+8 |
2019-10-31 | nptl: Replace non cancellable pause/nanosleep with futex | Adhemerval Zanella | 1 | -1/+2 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-12-01 | Mutex: Add pthread mutex tunables | Kemi Wang | 1 | -1/+1 |
2018-10-17 | Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B... | Stefan Liebler | 1 | -7/+21 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-11-07 | nptl: Change tst-typesizes to _Static_assert | Adhemerval Zanella | 1 | -2/+0 |
2017-08-31 | nptl: Remove internal_function attribute | Florian Weimer | 1 | -1/+0 |
2017-08-22 | Consolidate non cancellable pause call | Adhemerval Zanella | 1 | -1/+1 |
2017-07-29 | mutex: Fix robust mutex lock acquire (Bug 21778) | Carlos O'Donell | 1 | -5/+8 |
2017-06-23 | Clean pthread functions namespaces for C11 threads | Adhemerval Zanella | 1 | -1/+1 |
2017-01-13 | Add compiler barriers around modifications of the robust mutex list. | Torvald Riegel | 1 | -4/+44 |
2017-01-13 | robust mutexes: Fix broken x86 assembly by removing it | Torvald Riegel | 1 | -23/+56 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-12-19 | Robust mutexes: Fix lost wake-up. | Torvald Riegel | 1 | -2/+13 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-10-20 | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers | 1 | -4/+3 |
2015-06-30 | Clean up BUSY_WAIT_NOP and atomic_delay. | Torvald Riegel | 1 | -4/+2 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-10-17 | NPTL: Conditionalize direct futex syscall uses. | Roland McGrath | 1 | -4/+9 |
2014-07-01 | Add missing #include for MIN/MAX users. | Roland McGrath | 1 | -0/+1 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 1 | -10/+10 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-07-19 | Clean up whitespace in lock elision patches. | Dominik Vogt | 1 | -1/+1 |
2013-07-02 | Add elision to pthread_mutex_{try,timed,un}lock | Andi Kleen | 1 | -10/+43 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2012-05-30 | Remove use of INTDEF/INTUSE in nptl | Andreas Schwab | 1 | -1/+1 |