summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2025-11-04x86: fix wmemset ifunc stray '!' (bug 33542)release/2.37/masterJiamei Xie
2025-08-15x86-64: Add GLIBC_ABI_DT_X86_64_PLT [BZ #33212]H.J. Lu
2025-08-14elf: Do not add a copy of _dl_find_object to libc.soFlorian Weimer
2025-08-14arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)Adhemerval Zanella
2025-05-20x86_64: Fix typo in ifunc-impl-list.c.Sunil K Pandey
2025-02-28math: Improve layout of exp/exp10 dataWilco Dijkstra
2025-02-28AArch64: Use prefer_sve_ifuncs for SVE memsetWilco Dijkstra
2025-02-28AArch64: Add SVE memsetWilco Dijkstra
2025-02-28math: Improve layout of expf dataWilco Dijkstra
2025-02-28AArch64: Remove zva_128 from memsetWilco Dijkstra
2025-02-28AArch64: Optimize memsetWilco Dijkstra
2025-02-28AArch64: Improve generic strlenWilco Dijkstra
2025-01-22Fix underallocation of abort_msg_s struct (CVE-2025-0395)Siddhesh Poyarekar
2025-01-12misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne
2025-01-10elf: Support recursive use of dynamic TLS in interposed mallocFlorian Weimer
2025-01-09x86/string: Fixup alignment of main loop in str{n}cmp-evex [BZ #32212]Noah Goldstein
2025-01-09x86: Improve large memset perf with non-temporal stores [RHEL-29312]Noah Goldstein
2025-01-09x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)Gabi Falk
2025-01-09sysdeps/x86/Makefile: Split and sort testsH.J. Lu
2025-01-09x86: Only align destination to 1x VEC_SIZE in memset 4x loopNoah Goldstein
2025-01-09elf: Fix slow tls access after dlopen [BZ #19924]Szabolcs Nagy
2025-01-09x86: Check the lower byte of EAX of CPUID leaf 2 [BZ #30643]H.J. Lu
2025-01-09x86_64: Add log1p with FMAH.J. Lu
2025-01-09x86_64: Add expm1 with FMAH.J. Lu
2025-01-09x86_64: Add log2 with FMAH.J. Lu
2025-01-09x86_64: Sort fpu/multiarch/MakefileH.J. Lu
2024-12-17x86: Avoid integer truncation with large cache sizes (bug 32470)Florian Weimer
2024-12-06nptl: initialize cpu_id_start prior to rseq registrationMichael Jeanson
2024-12-06nptl: initialize rseq area prior to registrationMichael Jeanson
2024-08-30nptl: Use <support/check.h> facilities in tst-setuid3Maciej W. Rozycki
2024-08-15x86: Fix bug in strchrnul-evex512 [BZ #32078]Noah Goldstein
2024-08-01Add mremap testsH.J. Lu
2024-08-01linux: Update the mremap C implementation [BZ #31968]H.J. Lu
2024-07-16Linux: Make __rseq_size useful for feature detection (bug 31965)Florian Weimer
2024-07-16elf: Make dl-rseq-symbols Linux onlyAdhemerval Zanella
2024-07-16nptl: fix potential merge of __rseq_* relro symbolsMichael Jeanson
2024-07-16s390x: Fix segfault in wcsncmp [BZ #31934]Stefan Liebler
2024-05-02login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)Florian Weimer
2024-05-02login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer
2024-05-02sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574)Adhemerval Zanella
2024-04-23nptl: Fix tst-cancel30 on kernels without ppoll_time64 supportFlorian Weimer
2024-04-14powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer
2024-04-08AArch64: Check kernel version for SVE ifuncsWilco Dijkstra
2024-04-08aarch64: fix check for SVE support in assemblerSzabolcs Nagy
2024-04-08aarch64: correct CFI in rawmemchr (bug 31113)Andreas Schwab
2024-04-08AArch64: Remove Falkor memcpyWilco Dijkstra
2024-04-08AArch64: Add memset_zva64Wilco Dijkstra
2024-04-08AArch64: Cleanup emag memsetWilco Dijkstra
2024-04-08AArch64: Cleanup ifuncsWilco Dijkstra
2024-04-08AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra