aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux
AgeCommit message (Expand)AuthorFilesLines
12 hoursld.so: Decorate BSS mappingsPetr Malat2-12/+41
12 hoursnptl: Add support for setup guard pages with MADV_GUARD_INSTALLAdhemerval Zanella1-0/+2
10 daysaarch64: Add HWCAP_GCSYury Khrustalev2-4/+1
10 daysLinux: Do not check unused bytes after sched_getattr in tst-sched_setattrFlorian Weimer1-11/+0
11 daysaarch64: Use __alloc_gcs in makecontextSzabolcs Nagy1-30/+8
11 daysaarch64: Process gnu properties in static exeSzabolcs Nagy1-0/+14
11 daysaarch64: Enable GCS in static linked exeSzabolcs Nagy1-0/+48
11 daysaarch64: Add glibc.cpu.aarch64_gcs tunableSzabolcs Nagy2-0/+45
11 daysaarch64: Add GCS support for makecontextSzabolcs Nagy2-2/+63
11 daysaarch64: Add GCS support for setcontextSzabolcs Nagy4-9/+83
11 daysaarch64: Add GCS support to vforkSzabolcs Nagy1-1/+6
2025-01-16Linux: Add tests that check that TLS and rseq area are separateFlorian Weimer6-0/+213
2025-01-16Linux: Fixes for getrandom fork handlingFlorian Weimer1-3/+23
2025-01-14affinity-inheritance: Overallocate CPU setsStefan Liebler1-3/+4
2025-01-13sh4: ensure FPSCR.PR==0 when executing FRCHG [BZ #27543]mirabilos3-0/+10
2025-01-13aarch64: Use 64-bit variable to access the special registersAdhemerval Zanella2-2/+2
2025-01-10Linux: Update internal copy of '<sys/rseq.h>'Michael Jeanson1-0/+11
2025-01-10nptl: Move the rseq area to the 'extra TLS' blockMichael Jeanson10-48/+205
2025-01-10nptl: Introduce <rseq-access.h> for RSEQ_* accessorsMichael Jeanson1-0/+8
2025-01-10nptl: add rtld_hidden_proto to __rseq_size and __rseq_offsetMichael Jeanson2-15/+28
2025-01-10Add Linux 'extra TLS'Michael Jeanson1-0/+71
2025-01-10nptl: Add rseq auxvalsMichael Jeanson4-5/+39
2025-01-09tests: Verify inheritance of cpu affinitySiddhesh Poyarekar2-0/+72
2025-01-08Revert "configure: default to --prefix=/usr on GNU/Linux"DJ Delorie2-7/+2
2025-01-07elf: Second ld.so relocation only if libc.so has been loadedFlorian Weimer3-0/+36
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-04Rename have-mtls-descriptor to have-test-mtls-descriptorH.J. Lu1-1/+1
2025-01-03not-cancel.h: Support testing fortify build with ClangH.J. Lu1-5/+5
2025-01-02mlock, mlock2, munlock: Use __attr_access_none macroSam James1-1/+1
2025-01-01Update copyright in generated files by running "make"Paul Eggert1-0/+0
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1582-1582/+1582
2025-01-01mlock, mlock2, munlock: Tell the compiler we don't dereference the pointerXi Ruoyao1-1/+2
2024-12-31elf: Do not change stack permission on dlopen/dlmopenAdhemerval Zanella3-68/+9
2024-12-30x86-64: Reorder dynamic linker list in ldd script (bug 32508)Florian Weimer1-1/+1
2024-12-23include/sys/cdefs.h: Add __attribute_optimization_barrier__Adhemerval Zanella4-4/+4
2024-12-22hppa: Simplify handling of sanity check errors in clone.S.John David Anglin1-6/+5
2024-12-22hppa: add cacheflush() syscall wrapperJohn David Anglin5-0/+46
2024-12-22dirent: Remove variable length array structure for tst-getdents64.cAdhemerval Zanella1-11/+7
2024-12-20Add F_CREATED_QUERY from Linux 6.12 to bits/fcntl-linux.hJoseph Myers1-0/+1
2024-12-20Add HWCAP_LOONGARCH_LSPW from Linux 6.12 to bits/hwcap.hJoseph Myers1-0/+1
2024-12-20Add MSG_SOCK_DEVMEM from Linux 6.12 to bits/socket.hJoseph Myers1-0/+2
2024-12-19Linux: Accept null arguments for utimensat pathnameFlorian Weimer1-3/+0
2024-12-19Add SCHED_EXT from Linux 6.12 to bits/sched.hJoseph Myers2-1/+2
2024-12-19hppa: Fix strace detach-vfork testJohn David Anglin2-47/+64
2024-12-19Update kernel version to 6.12 in header constant testsJoseph Myers3-4/+4
2024-12-18Update syscall lists for Linux 6.12Joseph Myers1-2/+2
2024-12-18sys/platform/x86.h: Do not depend on _Bool definition in C++ modeH.J. Lu1-1/+1
2024-12-18tst-clone3[-internal].c: Add _Atomic to silence ClangH.J. Lu2-4/+4