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