aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-tunables.list
AgeCommit message (Expand)Author
2023-11-29elf: Add a way to check if tunable is set (BZ 27069)Adhemerval Zanella
2023-11-21elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella
2023-11-07elf: Add glibc.mem.decorate_maps tunableAdhemerval Zanella
2023-02-22gmon: improve mcount overflow handling [BZ# 27576]Simon Kissane
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-08-04malloc: Correct the documentation of the top_pad defaultFlorian Weimer
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-15malloc: Add Huge Page support for mmapAdhemerval Zanella
2021-12-15malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella
2021-12-14elf: Use new dependency sorting algorithm by defaultFlorian Weimer
2021-10-21elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang
2021-02-10tunables: Disallow negative values for some tunablesSiddhesh Poyarekar
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-21elf: Add a tunable to control use of tagged memoryRichard Earnshaw
2020-10-22Reword description of SXID_* tunable propertiesSiddhesh Poyarekar
2020-07-08rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy
2020-07-08rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-09Add glibc.malloc.mxfast tunableDJ Delorie
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-08-02Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-15Remove redundant mention of SXID_ERASESiddhesh Poyarekar
2017-12-05Add elision tunablesRogerio Alves
2017-07-06Add per-thread cache to mallocDJ Delorie
2017-06-21x86: Rename glibc.tune.ifunc to glibc.tune.hwcapsH.J. Lu
2017-06-20Move x86 specific tunables to x86/dl-tunables.listH.J. Lu
2017-06-20tunables: Add IFUNC selection and cache sizesH.J. Lu
2017-06-07tunables: Add LD_HWCAP_MASK to tunablesSiddhesh Poyarekar
2017-03-24Update old tunables framework document/script.Sunyeop Lee
2017-02-02tunables: Fix environment variable processing for setuid binaries (bz #21073)Siddhesh Poyarekar
2017-01-10tunables: Avoid getenv calls and disable glibc.malloc.check by defaultSiddhesh Poyarekar
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add framework for tunablesSiddhesh Poyarekar