about summary refs log tree commit diff
path: root/elf/dl-tls.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin2023-11-281-0/+1
* elf: Fix slow tls access after dlopen [BZ #19924]Szabolcs Nagy2023-09-011-55/+62
* Fix misspellings in elf/ -- BZ 25337Paul Pluzhnikov2023-05-291-1/+1
* Remove --enable-tunables configure optionAdhemerval Zanella Netto2023-03-291-6/+0
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella2022-02-011-3/+14
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer2021-12-091-2/+2
* elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy2021-10-041-8/+8
* elf: Replace most uses of THREAD_GSCOPE_IN_TCBSergey Bugaev2021-09-151-3/+3
* elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella2021-07-141-8/+9
* elf: Disable most of TLS modid gaps processing [BZ #27135]Florian Weimer2021-06-251-1/+4
* nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer2021-05-211-2/+3
* elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer2021-05-171-11/+11
* elf: Fix DTV gap reuse logic [BZ #27135]Szabolcs Nagy2021-05-111-4/+1
* elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy2021-05-111-8/+23
* elf: Fix data races in pthread_create and TLS access [BZ #19329]Szabolcs Nagy2021-05-111-16/+47
* elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer2021-05-051-0/+39
* elf: Refactor _dl_update_slotinfo to avoid use after freeSzabolcs Nagy2021-04-151-16/+5
* elf: Fix comments and logic in _dl_add_to_slotinfoSzabolcs Nagy2021-04-151-10/+1
* elf: Fix a DTV setup issue [BZ #27136]Szabolcs Nagy2021-04-151-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* elf: Change TLS static surplus default back to 1664Florian Weimer2020-07-201-7/+30
* Linux: Remove rseq supportFlorian Weimer2020-07-161-7/+1
* rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy2020-07-081-4/+5
* rtld: Account static TLS surplus for audit modulesSzabolcs Nagy2020-07-081-2/+13
* rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy2020-07-081-5/+50
* Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers2020-07-061-1/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer2019-11-271-3/+6
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* elf: Remove internal_function attributeFlorian Weimer2017-08-311-6/+0
* ld.so: Remove internal_function attribute from various functionsFlorian Weimer2017-08-131-3/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Remove unused function _dl_tls_setupFlorian Weimer2016-12-211-33/+1
* [PR19826] fix non-LE TLS in static programsAlexandre Oliva2016-09-211-0/+4
* elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]Florian Weimer2016-08-031-36/+53
* elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer2016-08-031-29/+46
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva2015-03-171-31/+32
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Add hidden __tls_get_addr/___tls_get_addr aliasH.J. Lu2014-12-211-0/+10
* Resize DTV if the current DTV isn't big enoughH.J. Lu2014-11-281-41/+61
* BZ #16613: Support TLS in audit libraries.Carlos O'Donell2014-02-251-0/+28
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-8/+8
* Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae2014-02-061-12/+0
* Revert "Patch 2/4 of the effort to make TLS access async-signal-safe."Allan McRae2014-02-061-18/+16