about summary refs log tree commit diff
path: root/sysdeps/aarch64
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Check kernel version for SVE ifuncsWilco Dijkstra2024-04-083-2/+4
* aarch64: fix check for SVE support in assemblerSzabolcs Nagy2024-04-082-4/+6
* aarch64: correct CFI in rawmemchr (bug 31113)Andreas Schwab2024-04-081-1/+1
* AArch64: Remove Falkor memcpyWilco Dijkstra2024-04-085-324/+0
* AArch64: Add memset_zva64Wilco Dijkstra2024-04-086-68/+38
* AArch64: Cleanup emag memsetWilco Dijkstra2024-04-084-197/+90
* AArch64: Cleanup ifuncsWilco Dijkstra2024-04-0818-125/+41
* AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra2024-04-089-1/+137
* AArch64: Improve SVE memcpy and memmoveWilco Dijkstra2024-04-081-20/+14
* AArch64: Improve strrchrWilco Dijkstra2024-04-081-25/+33
* AArch64: Optimize strnlenWilco Dijkstra2024-04-081-21/+18
* AArch64: Optimize strlenWilco Dijkstra2024-04-081-8/+12
* AArch64: Optimize strcpyWilco Dijkstra2024-04-081-17/+19
* AArch64: Improve strchrnulWilco Dijkstra2024-04-081-2/+10
* AArch64: Optimize strchrWilco Dijkstra2024-04-081-28/+24
* AArch64: Improve strlen_asimdWilco Dijkstra2024-04-081-12/+4
* AArch64: Optimize memrchrWilco Dijkstra2024-04-081-9/+11
* AArch64: Optimize memchrWilco Dijkstra2024-04-081-13/+14
* aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra2024-04-086-370/+81
* aarch64: Cleanup memset ifuncWilco Dijkstra2024-04-082-17/+26
* AArch64: Fix typo in sve configure check (BZ# 29394)Wilco Dijkstra2024-04-082-4/+4
* elf: Fix rtld-audit trampoline for aarch64Vladislav Khmelevsky2022-11-221-3/+1
* arc4random: simplify design for better safetyJason A. Donenfeld2022-07-273-358/+0
* aarch64: Add optimized chacha20Adhemerval Zanella Netto2022-07-223-0/+358
* aarch64: Optimize string functions with shrn instructionDanila Kutenin2022-07-066-102/+59
* AArch64: Reset HWCAP2_AFP bits in FPCR for default fenvTejas Belagod2022-07-051-1/+1
* aarch64: Handle fewer relocations for RTLD_BOOTSTRAPFangrui Song2022-06-151-18/+15
* Add bounds check to __libc_ifunc_impl_listWilco Dijkstra2022-06-101-7/+2
* AArch64: Sort makefile entriesWilco Dijkstra2022-06-071-6/+18
* AArch64: Add SVE memcpyWilco Dijkstra2022-06-075-42/+284
* Revert "[AArch64][BZ #17711] Fix extern protected data handling"Fangrui Song2022-05-232-28/+6
* aarch64: Move ld.so _start to separate file and drop _dl_skip_argsSzabolcs Nagy2022-05-173-75/+56
* rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy2022-05-171-4/+0
* elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song2022-04-262-9/+0
* elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard2022-02-0113-40/+750
* AArch64: Check for SVE in ifuncs [BZ #28744]Wilco Dijkstra2022-01-063-3/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01125-125/+125
* malloc: Remove memusage.hAdhemerval Zanella2021-12-281-21/+0
* Remove atomic-machine.h atomic typedefsAdhemerval Zanella2021-12-281-17/+0
* elf: Add _dl_audit_pltexitAdhemerval Zanella2021-12-281-1/+1
* Remove ununsed tcb-offsetAdhemerval Zanella2021-12-173-30/+0
* aarch64: Add math-use-builtins-f{max,min}.hAdhemerval Zanella2021-12-136-112/+8
* Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer2021-12-091-6/+0
* nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer2021-12-091-9/+1
* nptl: Increase default TCB alignment to 32Florian Weimer2021-12-031-3/+0
* AArch64: Improve A64FX memcpyWilco Dijkstra2021-12-021-321/+225
* AArch64: Optimize memcmpWilco Dijkstra2021-12-021-107/+134
* String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein2021-10-261-0/+1
* String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein2021-10-261-0/+2
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2021-10-141-5/+3