about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Add memcmp family functions with 256-bit EVEXH.J. Lu2022-01-275-4/+467
* x86-64: Add memset family functions with 256-bit EVEXH.J. Lu2022-01-276-14/+90
* x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu2022-01-275-11/+97
* x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu2022-01-279-0/+1338
* x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu2022-01-2724-17/+2996
* x86: Add AVX512VL_Usable and AVX512BW_UsableH.J. Lu2022-01-272-0/+12
* x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMPH.J. Lu2022-01-273-2/+23
* x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]Noah Goldstein2022-01-271-0/+10
* x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu2021-01-132-10/+22
* x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]H.J. Lu2021-01-133-1/+12
* x86-64: Avoid rep movsb with short distance [BZ #27130]H.J. Lu2021-01-121-0/+21
* aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]Szabolcs Nagy2020-11-041-8/+4
* AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra2020-10-143-2/+8
* AArch64: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra2020-10-143-4/+8
* [AArch64] Improve integer memcpyWilco Dijkstra2020-10-141-96/+101
* aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch2020-10-141-35/+47
* AArch64: Improve backwards memmove performanceWilco Dijkstra2020-10-141-3/+4
* AArch64: Add optimized Q-register memcpyWilco Dijkstra2020-10-145-4/+255
* AArch64: Align ENTRY to a cachelineWilco Dijkstra2020-10-141-1/+1
* Fix avx2 strncmp offset compare condition check [BZ #25933]Sunil K Pandey2020-07-041-0/+15
* Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab2020-03-202-0/+4
* riscv: Do not use __has_include__Florian Weimer2020-01-211-1/+1
* misc/test-errno-linux: Handle EINVAL from quotactlFlorian Weimer2019-12-051-2/+3
* rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Koƛcielnicki2019-11-221-1/+2
* mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic2019-11-053-5/+89
* Call _dl_open_check after relocation [BZ #24259]H.J. Lu2019-10-3116-3/+332
* [AArch64] Add ifunc support for AresWilco Dijkstra2019-09-063-1/+4
* posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella2019-07-123-1/+37
* aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy2019-07-121-4/+31
* io: Remove copy_file_range emulation [BZ #24744]Florian Weimer2019-07-094-24/+5
* S390: Mark vx and vxe as important hwcap.Stefan Liebler2019-03-211-1/+2
* RISC-V: don't assume PI mutexes and robust futexes before 4.20 (bug 23864)Andreas Schwab2019-03-141-0/+5
* powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella2019-02-2710-100/+21
* RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson2019-02-191-0/+5
* nptl: Avoid fork handler lock for async-signal-safe fork [BZ #24161]Florian Weimer2019-02-082-6/+8
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2019-02-041-1/+1
* x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu2019-02-043-9/+93
* x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-015-11/+106
* x86-64 strncpy: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-014-6/+64
* x86-64 strncmp family: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-017-11/+170
* x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-015-16/+121
* x86-64 memrchr: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-014-5/+63
* x86-64 memcpy: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-016-42/+122
* x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-016-9/+114
* x86-64 memchr/wmemchr: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-016-5/+148
* sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [BZ #19444]Martin Jansa2019-01-031-0/+12
* ARM: fix kernel assisted atomics with GCC 8 (bug 24034)Aurelien Jarno2019-01-031-5/+13
* riscv: Use __has_include__ to include <asm/syscalls.h> [BZ #24022]H.J. Lu2019-01-031-1/+5
* Update Alpha libm-test-ulpsAurelien Jarno2018-12-281-0/+8
* m68k: Fix sigaction kernel definition (BZ #23967)Adhemerval Zanella2018-12-197-34/+23