about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Remove Falkor memcpyWilco Dijkstra2024-04-087-331/+0
* AArch64: Add memset_zva64Wilco Dijkstra2024-04-086-68/+38
* AArch64: Cleanup emag memsetWilco Dijkstra2024-04-084-197/+90
* AArch64: Cleanup ifuncsWilco Dijkstra2024-04-0818-125/+41
* AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra2024-04-0811-1/+141
* Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.hJoseph Myers2024-04-081-0/+22
* AArch64: Improve SVE memcpy and memmoveWilco Dijkstra2024-04-081-20/+14
* AArch64: Improve strrchrWilco Dijkstra2024-04-081-25/+33
* AArch64: Optimize strnlenWilco Dijkstra2024-04-081-21/+18
* AArch64: Optimize strlenWilco Dijkstra2024-04-081-8/+12
* AArch64: Optimize strcpyWilco Dijkstra2024-04-081-17/+19
* AArch64: Improve strchrnulWilco Dijkstra2024-04-081-2/+10
* AArch64: Optimize strchrWilco Dijkstra2024-04-081-28/+24
* AArch64: Improve strlen_asimdWilco Dijkstra2024-04-081-12/+4
* AArch64: Optimize memrchrWilco Dijkstra2024-04-081-9/+11
* AArch64: Optimize memchrWilco Dijkstra2024-04-081-13/+14
* aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra2024-04-086-370/+81
* aarch64: Cleanup memset ifuncWilco Dijkstra2024-04-082-17/+26
* AArch64: Fix typo in sve configure check (BZ# 29394)Wilco Dijkstra2024-04-082-4/+4
* aarch64: Optimize string functions with shrn instructionDanila Kutenin2024-04-086-102/+59
* AArch64: Sort makefile entriesWilco Dijkstra2024-04-081-6/+18
* AArch64: Add SVE memcpyWilco Dijkstra2024-04-085-42/+284
* linux: Use rseq area unconditionally in sched_getcpu (bug 31479)Florian Weimer2024-03-181-8/+0
* Include sys/rseq.h in tst-rseq-disable.cStefan Liebler2024-03-181-0/+1
* malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella2024-02-122-7/+1
* x86_64: Optimize ffsll function code size.Sunil K Pandey2024-01-311-5/+5
* x86-64: Fix the tcb field load for x32 [BZ #31185]H.J. Lu2023-12-231-2/+2
* x86-64: Fix the dtv field load for x32 [BZ #31184]H.J. Lu2023-12-231-1/+1
* Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer2023-10-181-4/+0
* Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler2023-09-261-3/+1
* io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno2023-09-161-1/+1
* getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh Poyarekar2023-09-151-8/+17
* gethosts: Return EAI_MEMORY on allocation failureSiddhesh Poyarekar2023-09-151-2/+2
* gaih_inet: Split result generation into its own functionSiddhesh Poyarekar2023-09-151-90/+86
* gaih_inet: split loopback lookup into its own functionSiddhesh Poyarekar2023-09-151-65/+62
* gaih_inet: make gethosts into a functionSiddhesh Poyarekar2023-09-151-58/+59
* gaih_inet: separate nss lookup loop into its own functionSiddhesh Poyarekar2023-09-151-277/+286
* gaih_inet: Split nscd lookup code into its own function.Siddhesh Poyarekar2023-09-151-114/+134
* gaih_inet: Split simple gethostbyname into its own functionSiddhesh Poyarekar2023-09-151-63/+64
* gaih_inet: make numeric lookup a separate routineSiddhesh Poyarekar2023-09-151-439/+452
* gaih_inet: Simplify service resolutionSiddhesh Poyarekar2023-09-151-100/+78
* getaddrinfo: Fix leak with AI_ALL [BZ #28852]Siddhesh Poyarekar2023-09-151-9/+25
* gaih_inet: Simplify canon name resolutionSiddhesh Poyarekar2023-09-151-55/+75
* Simplify allocations and fix merge and continue actions [BZ #28931]Siddhesh Poyarekar2023-09-141-52/+91
* elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer2023-09-111-0/+4
* elf: Introduce to _dl_call_finiFlorian Weimer2023-09-111-0/+8
* x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein2023-09-051-4/+3
* x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein2023-09-051-1/+10
* x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein2023-09-051-2/+2
* x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein2023-09-051-31/+48