aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/aarch64
AgeCommit message (Expand)AuthorFilesLines
10 daysImplement C23 atan2piJoseph Myers1-0/+8
10 daysImplement C23 atanpiJoseph Myers1-0/+8
12 daysImplement C23 asinpiJoseph Myers1-0/+8
12 daysImplement 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
2024-04-04aarch64: Remove ld.so __tls_get_addr plt usageAdhemerval Zanella1-2/+0
2024-04-04aarch64/fpu: Add vector variants of erfcJoe Ramsay1-0/+5
2024-04-04aarch64/fpu: Add vector variants of tanhJoe Ramsay1-0/+5
2024-04-04aarch64/fpu: Add vector variants of sinhJoe Ramsay1-0/+5
2024-04-04aarch64/fpu: Add vector variants of atanhJoe Ramsay1-0/+5
2024-04-04aarch64/fpu: Add vector variants of asinhJoe Ramsay1-0/+5
2024-04-04aarch64/fpu: Add vector variants of acoshJoe Ramsay1-0/+5
2024-04-04aarch64/fpu: Add vector variants of coshJoe Ramsay1-0/+5
2024-04-04aarch64/fpu: Add vector variants of erfJoe Ramsay1-0/+5
2024-03-21AArch64: Check kernel version for SVE ifuncsWilco Dijkstra1-0/+48
2024-03-13Update syscall lists for Linux 6.8Joseph Myers1-0/+5
2024-02-08Add new AArch64 HWCAP2 definitions from Linux 6.7 to bits/hwcap.hJoseph Myers1-0/+3
2024-01-17Update syscall lists for Linux 6.7Joseph Myers1-0/+4
2024-01-12math: remove exp10 wrappersWilco Dijkstra1-0/+1
2024-01-04aarch64: Make cpu-features definitions not Linux-specificSergey Bugaev2-110/+0
2024-01-03Implement C23 <stdbit.h>Joseph Myers1-0/+70
2024-01-02aarch64: Add setcontext support for SMESzabolcs Nagy1-0/+19
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert38-38/+38
2023-12-20aarch64: Add half-width versions of AdvSIMD f32 libmvec routinesJoe Ramsay1-0/+15
2023-12-19elf: Do not duplicate the GLIBC_TUNABLES stringAdhemerval Zanella1-13/+20
2023-11-20aarch64: Add vector implementations of expm1 routinesJoe Ramsay1-0/+4
2023-11-13AArch64: Remove Falkor memcpyWilco Dijkstra2-7/+0
2023-11-10aarch64: Add vector implementations of log1p routinesJoe Ramsay1-0/+4
2023-11-10aarch64: Add vector implementations of atan2 routinesJoe Ramsay1-0/+4
2023-11-10aarch64: Add vector implementations of atan routinesJoe Ramsay1-0/+4