about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* elf: Properly align PT_LOAD segments [BZ #28676]Rongwei Wang2021-12-103-5/+50
* elf: Install a symbolic link to ld.so as /usr/bin/ld.soFlorian Weimer2021-12-102-1/+9
* nptl: Add one more barrier to nptl/tst-create1Florian Weimer2021-12-101-0/+4
* Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer2021-12-0923-134/+23
* nptl: rseq failure after registration on main thread is fatalFlorian Weimer2021-12-091-1/+2
* nptl: Add public rseq symbols and <sys/rseq.h>Florian Weimer2021-12-0938-5/+237
* nptl: Add glibc.pthread.rseq tunable to control rseq registrationFlorian Weimer2021-12-098-9/+145
* Linux: Use rseq to accelerate sched_getcpuFlorian Weimer2021-12-091-2/+17
* nptl: Add rseq registrationFlorian Weimer2021-12-0916-3/+952
* nptl: Introduce THREAD_GETMEM_VOLATILEFlorian Weimer2021-12-093-0/+6
* nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer2021-12-0921-376/+301
* nptl: Add <thread_pointer.h> for defining __thread_pointerFlorian Weimer2021-12-093-0/+99
* String: test-memcpy used unaligned types for buffers [BZ 28572]John David Anglin2021-12-071-2/+3
* localedef: check magic value on archive load [BZ #28650]Aurelien Jarno2021-12-071-0/+7
* x86: Don't set Prefer_No_AVX512 for processors with AVX512 and AVX-VNNIH.J. Lu2021-12-061-2/+5
* linux: Add generic ioctl implementationAdhemerval Zanella2021-12-063-31/+85
* linux: Add generic syscall implementationAdhemerval Zanella2021-12-064-67/+65
* misc, nptl: Remove stray references to __condvar_load_64_relaxedFlorian Weimer2021-12-062-3/+3
* csu: Always use __executable_start in gmon-start.cFlorian Weimer2021-12-054-89/+3
* elf: execve statically linked programs instead of crashing [BZ #28648]Florian Weimer2021-12-056-8/+161
* Add --with-timeoutfactor=NUM to specify TIMEOUTFACTORH.J. Lu2021-12-046-1/+37
* x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein2021-12-032-6/+36
* nptl: Increase default TCB alignment to 32Florian Weimer2021-12-0318-50/+4
* elf: add definition for ELF_NOTE_FDO and NT_FDO_PACKAGING_METADATA noteLuca Boccassi2021-12-021-0/+6
* AArch64: Improve A64FX memcpyWilco Dijkstra2021-12-021-321/+225
* AArch64: Optimize memcmpWilco Dijkstra2021-12-021-107/+134
* powerpc64[le]: Fix CFI and LR save address for asm syscalls [BZ #28532]Matheus Castanho2021-11-301-4/+6
* linux: Implement pipe in terms of __NR_pipe2Adhemerval Zanella2021-11-3010-221/+3
* linux: Implement mremap in CAdhemerval Zanella2021-11-303-1/+42
* linux: Add prlimit64 C implementationAdhemerval Zanella2021-11-3018-27/+47
* elf: Include <stdbool.h> in tst-tls20.cFlorian Weimer2021-11-301-0/+1
* elf: Include <stdint.h> in tst-tls20.cFlorian Weimer2021-11-301-0/+1
* hurd: Let report-wait use a weak reference to _hurd_itimer_threadSamuel Thibault2021-11-281-5/+0
* linux: Use /proc/stat fallback for __get_nprocs_conf (BZ #28624)Adhemerval Zanella2021-11-251-25/+35
* linux: Add fanotify_mark C implementationAdhemerval Zanella2021-11-2518-22/+42
* linux: Only build fstatat fallback if requiredAdhemerval Zanella2021-11-251-7/+11
* regex: fix buffer read overrun in search [BZ#28470]Paul Eggert2021-11-241-4/+3
* x86-64: Add vector sin/sinf to libmvec microbenchmarkSunil K Pandey2021-11-243-0/+8201
* x86-64: Add vector pow/powf to libmvec microbenchmarkSunil K Pandey2021-11-243-0/+8201
* x86-64: Add vector log/logf to libmvec microbenchmarkSunil K Pandey2021-11-243-0/+8201
* x86-64: Add vector exp/expf to libmvec microbenchmarkSunil K Pandey2021-11-243-0/+8201
* x86-64: Add vector cos/cosf to libmvec microbenchmarkSunil K Pandey2021-11-243-0/+8201
* io: Refactor close_range and closefromAdhemerval Zanella2021-11-2415-68/+76
* nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer2021-11-243-2/+48
* powerpc: Define USE_PPC64_NOTOC iff compiler supports itAdhemerval Zanella2021-11-222-24/+43
* setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.symAdhemerval Zanella2021-11-2233-297/+72
* Update kernel version to 5.15 in tst-mman-consts.pyJoseph Myers2021-11-221-1/+1
* socket: Do not use AF_NETLINK in __opensockFlorian Weimer2021-11-221-8/+1
* elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)Adhemerval Zanella2021-11-185-37/+271
* Add PF_MCTP, AF_MCTP from Linux 5.15 to bits/socket.hJoseph Myers2021-11-171-1/+3