aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-tls.c
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-11-28elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin
2023-09-01elf: Fix slow tls access after dlopen [BZ #19924]Szabolcs Nagy
2023-05-29Fix misspellings in elf/ -- BZ 25337Paul Pluzhnikov
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-02-01elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer
2021-10-04elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy
2021-09-15elf: Replace most uses of THREAD_GSCOPE_IN_TCBSergey Bugaev
2021-07-14elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella
2021-06-25elf: Disable most of TLS modid gaps processing [BZ #27135]Florian Weimer
2021-05-21nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer
2021-05-17elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer
2021-05-11elf: Fix DTV gap reuse logic [BZ #27135]Szabolcs Nagy
2021-05-11elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy
2021-05-11elf: Fix data races in pthread_create and TLS access [BZ #19329]Szabolcs Nagy
2021-05-05elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer
2021-04-15elf: Refactor _dl_update_slotinfo to avoid use after freeSzabolcs Nagy
2021-04-15elf: Fix comments and logic in _dl_add_to_slotinfoSzabolcs Nagy
2021-04-15elf: Fix a DTV setup issue [BZ #27136]Szabolcs Nagy
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-07-20elf: Change TLS static surplus default back to 1664Florian Weimer
2020-07-16Linux: Remove rseq supportFlorian Weimer
2020-07-08rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy
2020-07-08rtld: Account static TLS surplus for audit modulesSzabolcs Nagy
2020-07-08rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-11-27Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-08-31elf: Remove internal_function attributeFlorian Weimer
2017-08-13ld.so: Remove internal_function attribute from various functionsFlorian Weimer
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-21Remove unused function _dl_tls_setupFlorian Weimer
2016-09-21[PR19826] fix non-LE TLS in static programsAlexandre Oliva
2016-08-03elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]Florian Weimer
2016-08-03elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-03-17Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-21Add hidden __tls_get_addr/___tls_get_addr aliasH.J. Lu
2014-11-28Resize DTV if the current DTV isn't big enoughH.J. Lu
2014-02-25BZ #16613: Support TLS in audit libraries.Carlos O'Donell
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-02-06Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae
2014-02-06Revert "Patch 2/4 of the effort to make TLS access async-signal-safe."Allan McRae