Age | Commit message (Expand) | Author | Files | Lines |
2025-03-12 | Linux: Add the pthread_gettid_np function (bug 27880) | Florian Weimer | 1 | -0/+1 |
2025-03-07 | Implement C23 rsqrt | Joseph Myers | 1 | -0/+8 |
2025-02-28 | Remove unused dl-procinfo.h | Wilco Dijkstra | 2 | -59/+0 |
2025-02-24 | AArch64: Remove LP64 and ILP32 ifdefs | Wilco Dijkstra | 3 | -29/+7 |
2025-02-24 | AArch64: Cleanup pointer mangling | Wilco Dijkstra | 1 | -24/+11 |
2025-02-24 | AArch64: Remove PTR_REG defines | Wilco Dijkstra | 1 | -1/+1 |
2025-02-24 | AArch64: Remove PTR_ARG/SIZE_ARG defines | Wilco Dijkstra | 5 | -13/+0 |
2025-02-21 | aarch64: Add GCS test with signal handler | Yury Khrustalev | 2 | -0/+106 |
2025-02-21 | aarch64: Add GCS tests for dlopen | Yury Khrustalev | 7 | -0/+100 |
2025-02-21 | aarch64: Add GCS tests for transitive dependencies | Yury Khrustalev | 11 | -16/+195 |
2025-02-21 | aarch64: Add tests for Guarded Control Stack | Yury Khrustalev | 15 | -1/+186 |
2025-02-15 | Fix tst-aarch64-pkey to handle ENOSPC as not supported | Aurelien Jarno | 1 | -0/+4 |
2025-01-21 | aarch64: Add HWCAP_GCS | Yury Khrustalev | 2 | -4/+1 |
2025-01-20 | aarch64: Use __alloc_gcs in makecontext | Szabolcs Nagy | 1 | -30/+8 |
2025-01-20 | aarch64: Process gnu properties in static exe | Szabolcs Nagy | 1 | -0/+14 |
2025-01-20 | aarch64: Enable GCS in static linked exe | Szabolcs Nagy | 1 | -0/+48 |
2025-01-20 | aarch64: Add glibc.cpu.aarch64_gcs tunable | Szabolcs Nagy | 2 | -0/+45 |
2025-01-20 | aarch64: Add GCS support for makecontext | Szabolcs Nagy | 2 | -2/+63 |
2025-01-20 | aarch64: Add GCS support for setcontext | Szabolcs Nagy | 4 | -9/+83 |
2025-01-20 | aarch64: Add GCS support to vfork | Szabolcs Nagy | 1 | -1/+6 |
2025-01-13 | aarch64: Use 64-bit variable to access the special registers | Adhemerval Zanella | 2 | -2/+2 |
2025-01-03 | AArch64: Add vector tanpi routines | Joe Ramsay | 1 | -0/+5 |
2025-01-03 | AArch64: Add vector cospi routines | Joe Ramsay | 1 | -0/+5 |
2025-01-03 | AArch64: Add vector sinpi to libmvec | Joe Ramsay | 1 | -0/+5 |
2025-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 41 | -41/+41 |
2024-12-12 | Implement C23 atan2pi | Joseph Myers | 1 | -0/+8 |
2024-12-11 | Implement C23 atanpi | Joseph Myers | 1 | -0/+8 |
2024-12-10 | Implement C23 asinpi | Joseph Myers | 1 | -0/+8 |
2024-12-09 | Implement C23 acospi | Joseph Myers | 1 | -0/+8 |
2024-12-05 | Implement C23 tanpi | Joseph Myers | 1 | -0/+8 |
2024-12-04 | Implement C23 sinpi | Joseph Myers | 1 | -0/+8 |
2024-12-04 | Implement C23 cospi | Joseph Myers | 1 | -0/+8 |
2024-11-20 | AArch64: Add support for memory protection keys | Yury Khrustalev | 7 | -0/+437 |
2024-11-12 | linux: Add support for getrandom vDSO | Adhemerval Zanella | 1 | -0/+1 |
2024-09-19 | AArch64: Add vector logp1 alias for log1p | Joe Ramsay | 1 | -0/+5 |
2024-09-11 | Linux: Add the sched_setattr and sched_getattr functions | Florian Weimer | 1 | -0/+2 |
2024-08-23 | nptl: Fix Race conditions in pthread cancellation [BZ#12683] | Adhemerval Zanella | 1 | -0/+59 |
2024-07-30 | Update syscall lists for Linux 6.10 | Adhemerval Zanella | 1 | -0/+1 |
2024-06-18 | elf: Remove HWCAP_IMPORTANT | Stefan Liebler | 1 | -3/+0 |
2024-06-18 | elf: Remove _DL_HWCAP_PLATFORM | Stefan Liebler | 1 | -3/+0 |
2024-06-18 | elf: Remove _dl_string_platform | Stefan Liebler | 1 | -2/+0 |
2024-06-17 | Implement C23 exp2m1, exp10m1 | Joseph Myers | 1 | -0/+16 |
2024-06-17 | Implement C23 log10p1 | Joseph Myers | 1 | -0/+8 |
2024-06-17 | Implement C23 logp1 | Joseph Myers | 1 | -0/+8 |
2024-06-04 | Add new AArch64 HWCAP2 definitions from Linux 6.9 to bits/hwcap.h | Joseph Myers | 1 | -0/+15 |
2024-05-21 | Remove the clone3 symbol from libc.a [BZ #31770] | H.J. Lu | 1 | -1/+0 |
2024-05-21 | aarch64/fpu: Add vector variants of pow | Joe Ramsay | 1 | -0/+5 |
2024-05-20 | Implement C23 log2p1 | Joseph Myers | 1 | -0/+8 |
2024-05-16 | aarch64/fpu: Add vector variants of cbrt | Joe Ramsay | 1 | -0/+5 |
2024-05-16 | aarch64/fpu: Add vector variants of hypot | Joe Ramsay | 1 | -0/+5 |