aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2023-04-20Created tunable to force small pages on stack allocation.Cupertino Miranda1-0/+6
2023-04-20linux: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella1-48/+158
2023-04-18hurd: Microoptimize sigreturnSergey Bugaev1-3/+9
2023-04-17hurd: Fix restoring reply port in sigreturnSergey Bugaev1-12/+23
2023-04-17math: Improve fmod(f) performanceWilco Dijkstra2-77/+101
2023-04-14hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev6-33/+83
2023-04-14hurd: Remove __hurd_local_reply_portSergey Bugaev3-14/+60
2023-04-14malloc: Assure that THP mode read do write OOB end of stringtAdhemerval Zanella1-0/+2
2023-04-13malloc: Assure that THP mode is always null terminatedAdhemerval Zanella1-0/+1
2023-04-13hurd: Mark two tests as unsupportedSamuel Thibault1-0/+10
2023-04-13hurd: Restore destroying receive rights on sigreturnSamuel Thibault1-2/+2
2023-04-11Revert "hurd: Only check for TLS initialization inside rtld or in static builds"Samuel Thibault6-83/+33
2023-04-11hurd: Don't leak __hurd_reply_port0Sergey Bugaev2-1/+13
2023-04-10hurd: Improve reply port handling when exiting signal handlersSergey Bugaev1-16/+5
2023-04-10hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev6-34/+85
2023-04-10elf: Stop including tls.h in ldsodefs.hSergey Bugaev1-1/+0
2023-04-10hurd: Port trampoline.c to x86_64Sergey Bugaev1-7/+151
2023-04-10hurd: Do not declare local variables volatileSergey Bugaev1-2/+2
2023-04-10hurd: Implement x86_64/intr-msg.hSergey Bugaev1-0/+119
2023-04-10hurd: Add sys/ucontext.h and sigcontext.h for x86_64Sergey Bugaev3-0/+326
2023-04-10hurd: Stop depending on the default_pager stubs provided by gnumachFlavio Cruz2-4/+2
2023-04-05<sys/platform/x86.h>: Add PREFETCHI supportH.J. Lu4-0/+7
2023-04-05<sys/platform/x86.h>: Add AMX-COMPLEX supportH.J. Lu4-0/+8
2023-04-05<sys/platform/x86.h>: Add AVX-NE-CONVERT supportH.J. Lu4-0/+8
2023-04-05<sys/platform/x86.h>: Add AVX-VNNI-INT8 supportH.J. Lu4-0/+17
2023-04-05<sys/platform/x86.h>: Add MSRLIST supportH.J. Lu2-0/+2
2023-04-05<sys/platform/x86.h>: Add AVX-IFMA supportH.J. Lu4-0/+8
2023-04-05<sys/platform/x86.h>: Add AMX-FP16 supportH.J. Lu4-0/+8
2023-04-05<sys/platform/x86.h>: Add WRMSRNS supportH.J. Lu2-0/+2
2023-04-05<sys/platform/x86.h>: Add ArchPerfmonExt supportH.J. Lu2-0/+2
2023-04-05<sys/platform/x86.h>: Add CMPCCXADD supportH.J. Lu4-0/+7
2023-04-05<sys/platform/x86.h>: Add LASS supportH.J. Lu2-0/+2
2023-04-05<sys/platform/x86.h>: Add RAO-INT supportH.J. Lu4-0/+7
2023-04-05<sys/platform/x86.h>: Add LBR supportH.J. Lu2-1/+2
2023-04-05<sys/platform/x86.h>: Add RTM_FORCE_ABORT supportH.J. Lu2-1/+2
2023-04-05<sys/platform/x86.h>: Add SGX-KEYS supportH.J. Lu2-1/+2
2023-04-05<sys/platform/x86.h>: Add BUS_LOCK_DETECT supportH.J. Lu2-1/+2
2023-04-05<sys/platform/x86.h>: Add LA57 supportH.J. Lu2-1/+2
2023-04-05<bits/platform/x86.h>: Rename to x86_cpu_INDEX_7_ECX_15H.J. Lu1-1/+1
2023-04-05hppa: Update struct __pthread_rwlock_arch_t comment.John David Anglin1-5/+5
2023-04-05hppa: Revise __TIMESIZE define to use __WORDSIZEJohn David Anglin1-1/+3
2023-04-05htl: move pthread_self info libc.Guy-Fleury Iteriteka4-4/+4
2023-04-05htl: move ___pthread_self into libc.Guy-Fleury Iteriteka3-2/+25
2023-04-04x86/dl-cacheinfo: remove unsused parameter from handle_amdAndreas Schwab1-36/+30
2023-04-03powerpc: Disable stack protector in early static initializationAdhemerval Zanella1-0/+3
2023-04-03nptl: Fix tst-cancel30 on sparc64Adhemerval Zanella1-3/+1
2023-04-03math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto35-7/+155
2023-04-03math: Improve fmodfAdhemerval Zanella Netto2-93/+187
2023-04-03math: Improve fmodAdhemerval Zanella Netto2-96/+208
2023-04-03x86: Set FSGSBASE to active if enabled by kernelH.J. Lu4-0/+58