summary refs log tree commit diff
path: root/sysdeps/aarch64
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Improve strrchrWilco Dijkstra2023-01-171-25/+33
* AArch64: Optimize strnlenWilco Dijkstra2023-01-171-21/+18
* AArch64: Optimize strlenWilco Dijkstra2023-01-171-8/+12
* AArch64: Optimize strcpyWilco Dijkstra2023-01-171-17/+19
* AArch64: Improve strchrnulWilco Dijkstra2023-01-171-2/+10
* AArch64: Optimize strchrWilco Dijkstra2023-01-171-28/+24
* AArch64: Improve strlen_asimdWilco Dijkstra2023-01-171-12/+4
* AArch64: Optimize memrchrWilco Dijkstra2023-01-171-9/+11
* AArch64: Optimize memchrWilco Dijkstra2023-01-171-13/+14
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06135-135/+135
* elf: Fix rtld-audit trampoline for aarch64Vladislav Khmelevsky2022-11-211-3/+1
* elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer2022-11-031-1/+1
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-0/+1
* aarch64: Don't build wordcopySzabolcs Nagy2022-10-281-0/+0
* aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra2022-10-266-370/+81
* aarch64: Cleanup memset ifuncWilco Dijkstra2022-10-262-17/+26
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-181-2/+0
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-183-0/+3
* elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella2022-10-101-0/+24
* Use atomic_exchange_release/acquireWilco Dijkstra2022-09-261-1/+1
* csu: Change start code license to have link exceptionSzabolcs Nagy2022-08-261-4/+21
* AArch64: Fix typo in sve configure check (BZ# 29394)Wilco Dijkstra2022-08-112-4/+4
* 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