aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-09Linux: Use rseq to accelerate sched_getcpuFlorian Weimer1-2/+17
2021-12-09nptl: Add rseq registrationFlorian Weimer16-3/+952
2021-12-09nptl: Introduce THREAD_GETMEM_VOLATILEFlorian Weimer3-0/+6
2021-12-09nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer21-376/+301
2021-12-09nptl: Add <thread_pointer.h> for defining __thread_pointerFlorian Weimer3-0/+99
2021-12-07String: test-memcpy used unaligned types for buffers [BZ 28572]John David Anglin1-2/+3
2021-12-07localedef: check magic value on archive load [BZ #28650]Aurelien Jarno1-0/+7
2021-12-06x86: Don't set Prefer_No_AVX512 for processors with AVX512 and AVX-VNNIH.J. Lu1-2/+5
2021-12-06linux: Add generic ioctl implementationAdhemerval Zanella3-31/+85
2021-12-06linux: Add generic syscall implementationAdhemerval Zanella4-67/+65
2021-12-06misc, nptl: Remove stray references to __condvar_load_64_relaxedFlorian Weimer2-3/+3
2021-12-05csu: Always use __executable_start in gmon-start.cFlorian Weimer4-89/+3
2021-12-05elf: execve statically linked programs instead of crashing [BZ #28648]Florian Weimer6-8/+161
2021-12-04Add --with-timeoutfactor=NUM to specify TIMEOUTFACTORH.J. Lu6-1/+37
2021-12-03x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein2-6/+36
2021-12-03nptl: Increase default TCB alignment to 32Florian Weimer18-50/+4
2021-12-02elf: add definition for ELF_NOTE_FDO and NT_FDO_PACKAGING_METADATA noteLuca Boccassi1-0/+6
2021-12-02AArch64: Improve A64FX memcpyWilco Dijkstra1-321/+225
2021-12-02AArch64: Optimize memcmpWilco Dijkstra1-107/+134
2021-11-30powerpc64[le]: Fix CFI and LR save address for asm syscalls [BZ #28532]Matheus Castanho1-4/+6
2021-11-30linux: Implement pipe in terms of __NR_pipe2Adhemerval Zanella10-221/+3
2021-11-30linux: Implement mremap in CAdhemerval Zanella3-1/+42
2021-11-30linux: Add prlimit64 C implementationAdhemerval Zanella18-27/+47
2021-11-30elf: Include <stdbool.h> in tst-tls20.cFlorian Weimer1-0/+1
2021-11-30elf: Include <stdint.h> in tst-tls20.cFlorian Weimer1-0/+1
2021-11-28hurd: Let report-wait use a weak reference to _hurd_itimer_threadSamuel Thibault1-5/+0
2021-11-25linux: Use /proc/stat fallback for __get_nprocs_conf (BZ #28624)Adhemerval Zanella1-25/+35
2021-11-25linux: Add fanotify_mark C implementationAdhemerval Zanella18-22/+42
2021-11-25linux: Only build fstatat fallback if requiredAdhemerval Zanella1-7/+11
2021-11-24regex: fix buffer read overrun in search [BZ#28470]Paul Eggert1-4/+3
2021-11-24x86-64: Add vector sin/sinf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2021-11-24x86-64: Add vector pow/powf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2021-11-24x86-64: Add vector log/logf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2021-11-24x86-64: Add vector exp/expf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2021-11-24x86-64: Add vector cos/cosf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2021-11-24io: Refactor close_range and closefromAdhemerval Zanella15-68/+76
2021-11-24nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer3-2/+48
2021-11-22powerpc: Define USE_PPC64_NOTOC iff compiler supports itAdhemerval Zanella2-24/+43
2021-11-22setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.symAdhemerval Zanella33-297/+72
2021-11-22Update kernel version to 5.15 in tst-mman-consts.pyJoseph Myers1-1/+1
2021-11-22socket: Do not use AF_NETLINK in __opensockFlorian Weimer1-8/+1
2021-11-18elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)Adhemerval Zanella5-37/+271
2021-11-17Add PF_MCTP, AF_MCTP from Linux 5.15 to bits/socket.hJoseph Myers1-1/+3
2021-11-17malloc: Fix malloc debug for 2.35 onwardsStafford Horne1-2/+0
2021-11-17elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer5-1/+38
2021-11-17nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.cFlorian Weimer9-198/+310
2021-11-16x86-64: Create microbenchmark infrastructure for libmvecSunil K Pandey4-0/+642
2021-11-16elf: hidden visibility for __minimal_malloc functionsAdhemerval Zanella1-0/+5
2021-11-16elf: Use a temporary file to generate Makefile fragments [BZ #28550]H.J. Lu1-2/+8
2021-11-15dso-ordering-test.py: Put all sources in one directory [BZ #28550]H.J. Lu1-13/+34