aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/aarch64
AgeCommit message (Expand)AuthorFilesLines
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
2024-12-10Implement C23 asinpiJoseph Myers1-0/+8
2024-12-09Implement C23 acospiJoseph Myers1-0/+8
2024-12-05Implement C23 tanpiJoseph Myers1-0/+8
2024-12-04Implement C23 sinpiJoseph Myers1-0/+8
2024-12-04Implement C23 cospiJoseph Myers1-0/+8
2024-11-20AArch64: Add support for memory protection keysYury Khrustalev7-0/+437
2024-11-12linux: Add support for getrandom vDSOAdhemerval Zanella1-0/+1
2024-09-19AArch64: Add vector logp1 alias for log1pJoe Ramsay1-0/+5
2024-09-11Linux: Add the sched_setattr and sched_getattr functionsFlorian Weimer1-0/+2
2024-08-23nptl: Fix Race conditions in pthread cancellation [BZ#12683]Adhemerval Zanella1-0/+59
2024-07-30Update syscall lists for Linux 6.10Adhemerval Zanella1-0/+1
2024-06-18elf: Remove HWCAP_IMPORTANTStefan Liebler1-3/+0
2024-06-18elf: Remove _DL_HWCAP_PLATFORMStefan Liebler1-3/+0
2024-06-18elf: Remove _dl_string_platformStefan Liebler1-2/+0
2024-06-17Implement C23 exp2m1, exp10m1Joseph Myers1-0/+16
2024-06-17Implement C23 log10p1Joseph Myers1-0/+8
2024-06-17Implement C23 logp1Joseph Myers1-0/+8
2024-06-04Add new AArch64 HWCAP2 definitions from Linux 6.9 to bits/hwcap.hJoseph Myers1-0/+15
2024-05-21Remove the clone3 symbol from libc.a [BZ #31770]H.J. Lu1-1/+0
2024-05-21aarch64/fpu: Add vector variants of powJoe Ramsay1-0/+5
2024-05-20Implement C23 log2p1Joseph Myers1-0/+8
2024-05-16aarch64/fpu: Add vector variants of cbrtJoe Ramsay1-0/+5
2024-05-16aarch64/fpu: Add vector variants of hypotJoe Ramsay1-0/+5