aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/aarch64
AgeCommit message (Expand)AuthorFilesLines
2025-09-02AArch64: Implement exp2m1 and exp10m1 routinesHasaan Khan1-0/+10
2025-07-25aarch64: Fix aarch64_be build with --enable-sframeAdhemerval Zanella1-1/+1
2025-07-14aarch64: Add SFrame support for aarch64 architectureClaudiu Zissulescu1-0/+78
2025-06-30AArch64: Avoid memset ifunc in cpu-features.c [BZ #33112]Wilco Dijkstra1-0/+1
2025-06-18aarch64: simplify calls to __libc_arm_za_disable in assemblyYury Khrustalev1-14/+9
2025-06-18aarch64: GCS: use internal struct in __alloc_gcsYury Khrustalev1-3/+1
2025-06-17termios: add new baud_t interface, defined to be explicitly numericH. Peter Anvin (Intel)1-0/+5
2025-06-17linux: implement arbitrary and split speeds in termiosH. Peter Anvin (Intel)1-0/+5
2025-05-29Update syscall lists for Linux 6.15Joseph Myers1-0/+1
2025-05-19AArch64: Cleanup PAC and BTIWilco Dijkstra2-9/+5
2025-05-19AArch64: Implement AdvSIMD and SVE atan2pi/fDylan Fleming1-0/+5
2025-05-19AArch64: Implement AdvSIMD and SVE atanpi/fDylan Fleming1-0/+5
2025-05-19AArch64: Implement AdvSIMD and SVE asinpi/fDylan Fleming1-0/+5
2025-05-19AArch64: Implement AdvSIMD and SVE acospi/fDylan Fleming1-0/+5
2025-05-14Implement C23 rootn.Joseph Myers1-0/+8
2025-05-09Implement C23 compoundnJoseph Myers1-0/+8
2025-04-08stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabsLenard Mollenkopf1-0/+4
2025-03-31aarch64: Fix _dl_tlsdesc_dynamic unwind for pac-ret (BZ 32612)Adhemerval Zanella3-0/+88
2025-03-27Implement C23 pownJoseph Myers1-0/+8
2025-03-24Add _FORTIFY_SOURCE support for inet_ptonAaron Merey1-0/+1
2025-03-21Add _FORTIFY_SOURCE support for inet_ntopFrédéric Bérat1-0/+1
2025-03-14Implement C23 powrJoseph Myers1-0/+8
2025-03-12Update syscall lists for Linux 6.13Joseph Myers1-0/+4
2025-03-12Linux: Add the pthread_gettid_np function (bug 27880)Florian Weimer1-0/+1
2025-03-07Implement C23 rsqrtJoseph Myers1-0/+8
2025-02-28Remove unused dl-procinfo.hWilco Dijkstra2-59/+0
2025-02-24AArch64: Remove LP64 and ILP32 ifdefsWilco Dijkstra3-29/+7
2025-02-24AArch64: Cleanup pointer manglingWilco Dijkstra1-24/+11
2025-02-24AArch64: Remove PTR_REG definesWilco Dijkstra1-1/+1
2025-02-24AArch64: Remove PTR_ARG/SIZE_ARG definesWilco Dijkstra5-13/+0
2025-02-21aarch64: Add GCS test with signal handlerYury Khrustalev2-0/+106
2025-02-21aarch64: Add GCS tests for dlopenYury Khrustalev7-0/+100
2025-02-21aarch64: Add GCS tests for transitive dependenciesYury Khrustalev11-16/+195
2025-02-21aarch64: Add tests for Guarded Control StackYury Khrustalev15-1/+186
2025-02-15Fix tst-aarch64-pkey to handle ENOSPC as not supportedAurelien Jarno1-0/+4
2025-01-21aarch64: Add HWCAP_GCSYury Khrustalev2-4/+1
2025-01-20aarch64: Use __alloc_gcs in makecontextSzabolcs Nagy1-30/+8
2025-01-20aarch64: Process gnu properties in static exeSzabolcs Nagy1-0/+14
2025-01-20aarch64: Enable GCS in static linked exeSzabolcs Nagy1-0/+48
2025-01-20aarch64: Add glibc.cpu.aarch64_gcs tunableSzabolcs Nagy2-0/+45
2025-01-20aarch64: Add GCS support for makecontextSzabolcs Nagy2-2/+63
2025-01-20aarch64: Add GCS support for setcontextSzabolcs Nagy4-9/+83
2025-01-20aarch64: Add GCS support to vforkSzabolcs Nagy1-1/+6
2025-01-13aarch64: Use 64-bit variable to access the special registersAdhemerval Zanella2-2/+2
2025-01-03AArch64: Add vector tanpi routinesJoe Ramsay1-0/+5
2025-01-03AArch64: Add vector cospi routinesJoe Ramsay1-0/+5
2025-01-03AArch64: Add vector sinpi to libmvecJoe Ramsay1-0/+5
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert41-41/+41
2024-12-12Implement C23 atan2piJoseph Myers1-0/+8
2024-12-11Implement C23 atanpiJoseph Myers1-0/+8