Age | Commit message (Expand) | Author | Files | Lines |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 8 | -8/+8 |
2024-01-01 | x86/cet: Sync with Linux kernel 6.6 shadow stack interface | H.J. Lu | 1 | -1/+1 |
2023-05-01 | nptl: move tst-x86-64-tls-1 to nptl-only tests | Samuel Thibault | 2 | -0/+68 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 7 | -7/+7 |
2022-11-03 | elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249) | Florian Weimer | 1 | -1/+1 |
2022-10-03 | x86: Cleanup pthread_spin_{try}lock.S | Noah Goldstein | 2 | -12/+29 |
2022-05-09 | nptl: Add backoff mechanism to spinlock loop | Wangyang Guo | 1 | -0/+39 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 6 | -6/+6 |
2021-12-09 | Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGN | Florian Weimer | 1 | -6/+0 |
2021-12-09 | nptl: Introduce THREAD_GETMEM_VOLATILE | Florian Weimer | 1 | -0/+2 |
2021-12-09 | nptl: Introduce <tcb-access.h> for THREAD_* accessors | Florian Weimer | 2 | -113/+131 |
2021-09-16 | elf: Remove THREAD_GSCOPE_IN_TCB | Sergey Bugaev | 1 | -1/+0 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 2 | -2/+0 |
2021-04-23 | nptl: Move pthread_spin_trylock into libc | Florian Weimer | 1 | -3/+10 |
2021-04-23 | nptl: Move pthread_spin_lock into libc | Florian Weimer | 1 | -2/+8 |
2021-04-23 | nptl: Move pthread_spin_init, Move pthread_spin_unlock into libc | Florian Weimer | 1 | -5/+11 |
2021-04-21 | x86: Remove low-level lock optimization | Florian Weimer | 1 | -1/+0 |
2021-04-01 | x86_64: Correct THREAD_SETMEM/THREAD_SETMEM_NC for movq [BZ #27591] | H.J. Lu | 1 | -2/+8 |
2021-02-22 | x86: Use x86/nptl/pthreaddef.h | H.J. Lu | 1 | -47/+0 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 6 | -6/+6 |
2020-12-03 | x86: Fix THREAD_SELF definition to avoid ld.so crash (bug 27004) | Jakub Jelinek | 1 | -1/+6 |
2020-11-16 | nptl: Move stack list variables into _rtld_global | Florian Weimer | 1 | -2/+0 |
2020-11-13 | x86: Remove UP macro. Define LOCK_PREFIX unconditionally. | Florian Weimer | 2 | -14/+2 |
2020-10-02 | aarch64: enforce >=64K guard size [BZ #26691] | Szabolcs Nagy | 1 | -0/+3 |
2020-05-16 | Linux: Remove remnants of the getcpu cache | Florian Weimer | 2 | -2/+1 |
2020-04-03 | nptl: Remove x86_64 cancellation assembly implementations [BZ #25765] | Adhemerval Zanella | 1 | -7/+0 |
2020-02-17 | x86: Avoid single-argument _Static_assert in <tls.h> | Florian Weimer | 1 | -8/+12 |
2020-02-17 | x86 tls: Use _Static_assert for TLS access size assertion | Samuel Thibault | 1 | -26/+20 |
2020-02-14 | linux: Consolidate INLINE_SYSCALL | Adhemerval Zanella | 1 | -1/+1 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 6 | -6/+6 |
2019-11-26 | nptl: Add tests for internal pthread_rwlock_t offsets | Adhemerval Zanella | 1 | -0/+6 |
2019-11-26 | nptl: Cleanup mutex internal offset tests | Adhemerval Zanella | 1 | -4/+0 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 6 | -6/+6 |
2019-01-03 | x86_64: Remove wrong THREAD_ATOMIC_* macros | Adhemerval Zanella | 1 | -37/+0 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 6 | -6/+6 |
2018-07-25 | x86: Rename __glibc_reserved2 to ssp_base in tcbhead_t | H.J. Lu | 2 | -1/+10 |
2018-07-14 | x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563] | H.J. Lu | 2 | -1/+5 |
2018-06-12 | i386: Change offset of __private_ss to 0x30 [BZ #23250] | H.J. Lu | 1 | -0/+10 |
2018-05-17 | nptl: Remove __ASSUME_PRIVATE_FUTEX | H.J. Lu | 2 | -7/+0 |
2018-03-11 | hurd: add gscope support | Samuel Thibault | 1 | -0/+1 |
2018-01-25 | Revert Intel CET changes to __jmp_buf_tag (Bug 22743) | Carlos O'Donell | 2 | -5/+1 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 6 | -6/+6 |
2017-12-19 | x86: Add feature_1 to tcbhead_t [BZ #22563] | H.J. Lu | 2 | -1/+5 |
2017-11-07 | nptl: Add tests for internal pthread_mutex_t offsets | Adhemerval Zanella | 1 | -0/+5 |
2017-04-04 | Remove CALL_THREAD_FCT macro | Adhemerval Zanella | 1 | -12/+0 |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 1 | -1/+1 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 6 | -6/+6 |
2016-11-24 | Remove cached PID/TID in clone | Adhemerval Zanella | 1 | -1/+0 |
2016-06-20 | elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h> | Florian Weimer | 1 | -12/+1 |
2016-01-20 | 2016-01-20 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 3 | -15/+10 |